input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"Spase": {"type": "object", "properties": {"xmlns:xsi": {"type": "string"}, "xmlns": {"type": "string"}, "xsi:schemaLocation": {"type": "string"}, "Version": {"type": "string"}, "Observatory": {"type": "object", "properties": {...
{"Spase" : {"xmlns:xsi" : "http://www.w3.org/2001/XMLSchema-instance", "xmlns" : "http://www.spase-group.org/data/schema", "xsi:schemaLocation" : "http://www.spase-group.org/data/schema http://www.spase-group.org/data/schema/spase-2_2_0.xsd", "Version" : "2.2.0", "Observatory" : {"ResourceID" : "spase://SMWG/Observator...
json_instruct
{"type": "object", "properties": {"Spase": {"type": "object", "properties": {"xmlns:xsi": {"type": "string"}, "xmlns": {"type": "string"}, "xsi:schemaLocation": {"type": "string"}, "Version": {"type": "string"}, "Observatory": {"type": "object", "properties": {"ResourceID": {"type": "string"}, "ResourceHeader": {"type"...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "stage": {"type": "string"}, "build": {"type": "stri...
{"name" : "vue-demo", "version" : "1.0.0", "private" : true, "scripts" : {"dev" : "vue-cli-service serve --mode dev", "stage" : "vue-cli-service build --mode stage", "build" : "vue-cli-service build --mode prod", "build:prod" : "vue-cli-service build --mode prod", "lint" : "vue-cli-service lint", "test" : "npm run lint...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "stage": {"type": "string"}, "build": {"type": "string"}, "build:prod": {"type": "string"}, "lint": {"type": "string"}, "te...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"t...
{"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Santo Tomas, Luisiana, Laguna, CALABARZON (Region IV-A), PH", "locale" : "ph.calabarzon-region-iv-a.laguna.luisiana.santo-tomas", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "4", "region_...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "enormously", "definition" : "In an enormous degree."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"Author": {"type": "string"}, "Content-Length": {"type": "string"}, "Content-Type": {"type": "string"}, "Creation-Date": {"type": "string"}, "X-Parsed-By": {"type": "array", "items": {"type": "string"}}, "creator": {...
{"Author" : "marcia.souza", "Content-Length" : "60148", "Content-Type" : "application/rtf", "Creation-Date" : "2020-05-25T13:30:00Z", "X-Parsed-By" : ["org.apache.tika.parser.DefaultParser", "org.apache.tika.parser.rtf.RTFParser"], "creator" : "marcia.souza", "dc:creator" : "marcia.souza", "dcterms:created" : "2020-05-...
json_instruct
{"type": "object", "properties": {"Author": {"type": "string"}, "Content-Length": {"type": "string"}, "Content-Type": {"type": "string"}, "Creation-Date": {"type": "string"}, "X-Parsed-By": {"type": "array", "items": {"type": "string"}}, "creator": {"type": "string"}, "dc:creator": {"type": "string"}, "dcterms:created"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required...
{"ETag" : "W/\"1b5ee3f8bdc6f61c4bb85e152ccdad9cc30dba567f37baf6a7441449003c4403\"", "Last-Modified" : "Mon, 12 Oct 2020 19:27:03 GMT", "base" : {"repo" : {"name" : "dpath-feedstock"}}, "closed_at" : "2020-10-12T19:27:03Z", "created_at" : "2020-10-11T06:20:23Z", "draft" : false, "head" : {"ref" : "rebuild-python39-0-2_h...
json_instruct
{"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "stri...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contrac...
{"contract" : "0x226bb599a12c826476e3a771454697ea52e9e220", "tool" : "osiris", "start" : 1564571027.7273068, "end" : 1564571030.3769858, "duration" : 2.649678945541382, "analysis" : []}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", ...
{"name" : "insomnia-plugin-xml-json-response", "version" : "1.0.2", "main" : "main.js", "description" : "transforms XML responses into Json by removing XML tags", "author" : "Carlos Gabriel Godri", "license" : "MIT", "repository" : {"type" : "git", "url" : "git+https://github.com/godrix/insomnia-plugin-xml-json-respons...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}},...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["cachegoose", "cacheman-promise", "fuchy", "heimdall-client", "mongoose-cachebox", "pagespace", "sailsjs-cacheman", "solr-client-cache", "sungorus", "tree-cache", "tunefind"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"domain": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "name": {"type": "string"}, "homepage": {"type": "string"}, "audit": {"type": "string"}, "director...
{"domain" : "weight-union.com", "title" : "\u5e7f\u5dde\u7ef4\u6d9b\u4f18\u8054\u54c1\u724c\u5f62\u8c61\u8bbe\u8ba1\u6709\u9650\u516c\u53f8", "type" : "\u4f01\u4e1a", "license" : "\u7ca4ICP\u590708001913\u53f7-1", "name" : "\u7ef4\u6d9b\u4f18\u8054\u8bbe\u8ba1\u516c\u53f8\u7f51\u7ad9", "homepage" : "www.weight-union.co...
json_instruct
{"type": "object", "properties": {"domain": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "name": {"type": "string"}, "homepage": {"type": "string"}, "audit": {"type": "string"}, "director": {"type": "string"}, "pre-approval": {"type": "string"}, "updated": ...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"t...
{"nom" : "Saint-Christophe-en-Oisans", "dpt" : "Is\u00e8re", "inscrits" : 126, "abs" : 34, "votants" : 92, "blancs" : 12, "nuls" : 1, "exp" : 79, "res" : [{"panneau" : "1", "voix" : 62}, {"panneau" : "2", "voix" : 17}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object"...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["All", "my", "ladies", "hands", "up", "in", "the", "air"], ["O", "A", "She", "'s", "mine", "O", "A", "She", "'s", "mine"], ["O", "A", "She", "'s", "mine", "Yeah", "She", "'s", "mine"], ["All", "my", "ladies", "hands", "up", "in", "the", "air"]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "preferGlobal": {"type": "boolean"}, "bin": {"type": "object", "properties": {"backless": {"type": "strin...
{"name" : "backless", "version" : "1.0.16", "description" : "Back-end free with backless", "main" : "index.js", "preferGlobal" : true, "bin" : {"backless" : "bin/backless.js"}, "publishConfig" : {"access" : "public"}, "scripts" : {"test" : "nyc mocha --exit"}, "repository" : {"type" : "git", "url" : "git+https://github...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "preferGlobal": {"type": "boolean"}, "bin": {"type": "object", "properties": {"backless": {"type": "string"}}, "required": ["backless"]}, "publishConfig": {"type": ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "...
{"name" : "jmly/model-searchable", "description" : "Scopes Laravel", "authors" : [{"name" : "jeanmichelly", "email" : "jeanmichely@gmail.com"}], "require" : {"php" : "^7.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"php": {"type":...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "...
{"lastUpdated" : 1655019279666, "username" : "Jevil_chaos", "scores" : [{"xp" : 10566, "rank" : 339, "cardId" : 222}, {"xp" : 10445, "rank" : 149, "cardId" : 492}, {"xp" : 10671, "rank" : 347, "cardId" : 224}, {"xp" : 8010, "rank" : 254, "cardId" : 496}, {"xp" : 10991, "rank" : 194, "cardId" : 223}, {"xp" : 85465, "ran...
json_instruct
{"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, "required": ["xp", "rank", "cardId"]}}}, "required": ["last...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "source": {"type": "array", "items": {"type": "string"}}, "rarity": {"type": "integer"}, "craft": {"type": "object", "propert...
{"id" : "agents_sacrificial_knife", "name" : "Faca Especial", "description" : "Uma arma de formato especial feita usando a tecnologia de Snezhnaya, pertenceu a um agente secreto. Uma pessoa comum n\u00e3o pode usar essa incr\u00edvel arma sem treinamento.", "source" : ["Dropado pelos Agentes Nv.40+", "Obt\u00e9m pela S...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "source": {"type": "array", "items": {"type": "string"}}, "rarity": {"type": "integer"}, "craft": {"type": "object", "properties": {"cost": {"type": "integer"}, "items": {"type": "array", "items": ...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "prop...
{"hash" : "0xf4064804732ffa273c8275a7aa476184d8e36f62791f7f78f6d21df9a178cc76", "parentHash" : "0xb54da2d8c903ce8c9c975e219cf830f6262a4457728330cc49f82536328ba5dd", "number" : 44597, "timestamp" : 1438892702, "nonce" : "0xe87f77596c68f788", "difficulty" : 1402675917163, "gasLimit" : {"_hex" : "0x29c2"}, "gasUsed" : {"_...
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"version": {"type": "string"}, "command": {"type": "string"}, "isShellCommand": {"type": "boolean"}, "args": {"type": "array", "items": {"type": "string"}}, "showOutput": {"type": "string"}, "echoCommand": {"type": ...
{"version" : "0.1.0", "command" : "bash", "isShellCommand" : false, "args" : ["build.sh"], "showOutput" : "silent", "echoCommand" : false}
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "command": {"type": "string"}, "isShellCommand": {"type": "boolean"}, "args": {"type": "array", "items": {"type": "string"}}, "showOutput": {"type": "string"}, "echoCommand": {"type": "boolean"}}, "required": ["version", "command", "isShellCommand", "args...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "null"}, "country": {"type": "string"}, "state": {"type": "string"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string...
{"name" : "Morris College", "alt_name" : null, "country" : "United States", "state" : "South Carolina", "address" : {"street" : "100 West College Street", "city" : "Sumter", "province" : "South Carolina", "postal_code" : "29150-3599"}, "contact" : {"telephone" : "+1(803) 934-3200", "website" : "http://www.morris.edu", ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "null"}, "country": {"type": "string"}, "state": {"type": "string"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "string"}, "postal_code": {"type": "string"}...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "...
{"Time" : "2021-09-17T16:00:00Z", "Temp" : 26.5, "RelHum" : 59, "WindSpeed" : 3.1, "WindDir" : 295}
json_instruct
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "...
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-80.36235, 40.255705], [-80.35649, 40.308594], [-80.328327, 40.34961], [-80.296208, 40.360257], [-80.280069, 40.364089], [-80.267515, 40.358199], [-80.252516, 40.361329], [-80.251967, 40.336867], [-80.252657, 40.329753], ...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "null"}, "size": {"type": "integer"}, "time": {"type": "integer"}}, "required": ["name", "id", "url", "size", "time"], "$schema": "http://json-schema.org/...
{"name" : "Allure Test Pack", "id" : "9ae64d2c-e852-4660-a82e-1b7f1e231488", "url" : null, "size" : 6964, "time" : 3512}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "null"}, "size": {"type": "integer"}, "time": {"type": "integer"}}, "required": ["name", "id", "url", "size", "time"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "string"}, "format": {"type": "string"}, "category": {"type": "string"...
{"id" : 99854, "info" : {"name" : "Facebook - Move NavJewels, remove name, home", "description" : "This moves the navJewels notifications to the end of the search bar and removes the Find Friends, Home and the tinyman picture and profile name from the Blue Banner in Facebook.", "additionalInfo" : "Feel free to modify t...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "string"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type":...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"clean": {"type": "string"}, "test": {"type": "...
{"name" : "cxtl", "version" : "1.0.0", "description" : "A cryptocurrency trading library with support for 90+ exchanges", "main" : "dist/src/index.js", "scripts" : {"clean" : "rimraf dist", "test" : "npm run clean && tsc && jest --coverage --forceExit", "start" : "npm run clean && tsc && node dist/src/init.js"}, "autho...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"clean": {"type": "string"}, "test": {"type": "string"}, "start": {"type": "string"}}, "required": ["clean", "test", "s...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"editor.formatOnSave": {"type": "boolean"}, "prettier.trailingComma": {"type": "string"}, "editor.defaultFormatter": {"type": "string"}, "workbench.colorCustomizations": {"type": "object", "properties": {"titleB...
{"editor.formatOnSave" : true, "prettier.trailingComma" : "all", "editor.defaultFormatter" : "esbenp.prettier-vscode", "workbench.colorCustomizations" : {"titleBar.activeBackground" : "#61dafb", "titleBar.activeForeground" : "#282c34", "titleBar.inactiveBackground" : "#61dafb", "titleBar.inactiveForeground" : "#282c34"...
json_instruct
{"type": "object", "properties": {"editor.formatOnSave": {"type": "boolean"}, "prettier.trailingComma": {"type": "string"}, "editor.defaultFormatter": {"type": "string"}, "workbench.colorCustomizations": {"type": "object", "properties": {"titleBar.activeBackground": {"type": "string"}, "titleBar.activeForeground": {"ty...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"restartable": {"type": "string"}, "exec": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "verbose": {"type": "boolean"}, "runOnChangeOnly": {"type": "boolean"}, "watch": {"type": "array...
{"restartable" : "rs", "exec" : "babel-node server", "ignore" : [".git", "client", "node_modules/**/node_modules", "dist"], "verbose" : true, "runOnChangeOnly" : false, "watch" : ["server/**/*.js", "server/**/*.graphql", "package.json"], "env" : {"NODE_ENV" : "development"}, "ext" : "js,json,graphql"}
json_instruct
{"type": "object", "properties": {"restartable": {"type": "string"}, "exec": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "verbose": {"type": "boolean"}, "runOnChangeOnly": {"type": "boolean"}, "watch": {"type": "array", "items": {"type": "string"}}, "env": {"type": "object", "propertie...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http:/...
[{"name" : "MAKEL", "frequency" : 587, "males" : "91.82282793867121 %", "females" : "8.17717206132879 %"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"subreddit": {"type": "string"}, "author": {"type": "string"}, "count": {"type": "integer"}}, "required": ["subreddit", "author", "count"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"subreddit" : "htpc", "author" : "ncohafmuta", "count" : 5}
json_instruct
{"type": "object", "properties": {"subreddit": {"type": "string"}, "author": {"type": "string"}, "count": {"type": "integer"}}, "required": ["subreddit", "author", "count"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["430611104001", "\u826f\u5fc3\u5821\u793e\u533a", "121", "0"], ["430611104002", "\u798f\u534e\u793e\u533a", "121", "0"], ["430611104201", "\u7ef4\u65b0\u6751", "220", "0"], ["430611104202", "\u798f\u661f\u6751", "220", "0"], ["430611104203", "\u56e2\u7ed3\u6751", "121", "0"], ["430611104204", "\u4e03\u661f\u6e56\u675...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"0": {"type": "boolean"}}, "required": ["0"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : "1d0cf7873eadfdbd20b9", "c" : {"0" : true}}
json_instruct
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"0": {"type": "boolean"}}, "required": ["0"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"6578": {"type": "string"}, "6580": {"type": "string"}}, "required": ["6578", "6580"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"6578" : "6579", "6580" : "6581"}
json_instruct
{"type": "object", "properties": {"6578": {"type": "string"}, "6580": {"type": "string"}}, "required": ["6578", "6580"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}, "st...
{"name" : "clinic-app", "version" : "1.0.0", "description" : "Minor project for college - Clinic management project", "main" : "app.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "start" : "nodemon app.js", "start-server" : "node app.js"}, "repository" : {"type" : "git", "url" : "git+https://...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}, "start-server": {"type": "string"}}, "required": ["test", "sta...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "allDeclaredConstructors": {"type": "boolean"}, "allDeclaredMethods": {"type": "boolean"}}, "required": ["name", "allDeclaredConstructors", "allDeclaredMe...
[{"name" : "xxxxxx.yyyyyy.zzzzzz.Message", "allDeclaredConstructors" : true, "allDeclaredMethods" : true}, {"name" : "java.time.LocalDate", "allDeclaredConstructors" : true, "allDeclaredMethods" : true}, {"name" : "java.time.LocalTime", "allDeclaredConstructors" : true, "allDeclaredMethods" : true}, {"name" : "java.tim...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "allDeclaredConstructors": {"type": "boolean"}, "allDeclaredMethods": {"type": "boolean"}}, "required": ["name", "allDeclaredConstructors", "allDeclaredMethods"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"matrix": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["matrix"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"matrix" : [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 0, 0], [0, 0, 1, 2, 2, 2, 1, 1, 1, 2, 2, 2, 2, 1, 0, 0], [0, 1, 1, 2, 3, 2, 3, 2, 1, 3, 2, 1, 3, 1, 0, 0], [0, 1, 2, 2, 3, 2, 57, 2, 2, 2, 3, 3, 2, 1, 1, 0], [0, 1, 2, 1, 2, 2, 1, 1, 2, 1, 4, 4, 4, 4, 1, 0], [0, 1,...
json_instruct
{"type": "object", "properties": {"matrix": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["matrix"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "newsApp", "displayName" : "newsApp"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"eth": {"type": "object", "properties": {"name": {"type": "string"}, "caip10": {"type": "string"}, "chainId": {"type": "integer"}}, "required": ["name", "caip10", "chainId"]}, "gor": {"type": "object", "properti...
{"eth" : {"name" : "Ethereum", "caip10" : "eip155:1", "chainId" : 1}, "gor" : {"name" : "Ethereum G\u00f6rli", "caip10" : "eip155:5", "chainId" : 5}, "starknet-gor" : {"name" : "StarkNet G\u00f6rli", "caip10" : "starknet:goerli-alpha"}}
json_instruct
{"type": "object", "properties": {"eth": {"type": "object", "properties": {"name": {"type": "string"}, "caip10": {"type": "string"}, "chainId": {"type": "integer"}}, "required": ["name", "caip10", "chainId"]}, "gor": {"type": "object", "properties": {"name": {"type": "string"}, "caip10": {"type": "string"}, "chainId": ...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool"...
{"contract" : "0x4bc1d23a8c00ac87c57b6a32d5fb82aa5346950d", "tool" : "oyente", "start" : 1563533937.0411315, "end" : 1563533941.1795473, "duration" : 4.138415813446045, "analysis" : []}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repositor...
{"name" : "lambduh-execute", "version" : "1.3.0", "description" : "Execute any shell string or bash script from AWS Lambda", "main" : "index.js", "scripts" : {"test" : "mocha test/*.js"}, "repository" : {"type" : "git", "url" : "https://github.com/lambduh/lambduh-execute.git"}, "keywords" : ["lambda", "aws", "exec", "e...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "s...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"stop": {"type": "integer"}, "name": {"type": "string"}, "start": {"type": "integer"}}, "required": ["stop", "name", "start"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"stop" : 1494463017903, "name" : "addressbook tests #32", "start" : 1494463017907}
json_instruct
{"type": "object", "properties": {"stop": {"type": "integer"}, "name": {"type": "string"}, "start": {"type": "integer"}}, "required": ["stop", "name", "start"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ...
{"name" : "@efstajas/tela", "version" : "4.5.5", "description" : "A framework for building Intercom Canvas Kit applications.", "main" : "lib/index.js", "scripts" : {"build" : "tsc"}, "keywords" : ["intercom", "canvas kit", "custom apps", "express", "typescript"], "repository" : {"type" : "git", "url" : "https://github....
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "repo...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "requirements": {"type": "string"}, "benefits": {"type": "string"...
[{"id" : 1, "title" : "UX/UI Designer", "description" : "Estamos buscando designers para criar as melhores experi\u00eancias para nossos clientes. No dia a dia, nossos designers precisam ter habilidades para transformar requisitos complexos e dif\u00edceis em interfaces extremamente funcionais e intuitivas. Precisam ta...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "requirements": {"type": "string"}, "benefits": {"type": "string"}, "differentials": {"type": "string"}, "linkToForm": {"type": "string"}, "...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id":...
{"id" : 1210047483, "type" : "Feature", "properties" : {"src:alt_label" : "geonames", "src:geom" : "geonames", "wof:geomhash" : "3e6e5249306399943a9e263880702962", "wof:id" : 1210047483}, "bbox" : [6.4564, 46.57251, 6.4564, 46.57251], "geometry" : {"coordinates" : [6.4564, 46.57251], "type" : "Point"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}}, "required": ["src:alt_label", "src:geom", "wof...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}, "mappingIndex": {"type": "integer"}, "redacted": {"type": "boolean"}, "scope": {"type": "integer"}, "aggregationType": {"...
{"index" : 3851, "hash" : 2310163735, "blacklisted" : false, "mappingIndex" : 0, "redacted" : false, "scope" : 0, "aggregationType" : 0}
json_instruct
{"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}, "mappingIndex": {"type": "integer"}, "redacted": {"type": "boolean"}, "scope": {"type": "integer"}, "aggregationType": {"type": "integer"}}, "required": ["index", "hash", "blacklisted", "mapp...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "pr...
{"localities" : ["Griffithsvle, WV", "Griffithsville, WV"], "state" : "WV", "postal_code" : "25521", "locality" : "Griffithsville, WV", "lat" : 38.219782, "region" : {"fips" : "54", "abbr" : "WV", "name" : "West Virginia"}, "city" : "Griffithsville", "type" : "STANDARD", "lng" : -81.999378, "counties" : [{"fips" : "043...
json_instruct
{"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"feedstocks" : ["r-anocva"]}
json_instruct
{"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, ...
{"author" : {"id" : "t2_3ozr8", "name" : "isforza3outyet"}, "date" : {"day" : 1404777600, "full" : 1404783132, "month" : 1404172800, "week" : 1404604800}, "id" : "t3_2a3r8z", "picture" : {"filesize" : 36066, "fullUrl" : "https://external-preview.redd.it/mmMmaCfMmxSCLtGW7NsE7cj1pknJYk2XwUzr90zjz9o.jpg?auto=webp&s=c19cde...
json_instruct
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}},...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"presets": {"type": "array", "items": {"type": "string"}}, "plugins": {"type": "array", "items": {"type": "string"}}, "exclude": {"type": "string"}}, "required": ["presets", "plugins", "exclude"], "$schema": "...
{"presets" : ["@babel/preset-typescript", "babel-preset-solid", "babel-preset-atomic"], "plugins" : ["babel-plugin-transform-globalthis"], "exclude" : "node_modules/**"}
json_instruct
{"type": "object", "properties": {"presets": {"type": "array", "items": {"type": "string"}}, "plugins": {"type": "array", "items": {"type": "string"}}, "exclude": {"type": "string"}}, "required": ["presets", "plugins", "exclude"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "ite...
{"ast" : null, "code" : "import createSvgIcon from './utils/createSvgIcon';\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nexport default createSvgIcon( /*#__PURE__*/_jsx(\"path\", {\n d: \"M8 24c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm4 0c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm0-22c-.55 0-1 .45...
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesCont...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["babel-preset-anjianshi-react-ie", "babel-preset-es2015-ie", "babel-preset-es2015-without-strict-loose", "babel-preset-focus", "babel-preset-playlyfe", "babel-preset-sagui", "babel-preset-save", "babel-preset-streamrail", "babel-preset-yw", "better-babel-cli", "dg-reacting", "joi-full", "pragmatist", "snabbdom-helpers...
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"bonzo.js": {"type": "string"}, "bonzo.min.js": {"type": "string"}}, "required": ["bonzo.js", "bonzo.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"bonzo.js" : "sha512-fJnz3WKKELYDhnPiBxkWEsdm1eikMmOA2vezz1qZEWnDMBGnAuex2Y+k2nwhAEmAgMLh0+OOR9Tg61QVAci4Vw==", "bonzo.min.js" : "sha512-rys8PXAd9YTQUv7ptDObONqvMB/dRDJcXpRBCqmDq+u+27lQ43HQVRLQbVdVC4jpnUUVYIp6/Be0petN8GmqZw=="}
json_instruct
{"type": "object", "properties": {"bonzo.js": {"type": "string"}, "bonzo.min.js": {"type": "string"}}, "required": ["bonzo.js", "bonzo.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"LogLevel": {"type": "string"}, "LogPath": {"type": "string"}, "TCPAddr": {"type": "string"}, "MaxConnNum": {"type": "integer"}, "ConsolePort": {"type": "integer"}, "MgoUrl": {"type": "string"}, "MgoSessionNum": {"...
{"LogLevel" : "debug", "LogPath" : "./log", "TCPAddr" : "[::]:6666", "MaxConnNum" : 9999, "ConsolePort" : 3333, "MgoUrl" : "mongodb://127.0.0.1:27017/admin", "MgoSessionNum" : 99, "DBName" : "db_test", "XlsxPath" : "../xlsx", "ProfilePath" : "./profile"}
json_instruct
{"type": "object", "properties": {"LogLevel": {"type": "string"}, "LogPath": {"type": "string"}, "TCPAddr": {"type": "string"}, "MaxConnNum": {"type": "integer"}, "ConsolePort": {"type": "integer"}, "MgoUrl": {"type": "string"}, "MgoSessionNum": {"type": "integer"}, "DBName": {"type": "string"}, "XlsxPath": {"type": "s...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"appid": {"type": "integer"}, "name": {"type": "string"}, "windows": {"type": "boolean"}, "mac": {"type": "boolean"}, "linux": {"type": "boolean"}, "early_access": {"type": "boolean"}, "lookup_time": {"type": "integer"}}, "r...
{"appid" : 329000, "name" : "Data Hacker: Corruption", "windows" : true, "mac" : false, "linux" : false, "early_access" : false, "lookup_time" : 1490979231}
json_instruct
{"type": "object", "properties": {"appid": {"type": "integer"}, "name": {"type": "string"}, "windows": {"type": "boolean"}, "mac": {"type": "boolean"}, "linux": {"type": "boolean"}, "early_access": {"type": "boolean"}, "lookup_time": {"type": "integer"}}, "required": ["appid", "name", "windows", "mac", "linux", "early_...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "combination", "definition" : "1. The act or process of combining or uniting persons and things. Making new compounds by new combinations. Boyle. A solemn combination shall be made Of our dear souls. Shak. 2. The result of combining or uniting; union of persons or things; esp. a union or alliance of persons o...
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "place_type": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "city": {"type": "string"}},...
[{"postal_code" : "88000", "place_name" : "Nuevo Laredo Centro", "place_type" : "Colonia", "county" : "Nuevo Laredo", "state" : "Tamaulipas", "city" : "Nuevo Laredo"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "place_type": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "city": {"type": "string"}}, "required": ["postal_code", "place_name", "place_type", "county", "s...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"server:dev": {"type": "string"}, "client:dev": {"type": "string"}}, "...
{"name" : "grpc-web-simple-example", "version" : "0.1.0", "description" : "gRPC-Web simple example", "scripts" : {"server:dev" : "npx nodemon server.js --watch server.js", "client:dev" : "npx nodemon --exec npx webpack --watch client.js"}, "devDependencies" : {"@grpc/proto-loader" : "^0.3.0", "async" : "^1.5.2", "googl...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"server:dev": {"type": "string"}, "client:dev": {"type": "string"}}, "required": ["server:dev", "client:dev"]}, "devDependencies": {"type": "object...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["130633107200", "\u7d2b\u8346\u5173\u6751\u6751\u59d4\u4f1a", "121", "0"], ["130633107201", "\u6559\u573a\u6751\u6751\u59d4\u4f1a", "122", "0"], ["130633107202", "\u4e09\u91cc\u94fa\u6751\u6751\u59d4\u4f1a", "122", "0"], ["130633107203", "\u4e1c\u6e05\u6e90\u6751\u6751\u59d4\u4f1a", "220", "0"], ["130633107204", "\u8...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"track": {"type": "string"}, "exercise": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "handle": {"type": "string"}, "is_requester": {"type": "boolean"}, "auto_approve": {"type": "boolean...
{"track" : "rust", "exercise" : "circular-buffer", "id" : "8df861315fed4270b5c44f49b9c60fbf", "url" : "https://exercism.io/my/solutions/8df861315fed4270b5c44f49b9c60fbf", "handle" : "lutostag", "is_requester" : true, "auto_approve" : false}
json_instruct
{"type": "object", "properties": {"track": {"type": "string"}, "exercise": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "handle": {"type": "string"}, "is_requester": {"type": "boolean"}, "auto_approve": {"type": "boolean"}}, "required": ["track", "exercise", "id", "url", "handle", "is_reques...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_ema...
{"id" : 3128, "name" : "Wider Search box for Google Image Search V2", "description" : "Just a wider search box for Google Image Search!\r\nInspired from Google Wide Search Box", "user" : {"id" : 3654, "name" : "heartrobber18", "email" : "redacted", "paypal_email" : null, "homepage" : "https://abtevrythng.com", "about" ...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "string"}, "abo...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"owh_querycache": {"type": "object", "properties": {"mappings": {"type": "object", "properties": {"queryData": {"type": "object", "properties": {"properties": {"type": "object", "properties": {"dataset": {"type": "object", "pro...
{"owh_querycache" : {"mappings" : {"queryData" : {"properties" : {"dataset" : {"type" : "string", "index" : "not_analyzed"}, "lastupdated" : {"type" : "date", "index" : "no", "format" : "dateOptionalTime"}, "queryID" : {"type" : "string", "index" : "not_analyzed"}, "queryJSON" : {"type" : "string", "index" : "no"}, "re...
json_instruct
{"type": "object", "properties": {"owh_querycache": {"type": "object", "properties": {"mappings": {"type": "object", "properties": {"queryData": {"type": "object", "properties": {"properties": {"type": "object", "properties": {"dataset": {"type": "object", "properties": {"type": {"type": "string"}, "index": {"type": "s...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"sn22.111:0.1": {"type": "string"}, "sn22.111:0.2": {"type": "string"}, "sn22.111:0.3": {"type": "string"}, "sn22.111:1.1": {"type": "string"}, "sn22.111:1.2": {"type": "string"}, "sn22.111:1.3": {"type": "strin...
{"sn22.111:0.1" : "<article id='sn22.111'><header><ul><li class='division'>{}</li>", "sn22.111:0.2" : "<li>{}</li></ul>", "sn22.111:0.3" : "<h1 class='sutta-title'>{}</h1></header>", "sn22.111:1.1" : "<p>{}</p>", "sn22.111:1.2" : "<p>{}", "sn22.111:1.3" : "{}</p>", "sn22.111:1.4" : "<p>{}", "sn22.111:1.5" : "{}", "sn22...
json_instruct
{"type": "object", "properties": {"sn22.111:0.1": {"type": "string"}, "sn22.111:0.2": {"type": "string"}, "sn22.111:0.3": {"type": "string"}, "sn22.111:1.1": {"type": "string"}, "sn22.111:1.2": {"type": "string"}, "sn22.111:1.3": {"type": "string"}, "sn22.111:1.4": {"type": "string"}, "sn22.111:1.5": {"type": "string"}...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"config": {"type": "object", "properties": {"abort": {"type": "object", "properties": {"unknown": {"type": "string"}}, "required": ["unknown"]}, "error": {"type": "object", "properties": {"cannot_connect": {"type":...
{"config" : {"abort" : {"unknown" : "\u0391\u03c0\u03c1\u03cc\u03c3\u03bc\u03b5\u03bd\u03bf \u03c3\u03c6\u03ac\u03bb\u03bc\u03b1"}, "error" : {"cannot_connect" : "\u0391\u03c0\u03bf\u03c4\u03c5\u03c7\u03af\u03b1 \u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7\u03c2"}}}
json_instruct
{"type": "object", "properties": {"config": {"type": "object", "properties": {"abort": {"type": "object", "properties": {"unknown": {"type": "string"}}, "required": ["unknown"]}, "error": {"type": "object", "properties": {"cannot_connect": {"type": "string"}}, "required": ["cannot_connect"]}}, "required": ["abort", "er...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"Update": {"type": "string"}, "answer": {"type": "array", "items": {"type": "string"}}, "category": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "detail": {"type": "string"}, "explana...
{"Update" : "2020-03-23 15:28:16", "answer" : ["A"], "category" : "saa", "choices" : ["A.Amazon CloudFront \u4f7f\u7528\u672c\u5730\u670d\u52a1\u5668\u4f5c\u4e3a\u6e90\u3002", "B.ELB \u5e94\u7528\u7a0b\u5e8f\u8d1f\u8f7d\u5e73\u8861\u5668\u3002", "C.\u57fa\u4e8e\u5ef6\u8fdf\u7684\u8def\u7531\u3002", "D.\u5b58\u50a8\u548...
json_instruct
{"type": "object", "properties": {"Update": {"type": "string"}, "answer": {"type": "array", "items": {"type": "string"}}, "category": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "detail": {"type": "string"}, "explanation": {"type": "array", "items": {"type": "string"}}, "id": {"type":...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"application": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "tcp": {"type": "object", "properties": {"port": {"type": "integer"}, "tls": {"type": "object", "properties": {...
{"application" : {"type" : "acceptor", "name" : "test_server", "tcp" : {"port" : 2344, "tls" : {"key" : "data/session/certs/server/server.key", "cert" : "data/session/certs/server/server.crt", "ca" : ["data/session/certs/ca/ca.crt"], "requestCert" : true, "rejectUnauthorized" : true}}, "protocol" : "ascii", "dictionary...
json_instruct
{"type": "object", "properties": {"application": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "tcp": {"type": "object", "properties": {"port": {"type": "integer"}, "tls": {"type": "object", "properties": {"key": {"type": "string"}, "cert": {"type": "string"}, "ca": {"type": ...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"description": {"type": "string"}, "number": {"type": "string"}, "class": {"type": "string"}}, "required": ["description", "number", "class"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"description" : "Cartridges, power device", "number" : "0323", "class" : "1"}
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "number": {"type": "string"}, "class": {"type": "string"}}, "required": ["description", "number", "class"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"monitor_signup": {"type": "string"}, "version": {"type": "string"}, "latest_version": {"type": "string"}, "current_version": {"type": "string"}, "release_notes": {"type": "string"}, "read_how_to_upgrade": {"type": "s...
{"monitor_signup" : "Monitor your applications. Find what is causing issues.", "version" : "Version", "latest_version" : "Latest version", "current_version" : "Current version", "release_notes" : "Release Notes", "read_how_to_upgrade" : "Read instructions on how to upgrade", "latest_version_signoz" : "You are running t...
json_instruct
{"type": "object", "properties": {"monitor_signup": {"type": "string"}, "version": {"type": "string"}, "latest_version": {"type": "string"}, "current_version": {"type": "string"}, "release_notes": {"type": "string"}, "read_how_to_upgrade": {"type": "string"}, "latest_version_signoz": {"type": "string"}, "stale_version"...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "ns": {"type": "string"}, "description": {"type": "string"}, "phrases": {"type": "object", "properties": {"active": {"type": "string"}}, "required": ["active"]}, "ports": {"type": "object", "properti...
{"name" : "reconnect", "ns" : "rethinkdb", "description" : "RethinkDB reconnect", "phrases" : {"active" : "Reconnecting..."}, "ports" : {"input" : {"conn" : {"type" : "function", "title" : "Connection", "required" : true}, "noreplyWait" : {"type" : "boolean", "title" : "Wait for noreply writes", "description" : "whethe...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "ns": {"type": "string"}, "description": {"type": "string"}, "phrases": {"type": "object", "properties": {"active": {"type": "string"}}, "required": ["active"]}, "ports": {"type": "object", "properties": {"input": {"type": "object", "properties": {"conn": {"...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "url": {"type": "string"}, "hash": {"type": "string"}, "extract_dir": {"type": "string"}, "archite...
{"version" : "8.2.3.5338", "description" : "Utility to reduce the memory usage of Firefox or other browsers", "homepage" : "https://www.rizonesoft.com/downloads/firemin/", "license" : "GPL-3.0-or-later", "url" : "https://www.rizonesoft.com/download/3951/#/dl.zip", "hash" : "28139c0c1328db017cd91a19a8f438e870587517026c2...
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "url": {"type": "string"}, "hash": {"type": "string"}, "extract_dir": {"type": "string"}, "architecture": {"type": "object", "properties": {"64bit": {"type":...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"sync_suspended_cards": {"type": "boolean"}, "sync_new_cards": {"type": "boolean"}}, "required": ["sync_suspended_cards", "sync_new_cards"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"sync_suspended_cards" : false, "sync_new_cards" : false}
json_instruct
{"type": "object", "properties": {"sync_suspended_cards": {"type": "boolean"}, "sync_new_cards": {"type": "boolean"}}, "required": ["sync_suspended_cards", "sync_new_cards"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:i...
{"id" : 404333989, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "a8481d83b21a541f78a7f1486b68936b", "wof:id" : 404333989, "wof:repo" : "whosonfirst-data-admin-es"}, "bbox" : [-7.91086, 43.53265, -7.91086, 43.53265], "geometry" : {"coordinate...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "3502150008", "district_id" : "3502150", "name" : "POHIJO"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["projects/k8s-staging-kops/logs/cloudaudit.googleapis.com%2Factivity", "projects/k8s-staging-kops/logs/cloudbuild"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"__comment": {"type": "string"}, "parent": {"type": "string"}, "textures": {"type": "object", "properties": {"right": {"type": "string"}, "left": {"type": "string"}}, "required": ["right", "left"]}}, "required":...
{"__comment" : "~ Elsweyr", "parent" : "paragonia:block/wideblock_right", "textures" : {"right" : "paragonia:blocks/decorations/block_light", "left" : "paragonia:blocks/decorations/block_light"}}
json_instruct
{"type": "object", "properties": {"__comment": {"type": "string"}, "parent": {"type": "string"}, "textures": {"type": "object", "properties": {"right": {"type": "string"}, "left": {"type": "string"}}, "required": ["right", "left"]}}, "required": ["__comment", "parent", "textures"], "$schema": "http://json-schema.org/dr...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"data": {"type": "object", "properties": {"version": {"type": "integer"}, "network": {"type": "integer"}, "type": {"type": "integer"}, "nonce": {"type": "string"}, "senderPublicKey": {"type": "string"}, "fee": {"ty...
{"data" : {"version" : 2, "network" : 23, "type" : 7, "nonce" : "1", "senderPublicKey" : "03287bfebba4c7881a0509717e71b34b63f31e40021c321f89ae04f84be6d6ac37", "fee" : "2500000000", "amount" : "0", "signature" : "304402207b7f318cf799ed4861c7987bcc260b7e91df3d7c44d99452251b0e016ef5874002200af0450f6fc8d75b179754e54bcfb6e8...
json_instruct
{"type": "object", "properties": {"data": {"type": "object", "properties": {"version": {"type": "integer"}, "network": {"type": "integer"}, "type": {"type": "integer"}, "nonce": {"type": "string"}, "senderPublicKey": {"type": "string"}, "fee": {"type": "string"}, "amount": {"type": "string"}, "signature": {"type": "str...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id...
{"id" : 101846873, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "87c13f5aa06019dceb96e86c2b39acce", "wof:id" : 101846873, "wof:repo" : "whosonfirst-data-admin-fi"}, "bbox" : [28.9157385, 62.091049, 28.9157385, 62.091049], "geometry" : {"coor...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["230714005498", "\u65b0\u98ce\u793e\u533a\u865a\u62df\u5c45\u59d4\u4f1a", "111", "0"]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["co...
{"contract" : "0x15078bf34a69358457682b876f1027565aca1ef1", "tool" : "osiris", "start" : 1564606621.3572116, "end" : 1564606624.029691, "duration" : 2.6724793910980225, "analysis" : []}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"_classname": {"type": "string"}, "title": {"type": "string"}}, "required": ["_classname", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"_classname" : "zx.test.io.persistence.Page", "title" : "Home Page"}
json_instruct
{"type": "object", "properties": {"_classname": {"type": "string"}, "title": {"type": "string"}}, "required": ["_classname", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "prop...
{"id" : "94928", "name" : {"en" : "Bombala"}, "country" : "AU", "region" : "NSW", "identifiers" : {"wmo" : "94928", "ghcn" : "ASN00070005"}, "location" : {"latitude" : -36.9167, "longitude" : 149.2333, "elevation" : 705}, "timezone" : "Australia/Sydney"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"wmo": {"type": "string"}, "ghcn": {"type": "string"}}, "req...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "devDependencies": {"ty...
{"name" : "SARAH", "version" : "0.1.0", "repository" : {"type" : "git", "url" : "https://github.com/stevenharradine/SARAH-framework.git"}, "devDependencies" : {"grunt-contrib-sass" : "*", "grunt-contrib-watch" : "*", "cli-color" : "*", "execSync" : "*"}, "apps" : [{"name" : "Manage Users", "git" : "https://github.com/s...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "devDependencies": {"type": "object", "properties": {"grunt-contrib-sass": {"type": "string"}...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"...
{"id" : 110617, "info" : {"name" : "thfhft", "description" : "hfthfth ht fhtf j tf jtfj", "additionalInfo" : null, "format" : "uso", "category" : "global", "createdAt" : "2015-02-20T01:04:05.000Z", "updatedAt" : "2015-02-20T01:27:59.000Z", "license" : "CC0-1.0", "author" : {"id" : 285336, "name" : "anthonio"}}, "stats"...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"test-name": {"type": "string"}, "variant": {"type": "object", "properties": {"server_metadata": {"type": "string"}, "client_registration": {"type": "string"}}, "required": ["server_metadata", "client...
[{"test-name" : "oidcc-ensure-request-with-acr-values-succeeds", "variant" : {"server_metadata" : "discovery", "client_registration" : "static_client"}, "configuration-filename" : "*", "current-block" : "Verify authorization endpoint response", "condition" : "ValidateIdTokenACRClaimAgainstAcrValuesRequest", "expected-r...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"test-name": {"type": "string"}, "variant": {"type": "object", "properties": {"server_metadata": {"type": "string"}, "client_registration": {"type": "string"}}, "required": ["server_metadata", "client_registration"]}, "configuration-filename": {"type": "strin...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "serve": {"type": "string"}, "build": {"type": "str...
{"name" : "elmclient", "version" : "0.1.0", "private" : true, "scripts" : {"dev" : "vue-cli-service serve", "serve" : "vue-cli-service serve", "build" : "vue-cli-service build"}, "dependencies" : {"axios" : "^0.19.2", "core-js" : "^3.6.5", "element-ui" : "^2.13.2", "font-awesome" : "^4.7.0", "js-cookie" : "^2.2.1", "js...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "serve": {"type": "string"}, "build": {"type": "string"}}, "required": ["dev", "serve", "build"]}, "dependencies": {"type":...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"translation-revision-date": {"type": "string"}, "generator": {"type": "string"}, "domain": {"type": "string"}, "locale_data": {"type": "object", "properties": {"messages": {"type": "object", "properties": {"": {"type": "object...
{"translation-revision-date" : "2022-04-15 21:02:49+0000", "generator" : "GlotPress/3.0.0", "domain" : "messages", "locale_data" : {"messages" : {"" : {"domain" : "messages", "plural-forms" : "nplurals=1; plural=0;", "lang" : "ja_JP"}, "Displays an on-sale badge if the product is on-sale." : ["\u5546\u54c1\u304c\u30bb\...
json_instruct
{"type": "object", "properties": {"translation-revision-date": {"type": "string"}, "generator": {"type": "string"}, "domain": {"type": "string"}, "locale_data": {"type": "object", "properties": {"messages": {"type": "object", "properties": {"": {"type": "object", "properties": {"domain": {"type": "string"}, "plural-for...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"USAE": {"type": "number"}, "TPAC": {"type": "number"}}, "required": ["USAE", "TPAC"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"USAE" : 1.0, "TPAC" : 0.5455207055375203}
json_instruct
{"type": "object", "properties": {"USAE": {"type": "number"}, "TPAC": {"type": "number"}}, "required": ["USAE", "TPAC"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "iso2": {"type": "string"}, "admin_level": {"type": "integer"}, "osm_id": {"type": "integer"}, "wikidata_id": {"type": "str...
{"type" : "Feature", "properties" : {"name" : "Bujumbura Mairie", "iso2" : "BI-BM", "admin_level" : 4, "osm_id" : 1694988, "wikidata_id" : "Q1816580", "wikipedia_id" : null, "population" : null, "countrylevel_id" : "iso2:BI-BM", "osm_data" : {"localname" : "Bujumbura Mairie", "official_name" : "", "alltags" : {}}}, "ge...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "iso2": {"type": "string"}, "admin_level": {"type": "integer"}, "osm_id": {"type": "integer"}, "wikidata_id": {"type": "string"}, "wikipedia_id": {"type": "null"}, "population": {"ty...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"$id": {"type": "string"}, "$schema": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"csrf_token": {"type": "object", "properties": {"type": {"type": "string"}}, ...
{"$id" : "https://schemas.ory.sh/kratos/selfservice/strategy/password/registration.schema.json", "$schema" : "http://json-schema.org/draft-07/schema#", "type" : "object", "properties" : {"csrf_token" : {"type" : "string"}, "password" : {"type" : "string", "minLength" : 1}, "traits" : {"description" : "This field will b...
json_instruct
{"type": "object", "properties": {"$id": {"type": "string"}, "$schema": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"csrf_token": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "password": {"type": "object", "properties": {"type"...
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}...
[{"namaKab" : "JEMBRANA", "originalFilename" : "firlinand.jpg", "namaPartai" : "Partai Hati Nurani Rakyat", "id" : 36246, "noUrut" : 1, "nama" : "FIRLINAND TAUFIEQ", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "JEMBRANA", "originalFilename" : "anggriptarum 4x6.jpg", "namaPartai" : "Partai Hati Nurani Rakyat", "id...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "string"}, "dependencies": {"type": "object", "prop...
{"name" : "mattermost-webapp-profiling", "version" : "0.0.1", "description" : "Under construction project for automated profiling of the Mattermost web app.", "author" : "Joram Wilander", "license" : "Apache-2.0", "repository" : "https://github.com/mattermost/mattermost-webapp-profiling", "dependencies" : {"chrome-laun...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "string"}, "dependencies": {"type": "object", "properties": {"chrome-launcher": {"type": "string"}, "chrome-...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type...
{"ast" : null, "code" : "export { Chart } from './components/Chart';\nexport * from './types';", "map" : {"version" : 3, "sources" : ["/Users/samerkadih/Desktop/Coding/Personal/React/kelly-criterion/node_modules/react-charts/es/index.js"], "names" : ["Chart"], "mappings" : "AAAA,SAASA,KAAT,QAAsB,oBAAtB;AACA,cAAc,SAAd",...
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesCont...
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"c": {"type": "integer"}, "d": {"type": "string"}, "md": {"type": "boolean"}}, "required": ["c", "d", "md"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"c" : 1281065, "d" : "65V", "md" : false}, {"c" : 1281066, "d" : "66V", "md" : false}, {"c" : 1281067, "d" : "67V", "md" : false}, {"c" : 1281068, "d" : "68V", "md" : false}, {"c" : 1281069, "d" : "69V", "md" : false}, {"c" : 1281070, "d" : "70V", "md" : false}, {"c" : 1281071, "d" : "71V", "md" : false}, {"c" : 1281...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"c": {"type": "integer"}, "d": {"type": "string"}, "md": {"type": "boolean"}}, "required": ["c", "d", "md"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "re...
{"name" : "aogg/think-helper", "description" : "PHP\u6570\u7ec4\u548c\u5b57\u7b26\u4e32\u76f8\u5173\u5e2e\u52a9\u7c7b", "license" : "Apache-2.0", "authors" : [{"name" : "aogg", "email" : "aogg@github.com"}], "require" : {"php" : ">=7.1.0"}, "autoload" : {"psr-4" : {"aogg\\think\\" : "src"}, "files" : ["src/helper.php"]...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object",...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "icon": {"type": "string"}, "version": {"type": "string"}, "website": {"type": "string"}, "command": {"type": "string"}, "url": {"type": "string"}, "output": {"type": "string"}, "permiss...
{"name" : "Git", "icon" : "images/git.png", "version" : "2.17.1.2", "website" : "https://desktop.github.com/", "command" : "Start-Process -FilePath * /passive", "url" : "https://github-production-release-asset-2e65be.s3.amazonaws.com/23216272/52993848-638c-11e8-87c7-4d75fc1d0b18?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-C...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "icon": {"type": "string"}, "version": {"type": "string"}, "website": {"type": "string"}, "command": {"type": "string"}, "url": {"type": "string"}, "output": {"type": "string"}, "permission": {"type": "string"}}, "required": ["name", "icon", "version", "webs...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "inputs": {"type": "object", "properties": {"n": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "radix": {"type": "object", "properties": {"type": {"type": "str...
{"name" : "number to string", "inputs" : {"n" : {"type" : "number"}, "radix" : {"type" : "number", "metadata" : {"description" : "integer in the range 2 through 36 specifying the base to represent the number"}, "optional" : true}}, "outputs" : {"str" : {"type" : "string"}}, "metadata" : {"icon" : "tilde", "description"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "inputs": {"type": "object", "properties": {"n": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "radix": {"type": "object", "properties": {"type": {"type": "string"}, "metadata": {"type": "object", "properties": {"descr...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"bio": {"type": "object", "properties": {"birthday": {"type": "string"}, "gender": {"type": "string"}}, "required": ["birthday", "gender"]}, "id": {"type": "object", "properties": {"aclu_id": {"type": "string"}, "bal...
{"bio" : {"birthday" : "1956-07-24", "gender" : "M"}, "id" : {"aclu_id" : "aclu/elections-api/congress_legislator:626", "ballotpedia" : "Charlie Crist", "bioguide" : "C001111", "cspan" : 7960, "fec" : ["H6FL13205"], "google_entity_id" : "kg:/m/04jyvv", "govtrack" : 412697, "icpsr" : 21712, "maplight" : 2209, "opensecre...
json_instruct
{"type": "object", "properties": {"bio": {"type": "object", "properties": {"birthday": {"type": "string"}, "gender": {"type": "string"}}, "required": ["birthday", "gender"]}, "id": {"type": "object", "properties": {"aclu_id": {"type": "string"}, "ballotpedia": {"type": "string"}, "bioguide": {"type": "string"}, "cspan"...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"nixpkgs": {"type": "object", "properties": {"branch": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "owner": {"type": "string"}, "repo": {"type": "string"}, "rev": {"type": "string"}, "...
{"nixpkgs" : {"branch" : "nixos-20.03", "description" : "Nix Packages collection", "homepage" : "https://github.com/NixOS/nixpkgs", "owner" : "NixOS", "repo" : "nixpkgs", "rev" : "030e2ce817c8e83824fb897843ff70a15c131b96", "sha256" : "110kgp4x5bx44rgw55ngyhayr4s19xwy19n6qw9g01hvhdisilwf", "type" : "tarball", "url" : "h...
json_instruct
{"type": "object", "properties": {"nixpkgs": {"type": "object", "properties": {"branch": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "owner": {"type": "string"}, "repo": {"type": "string"}, "rev": {"type": "string"}, "sha256": {"type": "string"}, "type": {"type": "string"}, "u...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"$schema": {"type": "object", "properties": {"description": {"type": "string"}, "type": {...
{"title" : "API Documenter Configuration", "description" : "Describes how the API Documenter tool will process a project.", "type" : "object", "properties" : {"$schema" : {"description" : "Part of the JSON Schema standard, this optional keyword declares the URL of the schema that the file conforms to. Editors may downl...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"$schema": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}}, "required": ["description", "type"]},...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "d430-44", "text" : "July 2, 1958\nMiss Martha Jane Smith\n17 Gramercy Park South\nNew York City\nNew York\nDear Miss Smith:\nIn regard to your letter of June 24 concerning our Fact Sheets, I am en\u00ac\nclosing a letter which we sent out some time ago to all Fact Sheetseub-\nscrlbers. I think it will fill you...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "requir...
{"ETag" : "W/\"07c073814b1be00bfe172c7932a676bfda4bf6e6a2bf9424d06c6e2fe1d3db09\"", "Last-Modified" : "Thu, 07 Oct 2021 17:53:08 GMT", "base" : {"repo" : {"name" : "jquery-ui-feedstock"}}, "closed_at" : null, "created_at" : "2021-10-07T17:53:03Z", "draft" : false, "head" : {"ref" : "1.13.0_h863197"}, "html_url" : "http...
json_instruct
{"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "null"}, "created_at": {"type": "string...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"survey.css": {"type": "string"}, "survey.min.css": {"type": "string"}, "survey.react.js": {"type": "string"}, "survey.react.min.js": {"type": "string"}}, "required": ["survey.css", "survey.min.css", "survey.react.js"...
{"survey.css" : "sha512-0ABo+i1s9l5a7+fSrhTkXmQyDsl3mChXQx8eepEvHj3Ippd7s1r812D8cqVrMxKnIKoM4RYJ7rWe9YI35MdQ/w==", "survey.min.css" : "sha512-2QbKqM8fa7iTPvei4mIuSA56eb7cTyTRNX/SWzNsHrzGZSyyiN3mNljb8gtFsDtxP4dGs1hZ3COxe4S2RKj9Rw==", "survey.react.js" : "sha512-VRvr3ip/RNh6ffpKoE/jPeqAi0CVWap7V5s8d7uhjT9DJw0Onnu5L9167l7...
json_instruct
{"type": "object", "properties": {"survey.css": {"type": "string"}, "survey.min.css": {"type": "string"}, "survey.react.js": {"type": "string"}, "survey.react.min.js": {"type": "string"}}, "required": ["survey.css", "survey.min.css", "survey.react.js", "survey.react.min.js"], "$schema": "http://json-schema.org/draft-07...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1996, 5], [1997, 8], [2000, 5], [2003, 7], [2004, 6], [2005, 10], [2006, 8], [2007, 9], [2008, 8], [2009, 18], [2010, 7], [2011, 12], [2012, 12], [2013, 13], [2014, 8]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}