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": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"... | {"name" : "VKUtils", "version" : "0.0.2", "summary" : "Summary: A short description of VKUtils.", "description" : "Description: A short description of VKUtils.", "homepage" : "https://github.com/victorkiver", "license" : {"type" : "MIT", "file" : "license"}, "authors" : {"Viktor Kiver" : "victorkiver@gmail.com"}, "plat... | 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"... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "cologneblue.css": {"type": "string"}, "cologneblue.js": {"type": "string"}, "skinname-colognebl... | {"@metadata" : {"authors" : ["Fulup"]}, "cologneblue.css" : "/* Talvezout a raio ar CSS lakaet ama\u00f1 evit implijerien ar gwiskadur Glaz Kologn */", "cologneblue.js" : "/* Kement JavaScript ama\u00f1 a vo karget evit an implijerien a ra gant ar gwiskadur Glaz Kologn */", "skinname-cologneblue" : "Glaz Kologn"} | json_instruct | {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "cologneblue.css": {"type": "string"}, "cologneblue.js": {"type": "string"}, "skinname-cologneblue": {"type": "string"}}, "required": ["@metadata", "colo... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"Id": {"type": "integer"}, "DisplayName": {"type": "string"}, "Username": {"type": "string"}, "Level": {"type": "integer"}, "XP": {"type": "integer"}, "Developer": {"type": "boolean"}}, "required": ["Id", "Dis... | {"Id" : 2499501646, "DisplayName" : "James999445", "Username" : "James999445", "Level" : 1, "XP" : 0, "Developer" : false} | json_instruct | {"type": "object", "properties": {"Id": {"type": "integer"}, "DisplayName": {"type": "string"}, "Username": {"type": "string"}, "Level": {"type": "integer"}, "XP": {"type": "integer"}, "Developer": {"type": "boolean"}}, "required": ["Id", "DisplayName", "Username", "Level", "XP", "Developer"], "$schema": "http://json-s... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "start-dev": {"type"... | {"name" : "spring-g", "version" : "1.0.0", "description" : "", "main" : "dist/index.js", "scripts" : {"build" : "tsc", "start-dev" : "nodemon --exec ts-node src/index.ts", "start" : "tsc && node ."}, "bin" : {"spring-g" : "bin/index.js"}, "keywords" : [], "author" : "Luis Granada", "license" : "MIT", "devDependencies"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "start-dev": {"type": "string"}, "start": {"type": "string"}}, "required": ["build", "star... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"divisionCode": {"type": "integer"}, "post": {"type": "string"}, "divisionName": {"type": "string"}, "isLeaf": {"type": "integer"}}, "required": ["divisionCode", "post", "divisionName", "isL... | [{"divisionCode" : 510183100, "post" : "611530", "divisionName" : "\u4e34\u909b\u9547", "isLeaf" : 1}, {"divisionCode" : 510183101, "post" : "611530", "divisionName" : "\u7f8a\u5b89\u9547", "isLeaf" : 1}, {"divisionCode" : 510183102, "post" : "611530", "divisionName" : "\u725f\u793c\u9547", "isLeaf" : 1}, {"divisionCod... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"divisionCode": {"type": "integer"}, "post": {"type": "string"}, "divisionName": {"type": "string"}, "isLeaf": {"type": "integer"}}, "required": ["divisionCode", "post", "divisionName", "isLeaf"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"nft": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "objec... | {"nft" : {"id" : "4092", "name" : "PixelFreak #04092", "description" : "They call us ugly, and misfits, but we prefer to call ourselves freaks", "image" : "ipfs://QmV9etwnoU9kv8jPVNf9uc1VJLi12uUupwxpsWFP3471z2", "attributes" : [{"trait_type" : "pet", "value" : "None"}, {"trait_type" : "body", "value" : "Magic Bean"}, {... | json_instruct | {"type": "object", "properties": {"nft": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"reporterEnabled": {"type": "string"}, "reporterOptions": {"type": "object", "properties": {"mochaFile": {"type": "string"}, "jenkinsMode": {"type": "boolean"}, "rootSuiteTitle": {"type": "string"}}, "required": ["mochaFile", "... | {"reporterEnabled" : "spec, mocha-junit-reporter", "reporterOptions" : {"mochaFile" : "cypress/results/results-[hash].xml", "jenkinsMode" : true, "rootSuiteTitle" : "e2e tests"}} | json_instruct | {"type": "object", "properties": {"reporterEnabled": {"type": "string"}, "reporterOptions": {"type": "object", "properties": {"mochaFile": {"type": "string"}, "jenkinsMode": {"type": "boolean"}, "rootSuiteTitle": {"type": "string"}}, "required": ["mochaFile", "jenkinsMode", "rootSuiteTitle"]}}, "required": ["reporterEn... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "mytemplatebasic", "displayName" : "mytemplatebasic"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "architecture": {"type": "object", "properties": {"64bit": {"type": "object", "propertie... | {"version" : "4.4.2", "description" : "Run the program with the specified permission level on Windows.", "homepage" : "https://github.com/M2Team/Privexec", "license" : "MIT", "architecture" : {"64bit" : {"url" : "https://github.com/M2Team/Privexec/releases/download/4.4.2/Privexec-4.4.2-win-x64.zip", "hash" : "c7b7a0ed0... | json_instruct | {"type": "object", "properties": {"version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "architecture": {"type": "object", "properties": {"64bit": {"type": "object", "properties": {"url": {"type": "string"}, "hash": {"type": "string"}, "extract_... |
Create a JSON structure that matches this schema definition:
{"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" : "MALEEN", "frequency" : 3, "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#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"oq": {"type": "string"}, "q": {"type": "string"}, "rvnm": {"type": "string"}, "stcd": {"type": "string"}, "stnm": {"type": "string"}, "tm": {"type": "integer"}, "wptn": {"type": "string"},... | [{"oq" : "0", "q" : "3830", "rvnm" : "\u957f\u6c5f", "stcd" : "60105400", "stnm" : "\u5bf8\u6ee9", "tm" : 1614499200000, "wptn" : "5", "z" : "167"}, {"oq" : "0", "q" : "1680", "rvnm" : "\u4e4c\u6c5f", "stcd" : "60803000", "stnm" : "\u6b66\u9686", "tm" : 1614499200000, "wptn" : "5", "z" : "173.34"}, {"oq" : "0", "q" : "... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"oq": {"type": "string"}, "q": {"type": "string"}, "rvnm": {"type": "string"}, "stcd": {"type": "string"}, "stnm": {"type": "string"}, "tm": {"type": "integer"}, "wptn": {"type": "string"}, "z": {"type": "string"}}, "required": ["oq", "q", "rvnm", "stcd", "st... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"t... | {"nom" : "Sainghin-en-M\u00e9lantois", "circ" : "6\u00e8me circonscription", "dpt" : "Nord", "inscrits" : 2189, "abs" : 897, "votants" : 1292, "blancs" : 18, "nuls" : 2, "exp" : 1272, "res" : [{"nuance" : "REM", "nom" : "Mme Charlotte LECOCQ", "voix" : 544}, {"nuance" : "LR", "nom" : "M. Thierry LAZARO", "voix" : 344},... | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"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"... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01021853": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "propertie... | {"type" : "Topology", "objects" : {"E01021853" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00111006", "LAD11CD" : "E07000073"}, "arcs" : [[0, 1, 2, 3, 4]]}, {"type" : "Polygon", ... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01021853": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "str... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "p... | {"name" : "docker_yo_app", "version" : "0.0.0", "description" : "Easy webcam detections using Deep Learning", "author" : "Mattias Fornander <mattias.fornander@gmail.com>", "main" : "server.js", "private" : true, "scripts" : {"start" : "node server.js"}, "dependencies" : {"express" : "^4.16.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "de... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"RatedIForIndex": {"type": "array", "items": {"type": "string"}}}, "required": ["RatedIForIndex"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"RatedIForIndex" : ["AvoidTheDreadedGRating", "ContentWarnings", "GRatedDrug", "GRatedMentalIllness", "GRatedSex", "GRatedStoner", "RatedGForGangsta", "RatedMForManly", "RatedMForMoney", "RRatedOpening", "SameContentDifferentRating", "UnratedEdition", "WhatDoYouMeanItsForKids", "WhatDoYouMeanItsNotForKids", "Animation... | json_instruct | {"type": "object", "properties": {"RatedIForIndex": {"type": "array", "items": {"type": "string"}}}, "required": ["RatedIForIndex"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"uuid": {"type": "string"}, "name": {"type": "string"}, "owner": {"type": "null"}, "cost": {"type": "integer"}, "status": {"type": "string"}, "segments": {"type": "array", "items": {}}, "last_modified": {"type": "i... | {"uuid" : "daa53e80-41be-49a5-89ca-9fb7294db186", "name" : "test_kylin_ii_left_join", "owner" : null, "cost" : 10, "status" : "DISABLED", "segments" : [], "last_modified" : 1420016227424, "descriptor" : "test_kylin_ii_left_join_desc", "create_time" : null, "input_records_size" : 0, "size_kb" : 0, "source_records_count"... | json_instruct | {"type": "object", "properties": {"uuid": {"type": "string"}, "name": {"type": "string"}, "owner": {"type": "null"}, "cost": {"type": "integer"}, "status": {"type": "string"}, "segments": {"type": "array", "items": {}}, "last_modified": {"type": "integer"}, "descriptor": {"type": "string"}, "create_time": {"type": "nul... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "st... | {"name" : "xuncai/demo", "description" : "test", "type" : "project", "license" : "mit", "authors" : [{"name" : "xuncai", "email" : "1446653806@qq.com"}], "minimum-stability" : "dev", "require" : {}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "... |
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"}}, "required": ["test"... | {"name" : "iris-client", "version" : "0.0.1", "description" : "Client libraries for iris.", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "https://github.com/rishihahs/iris-client.git"}, "keywords" : ["chat", "iris"], "author" : "Rishi... | 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... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"$schema": {"type": "string"}, "$id": {"type": "string"}, "type": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "required": {"type": "array", "items": {}}, "properties": {"type... | {"$schema" : "http://json-schema.org/draft-07/schema", "$id" : "https://github.com/microsoft/AzureTRE/templates/shared_services/gitea/template_schema.json", "type" : "object", "title" : "Gitea Shared Service", "description" : "Provides Gitea shared service", "required" : [], "properties" : {}} | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "$id": {"type": "string"}, "type": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "required": {"type": "array", "items": {}}, "properties": {"type": "object", "properties": {}, "required": []}}, "required": ["$schema",... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"f": {"type": "string"}, "o": {"type": "string"}, "c": {"type": "string"}, "n": {"type": "string"}}, "required": ["f", "o", "c", "n"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"f" : "SBT", "o" : "11:0", "c" : "SB", "n" : "Central Pacific {c} Time"} | json_instruct | {"type": "object", "properties": {"f": {"type": "string"}, "o": {"type": "string"}, "c": {"type": "string"}, "n": {"type": "string"}}, "required": ["f", "o", "c", "n"], "$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"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}}, "required": ["dev", "build"]}, "dependencies": {"type": ... | {"name" : "time-tracker", "version" : "0.0.0", "scripts" : {"dev" : "vite", "build" : "vite build"}, "dependencies" : {"@orbit/coordinator" : "0.17.0-beta.20", "@orbit/data" : "0.17.0-beta.20", "@orbit/indexeddb" : "0.17.0-beta.23", "@orbit/memory" : "0.17.0-beta.23", "@orbit/records" : "0.17.0-beta.21", "dayjs" : "1.1... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}}, "required": ["dev", "build"]}, "dependencies": {"type": "object", "properties": {"@orbit/coordinator": {"type": "string"}, "@... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"fields": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "type"]}}, "name": {"type": "string"}, "namespace": {"type": "... | {"fields" : [{"name" : "foo", "type" : "string"}, {"name" : "bar", "type" : "string"}], "name" : "foobartest", "namespace" : "testnamespace", "type" : "record"} | json_instruct | {"type": "object", "properties": {"fields": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "type"]}}, "name": {"type": "string"}, "namespace": {"type": "string"}, "type": {"type": "string"}}, "required": ["fields", "name", "name... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"repair_end": {"type": "string"}, "repair_begin": {"type": "string"}, "patches": {"type": "array", "items": {"type": "object", "properties": {"edits": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": ... | {"repair_end" : "2019-08-12 22:34:46.320848", "repair_begin" : "2019-08-12 22:17:11.153403", "patches" : [{"edits" : [{"path" : "src/com/google/javascript/rhino/Node.java", "line" : 1411, "faulty" : "return res;", "type" : "InsertReturn true"}], "patch" : "--- /tmp/Kali_Defects4J_Closure_76/src/com/google/javascript/rh... | json_instruct | {"type": "object", "properties": {"repair_end": {"type": "string"}, "repair_begin": {"type": "string"}, "patches": {"type": "array", "items": {"type": "object", "properties": {"edits": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "line": {"type": "integer"}, "faulty": {"type"... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"parameters": {"type": "object", "properties": {"nres": {"type": "integer"}}, "required": ["nres"]}, "_tibanna": {"type": "object", "properties": {"run_type": {"type": "string"}, "run_id": {"type": "string"}, ... | {"parameters" : {"nres" : 13}, "_tibanna" : {"run_type" : "extract-mcool-normvector-for-juicebox", "run_id" : "mcoolnormv_dciclab_rao12", "env" : "fourfront-webdev", "run_name" : "mcoolnormv_rao12"}, "output_bucket" : "elasticbeanstalk-fourfront-webdev-wfoutput", "input_files" : [{"workflow_argument_name" : "input_mcoo... | json_instruct | {"type": "object", "properties": {"parameters": {"type": "object", "properties": {"nres": {"type": "integer"}}, "required": ["nres"]}, "_tibanna": {"type": "object", "properties": {"run_type": {"type": "string"}, "run_id": {"type": "string"}, "env": {"type": "string"}, "run_name": {"type": "string"}}, "required": ["run... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"feedstocks" : ["questionary"]} | json_instruct | {"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"t... | {"code" : 3209161, "parent" : 3209, "name" : "TENGAH TANI", "latitude" : "-6.7022750000543", "longitude" : "108.52408056939", "postal" : [45642, 45168], "children" : [3209161001, 3209161002, 3209161003, 3209161004, 3209161005, 3209161006, 3209161007, 3209161008]} | json_instruct | {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {"type": "integer"}}}, "required": ... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "ops": {"type": "object", "properties": {"nop": {"type": "object", "properties": {"name": {"type": "string"}, "info": {"type": "string"}, "args": {"type": "array", "items": {}}, "result": {"type": "str... | {"name" : "LALU Improved", "ops" : {"nop" : {"name" : "No Operation", "info" : "Does nothing", "args" : [], "result" : "function() { return [ '00000000', 'no operation']; }"}, "exc" : {"name" : "Exchange", "info" : "Exchange the values of the A and B registers", "args" : [], "result" : "function() { return [ '00000001'... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "ops": {"type": "object", "properties": {"nop": {"type": "object", "properties": {"name": {"type": "string"}, "info": {"type": "string"}, "args": {"type": "array", "items": {}}, "result": {"type": "string"}}, "required": ["name", "info", "args", "result"]}, ... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"replace" : false, "values" : ["pigsteel:pigsteel_nugget"]} | json_instruct | {"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"created": {"type": "integer"}, "log": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "message": {"type": "string"}, "ipaddress": {"type": "string"}, "userid": {"type": "boolean"}, "tim... | {"created" : 1558497298, "log" : [{"type" : "default", "message" : "hello", "ipaddress" : "localhost", "userid" : false, "time" : "2019-05-22 06:01:21"}]} | json_instruct | {"type": "object", "properties": {"created": {"type": "integer"}, "log": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "message": {"type": "string"}, "ipaddress": {"type": "string"}, "userid": {"type": "boolean"}, "time": {"type": "string"}}, "required": ["type", "message", "i... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"towns": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["towns"], "$schema": "http://json-schema.org/draft-07/sc... | {"towns" : [{"name" : "Sneek", "url" : "sneek"}]} | json_instruct | {"type": "object", "properties": {"towns": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["towns"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"p": {"type": "string"}}, "required": ["p"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}... | {"text" : {"0" : {"p" : "\u06cc\u06a9\u06cc \u0627\u0632 \u0645\u0644\u0648\u06a9 \u0628\u06cc \u0627\u0646\u0635\u0627\u0641 \u067e\u0627\u0631\u0633\u0627\u06cc\u06cc \u0631\u0627 \u067e\u0631\u0633\u06cc\u062f \u0627\u0632 \u0639\u0628\u0627\u062f\u062a\u200c\u0647\u0627 \u06a9\u062f\u0627\u0645 \u0641\u0627\u0636\u... | json_instruct | {"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"p": {"type": "string"}}, "required": ["p"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "2": {"type": "object", "properties": {"... |
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" : 85783303, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "9ffbd361c91f2e4ba7890bbba8c055be", "wof:id" : 85783303, "wof:repo" : "whosonfirst-data-admin-za"}, "bbox" : [18.86556, -33.931817, 18.86556, -33.931817], "geometry" : {"coordina... | 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": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "summary": {"type": "string"}, "license": {"type": "string"}, "source": {"type": "string"}, "project_page": {"type": "string"... | {"name" : "sensu-sensu", "version" : "2.1.0", "author" : "sensu", "summary" : "A module to install the Sensu monitoring framework", "license" : "MIT", "source" : "https://github.com/sensu/sensu-puppet", "project_page" : "https://github.com/sensu/sensu-puppet", "issues_url" : "https://github.com/sensu/sensu-puppet/issue... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "summary": {"type": "string"}, "license": {"type": "string"}, "source": {"type": "string"}, "project_page": {"type": "string"}, "issues_url": {"type": "string"}, "tags": {"type": "array", "items": ... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"android": {"type": "object", "properties": {"debug": {"type": "object", "properties": {"keystore": {"type": "string"}, "storePassword": {"type": "string"}, "alias": {"type": "string"}, "password": {"type": "string"... | {"android" : {"debug" : {"keystore" : "C:/Users/mehedia/android-keystore.jks", "storePassword" : "iha1Tn)mak", "alias" : "key0", "password" : "iha1Tn)mak", "keystoreType" : "jsk"}, "release" : {"keystore" : "C:/Users/mehedia/android-keystore.jks", "storePassword" : "iha1Tn)mak", "alias" : "key0", "password" : "iha1Tn)m... | json_instruct | {"type": "object", "properties": {"android": {"type": "object", "properties": {"debug": {"type": "object", "properties": {"keystore": {"type": "string"}, "storePassword": {"type": "string"}, "alias": {"type": "string"}, "password": {"type": "string"}, "keystoreType": {"type": "string"}}, "required": ["keystore", "store... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "permissions": {"type": "array", "items": {"type": "string"}}, "content_security_p... | {"manifest_version" : 2, "name" : "DipAssist", "version" : "0.2.8", "description" : "An assistant for virtual face-to-face Diplomacy.", "permissions" : ["tts", "storage"], "content_security_policy" : "script-src 'self' 'unsafe-eval'; object-src 'self'", "content_scripts" : [{"matches" : ["https://www.backstabbr.com/*"]... | json_instruct | {"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "permissions": {"type": "array", "items": {"type": "string"}}, "content_security_policy": {"type": "string"}, "content_scripts": {"type": "array", "ite... |
Please provide a valid JSON object following this schema:
{"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" : "6107130024", "district_id" : "6107130", "name" : "SABANG SURAI"} | 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": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "private": {"t... | {"name" : "Polymer Elements", "homepage" : "https://github.com/rwrountree/frontend-nanodegree-neighborhood-map", "authors" : ["Rusty Rountree <rustonrountree@gmail.com>"], "description" : "Polymer elements used in this project", "main" : "", "license" : "MIT", "private" : true, "ignore" : ["**/.*", "node_modules", "bow... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "ignore": {"type": "array", "items": {"ty... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"builders": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "region": {"type": "string"}, "shared_credentials_file": {"type": "string"}, "profile": {"type": "string"}, ... | {"builders" : [{"type" : "amazon-ebs", "region" : "eu-central-1", "shared_credentials_file" : "/home/sea/.aws/credentials", "profile" : "aws_profile", "source_ami" : "ami-024c9d46d0580c973", "instance_type" : "m6g.large", "ssh_username" : "ubuntu", "ami_name" : "elastic-v0.1", "ami_virtualization_type" : "hvm", "tags" ... | json_instruct | {"type": "object", "properties": {"builders": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "region": {"type": "string"}, "shared_credentials_file": {"type": "string"}, "profile": {"type": "string"}, "source_ami": {"type": "string"}, "instance_type": {"type": "string"}, "ssh_u... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": ... | {"text" : {"0" : {"m1" : "\u06a9\u0633 \u0639\u0647\u062f \u0648\u0641\u0627 \u0686\u0646\u0627\u0646\u06a9\u0647 \u067e\u0631\u0648\u0627\u0646\u0647\u0654 \u062e\u0631\u062f", "m2" : "\u0628\u0627 \u062f\u0648\u0633\u062a \u0628\u0647 \u067e\u0627\u06cc\u0627\u0646 \u0646\u0634\u0646\u06cc\u062f\u06cc\u0645 \u06a9\u0... | json_instruct | {"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "requ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"prepub... | {"name" : "@react-web/components", "version" : "0.2.7", "main" : "index.js", "license" : "MIT", "files" : ["dist", "index.d.ts", "index.js"], "scripts" : {"prepublish" : "babel src -d dist"}, "dependencies" : {"@react-web/activity-indicator" : "^0.2.6", "@react-web/box" : "^0.2.4", "@react-web/button" : "^0.2.6", "@rea... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"prepublish": {"type": "string"}}, "required": ["prepublish"]}, "d... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"ty... | {"name" : "redux-generate", "version" : "2.0.0", "main" : "src/index.js", "repository" : "https://github.com/TimSusa/redux-generate.git", "author" : "TimSusa <timmsusa@googlemail.com>", "license" : "MIT", "private" : false, "scripts" : {"build" : "parcel build src/index.js", "test" : "mocha"}, "devDependencies" : {"par... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}... |
Generate a valid JSON object that conforms to the following schema:
{"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" : 2071185, "d" : "185V", "md" : false}, {"c" : 2071186, "d" : "186V", "md" : false}, {"c" : 2071187, "d" : "187V", "md" : false}, {"c" : 2071188, "d" : "188V", "md" : false}, {"c" : 2071189, "d" : "189V", "md" : false}, {"c" : 2071190, "d" : "190V", "md" : false}, {"c" : 2071191, "d" : "191V", "md" : false}, {"c"... | 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#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"val_loss": {"type": "array", "items": {"type": "number"}}, "train_mae": {"type": "array", "items": {"type": "number"}}, "train_rmse": {"type": "array", "items": {"type": "number"}}, "train_underestimate": {"type":... | {"val_loss" : [0.0358143833915839, 0.027877021047255295], "train_mae" : [9.643, 8.69], "train_rmse" : [12.502, 11.889], "train_underestimate" : [11.389, 17.418], "train_overestimate" : [11.281, 3.012], "train_difference" : [22.67, 20.43], "val_mae" : [10.289, 9.353], "val_rmse" : [13.049, 13.043], "val_underestimate" :... | json_instruct | {"type": "object", "properties": {"val_loss": {"type": "array", "items": {"type": "number"}}, "train_mae": {"type": "array", "items": {"type": "number"}}, "train_rmse": {"type": "array", "items": {"type": "number"}}, "train_underestimate": {"type": "array", "items": {"type": "number"}}, "train_overestimate": {"type": "... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"transcript": {"type": "string"}, "words": {"type": "array", "items": {"type": "object", "properties": {"alignedWord": {"type": "string"}, "case": {"type": "string"}, "end": {"type": "number"}, "endOffset": {"type"... | {"transcript" : "He was a wise hyena.", "words" : [{"alignedWord" : "he", "case" : "success", "end" : 1.9, "endOffset" : 2, "phones" : [{"duration" : 0.29, "phone" : "hh_B"}, {"duration" : 0.08, "phone" : "iy_E"}], "start" : 1.53, "startOffset" : 0, "word" : "He"}, {"alignedWord" : "was", "case" : "success", "end" : 2.... | json_instruct | {"type": "object", "properties": {"transcript": {"type": "string"}, "words": {"type": "array", "items": {"type": "object", "properties": {"alignedWord": {"type": "string"}, "case": {"type": "string"}, "end": {"type": "number"}, "endOffset": {"type": "integer"}, "phones": {"type": "array", "items": {"type": "object", "p... |
Please provide a valid JSON object following this schema:
{"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" : "SignalProtocolSwift", "version" : "0.3", "summary" : "SignalProtocolSwift is a wrapper of the Signal Protocol written in Objective-C.", "description" : "SignalProtocolSwift is a wrapper of the Signal Protocol written in Objective-C. This works for Swift Projects.", "homepage" : "https://github.com/Criptext/S... | 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"... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"fileName": {"type": "string"}, "applicationName": {"type": "string"}, "initialArchitectureState": {"type": "string"}, "architectureEvolutionTarget": {"type": "string"}, "architectureEvolutionIssue": {"type": "string... | {"fileName" : "/home/daniel/Documentos/mestrado-2018/projeto/grafos-dependencia/application-1849/release-00.dot", "applicationName" : "application-1849", "initialArchitectureState" : "BAD", "architectureEvolutionTarget" : "BETTER", "architectureEvolutionIssue" : "CONCENTRATE_INCOMING_EDGES"} | json_instruct | {"type": "object", "properties": {"fileName": {"type": "string"}, "applicationName": {"type": "string"}, "initialArchitectureState": {"type": "string"}, "architectureEvolutionTarget": {"type": "string"}, "architectureEvolutionIssue": {"type": "string"}}, "required": ["fileName", "applicationName", "initialArchitectureS... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_10... | {"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : [], "SERIES_NAME" : [], "X_CALENDAR_YEAR" : [], "Y_PREVALENCE_1000PP" : []}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_MONTH" : 201204, "Y_PREVALENCE_1000PP" : 0.00109}, "LENGTH_OF_ERA" : {"CATEGORY" : "Length of era", "MIN_VALUE" : 1, "P10_VALUE" : 1, "P25_VALUE" : 1, "M... | json_instruct | {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["TRE... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"coord": {"type": "object", "properties": {"lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["lon", "lat"]}, "weather": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "... | {"coord" : {"lon" : 10.5, "lat" : 51.5}, "weather" : [{"id" : 804, "main" : "Clouds", "description" : "overcast clouds", "icon" : "04d"}], "base" : "stations", "main" : {"temp" : 22.69, "feels_like" : 22.42, "temp_min" : 21.06, "temp_max" : 24.14, "pressure" : 1020, "humidity" : 54, "sea_level" : 1020, "grnd_level" : 9... | json_instruct | {"type": "object", "properties": {"coord": {"type": "object", "properties": {"lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["lon", "lat"]}, "weather": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "main": {"type": "string"}, "description": {"type": "string"... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "dist": {"type": "string"}, "dist:win64": {"type... | {"name" : "sth-online-wallet", "version" : "0.0.3", "description" : "SmartHoldem Lite Wallet", "scripts" : {"start" : "electron app", "dist" : "npm run dist:macos && npm run dist:linux && npm run dist:win32 && npm run dist:win64", "dist:win64" : "build --win --x64", "dist:win32" : "build --win --ia32", "dist:macos" : "... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "dist": {"type": "string"}, "dist:win64": {"type": "string"}, "dist:win32": {"type": "string"}, "dist:macos": {"type":... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"0-17": {"type": "integer"}, "18-49": {"type": "integer"}, "50-64": {"type": "integer"}, "65+": {"type": "integer"}, "total": {"type": "integer"}}, "required": ["0-17", "18-49", "50-64", "65+", "total"], "$schema": "... | {"0-17" : 4, "18-49" : 1603, "50-64" : 4296, "65+" : 16922, "total" : 22923} | json_instruct | {"type": "object", "properties": {"0-17": {"type": "integer"}, "18-49": {"type": "integer"}, "50-64": {"type": "integer"}, "65+": {"type": "integer"}, "total": {"type": "integer"}}, "required": ["0-17", "18-49", "50-64", "65+", "total"], "$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" : 404426933, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "9509ac0a8f49562618c921c1d67fb040", "wof:id" : 404426933, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [-0.52495469836597, 49.10913765873103, -0.48899598088303, 49.124617789060... | 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 sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"versions": {"type": "array", "items": {"type": "object", "properties": {"git-tree": {"type": "string"}, "version-string": {"type": "string"}, "port-version": {"type": "integer"}}, "required": ["git-tree", "ve... | {"versions" : [{"git-tree" : "eff74674156d29130f6bac8abc658b34d60a532f", "version-string" : "5.15.1", "port-version" : 0}, {"git-tree" : "8d51130b916fc02fc91437bbd511c70e775c6c25", "version-string" : "5.15.0", "port-version" : 0}, {"git-tree" : "00351ddaea5c1cc9f3a4aba48d58b8d41d9f24de", "version-string" : "5.12.8", "p... | json_instruct | {"type": "object", "properties": {"versions": {"type": "array", "items": {"type": "object", "properties": {"git-tree": {"type": "string"}, "version-string": {"type": "string"}, "port-version": {"type": "integer"}}, "required": ["git-tree", "version-string", "port-version"]}}}, "required": ["versions"], "$schema": "http... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"ref": {"type": "object", "properties": {"min": {"type": "number"}, "max": {"type": "number"}, "mean": {"type": "number"}}, "required": ["min", "max", "mean"]}, "ref_regrid": {"type": "object", "properties": {... | {"ref" : {"min" : 239.73472595214844, "max" : 297.8714904785156, "mean" : 280.7138461428386}, "ref_regrid" : {"min" : 239.73472595214844, "max" : 297.8714904785156, "mean" : 280.7138461428386, "std" : 10.567632151498062}, "test" : {"min" : 239.09535217285156, "max" : 298.0247802734375, "mean" : 280.6086916913471}, "tes... | json_instruct | {"type": "object", "properties": {"ref": {"type": "object", "properties": {"min": {"type": "number"}, "max": {"type": "number"}, "mean": {"type": "number"}}, "required": ["min", "max", "mean"]}, "ref_regrid": {"type": "object", "properties": {"min": {"type": "number"}, "max": {"type": "number"}, "mean": {"type": "numbe... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"devDependencies": {"type": "object", "properties": {"@types/debug": {"type": "string"}, "@types/tough-cookie": {"type": "string"}, "prisma": {"type": "string"}}, "required": ["@types/debug", "@types/tough-cookie", ... | {"devDependencies" : {"@types/debug" : "^4.1.5", "@types/tough-cookie" : "^4.0.0", "prisma" : "^2.19.0"}, "dependencies" : {"@prisma/client" : "^2.19.0", "@types/string-template" : "^1.0.2", "bloxy" : "^5.7.3", "discord-webhook-node" : "^1.1.8", "got" : "^11.8.2", "string-template" : "^1.0.0", "tslog" : "^3.1.2"}, "scr... | json_instruct | {"type": "object", "properties": {"devDependencies": {"type": "object", "properties": {"@types/debug": {"type": "string"}, "@types/tough-cookie": {"type": "string"}, "prisma": {"type": "string"}}, "required": ["@types/debug", "@types/tough-cookie", "prisma"]}, "dependencies": {"type": "object", "properties": {"@prisma/... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {"type": "string"}}, "package": {"type": "string"}}, "required": ["genera... | {"generated_at" : "2017-01-27T09:37:30.728565", "required_by" : ["plantain"], "requires" : ["r"], "package" : "logtool"} | json_instruct | {"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {"type": "string"}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requires", "package"], "$schema": "http://json-sch... |
Create a JSON structure that matches this schema definition:
{"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": "... | {"nom" : "Bonn\u00e9e", "dpt" : "Loiret", "inscrits" : 543, "abs" : 95, "votants" : 448, "blancs" : 9, "nuls" : 7, "exp" : 432, "res" : [{"panneau" : "2", "voix" : 140}, {"panneau" : "11", "voix" : 112}, {"panneau" : "3", "voix" : 55}, {"panneau" : "9", "voix" : 50}, {"panneau" : "1", "voix" : 38}, {"panneau" : "4", "v... | 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": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "dependencies": {"type": "object", "properties": {"napajs": {"type": "string"}}, "required": ["napajs"]}}, "required": ["name", "version", "... | {"name" : "napajs-tutorial", "version" : "0.1.0", "author" : "napajs", "dependencies" : {"napajs" : ">= 0.1.4"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "dependencies": {"type": "object", "properties": {"napajs": {"type": "string"}}, "required": ["napajs"]}}, "required": ["name", "version", "author", "dependencies"], "$schema": "http://json-schema.... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Jeremiah C. Foster"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["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"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "directories": {"type": "object", "properties": {"test": {"type"... | {"name" : "simple-async-pool", "version" : "0.0.3", "description" : "Easy to use, dependency free and typesafe concurrent pool of async and promise returning functions", "main" : "index.js", "types" : "index.d.ts", "directories" : {"test" : "tests"}, "devDependencies" : {"@fluffy-spoon/substitute" : "^1.187.0", "@types... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "devDependencies": {"type": "objec... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "OperatorID": {"type": "inte... | {"IsRecentlyVerified" : false, "ID" : 39094, "UUID" : "AA64E18C-7706-4462-B833-DF3DF0060EF9", "DataProviderID" : 26, "DataProvidersReference" : "39668", "OperatorID" : 157, "OperatorsReference" : "NewMotion 02004576", "UsageCost" : "0.00 jaarabonnement", "AddressInfo" : {"ID" : 39440, "Title" : "Koldingweg 30", "Addres... | json_instruct | {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "OperatorID": {"type": "integer"}, "OperatorsReference": {"type": "string"}, "UsageCost": {"type": "str... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"timestamp": {"type": "integer"}, "object_list": {"type": "array", "items": {"type": "object", "properties": {"position": {"type": "array", "items": {"type": "number"}}, "id": {"type": "integer"}}, "required": ["position", "... | {"timestamp" : 959, "object_list" : [{"position" : [5.74569749278, 5.22664961372], "id" : 69}, {"position" : [5.9561626024, 4.72785063232], "id" : 70}, {"position" : [7.58137417893, 4.30208154963], "id" : 111}, {"position" : [6.62544165101, 4.68727846637], "id" : 112}, {"position" : [0.995289503419, 8.65642959541], "id... | json_instruct | {"type": "object", "properties": {"timestamp": {"type": "integer"}, "object_list": {"type": "array", "items": {"type": "object", "properties": {"position": {"type": "array", "items": {"type": "number"}}, "id": {"type": "integer"}}, "required": ["position", "id"]}}, "frame": {"type": "integer"}, "size": {"type": "intege... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "seve... | {"schema_version" : "1.2.0", "id" : "GHSA-gc23-69mx-hwjx", "modified" : "2022-05-01T07:27:12Z", "published" : "2022-05-01T07:27:12Z", "aliases" : ["CVE-2006-5331"], "details" : "The altivec_unavailable_exception function in arch/powerpc/kernel/traps.c in the Linux kernel before 2.6.19 on 64-bit systems mishandles the c... | json_instruct | {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {"type": "object", "properti... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"bundles": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "resources": {"type": "array", "items": {"type": "object", "properties": {"pattern": {... | {"bundles" : [{"name" : "org.apache.tomcat.websocket.LocalStrings"}, {"name" : "org.apache.tomcat.websocket.pojo.LocalStrings"}, {"name" : "org.apache.tomcat.websocket.server.LocalStrings"}], "resources" : [{"pattern" : ".*/mbeans-descriptors.xml$"}, {"pattern" : ".*/*.properties$"}, {"pattern" : ".*/*.dtd$"}, {"patter... | json_instruct | {"type": "object", "properties": {"bundles": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "resources": {"type": "array", "items": {"type": "object", "properties": {"pattern": {"type": "string"}}, "required": ["pattern"]}}}, "required": ["bundles", "re... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "repo": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string... | {"name" : "buffer", "version" : "0.4.0", "repo" : "clibs/buffer", "description" : "string util for aspl", "keywords" : ["buf", "buffer", "string", "str", "util", "utils"], "license" : "MIT", "src" : ["buffer.c", "buffer.h"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "repo": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "src": {"type": "array", "items": {"type": "string"}}}, "required": ["nam... |
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#"}
| [["4296", "ryanair", "bergamo", "italy", "luebeck", "germany", "0"], ["4296", "ryanair", "luebeck", "germany", "bergamo", "italy", "0"], ["4296", "ryanair", "luebeck", "germany", "stockholm", "sweden", "0"], ["4296", "ryanair", "luebeck", "germany", "palma de mallorca", "spain", "0"], ["4296", "ryanair", "luebeck", "ge... | 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": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "name_long": {"type": "string"}, "fips": {"type": "string"}, "state_code_int": {"type": "integer"}, "state_code... | {"type" : "Feature", "properties" : {"name" : "Dodge County", "name_long" : "Dodge County, MN", "fips" : "27039", "state_code_int" : 27, "state_code_postal" : "MN", "state_code_iso" : "US-MN", "county_code" : 39, "population" : 20934, "countrylevel_id" : "fips:27039", "census_data" : {"COUNTYNS" : "00659465", "AFFGEOID... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "name_long": {"type": "string"}, "fips": {"type": "string"}, "state_code_int": {"type": "integer"}, "state_code_postal": {"type": "string"}, "state_code_iso": {"type": "string"}, "co... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"ASKED_BY": {"type": "string"}}, "required": ["ASKED_BY"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ASKED_BY" : "Pedido feito por: %user"} | json_instruct | {"type": "object", "properties": {"ASKED_BY": {"type": "string"}}, "required": ["ASKED_BY"], "$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"}, "author": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "re... | {"name" : "leaflet.layergroup.tooltip-collision", "version" : "0.0.1", "author" : "Kyle Landell <kyle.landell@gmail.com>", "description" : "A Leaflet LayerGroup plugin for decluttering layers with tooltips using basic collision detection", "main" : "index-dist.js", "keywords" : ["leaflet", "collision", "tooltip"], "rep... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}... |
Create a JSON structure that matches this schema definition:
{"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... | {"id" : 404411243, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "bb89afc88d61f1e0214b4349b78b51c5", "wof:id" : 404411243, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [5.43702929224775, 44.53535059339418, 5.50188055970525, 44.58919873647823... | 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": ["... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"body": {"type": "null"}, "httpMethod": {"type": "string"}, "isBase64Encoded": {"type": "boolean"}, "path": {"type": "string"}, "pathParameters": {"type": "object", "properties": {"param": {"type": "string"}}, "required": ["par... | {"body" : null, "httpMethod" : "GET", "isBase64Encoded" : false, "path" : "/album/<album name>", "pathParameters" : {"param" : "<album name>"}, "queryStringParameters" : {"maxHeightPx" : "100", "maxWidthPx" : "200"}, "resource" : "/dev/album/{param}"} | json_instruct | {"type": "object", "properties": {"body": {"type": "null"}, "httpMethod": {"type": "string"}, "isBase64Encoded": {"type": "boolean"}, "path": {"type": "string"}, "pathParameters": {"type": "object", "properties": {"param": {"type": "string"}}, "required": ["param"]}, "queryStringParameters": {"type": "object", "propert... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1932, 5], [1934, 5], [1935, 11], [1936, 23], [1937, 15], [1938, 13], [1939, 12], [1940, 16], [1941, 6], [1942, 13], [1943, 13], [1944, 14], [1945, 7], [1946, 7], [1947, 8], [1948, 7], [1949, 7], [1950, 8], [1951, 14], [1952, 12], [1953, 10], [1954, 17], [1955, 16], [1956, 14], [1957, 23], [1958, 14], [1959, 18], [196... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "variable1": {"type": "number"}, "variable2": {"type": "number"}, "variable3": {"type": "string"}}, "required": ["id", "variable1", "variable2", "variable3"], "$schema": "http://json-schema... | {"id" : "010500021212", "variable1" : 0.0112, "variable2" : 0.7949, "variable3" : "C"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "variable1": {"type": "number"}, "variable2": {"type": "number"}, "variable3": {"type": "string"}}, "required": ["id", "variable1", "variable2", "variable3"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"extName": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "extDescription": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"... | {"extName" : {"message" : "Pogledaj pozadinsku sliku"}, "extDescription" : {"message" : "\"Pogledaj pozadinsku sliku\" u kontekstnom izborniku."}, "title" : {"message" : "Pogledaj pozadinsku sliku"}, "security" : {"message" : "Pro\u0161irenje ne funkcionira na ovoj stranici iz sigurnosnih razloga."}, "reload" : {"messa... | json_instruct | {"type": "object", "properties": {"extName": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "extDescription": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "title": {"type": "object", "properties": {"message": {"type": "string"}}... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "array", "items": {"type": "object", "properties": {"count": {"type": "integer"}, "_tpl": {"type": "string"}}, "required": ["count", "_tpl"]}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[{"count" : 2233, "_tpl" : "5449016a4bdc2d6f028b456f"}]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "object", "properties": {"count": {"type": "integer"}, "_tpl": {"type": "string"}}, "required": ["count", "_tpl"]}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"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": {"t... | {"ast" : null, "code" : "import { jsxDEV as _jsxDEV } from \"react/jsx-dev-runtime\";\nvar _jsxFileName = \"/home/joaquim/internship/superchat/src/components/SignIn.js\";\nimport React from 'react';\nimport { useFirebase } from \"react-redux-firebase\";\n\nconst SignIn = () => {\n var _s = $RefreshSig$();\n\n const s... | 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 an example JSON object that satisfies this schema:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "tm:block/sintering_furnace"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "string"}, "seatbid": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "array", "items": {}}, "seat": {"type": "string"}}, "required": ["bid", "seat"]}}, "cur": {"type": "string"}}, "req... | {"id" : "fmySKZNcTFcTPOurFYivufGxMtuSYpen", "seatbid" : [{"bid" : [], "seat" : "1"}], "cur" : "USD"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "seatbid": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "array", "items": {}}, "seat": {"type": "string"}}, "required": ["bid", "seat"]}}, "cur": {"type": "string"}}, "required": ["id", "seatbid", "cur"], "$schema": "http://json... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"clbid": {"type": "string"}, "credits": {"type": "number"}, "crsid": {"type": "string"}, "department": {"type": "string"}, "description": {"type": "array", "items": {"type": "string"}}, "enrolled": {"type": "integer"}, "gereqs"... | {"clbid" : "0000131058", "credits" : 0.25, "crsid" : "0000001023", "department" : "ESAC", "description" : ["This course is for students who can already serve, score, play the net, and know basic singles and doubles strategy. Prerequisite: ESAC 157 or permission of instructor."], "enrolled" : 0, "gereqs" : ["SPM"], "hal... | json_instruct | {"type": "object", "properties": {"clbid": {"type": "string"}, "credits": {"type": "number"}, "crsid": {"type": "string"}, "department": {"type": "string"}, "description": {"type": "array", "items": {"type": "string"}}, "enrolled": {"type": "integer"}, "gereqs": {"type": "array", "items": {"type": "string"}}, "halfcred... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"bookname": {"type": "string"}, "chapter": {"type": "string"}, "text": {"type": "string"}, "verse": {"type": "string"}}, "required": ["bookname", "chapter", "text", "verse"]}, "$schema": "http://json-... | [{"bookname" : "Psalms", "chapter" : "134", "text" : "<p class=\"psasuper\">A <st data-num=\"07892\" class=\"\">song</st> of <st data-num=\"04609\" class=\"\">ascents</st>.<n id=\"1\" /> <p class=\"poetry\"><st data-num=\"02009\" class=\"\">Attention</st>!<n id=\"2\" /> <st data-num=\"01288\" class=\"\">Praise</st> the... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"bookname": {"type": "string"}, "chapter": {"type": "string"}, "text": {"type": "string"}, "verse": {"type": "string"}}, "required": ["bookname", "chapter", "text", "verse"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"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" : "1601090021", "district_id" : "1601090", "name" : "DURIAN"} | 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#"} |
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" : [[[129.75, 21.75], [129.75, 21.833333333333332], [129.875, 21.833333333333332], [129.875, 21.75], [129.75, 21.75]]]}, "properties" : {"code" : 322956, "url" : "http://madefor.github.io/0410/api/v1/322956.geojson", "view" : "https://github.com/madefo... | 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... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"TODO": {"type": "array", "items": {"type": "object", "properties": {"TODO": {"type": "string"}}, "required": ["TODO"]}}}, "required": ["TODO"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"TODO" : [{"TODO" : "OBWriteInternationalConsent3_Data(OBWriteInternationalConsent3Data)"}]} | json_instruct | {"type": "object", "properties": {"TODO": {"type": "array", "items": {"type": "object", "properties": {"TODO": {"type": "string"}}, "required": ["TODO"]}}}, "required": ["TODO"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["descri... | {"latest_version" : ["0.1.2"], "meta" : {"description" : "Multiplex generators for incremental learning", "homepage" : "http://github.com/bmcfee/pescador", "license" : "ISC"}, "versions" : {"0.1.0" : {"sha256" : "60b0ea479a57c9710d062488cdd86ea174e40375f36bda7df6afbb9ac6ec78d0", "url" : "https://files.pythonhosted.org/... | 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 a JSON structure that matches this schema definition:
{"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Name" : "Cargador est\u00e1ndar de 20 balas de 9x18 mm PM para PP-91", "ShortName" : "PP91(20)", "Description" : "Cargador met\u00e1lico est\u00e1ndar de 20 balas para subfusiles de sistema Kedr. Fabricado por ZMZ."} | json_instruct | {"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"title": {"type": "array", "items": {"type": "string"}}, "Capitaland largest city": {"type": "array", "items": {"type": "string"}}, "Official languages": {"type": "array", "items": {"type": "string"}}, "Ethnic g... | {"title" : ["Union of the Comoros Union des Comores (French) Udzima wa Komori (Swahili)"], "Capitaland largest city" : ["Moroni , -11.683; 43.267"], "Official languages" : ["Comorian", "Arabic", "French"], "Ethnic groups" : ["Afro-Arab 86%", "Malagasy 14%"], "Religion" : ["Sunni Islam"], "Demonym(s)" : ["Comorian"], "G... | json_instruct | {"type": "object", "properties": {"title": {"type": "array", "items": {"type": "string"}}, "Capitaland largest city": {"type": "array", "items": {"type": "string"}}, "Official languages": {"type": "array", "items": {"type": "string"}}, "Ethnic groups": {"type": "array", "items": {"type": "string"}}, "Religion": {"type"... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"ItemType": {"type": "integer"}, "Id": {"type": "integer"}, "ItemId": {"type": "integer"}, "Faction": {"type": "integer"}, "Price": {"type": "integer"}, "Dependencies": {"type": "array", "items": {"type": "integer"}}}, "requ... | {"ItemType" : 10, "Id" : 41, "ItemId" : 168, "Faction" : 11, "Price" : 10, "Dependencies" : [42]} | json_instruct | {"type": "object", "properties": {"ItemType": {"type": "integer"}, "Id": {"type": "integer"}, "ItemId": {"type": "integer"}, "Faction": {"type": "integer"}, "Price": {"type": "integer"}, "Dependencies": {"type": "array", "items": {"type": "integer"}}}, "required": ["ItemType", "Id", "ItemId", "Faction", "Price", "Depen... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "test_context": {"type": "string"}}, "required": ["name", "email", "test_context"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Michael Seaby", "email" : "mtseaby@terpmail.umd.edu", "test_context" : ""} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "test_context": {"type": "string"}}, "required": ["name", "email", "test_context"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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" : "frock", "definition" : "1. A loose outer garment; especially, a gown forming a part of European modern costume for women and children; also, a coarse hirtlike garment worn by some workmen over their ther clothes; a smock frock; as, a marketman's frock. 2. A coarse gown worn by monks or friars, and supposed t... | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this 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", "properties":... | {"localities" : ["Bimble, KY"], "state" : "KY", "postal_code" : "40915", "locality" : "Bimble, KY", "lat" : 36.887306, "region" : {"fips" : "21", "abbr" : "KY", "name" : "Kentucky"}, "city" : "Bimble", "type" : "STANDARD", "lng" : -83.807591, "counties" : [{"fips" : "121", "name" : "Knox County"}]} | 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"}, "... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"<page title>": {"type": "string"}, "anti shake mode": {"type": "string"}, "builtin memory": {"type": "string"}, "camera color": {"type": "array", "items": {"type": "string"}}, "color": {"type": "string"}, "digital zoom": {"... | {"<page title>" : "How To Turn Off The Flash On A Finepix J150w | Fujifilm FinePix J150W Digital Camera, 10 Megapixel, 5x Optical Zoom, 5.7x Digital Zoom and 3\" LCD Screen Reviews - Buzzillions.com", "anti shake mode" : "Yes", "builtin memory" : "24MB", "camera color" : ["Black", "Silver"], "color" : "Black", "digital... | json_instruct | {"type": "object", "properties": {"<page title>": {"type": "string"}, "anti shake mode": {"type": "string"}, "builtin memory": {"type": "string"}, "camera color": {"type": "array", "items": {"type": "string"}}, "color": {"type": "string"}, "digital zoom": {"type": "array", "items": {"type": "string"}}, "focus mode": {"... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"config": {"type": "object", "properties": {"userEditable": {"type": "array", "items": {"type": "string"}}, "header": {"type": "boolean"}, "status": {"type": "string"}, "priority": {"type": "integer"}}, "required": ["userEdi... | {"config" : {"userEditable" : ["priority"], "header" : true, "status" : "required", "priority" : 2}} | json_instruct | {"type": "object", "properties": {"config": {"type": "object", "properties": {"userEditable": {"type": "array", "items": {"type": "string"}}, "header": {"type": "boolean"}, "status": {"type": "string"}, "priority": {"type": "integer"}}, "required": ["userEditable", "header", "status", "priority"]}}, "required": ["confi... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"<page title>": {"type": "string"}, "fob price": {"type": "string"}, "minorder quantity": {"type": "string"}, "payment terms": {"type": "string"}, "port": {"type": "string"}, "supply ability": {"type": "string"}}, "... | {"<page title>" : "Black Pu Digital Camera Case Carrying Bag For Canon 550d,500d 450d 1000d 1100d - Buy Camera Case Bag,Camera Carrying Bag,High Quality Pu Camera Bag Product on Alibaba.com", "fob price" : "US $7 - 8 / Piece Get Latest\nPrice", "minorder quantity" : "100 Piece/Pieces Fashion", "payment terms" : "L/C,T/... | json_instruct | {"type": "object", "properties": {"<page title>": {"type": "string"}, "fob price": {"type": "string"}, "minorder quantity": {"type": "string"}, "payment terms": {"type": "string"}, "port": {"type": "string"}, "supply ability": {"type": "string"}}, "required": ["<page title>", "fob price", "minorder quantity", "payment ... |
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"}, "keywords": {"type": "array", "items": {"type": "string"}}, "peerDependencies": {"type"... | {"name" : "parcel-plugin-sw-asset-urls", "version" : "0.1.2", "description" : "A parce-bundler plugin to replace the filename URLs in Service Worker with their hashed counterparts", "main" : "index.js", "keywords" : ["parcel", "parcel-bundler", "parcel-plugin", "service worker", "pwa", "asset urls", "hash urls"], "peer... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "peerDependencies": {"type": "object", "properties": {"parcel-bundler": {"type": "string"}}, "required":... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "group": {"type": "string"}, "joblink": {"type": "boolean"}, "name": {"type": "string"}, "potential": {"type": "integer"}, "skills": {"type": "array", "items": {"type": "object", "properties... | {"id" : 35264, "group" : "28102107", "joblink" : false, "name" : "Maschinen- und Anlagenf\u00fchrer/in - Textiltechnik", "potential" : 67, "skills" : [{"id" : 60416, "skill" : "Textiltechnik", "replaceable" : true}, {"id" : 60715, "skill" : "Maschinenf\u00fchrung, Anlagenf\u00fchrung, -bedienung", "replaceable" : true}... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "group": {"type": "string"}, "joblink": {"type": "boolean"}, "name": {"type": "string"}, "potential": {"type": "integer"}, "skills": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "skill": {"type": "string"}, "replacea... |
Create an example JSON object that satisfies this schema:
{"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"}}, ... | {"lastUpdated" : 1655019279666, "username" : "Pipis Person", "scores" : [{"xp" : 33474, "rank" : 45, "cardId" : 567}, {"xp" : 28010, "rank" : 338, "cardId" : 196}, {"xp" : 49341, "rank" : 298, "cardId" : 115}, {"xp" : 30116, "rank" : 123, "cardId" : 175}, {"xp" : 7326, "rank" : 445, "cardId" : 562}, {"xp" : 13603, "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... |
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"}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type":... | {"name" : "yarn-lockfile", "version" : "1.1.1", "description" : "parse and/or write `yarn.lock` files", "main" : "index.js", "keywords" : [], "author" : "William Hilton <wmhilton@gmail.com>", "license" : "Unlicense", "dependencies" : {"@yarnpkg/lockfile" : "*"}, "repository" : {"type" : "git", "url" : "git+https://gith... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@yarnpkg... |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "array", "items": {}}, "devDependencies": {"type": "array", "items": {"type": "object", "properties": {"n... | [{"name" : "OctoDeps rust cli", "version" : "0.1.0", "dependencies" : [], "devDependencies" : [{"name" : "octodeps-rs", "version" : "0.1.0", "highlight" : true, "dependencyOutdated" : {}}]}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "array", "items": {}}, "devDependencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "highlight": ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"examine": {"type": "string"}}, "required": ["examine"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"examine" : "A filthy, smelly, flea infested robe."} | json_instruct | {"type": "object", "properties": {"examine": {"type": "string"}}, "required": ["examine"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01024896": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, ... | {"type" : "Topology", "objects" : {"E01024896" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00126354", "LAD11CD" : "E07000117"}, "arcs" : [[0, 1, 2, 3]]}, {"type" : "Polygon", "pr... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01024896": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "str... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", ... | {"name" : "print-lite", "description" : "Print JavaScript values, truncated and on a single line", "version" : "0.0.1", "author" : {"name" : "Laurent Christophe", "email" : "lachrist@vub.ac.be"}, "repository" : "lachrist/aran", "homepage" : "http://github.com/lachrist/print-lite", "license" : "MIT", "main" : "index.js"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "repository": {"type": "string"}, "homepage": {"type": "st... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.