input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"vuetify.js": {"type": "string"}, "vuetify.min.css": {"type": "string"}, "vuetify.min.js": {"type": "string"}}, "required": ["vuetify.js", "vuetify.min.css", "vuetify.min.js"], "$schema": "http://json-schema.o... | {"vuetify.js" : "sha256-E/OFPVK4REYUSGxG4szcpSxcb0c/5HfpnOMemCkERvo=", "vuetify.min.css" : "sha256-eCTHVQaEwX9fOqzJQAJNzLqVhOSZGH2ihPRNmSDxKeI=", "vuetify.min.js" : "sha256-WLdoLBJsr15sJzJAnNASv3cp6W+56Nmdq1NiYOKdRjg="} | json_instruct | {"type": "object", "properties": {"vuetify.js": {"type": "string"}, "vuetify.min.css": {"type": "string"}, "vuetify.min.js": {"type": "string"}}, "required": ["vuetify.js", "vuetify.min.css", "vuetify.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"responses": {"type": "array", "items": {"type": "object", "properties": {"labelAnnotations": {"type": "array", "items": {"type": "object", "properties": {"mid": {"type": "string"}, "description": {"type": "string"}, "score": {"t... | {"responses" : [{"labelAnnotations" : [{"mid" : "/m/07s6nbt", "description" : "Text", "score" : 0.91213948, "topicality" : 0.91213948}, {"mid" : "/m/0215n", "description" : "Cartoon", "score" : 0.86893034, "topicality" : 0.86893034}, {"mid" : "/m/01kr8f", "description" : "Illustration", "score" : 0.86800116, "topicalit... | json_instruct | {"type": "object", "properties": {"responses": {"type": "array", "items": {"type": "object", "properties": {"labelAnnotations": {"type": "array", "items": {"type": "object", "properties": {"mid": {"type": "string"}, "description": {"type": "string"}, "score": {"type": "number"}, "topicality": {"type": "number"}}, "requ... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "320804112001", "text" : "\u5b8b\u96c6\u5c45\u59d4\u4f1a"}, {"id" : "320804112002", "text" : "\u6c64\u96c6\u5c45\u59d4\u4f1a"}, {"id" : "320804112201", "text" : "\u6d2a\u5317\u6751\u59d4\u4f1a"}, {"id" : "320804112202", "text" : "\u4e09\u738b\u6751\u59d4\u4f1a"}, {"id" : "320804112204", "text" : "\u5174\u65fa\... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$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"}, "members": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "integer"}}, "required": ["name", "value"]}}}, "required": ["name", "me... | {"name" : "animEBlendTracksMode", "members" : [{"name" : "AGBT_BasePose", "value" : 0}, {"name" : "AGBT_Interpolate", "value" : 1}, {"name" : "AGBT_Add", "value" : 2}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "members": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "integer"}}, "required": ["name", "value"]}}}, "required": ["name", "members"], "$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"}, "keywords": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "scripts": {"type": "object... | {"name" : "jsparsec", "version" : "1.0.0", "description" : "Javascript implementation of Parser Combinators with extended backtracking", "keywords" : ["parsing", "parse", "parser", "parser combinators"], "main" : "src/index.js", "scripts" : {"lint" : "eslint --ext .js -f ./node_modules/eslint-friendly-formatter src tes... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "test": {"type": "string"}, "co... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"$schema": {"type": "string"}, "dest": {"type": "string"}, "lib": {"type": "object", "properties": {"entryFile": {"type": "string"}}, "required": ["entryFile"]}, "whitelistedNonPeerDependencies": {"type": "array", "items": {"ty... | {"$schema" : "../../node_modules/ng-packagr/ng-package.schema.json", "dest" : "../../dist/ng-smart-datatable", "lib" : {"entryFile" : "src/public-api.ts"}, "whitelistedNonPeerDependencies" : ["tslib", "file-saver", "jspdf", "xlsx"]} | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "dest": {"type": "string"}, "lib": {"type": "object", "properties": {"entryFile": {"type": "string"}}, "required": ["entryFile"]}, "whitelistedNonPeerDependencies": {"type": "array", "items": {"type": "string"}}}, "required": ["$schema", "dest", "lib", "w... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"interactionModel": {"type": "object", "properties": {"languageModel": {"type": "object", "properties": {"invocationName": {"type": "string"}, "intents": {"type": "array", "items": {"type": "object", "properties": {"... | {"interactionModel" : {"languageModel" : {"invocationName" : "\u30e9\u30a4\u30d6\u30a8\u30d5\u30a7\u30af\u30bf\u30fc", "intents" : [{"name" : "AMAZON.CancelIntent", "samples" : []}, {"name" : "AMAZON.HelpIntent", "samples" : []}, {"name" : "AMAZON.StopIntent", "samples" : []}, {"name" : "PutYourHandsUpIntent", "samples... | json_instruct | {"type": "object", "properties": {"interactionModel": {"type": "object", "properties": {"languageModel": {"type": "object", "properties": {"invocationName": {"type": "string"}, "intents": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "samples": {"type": "array", "items": {}}},... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type"... | {"name" : "@wjsc/remote-config-client", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"start" : "node index.js", "test" : "exit 0"}, "repository" : {"type" : "git", "url" : "git+https://github.com/wjsc/remote-config-grpc.git"}, "author" : "wjsc", "license" : "MIT", "dependencies" : {"@grpc/... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "repository": {"type": "objec... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"patthana12.8:1.1": {"type": "string"}, "patthana12.8:2.1": {"type": "string"}, "patthana12.8:3.1": {"type": "string"}, "patthana12.8:4.1": {"type": "string"}, "patthana12.8:5.1": {"type": "string"}, "patthana12.8:... | {"patthana12.8:1.1" : "dr45.128, ms40P12_90, msdiv23, sc1", "patthana12.8:2.1" : "ms40P12_91, sc2", "patthana12.8:3.1" : "ms40P12_92, sc3, vri124.190", "patthana12.8:4.1" : "ms40P12_93, sc4", "patthana12.8:5.1" : "ms40P12_94, ndp41.124, sc5", "patthana12.8:6.1" : "ms40P12_95, sc6"} | json_instruct | {"type": "object", "properties": {"patthana12.8:1.1": {"type": "string"}, "patthana12.8:2.1": {"type": "string"}, "patthana12.8:3.1": {"type": "string"}, "patthana12.8:4.1": {"type": "string"}, "patthana12.8:5.1": {"type": "string"}, "patthana12.8:6.1": {"type": "string"}}, "required": ["patthana12.8:1.1", "patthana12.... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"avg": {"type": "object", "properties": {"attack": {"type": "integer"}, "defense": {"type": "integer"}, "hp": {"type": "integer"}, "special-attack": {"type": "integer"}, "special-defense": {"type": "integer"}, "spee... | {"avg" : {"attack" : 72, "defense" : 72, "hp" : 57, "special-attack" : 56, "special-defense" : 65, "speed" : 62}, "meta" : {"lastUpdated" : "2018-12-23T14:20:06.663Z"}, "pokemonCount" : 84, "types" : ["bug"]} | json_instruct | {"type": "object", "properties": {"avg": {"type": "object", "properties": {"attack": {"type": "integer"}, "defense": {"type": "integer"}, "hp": {"type": "integer"}, "special-attack": {"type": "integer"}, "special-defense": {"type": "integer"}, "speed": {"type": "integer"}}, "required": ["attack", "defense", "hp", "spec... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"resistors": {"type": "array", "items": {"type": "object", "properties": {"polygon": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}}, "required": ["x", "y"]}}, "col... | {"resistors" : [{"polygon" : [{"x" : 67, "y" : 105}, {"x" : 67, "y" : 169}, {"x" : 253, "y" : 169}, {"x" : 255, "y" : 110}], "colors" : ["green", "blue", "brown", "none", "gold", "none"]}, {"polygon" : [{"x" : 235, "y" : 301}, {"x" : 307, "y" : 304}, {"x" : 287, "y" : 474}, {"x" : 220, "y" : 474}], "colors" : ["brown",... | json_instruct | {"type": "object", "properties": {"resistors": {"type": "array", "items": {"type": "object", "properties": {"polygon": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}}, "required": ["x", "y"]}}, "colors": {"type": "array", "items": {"type": "string"}}}, "r... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"timestamp": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"data_type": {"type": "string"}, "value": {"type": "string"}, "max": {"type": "string"}, "min": {"type": "string"}, "sd": {"typ... | {"timestamp" : "2020-11-19T05:26:14Z", "data" : [{"data_type" : "pm10", "value" : "0.13", "max" : "1.00", "min" : "0.00", "sd" : "0.35"}, {"data_type" : "pm2.5", "value" : "0.13", "max" : "1.00", "min" : "0.00", "sd" : "0.35"}, {"data_type" : "pm1", "value" : "0.00", "max" : "0.00", "min" : "0.00", "sd" : "0.00"}, {"da... | json_instruct | {"type": "object", "properties": {"timestamp": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"data_type": {"type": "string"}, "value": {"type": "string"}, "max": {"type": "string"}, "min": {"type": "string"}, "sd": {"type": "string"}}, "required": ["data_type", "value", "max",... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "start": {"type": "string"}, "end": {"type": "string"}}, "required": ["id", "type", "start", "end"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "cobalt-forfex__DROPS__forfex-miso", "type" : "DROPS", "start" : "cobalt-forfex", "end" : "forfex-miso"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "start": {"type": "string"}, "end": {"type": "string"}}, "required": ["id", "type", "start", "end"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"Bot": {"type": "object", "properties": {"token": {"type": "string"}, "owner": {"type": "string"}, "server": {"type": "string"}, "activity": {"type": "string"}}, "required": ["token", "owner", "server", "activity"]}, "Guard"... | {"Bot" : {"token" : "", "owner" : "877499633918681159", "server" : "925642063477882910", "activity" : "Sepultura Guardian <3 Fathz"}, "Guard" : {"safezone" : ["776820901332516915", "852626210277425172"], "safebots" : [""], "jail" : "926445353371324457", "booster" : "", "log" : "926445134046953502"}} | json_instruct | {"type": "object", "properties": {"Bot": {"type": "object", "properties": {"token": {"type": "string"}, "owner": {"type": "string"}, "server": {"type": "string"}, "activity": {"type": "string"}}, "required": ["token", "owner", "server", "activity"]}, "Guard": {"type": "object", "properties": {"safezone": {"type": "arra... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "help": {"type": "object", "properties": {"de": {"type": "string"}, "en": {"type": "string"}, "fr": {"type": "string"}, "jp": {"type": "string"}}, "required": ["de", "en", "fr", "jp"]}... | {"id" : 1225, "help" : {"de" : "Insgesamt 2.000 instanziierte Dungeon-Raids oder Pr\u00fcfungen erfolgreich abgeschlossen.", "en" : "Successfully complete 2,000 instanced dungeon raids or trials.", "fr" : "Finir 2 000 donjons ou d\u00e9fis.", "jp" : "\u30c0\u30f3\u30b8\u30e7\u30f3\u3001\u8a0e\u4f10\u30fb\u8a0e\u6ec5\u6... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "help": {"type": "object", "properties": {"de": {"type": "string"}, "en": {"type": "string"}, "fr": {"type": "string"}, "jp": {"type": "string"}}, "required": ["de", "en", "fr", "jp"]}, "img": {"type": "string"}, "xivdb": {"type": "string"}}, "required": ["id... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {... | {"userId" : 96724, "cartId" : "71ae860e-d63a-4f25-bbb2-4e1c9b417988", "preferredProducts" : [4945, 1029, 1518], "productReviews" : [{"productId" : 3759, "reviewText" : "i use it never when i'm in my hotel.", "reviewDate" : "2019-06-24T19:09:17.5038788+03:00"}, {"productId" : 1580, "reviewText" : "talk about fury.", "re... | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"iti28:0.1": {"type": "string"}, "iti28:0.2": {"type": "string"}, "iti28:0.3": {"type": "string"}, "iti28:0.4": {"type": "string"}, "iti28:1.1": {"type": "string"}, "iti28:2.1": {"type": "string"}, "iti28:2.2": ... | {"iti28:0.1" : "So It Was Said", "iti28:0.2" : "The Book of the Twos", "iti28:0.3" : "Chapter One", "iti28:0.4" : "28. Living in Suffering", "iti28:1.1" : "This was said by the Buddha, the Perfected One: that is what I heard.", "iti28:2.1" : "\u201cMendicants, when a mendicant has two qualities they live unhappily in t... | json_instruct | {"type": "object", "properties": {"iti28:0.1": {"type": "string"}, "iti28:0.2": {"type": "string"}, "iti28:0.3": {"type": "string"}, "iti28:0.4": {"type": "string"}, "iti28:1.1": {"type": "string"}, "iti28:2.1": {"type": "string"}, "iti28:2.2": {"type": "string"}, "iti28:2.3": {"type": "string"}, "iti28:2.4": {"type": ... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"private": {"type": "boolean"}, "sideEffects": {"type": "boolean"}, "main": {"type": "string"}, "module": {"type": "string"}, "types": {"type": "string"}}, "required": ["private", "sideEffects", "main", "module", "types"], "$sche... | {"private" : true, "sideEffects" : false, "main" : "./InvertColorsOff.js", "module" : "./InvertColorsOff.esm.js", "types" : "./InvertColorsOff.d.ts"} | json_instruct | {"type": "object", "properties": {"private": {"type": "boolean"}, "sideEffects": {"type": "boolean"}, "main": {"type": "string"}, "module": {"type": "string"}, "types": {"type": "string"}}, "required": ["private", "sideEffects", "main", "module", "types"], "$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"}, "repository": {"type": "string"}, "version": {"type": "string"}, "authors": {"type": "string"}, "description": {"type": "string"}, "files": {"type": "array", "items": {"type": "stri... | {"name" : "@koddsson/textarea-caret", "repository" : "koddsson/textarea-caret-position", "version" : "4.0.1", "authors" : "Dan Dascalescu (@dandv), Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)", "description" : "(x, y) coordinates of the caret in a textarea or input type='text'", "files" : ["index.js"], "... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "repository": {"type": "string"}, "version": {"type": "string"}, "authors": {"type": "string"}, "description": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "main": {"type": "string"}, "module": {"ty... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"code": {"type": "string"}, "description": {"type": "string"}, "label": {"type": "string"}, "language": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["code", "description", "label", "language",... | {"code" : "636", "description" : "", "label" : "Faible sensibilisation \u00e0 la protection en confidentialit\u00e9 des \u00e9changes d'information", "language" : "FR", "uuid" : "69fc1d7d-4591-11e9-9173-0800277f0571"} | json_instruct | {"type": "object", "properties": {"code": {"type": "string"}, "description": {"type": "string"}, "label": {"type": "string"}, "language": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["code", "description", "label", "language", "uuid"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"tags": {"type": "object", "properties": {"allowUnknownTags": {"type": "boolean"}}, "required": ["allowUnknownTags"]}, "source": {"type": "object", "properties": {"include": {"type": "array", "items": {"type":... | {"tags" : {"allowUnknownTags" : false}, "source" : {"include" : ["src/**/*.ts"]}, "plugins" : ["plugins/markdown"], "template" : {"readme" : "./README.md", "repository" : "https://github.com/pixijs/sound/"}, "templates" : {"cleverLinks" : false, "monospaceLinks" : false, "default" : {"outputSourceFiles" : false}, "appl... | json_instruct | {"type": "object", "properties": {"tags": {"type": "object", "properties": {"allowUnknownTags": {"type": "boolean"}}, "required": ["allowUnknownTags"]}, "source": {"type": "object", "properties": {"include": {"type": "array", "items": {"type": "string"}}}, "required": ["include"]}, "plugins": {"type": "array", "items":... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"ENABLE_ANDROID": {"type": "string"}}, "required": ["ENABLE_ANDROID"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ENABLE_ANDROID" : "False"} | json_instruct | {"type": "object", "properties": {"ENABLE_ANDROID": {"type": "string"}}, "required": ["ENABLE_ANDROID"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"oneLineDescription": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["oneLineDescription", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"oneLineDescription" : "Clean callstack reset on path choice", "tags" : ["callstack"]} | json_instruct | {"type": "object", "properties": {"oneLineDescription": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["oneLineDescription", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"plugins": {"type": "array", "items": {"type": "string"}}, "root": {"type": "boolean"}, "env": {"type": "object", "properties": {"jest": {"type": "boolean"}, "node": {"type": "boolean"}}, "required": ["jest", "node"]}, "extends... | {"plugins" : ["jsx-a11y", "react", "react-hooks"], "root" : false, "env" : {"jest" : true, "node" : true}, "extends" : ["plugin:jsx-a11y/strict", "plugin:react/jsx-runtime", "plugin:react/recommended", "plugin:react-hooks/recommended", "@monorepo-template/react-fixable", "@monorepo-template/react-strict", "@monorepo-te... | json_instruct | {"type": "object", "properties": {"plugins": {"type": "array", "items": {"type": "string"}}, "root": {"type": "boolean"}, "env": {"type": "object", "properties": {"jest": {"type": "boolean"}, "node": {"type": "boolean"}}, "required": ["jest", "node"]}, "extends": {"type": "array", "items": {"type": "string"}}, "overrid... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "d138-166", "text" : "ROLE OF THE CLASSROOM TEACHER\" - FILM 2\nPAGE 34\nVIDEO\nCut to:\n39. STILL PICTURE. (FULL\nFRAME) Frontier land\nclearing or building scene.\nMust include axe.\nCut to:\n90. STILL PICTURE. (FULL\nFRAME) Explorers in boat\non river.\nCut to:\n91. STILL PICTURE. (FULL\nFRAME) Explorer or s... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"extends": {"type": "string"}, "compilerOptions": {"type": "object", "properties": {"rootDir": {"type": "string"}, "outDir": {"type": "string"}, "emitDecoratorMetadata": {"type": "boolean"}}, "required": ["rootDir", "outDir", "em... | {"extends" : "../../tsconfig", "compilerOptions" : {"rootDir" : ".", "outDir" : "build", "emitDecoratorMetadata" : true}, "angularCompilerOptions" : {"enableIvy" : false}} | json_instruct | {"type": "object", "properties": {"extends": {"type": "string"}, "compilerOptions": {"type": "object", "properties": {"rootDir": {"type": "string"}, "outDir": {"type": "string"}, "emitDecoratorMetadata": {"type": "boolean"}}, "required": ["rootDir", "outDir", "emitDecoratorMetadata"]}, "angularCompilerOptions": {"type"... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties... | {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [1.054613, 52.567802]}, "properties" : {"ownership-status" : "not owned by a public authority", "minimum-net-dwellings" : "6", "site-address" : "High Oaks Works, Wicklewood", "maximum-net-dwellings" : "6", "planning-permission-status" : "permissioned"... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"ownership-status": {"type": "stri... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"oidc-client.js": {"type": "string"}, "oidc-client.min.js": {"type": "string"}}, "required": ["oidc-client.js", "oidc-client.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"oidc-client.js" : "sha256-5ml4Wz7Dy2TN2oNu2WtIy7HdOuYn+4hlBrCzVVWsng8=", "oidc-client.min.js" : "sha256-1AZGSp0t/IphBn6DuBJwu1NbXo+eC/5dOimpvnQxY3Y="} | json_instruct | {"type": "object", "properties": {"oidc-client.js": {"type": "string"}, "oidc-client.min.js": {"type": "string"}}, "required": ["oidc-client.js", "oidc-client.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"error": {"type":... | {"contract" : "0x837b926e698a999eed00cf5001569d00ac23f6a8", "tool" : "mythril", "start" : 1563312242.78269, "end" : 1563312250.6189902, "duration" : 7.8363001346588135, "analysis" : {"error" : null, "issues" : [], "success" : true}} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"error": {"type": "null"}, "issues": {"type": "array", "items": {}}, "success": {"type": "bo... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "606b7be3-c83a-443c-861e-7dd2ada7326c", "name" : "Gutbrod"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"uuid": {"type": "string"}, "name": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}, "befores": {"type": "array", "items": {}}, "afters": {"type": "array", "items": {}}, "links": {... | {"uuid" : "3201f906-4aff-46ad-9a61-dc8b45fa3924", "name" : "ST01CheckingItemInCartTest", "children" : ["2b19303c-6b32-4d9c-ba41-47e1454d2676"], "befores" : [], "afters" : [], "links" : [], "start" : 1630478190086, "stop" : 1630478216764} | json_instruct | {"type": "object", "properties": {"uuid": {"type": "string"}, "name": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}, "befores": {"type": "array", "items": {}}, "afters": {"type": "array", "items": {}}, "links": {"type": "array", "items": {}}, "start": {"type": "integer"}, "stop": {"type... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"... | {"name" : "alarm-electron", "version" : "0.0.1", "description" : "A alarm Electron application", "main" : "main.js", "scripts" : {"start" : "electron ."}, "repository" : "", "keywords" : ["Electron", "Alarm"], "author" : "GitHub", "license" : "CC0-1.0", "devDependencies" : {"electron" : "~1.6.2"}, "dependencies" : {"ma... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "repository": {"type": "string"}, "keywords": {"type": "array", "... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"epoch": {"type": "integer"}, "actions": {"type": "array", "items": {"type": "object", "properties": {"action": {"type": "string"}, "epoch": {"type": "integer"}}, "required": ["action", "epoch"]}}}, "required"... | {"epoch" : 1605562659181, "actions" : [{"action" : "cache_block", "epoch" : 1605562666457}, {"action" : "cache_block", "epoch" : 1605562673263}, {"action" : "cache_block", "epoch" : 1605562680044}, {"action" : "cache_block", "epoch" : 1605562687044}, {"action" : "cache_block", "epoch" : 1605562693914}, {"action" : "cac... | json_instruct | {"type": "object", "properties": {"epoch": {"type": "integer"}, "actions": {"type": "array", "items": {"type": "object", "properties": {"action": {"type": "string"}, "epoch": {"type": "integer"}}, "required": ["action", "epoch"]}}}, "required": ["epoch", "actions"], "$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"}, "Authors": {"type": "array", "items": {"type": "string"}}, "InterfaceLocales": {"type": "array", "items": {"type": "string"}}, "SystemLocales": {"type": "array", "items": {"type": "string"}... | {"Name" : "\u65e5\u672c\u8a9e - Japanese", "Authors" : ["PalZaxson"], "InterfaceLocales" : ["ja-JP", "ja"], "SystemLocales" : ["ja-JP", "ja"], "ForcedFontOrder" : ["NotoSansCJKjp-RegularDynamic"]} | json_instruct | {"type": "object", "properties": {"Name": {"type": "string"}, "Authors": {"type": "array", "items": {"type": "string"}}, "InterfaceLocales": {"type": "array", "items": {"type": "string"}}, "SystemLocales": {"type": "array", "items": {"type": "string"}}, "ForcedFontOrder": {"type": "array", "items": {"type": "string"}}}... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"dataType": {"type": "string"}, "longName": {"type": "string"}, "hl7Table": {"type": "string"}}, "required": ["dataType", "longName", "hl7Table"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"dataType" : "DT", "longName" : "Notice Of Admission Date", "hl7Table" : ""} | json_instruct | {"type": "object", "properties": {"dataType": {"type": "string"}, "longName": {"type": "string"}, "hl7Table": {"type": "string"}}, "required": ["dataType", "longName", "hl7Table"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"IsSuccessStatusCode": {"type": "boolean"}, "StatusCode": {"type": "integer"}, "Headers": {"type": "object", "properties": {"SPRequestGuid": {"type": "string"}, "SPClientServiceRequestDuration": {"type": "string"}, ... | {"IsSuccessStatusCode" : true, "StatusCode" : 200, "Headers" : {"SPRequestGuid" : "dffe0ca0-a027-3000-787b-4e3f6d0131a7", "SPClientServiceRequestDuration" : "18", "X-SharePointHealthScore" : "0", "X-SP-SERVERSTATE" : "ReadOnly=0"}, "Response" : "{\"value\":false}"} | json_instruct | {"type": "object", "properties": {"IsSuccessStatusCode": {"type": "boolean"}, "StatusCode": {"type": "integer"}, "Headers": {"type": "object", "properties": {"SPRequestGuid": {"type": "string"}, "SPClientServiceRequestDuration": {"type": "string"}, "X-SharePointHealthScore": {"type": "string"}, "X-SP-SERVERSTATE": {"ty... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "Title": {"type": "string"}, "Description": {"type": "string"}, "CveIDs": {"type": "array", "items": {"type": "string"}}, "EdbIDs": {"type": "array", "items": {"t... | [{"Name" : "ca_arcserve_rpc_authbypass.rb", "Title" : "CA Arcserve D2D GWT RPC Credential Information Disclosure", "Description" : "This module exploits an information disclosure vulnerability in the CA Arcserve D2D r15 web server. The information disclosure can be triggered by sending a specially crafted RPC request t... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "Title": {"type": "string"}, "Description": {"type": "string"}, "CveIDs": {"type": "array", "items": {"type": "string"}}, "EdbIDs": {"type": "array", "items": {"type": "string"}}, "References": {"type": "array", "items": {"type": "... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"meta:description": {"type": "string"}, "name": {"type": "string"}, "category": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "string"}}, "devDependencies": {"type": "array", "items": {"type"... | {"meta:description" : "A basic template for projects based on React.", "name" : "React", "category" : "react", "dependencies" : ["react", "react-dom"], "devDependencies" : ["parcel-bundler", "eslint", "eslint-config-airbnb-base", "eslint-plugin-import", "eslint-plugin-jsx-a11y", "eslint-plugin-react"], "main" : "./dist... | json_instruct | {"type": "object", "properties": {"meta:description": {"type": "string"}, "name": {"type": "string"}, "category": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "string"}}, "devDependencies": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "scripts": {"type": "object... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "app": {"type": "object", "properties": {"background": {"type": "object", ... | {"manifest_version" : 2, "name" : "Blockly", "description" : "Blockly Chrome App", "version" : "1.0", "app" : {"background" : {"scripts" : ["background.js"]}}, "icons" : {"16" : "./google_app_icon/icon-16x16.png", "128" : "./google_app_icon/icon-128x128.png"}, "permissions" : ["serial"]} | json_instruct | {"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "app": {"type": "object", "properties": {"background": {"type": "object", "properties": {"scripts": {"type": "array", "items": {"type": "string"}}}, "r... |
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" : "ave mary", "definition" : "1. A salutation and prayer to the Virgin Mary, as mother of God; -- used in the Roman Catholic church. To number Ave Maries on his beads. Shak. 2. A particular time (as in Italy, at the ringing of the bells about half an hour after sunset, and also at early dawn), when the people r... | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"swagger": {"type": "string"}, "info": {"type": "object", "properties": {"title": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}}, "required": ["title", "version", "description"]}, "paths":... | {"swagger" : "2.0", "info" : {"title" : "AggregationRESTAsync", "version" : "1.0.0", "description" : "AggregationRESTAsync"}, "paths" : {"/AggregatedResponse" : {"get" : {"operationId" : "getAggregatedResponse", "responses" : {"200" : {"description" : "The operation was successful.", "schema" : {"$ref" : "#/definitions... | json_instruct | {"type": "object", "properties": {"swagger": {"type": "string"}, "info": {"type": "object", "properties": {"title": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}}, "required": ["title", "version", "description"]}, "paths": {"type": "object", "properties": {"/AggregatedResponse": {... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1973, 7], [1974, 7], [1975, 5], [1976, 7], [1977, 8], [1978, 6], [1979, 8], [1982, 10], [1983, 5], [1984, 5], [1985, 11], [1986, 13], [1987, 17], [1988, 16], [1989, 8], [1990, 12], [1991, 8], [1992, 7], [1993, 13], [1994, 7], [1995, 14], [1996, 17], [1997, 12], [1998, 8], [1999, 9], [2000, 19], [2001, 11], [2002, 17]... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"result": {"type": "object", "properties": {"item": {"type": "string"}, "data": {"type": "integer"}}, "required": ["item", "data"]}, "pattern": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"... | {"result" : {"item" : "realfilingcabinet:key", "data" : 0}, "pattern" : [" N", " N ", "I "], "type" : "minecraft:crafting_shaped", "key" : {"I" : {"item" : "minecraft:gold_ingot"}, "N" : {"item" : "minecraft:gold_nugget"}}} | json_instruct | {"type": "object", "properties": {"result": {"type": "object", "properties": {"item": {"type": "string"}, "data": {"type": "integer"}}, "required": ["item", "data"]}, "pattern": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "key": {"type": "object", "properties": {"I": {"type": "object", "... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"900675238": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900675239": {"type": "object", "properties": {"... | {"900675238" : {"nama" : "TPS 1", "dapil" : [6302, 16307, 2630103]}, "900675239" : {"nama" : "TPS 2", "dapil" : [6302, 16307, 2630103]}, "900675240" : {"nama" : "TPS 3", "dapil" : [6302, 16307, 2630103]}, "900675241" : {"nama" : "TPS 4", "dapil" : [6302, 16307, 2630103]}, "900675242" : {"nama" : "TPS 5", "dapil" : [630... | json_instruct | {"type": "object", "properties": {"900675238": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900675239": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "default_locale": {"type": "string"}, "browser_specific_settings": {"type": "obje... | {"manifest_version" : 2, "name" : "__MSG_extensionName__", "description" : "__MSG_extensionDescription__", "version" : "1.0", "default_locale" : "en", "browser_specific_settings" : {"gecko" : {"strict_min_version" : "56.0a1"}}, "background" : {"scripts" : ["background.js"]}, "permissions" : ["menus"]} | json_instruct | {"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "default_locale": {"type": "string"}, "browser_specific_settings": {"type": "object", "properties": {"gecko": {"type": "object", "properties": {"strict... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object",... | {"name" : "anton", "version" : "0.1.0", "description" : "anton front end", "main" : "anton/js/main.jsx", "author" : "sunnstix", "license" : "MIT", "repository" : {}, "devDependencies" : {"@babel/core" : "7.14.3", "@babel/preset-env" : "7.14.2", "@babel/preset-react" : "7.13.13", "babel-eslint" : "10.1.0", "babel-loader... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"version": {"type": "integer"}, "name": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "env": {"type": "object", "properties": {"bucket_name": {"ty... | {"version" : 1, "name" : "slovenskymanazer-api", "engines" : {"node" : "9.x.x"}, "env" : {"bucket_name" : "@bucket_name", "access_key" : "@access_key", "secret_key" : "@secret_key", "region" : "@region"}} | json_instruct | {"type": "object", "properties": {"version": {"type": "integer"}, "name": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "env": {"type": "object", "properties": {"bucket_name": {"type": "string"}, "access_key": {"type": "string"}, "secret_key": {"typ... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"merged": {"type": "string"}, "source": {"type": "string"}}, "required": ["merged", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"merged" : "/Users/user/Desktop/hb-wallet-new/node_modules/react-native-push-notification/android/build/intermediates/res/merged/release/color-v11/abc_background_cache_hint_selector_material_light.xml", "source" : "/Users/user/Desktop/hb-wallet-new/node_modules/react-native-push-notification/android/build/intermediat... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"merged": {"type": "string"}, "source": {"type": "string"}}, "required": ["merged", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"900125650": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900125651": {"type": "object", "properties": {"nama": {"t... | {"900125650" : {"nama" : "TPS 1", "dapil" : [1701, 11705, 2170802]}, "900125651" : {"nama" : "TPS 2", "dapil" : [1701, 11705, 2170802]}, "900125652" : {"nama" : "TPS 3", "dapil" : [1701, 11705, 2170802]}, "900125653" : {"nama" : "TPS 4", "dapil" : [1701, 11705, 2170802]}} | json_instruct | {"type": "object", "properties": {"900125650": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900125651": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[-5.88632, 56.29832], [-5.88136, 56.29745], [-5.86112, 56.29521], [-5.85433, 56.29243], [-5.848, 56.29094], [-5.83889, 56.29014], [-5.82975, 56.29085], [-5.82531, 56.29178], [-5.81939, 56.29373], [-5.8132, 56.29653], [-5.80316, 56.30214], [-5.7944... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"routes": {"type": "array", "items": {"type": "object", "properties": {"method": {"type": "string"}, "path": {"type": "string"}, "handler": {"type": "string"}, "config": {"type": "object", "properties": {"poli... | {"routes" : [{"method" : "GET", "path" : "/invoices", "handler" : "Invoice.find", "config" : {"policies" : []}}, {"method" : "GET", "path" : "/invoices/count", "handler" : "Invoice.count", "config" : {"policies" : []}}, {"method" : "GET", "path" : "/invoices/:_id", "handler" : "Invoice.findOne", "config" : {"policies" ... | json_instruct | {"type": "object", "properties": {"routes": {"type": "array", "items": {"type": "object", "properties": {"method": {"type": "string"}, "path": {"type": "string"}, "handler": {"type": "string"}, "config": {"type": "object", "properties": {"policies": {"type": "array", "items": {}}}, "required": ["policies"]}}, "required... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "created": {"type": "integer"}, "updated": {"type": "integer"}, "lines": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type... | {"id" : "5fb8ab8be1637a001f453a30", "title" : "megalomania", "created" : 1605938063, "updated" : 1605938379, "lines" : [{"id" : "5fb8ab8be1637a001f453a30", "text" : "megalomania", "userId" : "5fa258bdb102120024d43875", "created" : 1605938063, "updated" : 1605938064}, {"id" : "5fb8ab90d438750000d2173a", "text" : "[\u8a8... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "created": {"type": "integer"}, "updated": {"type": "integer"}, "lines": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}, "userId": {"type": "string"}, "created": {"... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"code": {"type": "string"}, "messages": {"type": "string"}, "value": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "id_kecamatan": {"type": "string"}, "name": {"type": "string"}}, "requi... | {"code" : "200", "messages" : "Successfully received data", "value" : [{"id" : "1108252001", "id_kecamatan" : "110825", "name" : "Lhok Asan"}, {"id" : "1108252002", "id_kecamatan" : "110825", "name" : "Darul Aman"}, {"id" : "1108252003", "id_kecamatan" : "110825", "name" : "Alue Awe"}, {"id" : "1108252004", "id_kecamat... | json_instruct | {"type": "object", "properties": {"code": {"type": "string"}, "messages": {"type": "string"}, "value": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "id_kecamatan": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "id_kecamatan", "name"]}}}, "required": ["code... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "... | {"n_dim" : 2, "n_trials" : 50, "objective" : "salomon_on_cube", "white" : "bayesopt_ucb", "black" : "bayesopt_ei", "traceback" : ["passing", "passing"], "best_val" : [0.2030411751262948, 0.17959382436351676], "best_x" : [[0.4736204266801317, 0.48186776331353853], [0.4528721131271146, 0.4515506041090688]], "feval_count"... | json_instruct | {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"error... | {"contract" : "0x1ec10eab27b76968cd8b854914cc6eb9f886ce27", "tool" : "osiris", "start" : 1564622585.3687892, "end" : 1564622592.0192337, "duration" : 6.650444507598877, "analysis" : [{"errors" : [], "file" : "/unique_chucks/15/0x1ec10eab27b76968cd8b854914cc6eb9f886ce27.sol", "name" : "PETRO"}]} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "strin... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"ACCESS_TOKEN": {"type": "string"}, "ACCOUNT_ID": {"type": "string"}, "SLACK_WEBHOOK_URL": {"type": "string"}}, "required": ["ACCESS_TOKEN", "ACCOUNT_ID", "SLACK_WEBHOOK_URL"], "$schema": "http://json-schema.org/draft-07/sch... | {"ACCESS_TOKEN" : "YOUR_HARVEST_ACCESS_TOKEN", "ACCOUNT_ID" : "YOUR_HARVEST_ACCOUNT_ID", "SLACK_WEBHOOK_URL" : "YOUR_SLACK_WEBHOOK_URL"} | json_instruct | {"type": "object", "properties": {"ACCESS_TOKEN": {"type": "string"}, "ACCOUNT_ID": {"type": "string"}, "SLACK_WEBHOOK_URL": {"type": "string"}}, "required": ["ACCESS_TOKEN", "ACCOUNT_ID", "SLACK_WEBHOOK_URL"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/throttle": {"type": "number"}, "user/angle": {"type": "number"}, "user/mode": {"type": "string"}}, "required": ["cam/image_array", "user/throttle", "user/angle", "user/mode"], "$s... | {"cam/image_array" : "4149_cam-image_array_.jpg", "user/throttle" : 0.0, "user/angle" : 0.637671172618866, "user/mode" : "user"} | json_instruct | {"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/throttle": {"type": "number"}, "user/angle": {"type": "number"}, "user/mode": {"type": "string"}}, "required": ["cam/image_array", "user/throttle", "user/angle", "user/mode"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_g_... | {"station" : [{"pref_cd" : 46, "line_cd" : 99925, "line_name" : "\u9e7f\u5150\u5cf6\u5e02\u96fb\uff11\u7cfb\u7d71", "station_cd" : 9992512, "station_g_cd" : 9992512, "station_name" : "\u4e8c\u4e2d\u901a", "lon" : 130.553702, "lat" : 31.57711}]} | json_instruct | {"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_g_cd": {"type": "integer"}, "station_name": {"type": "string"}, "lon": {"... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], ... | {"Time" : "2021-09-21T20:00:00Z", "Temp" : 22.8, "RelHum" : 35, "WindSpeed" : 6.4, "WindDir" : 320} | 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#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"author": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "st... | {"author" : "Kirby Wu", "name" : "logbot-crawler", "description" : "n/a", "version" : "0.0.1", "homepage" : "", "repository" : {"type" : "git", "url" : "https://github.com/g0v/logbot"}, "engines" : {"node" : "0.10.x", "npm" : "1.3.x"}, "subdomain" : "logbotg0vtw", "domains" : ["logbot.g0v.tw"], "dependencies" : {"reque... | json_instruct | {"type": "object", "properties": {"author": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"shortcuts": {"type": "object", "properties": {"quit": {"type": "array", "items": {"type": "string"}}, "reset": {"type": "string"}, "next": {"type": "array", "items": {"type": "string"}}, "prev": {"type": "arr... | {"shortcuts" : {"quit" : ["ESC", "q"], "reset" : "r", "next" : ["right", "return", "space"], "prev" : ["left", "backspace"], "social" : "s", "notes" : "n"}} | json_instruct | {"type": "object", "properties": {"shortcuts": {"type": "object", "properties": {"quit": {"type": "array", "items": {"type": "string"}}, "reset": {"type": "string"}, "next": {"type": "array", "items": {"type": "string"}}, "prev": {"type": "array", "items": {"type": "string"}}, "social": {"type": "string"}, "notes": {"t... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"app_id": {"type": "string"}, "config_version": {"type": "integer"}, "name": {"type": "string"}, "location": {"type": "string"}, "deployment_model": {"type": "string"}, "security": {"type": "object", "properties": {... | {"app_id" : "phillymug-msjzw", "config_version" : 20180301, "name" : "phillymug", "location" : "US-VA", "deployment_model" : "GLOBAL", "security" : {}, "hosting" : {"enabled" : true, "app_default_domain" : "phillymug-msjzw.mongodbstitch.com"}} | json_instruct | {"type": "object", "properties": {"app_id": {"type": "string"}, "config_version": {"type": "integer"}, "name": {"type": "string"}, "location": {"type": "string"}, "deployment_model": {"type": "string"}, "security": {"type": "object", "properties": {}, "required": []}, "hosting": {"type": "object", "properties": {"enabl... |
Create an example JSON object that satisfies this schema:
{"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": "... | {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-97.131569, 33.20564], [-97.126654, 33.214458], [-97.126322, 33.216352], [-97.1119, 33.21579], [-97.1125, 33.1984], [-97.10745, 33.195039], [-97.104719, 33.19191], [-97.10423, 33.189169], [-97.107926, 33.186599], [-97.131... | 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": {"First name:": {"type": "string"}, "Last name:": {"type": "string"}, "Registration form": {"type": "string"}, "register": {"type": "string"}}, "required": ["First name:", "Last name:", "Registration form", "register"], "$sch... | {"First name:" : "First name:", "Last name:" : "Last name:", "Registration form" : "Registration form", "register" : "register"} | json_instruct | {"type": "object", "properties": {"First name:": {"type": "string"}, "Last name:": {"type": "string"}, "Registration form": {"type": "string"}, "register": {"type": "string"}}, "required": ["First name:", "Last name:", "Registration form", "register"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"900783387": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900783388": {"type": "object", "properties":... | {"900783387" : {"nama" : "TPS 1", "dapil" : [7301, 17304, 2730103]}, "900783388" : {"nama" : "TPS 2", "dapil" : [7301, 17304, 2730103]}, "900783389" : {"nama" : "TPS 3", "dapil" : [7301, 17304, 2730103]}, "900783390" : {"nama" : "TPS 4", "dapil" : [7301, 17304, 2730103]}, "900783391" : {"nama" : "TPS 5", "dapil" : [730... | json_instruct | {"type": "object", "properties": {"900783387": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900783388": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "p... | {"template" : {"small" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/1.0", "medium" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/2.0", "large" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/3.0"}, "channels" : {"loubbx" : {"title" : "LouBBx", "channel_id" : 85625995, "link" : "http://twitc... | json_instruct | {"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"loubbx": {"type": "object", "properties": {"title": {"type": ... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"Debug": {"type": "boolean"}, "ProcessType": {"type": "string"}, "Sleep": {"type": "integer"}, "AfterHoursSleepMultiplier": {"type": "integer"}, "CigWorkingHoursStart": {"type": "integer"}, "CigWorkingHoursEnd":... | {"Debug" : true, "ProcessType" : "StoreFeed", "Sleep" : 60, "AfterHoursSleepMultiplier" : 15, "CigWorkingHoursStart" : 8, "CigWorkingHoursEnd" : 18, "CigCommLinkEnd" : 16, "CigCommLinkStart" : 11.5, "OutsideCommLinkSleepMultiplier" : 1, "SmtpFrom" : "noreply@scgimp.com", "SmtpHost" : "smtp.sendgrid.net", "SmtpPort" : 5... | json_instruct | {"type": "object", "properties": {"Debug": {"type": "boolean"}, "ProcessType": {"type": "string"}, "Sleep": {"type": "integer"}, "AfterHoursSleepMultiplier": {"type": "integer"}, "CigWorkingHoursStart": {"type": "integer"}, "CigWorkingHoursEnd": {"type": "integer"}, "CigCommLinkEnd": {"type": "integer"}, "CigCommLinkSt... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "integer"}, "surahNumber": {"type": "string"}, "ayatNumber": {"type": "string"}, "arabic": {"type": "string"}, "english": {"type": "string"}, "bengali": {"type": "string"}}, "required": ["id", "surahNumber", "ayatN... | {"id" : 2823, "surahNumber" : "024", "ayatNumber" : "032", "arabic" : "\u0648\u064e\u0623\u064e\u0646\u0652\u0643\u0650\u062d\u064f\u0648\u0627 \u0627\u0644\u0652\u0623\u064e\u064a\u064e\u0627\u0645\u064e\u0649\u0670 \u0645\u0650\u0646\u0652\u0643\u064f\u0645\u0652 \u0648\u064e\u0627\u0644\u0635\u0651\u064e\u0627\u0644... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "surahNumber": {"type": "string"}, "ayatNumber": {"type": "string"}, "arabic": {"type": "string"}, "english": {"type": "string"}, "bengali": {"type": "string"}}, "required": ["id", "surahNumber", "ayatNumber", "arabic", "english", "bengali"], "$schema": "http... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"index.umd.js": {"type": "object", "properties": {"bundled": {"type": "integer"}, "minified": {"type": "integer"}, "gzipped": {"type": "integer"}}, "required": ["bundled", "minified", "gzipped"]}, "index.min.js": {"type": "object... | {"index.umd.js" : {"bundled" : 8382, "minified" : 3575, "gzipped" : 1446}, "index.min.js" : {"bundled" : 8382, "minified" : 3575, "gzipped" : 1446}, "index.cjs.js" : {"bundled" : 7477, "minified" : 4049, "gzipped" : 1337}, "index.esm.js" : {"bundled" : 6593, "minified" : 3316, "gzipped" : 1188, "treeshaked" : {"rollup"... | json_instruct | {"type": "object", "properties": {"index.umd.js": {"type": "object", "properties": {"bundled": {"type": "integer"}, "minified": {"type": "integer"}, "gzipped": {"type": "integer"}}, "required": ["bundled", "minified", "gzipped"]}, "index.min.js": {"type": "object", "properties": {"bundled": {"type": "integer"}, "minifi... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$... | {"id" : "2012", "provinceId" : "32", "regencyId" : "04", "districtId" : "25", "name" : "Nagrog"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"url" : "http://localhost:3000"} | json_instruct | {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "t... | {"directions" : ["Heat oil in large nonstick skillet on medium-high heat. Add ground beef, onion and bell pepper; cook and stir until meat is no longer pink. Drain fat.", "Stir in remaining 1 tablespoon oil, Rice Mix, water, tomatoes, corn, chili powder, garlic powder and crushed red pepper.", "Bring to boil. Reduce he... | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "r... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["2009", "delta air lines", "escanaba", "united states", "iron mountain", "united states", "0"], ["2009", "delta air lines", "iron mountain", "united states", "escanaba", "united states", "0"], ["2009", "delta air lines", "iron mountain", "united states", "minneapolis", "united states", "0"], ["2009", "delta air lines... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId",... | {"id" : "2016", "provinceId" : "35", "regencyId" : "15", "districtId" : "04", "name" : "Plumbon"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$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"}, "uglify": {"t... | {"name" : "candles", "version" : "1.0.0", "description" : "Beautiful candlestick graphs in Canvas.", "main" : "rollup.config.js", "scripts" : {"build" : "rollup -c", "uglify" : "npm run build && uglifyjs build/candles.js -cm > build/candles.min.js", "dev" : "rollup -c -w -m"}, "repository" : {"type" : "git", "url" : "g... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "uglify": {"type": "string"}, "dev": {"type": "string"}}, "required": ["build", "uglify", ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "restapi", "keywords" : ["node", "express"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"desc": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}}, "required": ["desc", "id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"desc" : "", "id" : "card.action:base/frontline_deployment", "name" : "Frontline Deployment"} | json_instruct | {"type": "object", "properties": {"desc": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}}, "required": ["desc", "id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": {"install": {"type": "string"}, "postinstall": {"type": "string... | {"name" : "tree-sitter-swift", "version" : "0.2.0", "description" : "A tree-sitter grammar for the Swift programming language.", "main" : "bindings/node/index.js", "scripts" : {"install" : "node scripts/wait-for-tree-sitter.js && tree-sitter generate", "postinstall" : "node-gyp configure && node-gyp build", "ci" : "pre... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"install": {"type": "string"}, "postinstall": {"type": "string"}, "ci": {"type": "string"}, "test-ci": {"type": "string... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {... | {"name" : "actions-test", "version" : "1.0.0", "license" : "MIT", "main" : "server.js", "engines" : {"node" : ">=14"}, "scripts" : {"test" : "NODE_ENV=test nyc --reporter=lcov mocha --exit", "watch" : "nodemon -L -e js", "lint" : "eclint check $(git ls-files) && xo"}, "dependencies" : {"bytes" : "^3.1.0", "config" : "^... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}... |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"content": {"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "array", "items": {"type": "string"}}, "dataset_type": {"type": "string"}, "dataset": {"type": "string"}, "body... | [{"content" : {"id" : 50, "source" : ["hospital ABC"], "dataset_type" : "private", "dataset" : "batch", "body_part" : "BREAST", "image_path" : "gs://test-bucket-neu/sedi_xray/1.2.840.113845.11.1000000001951524609.20200925073843.2205038-1.2.392.200036.9125.3.108592295085197.64950712224.4216117-1.2.392.200036.9125.4.0.25... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"content": {"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "array", "items": {"type": "string"}}, "dataset_type": {"type": "string"}, "dataset": {"type": "string"}, "body_part": {"type": "string"}, "image_path": {"type": "strin... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"colors": {"type": "object", "properties": {"order": {"type": "integer"}, "type": {"type": "string"}, "title": {"type": "string"}, "properties": {"type": "object", "properties": {"customColor": {"type": "objec... | {"colors" : {"order" : 1, "type" : "object", "title" : "Colors", "properties" : {"customColor" : {"title" : "Custom color", "description" : "Pick custom color.", "type" : "color", "default" : "#D60036"}, "setDefaultColor" : {"title" : "Default color", "description" : "Overrides custom color and resets to default.", "ty... | json_instruct | {"type": "object", "properties": {"colors": {"type": "object", "properties": {"order": {"type": "integer"}, "type": {"type": "string"}, "title": {"type": "string"}, "properties": {"type": "object", "properties": {"customColor": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "stri... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "scripts": {"type": "object", "properties": {"startold": {"type": "string"}, "start": {"type": "st... | {"name" : "drinkReminder", "version" : "1.0.0", "main" : "index.js", "author" : "zy", "scripts" : {"startold" : "node srcold/install-service.js", "start" : "node www/app.js mode=dev"}, "license" : "MIT", "dependencies" : {"mysql" : "^2.16.0", "node-schedule" : "^1.3.1", "node-windows" : "^0.1.14"}, "devDependencies" : ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "scripts": {"type": "object", "properties": {"startold": {"type": "string"}, "start": {"type": "string"}}, "required": ["startold", "start"]}, "license": {"type": "strin... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"engine": {"type": "string"}, "filePath": {"type": "string"}, "ruleId": {"type": "string"}, "line": {"type": "integer"}, "column": {"type": "integer"}, "createdDate": {"type": "integer"}, "warnDate": {"type": "integer"}, "error... | {"engine" : "ember-template-lint", "filePath" : "app/components/learnergroup-cohort-user-manager.hbs", "ruleId" : "no-implicit-this", "line" : 94, "column" : 35, "createdDate" : 1620025200000, "warnDate" : 1622617200000, "errorDate" : 1625209200000} | json_instruct | {"type": "object", "properties": {"engine": {"type": "string"}, "filePath": {"type": "string"}, "ruleId": {"type": "string"}, "line": {"type": "integer"}, "column": {"type": "integer"}, "createdDate": {"type": "integer"}, "warnDate": {"type": "integer"}, "errorDate": {"type": "integer"}}, "required": ["engine", "filePa... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"commentStamp": {"type": "string"}, "super": {"type": "string"}, "category": {"type": "string"}, "classinstvars": {"type": "array", "items": {}}, "pools": {"type": "array", "items": {}}, "classvars": {"type": "array", "items... | {"commentStamp" : "", "super" : "SimpleButtonMorph", "category" : "SteloSquelch-UI-Support", "classinstvars" : [], "pools" : [], "classvars" : [], "instvars" : ["label2", "iconMorph", "current", "normal", "pressed", "over", "labelColorOff", "labelColorOn", "labelColorOver", "isOn", "wasOn", "toggleMode", "toggleButtonM... | json_instruct | {"type": "object", "properties": {"commentStamp": {"type": "string"}, "super": {"type": "string"}, "category": {"type": "string"}, "classinstvars": {"type": "array", "items": {}}, "pools": {"type": "array", "items": {}}, "classvars": {"type": "array", "items": {}}, "instvars": {"type": "array", "items": {"type": "strin... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"HostConfigHash": {"type": "string"}, "CardHash": {"type": "string"}, "Error": {"type": "null"}}, "required": ["HostConfigHash", "CardHash", "Error"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"HostConfigHash" : "9aebe2c", "CardHash" : "e6852d8", "Error" : null} | json_instruct | {"type": "object", "properties": {"HostConfigHash": {"type": "string"}, "CardHash": {"type": "string"}, "Error": {"type": "null"}}, "required": ["HostConfigHash", "CardHash", "Error"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"TurnBasedCombat": {"type": "array", "items": {"type": "string"}}}, "required": ["TurnBasedCombat"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"TurnBasedCombat" : ["TabletopGames", "VideoGame", "TimeStandsStill", "AcceptableBreaksFromReality", "RealLife", "CommonTacticalGameplayElements", "RealTimeWithPause", "SlidingScaleOfTurnRealism", "WarGaming", "TabletopRPG", "TurnBasedTactics", "TurnBasedStrategy", "OmnipresentTrope", "CombatantCooldownSystem", "Actio... | json_instruct | {"type": "object", "properties": {"TurnBasedCombat": {"type": "array", "items": {"type": "string"}}}, "required": ["TurnBasedCombat"], "$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"}, "license": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "object", "properties": {"Andrew Sliwinski": {"type": ... | {"name" : "DIYConduit", "version" : "0.2.2", "license" : "Apache License, Version 2.0", "summary" : "JS to Objective-C... and back again.", "homepage" : "https://github.com/thisandagain/conduit", "authors" : {"Andrew Sliwinski" : "andrew@diy.org"}, "source" : {"git" : "https://github.com/thisandagain/conduit.git", "tag... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "object", "properties": {"Andrew Sliwinski": {"type": "string"}}, "required": ["Andrew Sliwinski"]}, "source": {"... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "r... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[153.75, 22.166666666666668], [153.75, 22.25], [153.875, 22.25], [153.875, 22.166666666666668], [153.75, 22.166666666666668]]]}, "properties" : {"code" : 335326, "url" : "http://madefor.github.io/0410/api/v1/335326.geojson", "view" : "https://gith... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob... |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"package" : "neurodocker", "downloads" : 9100, "count" : 5968}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"problemId": {"type": "integer"}, "seed": {"type": "integer"}, "solution": {"type": "string"}}, "required": ["problemId", "seed", "solution"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"problemId" : 20, "seed" : 0, "solution" : "44444444444454x44444444444455x4444444444445222522222222x444444444444522222222225x444444444422222222222x333333x4444444444525x444444444222252222222x3333x4444444444221222x222222x333x44444444422225222222x33x4444444442225255x44444444422222222222x5x44444444442222211444444444444222... | json_instruct | {"type": "object", "properties": {"problemId": {"type": "integer"}, "seed": {"type": "integer"}, "solution": {"type": "string"}}, "required": ["problemId", "seed", "solution"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"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" : "6210010001", "district_id" : "6210010", "name" : "CEMANTAN"} | 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#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "scripts": {"type": "object", "prope... | {"name" : "browser-path", "description" : "Path in your browser!", "version" : "0.0.1", "files" : ["dist/path.js"], "main" : "dist/path.js", "scripts" : {"prepublish" : "browserify -p tsify -t uglifyify src/node_path.ts --exclude 'buffer' --exclude '_process' --exclude 'process' -s path -o dist/path.js", "start" : "kar... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"prepublish": {"type": "string"}, "start": {"type": "string"},... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartI... | {"userId" : 15139, "cartId" : "f1636db2-c0f5-4279-9051-45c659cc2f1b", "preferredProducts" : [4383, 829, 2390, 4995, 2412, 1645, 4102], "productReviews" : []} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"user": {"type": "string"}, "value": {"type": "string"}, "type": {"type": "string"}, "time": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}... | {"user" : "Edouard DUPIN", "value" : "a", "type" : "hand", "time" : 1470896346240505088, "data" : [{"type" : "type::finger", "list" : [[384.976868, 396.306091], [378.819946, 393.568726], [365.463837, 386.330688], [356.617981, 374.35376], [347.984894, 352.541504], [344.280853, 329.546814], [347.838409, 312.255127], [351... | json_instruct | {"type": "object", "properties": {"user": {"type": "string"}, "value": {"type": "string"}, "type": {"type": "string"}, "time": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "list": {"type": "array", "items": {"type": "array", "items": {"type": "num... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"},... | {"name" : "SMFBProfileImageView", "version" : "0.6.0", "summary" : "A replacement class for FBProfilePictureView part of the Facebook iOS SDK.", "description" : " Provides a simple and convient way to display profile\n\t\t \n\t\t **Features in addition to FBProfilePictureView**\n ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"ConnectionStrings": {"type": "object", "properties": {"DefaultConnection": {"type": "string"}}, "required": ["DefaultConnection"]}, "Stackify": {"type": "object", "properties": {"AppName": {"type": "string"},... | {"ConnectionStrings" : {"DefaultConnection" : "Server=.\\sqlexpress;Database=sloth;Trusted_Connection=True;MultipleActiveResultSets=true"}, "Stackify" : {"AppName" : "Sloth.Jobs.CyberSource.BankReconcile", "ApiKey" : "[External]", "Environment" : "[External]", "ElasticUrl" : "[External]"}, "Azure" : {"TenantName" : "[E... | json_instruct | {"type": "object", "properties": {"ConnectionStrings": {"type": "object", "properties": {"DefaultConnection": {"type": "string"}}, "required": ["DefaultConnection"]}, "Stackify": {"type": "object", "properties": {"AppName": {"type": "string"}, "ApiKey": {"type": "string"}, "Environment": {"type": "string"}, "ElasticUrl... |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "JAHNRON", "frequency" : 0, "gender" : "female"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "coverage": {"type":... | {"name" : "parser", "version" : "1.0.0", "description" : "This is to try out a parser from scratch", "main" : "./src/index.ts", "scripts" : {"test" : "jest", "coverage" : "jest --coverage"}, "repository" : {"type" : "git", "url" : "git+https://github.com/vinothmdev/parser.git"}, "keywords" : ["parser", "javascript"], "... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "coverage": {"type": "string"}}, "required": ["test", "coverage"]}, "repository": {"type": ... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "require... | {"latest_version" : ["0.3.1"], "meta" : {"description" : "Helper library for using pika", "homepage" : "https://github.com/pingviini/pikacon", "license" : "GPL"}, "versions" : {"0.1" : {"sha256" : "93b44a2eaac7c3520abf1dcb3ee30dad9cdec48b7c8d3c3e58216fc2b5341670", "url" : "https://files.pythonhosted.org/packages/30/fe/... | json_instruct | {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "obje... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"flights": {"type": "array", "items": {"type": "object", "properties": {"Flight": {"type": "string"}, "Depart": {"type": "string"}, "Arrive": {"type": "string"}, "Time": {"type": "string"}, "FlightTime": {"type": "string"}}, "r... | {"flights" : [{"Flight" : "101", "Depart" : "DUB", "Arrive" : "LHR", "Time" : "05: 00: 00 AM", "FlightTime" : "1"}, {"Flight" : "102", "Depart" : "DUB", "Arrive" : "LGW", "Time" : "06: 00: 00 AM", "FlightTime" : "1"}, {"Flight" : "103", "Depart" : "DUB", "Arrive" : "LHR", "Time" : "07: 00: 00 AM", "FlightTime" : "1"}, ... | json_instruct | {"type": "object", "properties": {"flights": {"type": "array", "items": {"type": "object", "properties": {"Flight": {"type": "string"}, "Depart": {"type": "string"}, "Arrive": {"type": "string"}, "Time": {"type": "string"}, "FlightTime": {"type": "string"}}, "required": ["Flight", "Depart", "Arrive", "Time", "FlightTim... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.