input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename"... | [{"manufacturer" : "HP", "market_name" : "7 Tablet", "codename" : "Mesquite", "model" : "HP 7"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"extends": {"type": "string"}, "include": {"type": "array", "items": {"type": "string"}}}, "required": ["extends", "include"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"extends" : "./node_modules/@art-ws/tsc/tsconfig.eslint.json", "include" : ["**/*.*"]} | json_instruct | {"type": "object", "properties": {"extends": {"type": "string"}, "include": {"type": "array", "items": {"type": "string"}}}, "required": ["extends", "include"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id":... | {"id" : 101949109, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "eee1522eb747919cc2d813312be5e5c1", "wof:id" : 101949109, "wof:repo" : "whosonfirst-data-admin-br"}, "bbox" : [-43.04889, -20.10667, -43.04889, -20.10667], "geometry" : {"coordi... | 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": {"ps": {"type": "integer"}, "xbox": {"type": "integer"}}, "required": ["ps", "xbox"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ps" : 4828, "xbox" : 3580} | json_instruct | {"type": "object", "properties": {"ps": {"type": "integer"}, "xbox": {"type": "integer"}}, "required": ["ps", "xbox"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"typ... | {"geometry" : {"type" : "Point", "coordinates" : [-80.93, 35.27]}, "type" : "Feature", "id" : "28130", "properties" : {"other_cities" : "", "city" : "Paw Creek", "state" : "NC", "county" : "Mecklenburg County"}} | json_instruct | {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"other_c... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"defaultLanguageId": {"type": "string"}, "availableLanguageIds": {"type": "array", "items": {"type": "string"}}, "fields": {"type": "array", "items": {"type": "object", "properties": {"validation": {"type": "object"... | {"defaultLanguageId" : "en_US", "availableLanguageIds" : ["en_US"], "fields" : [{"validation" : {}, "localizable" : true, "label" : {"en_US" : "Content"}, "type" : "ddm-text-html", "fieldNamespace" : "ddm", "indexType" : "text", "dataType" : "html", "readOnly" : false, "visibilityExpression" : "", "showLabel" : true, "... | json_instruct | {"type": "object", "properties": {"defaultLanguageId": {"type": "string"}, "availableLanguageIds": {"type": "array", "items": {"type": "string"}}, "fields": {"type": "array", "items": {"type": "object", "properties": {"validation": {"type": "object", "properties": {}, "required": []}, "localizable": {"type": "boolean"}... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"symptoms": {"type": "object", "properties": {}, "required": []}, "name": {"type": "string"}, "details": {"type": "string"}}, "required": ["symptoms", "name", "details"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"symptoms" : {}, "name" : "Polygonum sagittatum", "details" : "Arrow-leaved. Tear-thumb - 2x for PAINS OF NEPHRITIC COLIC; suppurative nephritis; lancinating pains along spine; itching of hard palate; burning inner side of right foot and ankle. C.M. Boger"} | json_instruct | {"type": "object", "properties": {"symptoms": {"type": "object", "properties": {}, "required": []}, "name": {"type": "string"}, "details": {"type": "string"}}, "required": ["symptoms", "name", "details"], "$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"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"},... | {"name" : "FivePersistence", "version" : "1.0.1", "summary" : "Five's persistence module.", "description" : "A module containing simple `Data` persistence support for writing data to memory and permanent storage we\nuse on our projects at Five (http://five.agency). While designed to work with `Data` type, UIImage exten... | 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": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "artisanat:block/cyan_bricks"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"problems": {"type": "array", "items": {"type": "object", "properties": {"avgPts": {"type": "number"}, "constraints": {"type": "array", "items": {}}, "correctRatio": {"type": "number"}, "definition": {"type": "array",... | {"problems" : [{"avgPts" : 212.08, "constraints" : [], "correctRatio" : 99.19, "definition" : [], "div" : 0, "examples" : [], "level" : 1, "link" : "http://community.topcoder.com/stat?c=problem_statement&pm=10721&rd=14568", "name" : "ManhattanPatrol", "notes" : [], "submission" : 123}, {"avgPts" : 266.56, "constraints"... | json_instruct | {"type": "object", "properties": {"problems": {"type": "array", "items": {"type": "object", "properties": {"avgPts": {"type": "number"}, "constraints": {"type": "array", "items": {}}, "correctRatio": {"type": "number"}, "definition": {"type": "array", "items": {}}, "div": {"type": "integer"}, "examples": {"type": "arra... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "... | {"type" : "MultiPolygon", "coordinates" : [[[[-88.534434, 40.339724], [-88.531738, 40.339699], [-88.531731, 40.339882], [-88.531711, 40.340135], [-88.532162, 40.340142], [-88.532144, 40.340473], [-88.531755, 40.340479], [-88.531746, 40.341903], [-88.531755, 40.344143], [-88.531764, 40.344554], [-88.526874, 40.344593], ... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "name": {... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"status": {"type": "integer"}, "msg": {"type": "string"}, "data": {"type": "object", "properties": {"value": {"type": "string"}, "url": {"type": "string"}, "filename": {"type": "string"}}, "required": ["value", "url"... | {"status" : 0, "msg" : "ok", "data" : {"value" : "https://ss0.bdstatic.com/70cFvHSh_Q1YnxGkpoWK1HF6hhy/it/u=3893101144,2877209892&fm=23&gp=0.jpg", "url" : "https://ss0.bdstatic.com/70cFvHSh_Q1YnxGkpoWK1HF6hhy/it/u=3893101144,2877209892&fm=23&gp=0.jpg", "filename" : "dog.jpg"}} | json_instruct | {"type": "object", "properties": {"status": {"type": "integer"}, "msg": {"type": "string"}, "data": {"type": "object", "properties": {"value": {"type": "string"}, "url": {"type": "string"}, "filename": {"type": "string"}}, "required": ["value", "url", "filename"]}}, "required": ["status", "msg", "data"], "$schema": "ht... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "OperatorsReference": {"type": "string"}, "... | {"IsRecentlyVerified" : false, "ID" : 108728, "UUID" : "AD86F68E-1F9E-46A8-88E0-475F0B3D5D5F", "DataProviderID" : 1, "OperatorID" : 23, "OperatorsReference" : "45833", "UsageTypeID" : 4, "AddressInfo" : {"ID" : 109074, "Title" : "City of Barrie - Marina Parking Lot", "AddressLine1" : "6 Toronto St", "Town" : "Barrie", ... | json_instruct | {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "OperatorsReference": {"type": "string"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object", "p... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"componentVariants": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "propertyOverrides": {"type": "object", "properties": {"componentAttributes": {"type": "object", "properties"... | {"componentVariants" : [{"id" : "938b5004-c56f-45b7-8eb8-44f6c4a89ee6", "propertyOverrides" : {"componentAttributes" : {"NavigationMenuEditorRefresh" : "For_Partners"}}, "targetId" : "76b13968-bcf0-4207-9461-3590140b6a1f", "type" : "componentVariant"}], "developerName" : "Default_Navigation_Menu_Component_Properties", ... | json_instruct | {"type": "object", "properties": {"componentVariants": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "propertyOverrides": {"type": "object", "properties": {"componentAttributes": {"type": "object", "properties": {"NavigationMenuEditorRefresh": {"type": "string"}}, "required": ["... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}, "mappingIndex": {"type": "integer"}, "redacted": {"type": "boolean"}, "scope": {"type": "integer"}, "aggregationType": {"... | {"index" : 7188, "hash" : 1197040084, "blacklisted" : false, "mappingIndex" : 0, "redacted" : false, "scope" : 0, "aggregationType" : 0} | json_instruct | {"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}, "mappingIndex": {"type": "integer"}, "redacted": {"type": "boolean"}, "scope": {"type": "integer"}, "aggregationType": {"type": "integer"}}, "required": ["index", "hash", "blacklisted", "mapp... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "barkless", "definition" : "Destitute of bark."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}}, "required": ["text", "created", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"text" : "<a href=\"http://screen2.io/\">screen2.io</a> has been refreshed. A maintenence release to get it in sync with other software components here in DaveLand. :boom:", "created" : "Wed, 23 Aug 2017 15:22:28 GMT", "type" : "outline"} | json_instruct | {"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}}, "required": ["text", "created", "type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"countryCode": {"type": "string"}, "population": {"type": "integer"}, "activePopulationProportion": {"type": "number"}, "urbanPopulationProportion": {"type": "number"}, "urbanPopulationInDegradedHousingProportion": {"type": "null... | {"countryCode" : "CY", "population" : 1207000, "activePopulationProportion" : 0.6900000000000001, "urbanPopulationProportion" : 0.66, "urbanPopulationInDegradedHousingProportion" : null, "over64Proportion" : 0.15430903065451532, "hospitalBeds" : 3621, "highContactPopulation" : null, "remoteAreasPopulationProportion" : ... | json_instruct | {"type": "object", "properties": {"countryCode": {"type": "string"}, "population": {"type": "integer"}, "activePopulationProportion": {"type": "number"}, "urbanPopulationProportion": {"type": "number"}, "urbanPopulationInDegradedHousingProportion": {"type": "null"}, "over64Proportion": {"type": "number"}, "hospitalBeds... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"AB": {"type": "array", "items": {"type": "string"}}, "AW": {"type": "array", "items": {"type": "string"}}, "SZ": {"type": "integer"}, "C": {"type": "string"}, "SOL": {"type": "array", "items": {"type": "array", "item... | {"AB" : ["dd", "df", "kc", "lc", "mc", "nd", "ne", "pf", "pe", "pd", "pc", "qe", "bs", "bp", "cp", "co", "do", "eo", "fp", "fq", "er", "dr", "gr", "go", "gp", "hq", "iq", "ip", "io", "pp", "pn"], "AW" : ["qf", "rf", "re", "pg", "of", "oc", "nc", "mb", "lb", "jc", "md", "fc", "ar", "br", "cr", "cq", "dq", "eq", "ep", "d... | json_instruct | {"type": "object", "properties": {"AB": {"type": "array", "items": {"type": "string"}}, "AW": {"type": "array", "items": {"type": "string"}}, "SZ": {"type": "integer"}, "C": {"type": "string"}, "SOL": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["AB", "AW", "SZ", "C", "SOL"]... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"python.pythonPath": {"type": "string"}, "python.linting.flake8Enabled": {"type": "boolean"}, "python.linting.pylintEnabled": {"type": "boolean"}, "python.unitTest.pyTestEnabled": {"type": "boolean"}, "python.formatt... | {"python.pythonPath" : "${workspaceFolder}\\.venv-pytest_37\\Scripts\\python.exe", "python.linting.flake8Enabled" : true, "python.linting.pylintEnabled" : false, "python.unitTest.pyTestEnabled" : true, "python.formatting.provider" : "black", "terminal.integrated.shell.windows" : "C:\\Windows\\System32\\cmd.exe"} | json_instruct | {"type": "object", "properties": {"python.pythonPath": {"type": "string"}, "python.linting.flake8Enabled": {"type": "boolean"}, "python.linting.pylintEnabled": {"type": "boolean"}, "python.unitTest.pyTestEnabled": {"type": "boolean"}, "python.formatting.provider": {"type": "string"}, "terminal.integrated.shell.windows"... |
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"}, "directories": {"type": "object", "properties": {"doc": {"type": "string"}}, "required": ["do... | {"name" : "sample-cmdline-node", "version" : "1.0.0", "description" : "Sample command line for opwire-agent in Nodejs", "main" : "example.js", "directories" : {"doc" : "docs"}, "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/opwire/sa... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"doc": {"type": "string"}}, "required": ["doc"]}, "scripts": {"type": "object", "properties": {"test": {"type": "st... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "rechiseled_compat:block/betterendforge_helix_tree_planks_tiles_connecting"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"sa2:0.1": {"type": "string"}, "sa2:1.1": {"type": "string"}, "sa2:1.2": {"type": "string"}, "sa2:2.2": {"type": "string"}, "sa2:2.4": {"type": "string"}, "sa2:2.5": {"type": "string"}, "sa2:3.4": {"type": "string"}, "sa2:3.... | {"sa2:0.1" : "t99.2", "sa2:1.1" : "t99.1a16", "sa2:1.2" : "t99.1a17", "sa2:2.2" : "t99.1a18", "sa2:2.4" : "t99.1a19", "sa2:2.5" : "t99.1a20", "sa2:3.4" : "t99.1a21", "sa2:3.6" : "t99.1a22", "sa2:3.7" : "t99.1a23", "sa2:4.1" : "t99.1a24", "sa2:4.3" : "t99.1a25", "sa2:5.1" : "t99.1a26, t99.1a27"} | json_instruct | {"type": "object", "properties": {"sa2:0.1": {"type": "string"}, "sa2:1.1": {"type": "string"}, "sa2:1.2": {"type": "string"}, "sa2:2.2": {"type": "string"}, "sa2:2.4": {"type": "string"}, "sa2:2.5": {"type": "string"}, "sa2:3.4": {"type": "string"}, "sa2:3.6": {"type": "string"}, "sa2:3.7": {"type": "string"}, "sa2:4.... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "634401205fc0fcd3225c5cf91af8816b543e0c96"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}, "stats": {"type": "object", "properties": {"speed": {"type": "integer"}, "special-defense": {"type": "integer"}, "special-attack": {"type": "i... | {"name" : "hippowdon", "types" : ["ground"], "stats" : {"speed" : 47, "special-defense" : 72, "special-attack" : 68, "defense" : 118, "attack" : 112, "hp" : 108}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}, "stats": {"type": "object", "properties": {"speed": {"type": "integer"}, "special-defense": {"type": "integer"}, "special-attack": {"type": "integer"}, "defense": {"type": "integer"}, "attack": {"type"... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"avif": {"type": "array", "items": {"type": "object", "properties": {"format": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "url": {"type": "string"}, "sourceType": {"type": "string"}, "srcse... | {"avif" : [{"format" : "avif", "width" : 90, "height" : 90, "url" : "/img/avatars/twitter/98d89e03-90.avif", "sourceType" : "image/avif", "srcset" : "/img/avatars/twitter/98d89e03-90.avif 90w", "filename" : "98d89e03-90.avif", "outputPath" : "img/avatars/twitter/98d89e03-90.avif", "size" : 893}], "webp" : [{"format" : ... | json_instruct | {"type": "object", "properties": {"avif": {"type": "array", "items": {"type": "object", "properties": {"format": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "url": {"type": "string"}, "sourceType": {"type": "string"}, "srcset": {"type": "string"}, "filename": {"type": "string"}, "ou... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties":... | {"name" : "iferas93/picofeed", "description" : "RSS/Atom parsing library", "homepage" : "https://github.com/nicolus/picoFeed", "type" : "library", "license" : "MIT", "authors" : [{"name" : "Fr\u00e9d\u00e9ric Guillot"}, {"name" : "Nicolas Bailly"}], "require" : {"php" : ">=7.1", "ext-iconv" : "*", "ext-dom" : "*", "ext... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "requir... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "lat": {"type": "number"}, "lon": {"type": "number... | {"id" : "73251742", "name" : "Nene Road", "nodes" : [{"type" : "node", "id" : 31316837, "lat" : 52.3037876, "lon" : -0.5952597}, {"type" : "node", "id" : 868922970, "lat" : 52.3040242, "lon" : -0.5960466}], "volunteer_postcode" : "NN10 8HF", "closest_distance" : 285} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "lat": {"type": "number"}, "lon": {"type": "number"}}, "required": ["type", "id", "lat", "lon"]}}, "volunte... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author"... | {"name" : "netlify-plugin-cloudinary", "version" : "1.0.3", "description" : "Supercharge images on your Netlify site with Cloudinary!", "main" : "src/index.js", "scripts" : {"test" : "jest"}, "author" : {"name" : "Colby Fayock", "email" : "hello@colbyfayock.com", "url" : "https://twitter.com/colbyfayock"}, "license" : ... | 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"]}, "author": {"type": "object", "properties": {"name": {"type": "strin... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"popmotion.global.js": {"type": "string"}, "popmotion.global.min.js": {"type": "string"}}, "required": ["popmotion.global.js", "popmotion.global.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"popmotion.global.js" : "sha256-7vDKGjtQVOYInX9wkOgaW2ROA9fmTQlCG0wkqqe1q7M=", "popmotion.global.min.js" : "sha256-EJ/HcPpEchtiw30tYfheZXtpajyIw+/PQUU2IwJH680="} | json_instruct | {"type": "object", "properties": {"popmotion.global.js": {"type": "string"}, "popmotion.global.min.js": {"type": "string"}}, "required": ["popmotion.global.js", "popmotion.global.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"version": {"type": "string"}}, "required": ["version"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : "3.0.87"} | json_instruct | {"type": "object", "properties": {"version": {"type": "string"}}, "required": ["version"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "is_illegal": {"type": "boolean"}, "is_custom": {"type": "boolean"}, "text": {"type": "string"}, "images": {"type": "array", "items": {"type": "string"}}, "type": {"type... | {"id" : 5795882, "name" : "Vampire's Domain", "is_illegal" : false, "is_custom" : false, "text" : "Once per turn: You can pay 500 LP; during your Main Phase this turn, you can Normal Summon 1 \"Vampire\" monster in addition to your Normal Summon/Set. (Even if this card leaves the field. You can only gain this effect on... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "is_illegal": {"type": "boolean"}, "is_custom": {"type": "boolean"}, "text": {"type": "string"}, "images": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "spell_type": {"type": "string"}}, "required": [... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "group": {"type": "string"}, "checksum": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "string"}}, "required": ["type", "value"]}, "text": {"type": "string... | {"id" : "01870", "group" : "easy-ham-1", "checksum" : {"type" : "MD5", "value" : "2c9f4adcd1eec7ae3607d76bbf9063bc"}, "text" : "From rssfeeds@jmason.org Wed Sep 25 10:23:24 2002\nReturn-Path: <rssfeeds@spamassassin.taint.org>\nDelivered-To: yyyy@localhost.spamassassin.taint.org\nReceived: from localhost (jalapeno [127... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "group": {"type": "string"}, "checksum": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "string"}}, "required": ["type", "value"]}, "text": {"type": "string"}}, "required": ["id", "group", "checksum", "text"], "$schema": "http:... |
Create a JSON structure that matches this schema definition:
{"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/draf... | {"id" : "170402120202", "variable1" : 0.8809, "variable2" : 0.4534, "variable3" : "A"} | 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#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "dynamic": {"type": "boolean"}, "elements": {"type": "object", "properties": {"class": {"type": "object", "properties": {"properties": {"type": "array", "items": {"type": "object", "prop... | {"name" : "StrokeFillProxyOptions", "dynamic" : false, "elements" : {"class" : {"properties" : [{"name" : "STROKE", "readonly" : true, "type" : "Number", "array" : false, "description" : "Stroke proxy is active.", "value" : "1400140395"}, {"name" : "FILL", "readonly" : true, "type" : "Number", "array" : false, "descrip... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "dynamic": {"type": "boolean"}, "elements": {"type": "object", "properties": {"class": {"type": "object", "properties": {"properties": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "readonly": {"type": "boolean"}, "... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": ... | {"id" : "0bd715b6-9ad1-4d2d-aecf-471089c5140d", "playerTags" : ["503a235f-9fa6-41b5-8514-9475c944273f"], "teamTags" : ["9debc64f-74b7-4ae1-a4d6-fce0144b6ea5"], "gameTags" : ["a4f28ada-c3b5-4894-a218-090417249958"], "metadata" : {"mods" : [], "play" : 436, "itemId" : "cb128109-6614-478c-8e9c-257124fe75ee", "parent" : "d... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"mods": {"type": "array", "items... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": "string"}, "data": {"type": "object", "properties": {"4": {"type": "object", "properties": {"id": {"type": "integer"}, "nama": {"type": "string"}, "pajak": {"type": "array"... | {"success" : true, "message" : "List Item", "data" : {"4" : {"id" : 4, "nama" : "tas", "pajak" : [{"id" : 1, "nama" : "pph", "rate" : "5.00", "created_at" : "2021-03-02T06:05:16.000000Z", "updated_at" : "2021-03-02T06:05:16.000000Z", "pivot" : {"item_id" : 4, "pajak_id" : 1}}, {"id" : 2, "nama" : "pajak barang", "rate"... | json_instruct | {"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": "string"}, "data": {"type": "object", "properties": {"4": {"type": "object", "properties": {"id": {"type": "integer"}, "nama": {"type": "string"}, "pajak": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "i... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "pg": {"type": "string"}, "jade": {"type":... | {"name" : "secret-santa", "version" : "0.0.1", "description" : "secret santa", "dependencies" : {"express" : "4.x", "pg" : "4.x", "jade" : "latest", "body-parser" : "1.14.x"}, "scripts" : {"start" : "node app.js"}, "author" : "Blake Thomas <blaketaylorthomas@gmail.com>", "repository" : {"type" : "git", "url" : "https:/... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "pg": {"type": "string"}, "jade": {"type": "string"}, "body-parser": {"type": "string"}}, "required": ["express... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"data.json": {"type": "object", "pr... | {"address" : "1TaLkFrMwvbNsooF4ioKAY9EuxTBTjipT", "cert_auth_type" : "web", "cert_sign" : "HEP6VpaEX3SykDwt9TsxG75hKjVNHeEWtrYGC6uyR4tygOA87ceu9MN0gSqwvhWOcrGlPACK9Ma7enlLuMxvBgE=", "cert_user_id" : "ravenkong@zeroid.bit", "files" : {"data.json" : {"sha512" : "18c31aca279c4fcdc839a8ccdc917ae566c48a942149ca4ecc0f7de7095... | json_instruct | {"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"data.json": {"type": "object", "properties": {"sha512": {"type": "string"}, "size": {"type": "integer"}}... |
Based on the schema below, produce a valid JSON object:
{"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": "ar... | {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-83.072618, 42.639177], [-83.059516, 42.638995], [-83.044162, 42.62552], [-83.071806, 42.624668], [-83.072618, 42.639177]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 33330}}]} | 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... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"text": {"type": "string"}, "historical": {"type": "string"}, "credits": {"type": "string"}, "sections": {"type": "array", "items": {}}, "division": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"... | {"text" : "For the purposes of \u00a7 1-612.03, years of law enforcement experience, as determined by the Mayor or his or her designee, shall constitute years of District government service for any employee hired as a lateral law enforcement officer pursuant to \u00a7 1-610.72.", "historical" : "Prior Codifications\n\n... | json_instruct | {"type": "object", "properties": {"text": {"type": "string"}, "historical": {"type": "string"}, "credits": {"type": "string"}, "sections": {"type": "array", "items": {}}, "division": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "ti... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "team_id": {"type": "string"}, "type": {"type": "string"}, "title": {"type": "object", "properties": {"type": {"type": "string"}, "text": {"type": "string"}, "emoji": {"type": "boolean"}}, "required": ... | {"id" : "VNM522E2U", "team_id" : "T9M4RL1JM", "type" : "modal", "title" : {"type" : "plain_text", "text" : "Pushed Modal", "emoji" : true}, "close" : {"type" : "plain_text", "text" : "Back", "emoji" : true}, "submit" : {"type" : "plain_text", "text" : "Save", "emoji" : true}, "blocks" : [{"type" : "input", "block_id" :... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "team_id": {"type": "string"}, "type": {"type": "string"}, "title": {"type": "object", "properties": {"type": {"type": "string"}, "text": {"type": "string"}, "emoji": {"type": "boolean"}}, "required": ["type", "text", "emoji"]}, "close": {"type": "object", "pr... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"hour positive count": {"type": "integer"}, "hour neutral count": {"type": "integer"}, "hour negative count": {"type": "integer"}, "hour distri": {"type": "object", "properties": {"0.98": {"type": "integer"}, "0.96... | {"hour positive count" : 12, "hour neutral count" : 3, "hour negative count" : 6, "hour distri" : {"0.98" : 2, "0.96" : 2, "0.99" : 2, "1.0" : 5, "0.03" : 1, "0.94" : 1, "0.82" : 1, "0.0" : 4, "0.06" : 1, "0.71" : 1, "0.58" : 1}} | json_instruct | {"type": "object", "properties": {"hour positive count": {"type": "integer"}, "hour neutral count": {"type": "integer"}, "hour negative count": {"type": "integer"}, "hour distri": {"type": "object", "properties": {"0.98": {"type": "integer"}, "0.96": {"type": "integer"}, "0.99": {"type": "integer"}, "1.0": {"type": "in... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "dev": {"type": "st... | {"name" : "wordlet", "version" : "0.0.1", "private" : "true", "license" : "MIT", "scripts" : {"build" : "tsc && vite build", "dev" : "vite", "prepare" : "pro-commit", "pro-commit:task" : "pretty-quick --staged", "serve" : "vite preview"}, "dependencies" : {"clsx" : "^1.1.1", "preact" : "^10.6.4"}, "devDependencies" : {... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "dev": {"type": "string"}, "prepare": {"type": "string"}, "pro-commit:task": {"type": "stri... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"fees": {"type": "integer"}, "ts": {"type": "string"}, "txid": {"type": "string"}, "block": {"type": "integer"}, "in": {"type": "array", "items": {"type": "object", "properties": {"coinbas... | [{"fees" : -2500000000, "ts" : "1534523821", "txid" : "34f53ce58b18ff1d56964024ff905ee4844ae608c365b958e5564582681aef80", "block" : 1413843, "in" : [{"coinbase" : "03d3921504a4f9765b08fabe6d6dbed2f77b0d200223d52789f58dac350cc61eee14199908efceeb02768ec66f2601000000000000000fffc1135c0000000d2f6e6f64655374726174756d2f"}],... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"fees": {"type": "integer"}, "ts": {"type": "string"}, "txid": {"type": "string"}, "block": {"type": "integer"}, "in": {"type": "array", "items": {"type": "object", "properties": {"coinbase": {"type": "string"}}, "required": ["coinbase"]}}, "sent": {"type": "... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredPr... | {"userId" : 5344, "cartId" : "20c8f6dc-0c06-4ac4-9f89-2df4b428d053", "preferredProducts" : [2319, 824, 2935, 709], "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": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "... | {"schema_version" : "1.2.0", "id" : "GHSA-fhgr-857g-8rr7", "modified" : "2022-05-01T06:37:49Z", "published" : "2022-05-01T06:37:49Z", "aliases" : ["CVE-2006-0161"], "details" : "Unspecified vulnerability in uucp in Sun Solaris 8 and 9 has unknown impact and attack vectors. NOTE: due to the vagueness of the vendor advi... | 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": {}}, "affected": {"type": "a... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "strin... | {"derivation" : "a primitive root;", "pron" : "raw-gah'", "outline" : "<ol><li> to act in an instant, stir up, disturb<ol><li> (Qal) to stir up, disturb</li><li> (Hiphil) to make a twinkling</li></ol><li> to rest or repose, be at rest or repose, settle, quiet, give rest<ol><li> (Niphal)<ol><li> to cause to rest (of swo... | json_instruct | {"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "xlit": {"type": "string"}}, "required": ["derivation", "pron", ... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "lat": {"type": "number"}, "lon": {"ty... | {"id" : "31023547", "name" : "Nesbitt Close", "nodes" : [{"type" : "node", "id" : 344941426, "lat" : 52.2461041, "lon" : -0.8413292}, {"type" : "node", "id" : 344941429, "lat" : 52.2459078, "lon" : -0.8412256}, {"type" : "node", "id" : 344941431, "lat" : 52.2459841, "lon" : -0.8410185}, {"type" : "node", "id" : 3449414... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "lat": {"type": "number"}, "lon": {"type": "number"}}, "required": ["type", "id", "lat", "lon"]}}, "volunte... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"ty... | {"categories" : ["Machine Learning", "Manual"], "desc" : "\n", "details" : {"authors" : "Atul Tripathi", "format" : "pdf", "isbn-10" : "1785280511", "isbn-13" : "978-1785280511", "pages" : "570 pages", "publication date" : "April 14, 2017", "publisher" : "Packt Publishing - ebooks Account", "size" : "36.00Mb"}, "img" :... | json_instruct | {"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type": "string"}, "isbn-13": {"type": "string"}, "pages": {"type": "string"},... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"include": {"type": "array", "items": {"type": "string"}}, "exclude": {"type": "array", "items": {"type": "string"}}, "compilerOptions": {"type": "object", "properties": {"target": {"type": "string"}, "module": {"t... | {"include" : ["./src/**/*", "./gatsby/**/*"], "exclude" : ["./netlify/functions", "**/node_modules/**/*"], "compilerOptions" : {"target" : "esnext", "module" : "commonjs", "lib" : ["dom", "es2017"], "jsx" : "react", "strict" : true, "esModuleInterop" : true, "experimentalDecorators" : true, "emitDecoratorMetadata" : tr... | json_instruct | {"type": "object", "properties": {"include": {"type": "array", "items": {"type": "string"}}, "exclude": {"type": "array", "items": {"type": "string"}}, "compilerOptions": {"type": "object", "properties": {"target": {"type": "string"}, "module": {"type": "string"}, "lib": {"type": "array", "items": {"type": "string"}}, ... |
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" : 59367, "cartId" : "de83a2af-00d2-407b-8dbd-c3ef75bc9d57", "preferredProducts" : [4010, 3477], "productReviews" : [{"productId" : 4929, "reviewText" : "It only works when I'm Bolivia.", "reviewDate" : "2016-12-23T10:49:24.7752878+02:00"}, {"productId" : 3722, "reviewText" : "I tried to nab it but got biscuit... | 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... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "sample1": {"type": "string"}, "sample2": {"type": "string"}, "sample3": {"type": "string"}}, "required": ["name", "sample1", "sample2", "sample3"], "$schema": "http://json-schema.org/draft-07/schema#"... | {"name" : "nail", "sample1" : "1_PcLRNcTRy-Xi9x6I8L2xc-NaXDEzeSb", "sample2" : "14JSV4h2Ks6f0YVxcrr3Oy1eplJDdH74O", "sample3" : "1X-vj3iYBanTcj-7YW5IkIdos84mXKP0i"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "sample1": {"type": "string"}, "sample2": {"type": "string"}, "sample3": {"type": "string"}}, "required": ["name", "sample1", "sample2", "sample3"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"triggers": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "active": {"type": "boolean"}, "conditions": {"type": "array", "items": {}}, "actions... | {"triggers" : [{"id" : 25, "title" : "Close and Save", "active" : true, "conditions" : [], "actions" : [], "updated_at" : "2012-09-25T22:50:26Z", "created_at" : "2012-09-25T22:50:26Z"}, {"id" : 28, "title" : "Close and redirect to topics", "active" : true, "conditions" : [], "actions" : [], "updated_at" : "2012-09-25T2... | json_instruct | {"type": "object", "properties": {"triggers": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "active": {"type": "boolean"}, "conditions": {"type": "array", "items": {}}, "actions": {"type": "array", "items": {}}, "updated_at": {"type": "string"}, "cr... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"require-dev": {"type": "object", "properties": {"satooshi/php-coveralls": {"type": "string"}}, "required": ["satooshi/php-coveralls"]}}, "required": ["require-dev"], "$schema": "http://json-schema.org/draft-07/sche... | {"require-dev" : {"satooshi/php-coveralls" : "dev-master"}} | json_instruct | {"type": "object", "properties": {"require-dev": {"type": "object", "properties": {"satooshi/php-coveralls": {"type": "string"}}, "required": ["satooshi/php-coveralls"]}}, "required": ["require-dev"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"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... | {"localities" : ["Muskegon, MI", "Meskegon, MI"], "state" : "MI", "postal_code" : "49440", "locality" : "Muskegon, MI", "lat" : 43.23747, "region" : {"fips" : "26", "abbr" : "MI", "name" : "Michigan"}, "city" : "Muskegon", "type" : "STANDARD", "lng" : -86.253396, "counties" : [{"fips" : "121", "name" : "Muskegon 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": {"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" : [[[-81.79394, 30.232997], [-81.773016, 30.233205], [-81.772667, 30.211387], [-81.764708, 30.211416], [-81.764695, 30.20411], [-81.772808, 30.203902], [-81.777321, 30.211639], [-81.793445, 30.225551], [-81.79394, 30.232997]]]... | 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... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "abv": {"type": "number"}, "ibu": {"type": "number"}, "srm": {"type": "number"}, "upc": {"type": "integer"}, "type": {"type": "string"}, "brewery_id": {"type": "string"}, "updated": {... | {"name" : "Bottle Conditioned Porter", "abv" : 5.5, "ibu" : 0.0, "srm" : 0.0, "upc" : 0, "type" : "beer", "brewery_id" : "bridgeport_brewing", "updated" : "2010-07-22 20:00:20", "description" : "", "style" : "Porter", "category" : "Irish Ale"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "abv": {"type": "number"}, "ibu": {"type": "number"}, "srm": {"type": "number"}, "upc": {"type": "integer"}, "type": {"type": "string"}, "brewery_id": {"type": "string"}, "updated": {"type": "string"}, "description": {"type": "string"}, "style": {"type": "st... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"clbid": {"type": "string"}, "credits": {"type": "number"}, "crsid": {"type": "string"}, "department": {"type": "string"}, "description": {"type": "array", "items": {"type": "string"}}, "enrolled": {"type": "i... | {"clbid" : "0000126139", "credits" : 1.0, "crsid" : "0000000547", "department" : "GREEK", "description" : ["Readings in Greek from the works of Herodotus, the \"Father of History,\" and Thucydides, the first \"scientific\" historian, provide the backdrop for studying the development of Greek historiography. Students an... | 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"}}, "instruct... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"private": {"type": "boolean"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": ... | {"private" : true, "name" : "todos-api", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"build" : "tsc"}, "dependencies" : {"@cloudbase/node-sdk" : "^2.7.x", "ajv" : "^8.8.2", "uuid" : "^8.3.2"}, "devDependencies" : {"@tsconfig/node10" : "^1.0.8", "@types/uuid" : "^8.3.3", "types" : "^1.0.0"... | json_instruct | {"type": "object", "properties": {"private": {"type": "boolean"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "dependencies": {"type": "object"... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "namespace": {"type": "string"}, "meta": {"type": "string"}, "description": {"type": "string"}, "dimensions": {"type": "array", "items": {}}, "propert... | {"name" : "Animal", "version" : "0.1", "namespace" : "http://onto-ns.com/meta", "meta" : "http://onto-ns.com/meta/0.3/EntitySchema", "description" : "Define a metadata without dimension.", "dimensions" : [], "properties" : [{"name" : "name", "type" : "string45", "description" : "Trivial name."}, {"name" : "young", "typ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "namespace": {"type": "string"}, "meta": {"type": "string"}, "description": {"type": "string"}, "dimensions": {"type": "array", "items": {}}, "properties": {"type": "array", "items": {"type": "object", "properties": {"name": {"... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"... | {"title" : "Implanted user interfaces.", "fields" : ["artificial skin", "wearable computer", "user interface", "human computer interaction", "mobile device"], "abstract" : "We investigate implanted user interfaces that small devices provide when implanted underneath human skin. Such devices always stay with the use... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"typ... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "id": {"type": "integer"}, "image_url": {"type": "string"}, "updated_at": {"type": "string"}, "deleted_at": {"type": "null"}, "recipe_type": {"type": "in... | {"name" : "Dream Cream Coffee", "description" : "Dream Cream Coffee: A Dark, frothy, creamy and sweet coffee experience.\r\n\r\nFA UP (Coffee). A dark and smooth black coffee with a hint of cream. It definitely has that Tiramisu type flavor but much creamier with more body. The VT Coffee Milk Froth compliments the FA U... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "id": {"type": "integer"}, "image_url": {"type": "string"}, "updated_at": {"type": "string"}, "deleted_at": {"type": "null"}, "recipe_type": {"type": "integer"}, "recipe_flavors": {"type": "array", "items": {"type": "object... |
Based on the schema below, produce a valid JSON object:
{"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": "i... | {"id" : 1125982277, "type" : "Feature", "properties" : {"src:alt_label" : "qs_pg", "src:geom" : "qs_pg", "wof:geomhash" : "ed5f05fe1ab4667326669ef3eeb9b09b", "wof:id" : 1125982277, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [3.09979, 43.75707, 3.09979, 43.75707], "geometry" : {"coordinates" : [3.09979, 43.7570... | 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": {"uuid": {"type": "string"}, "name": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}, "children": {"type": "array", "items": {"type": "string"}}}, "required": ["uuid", "name", "sta... | {"uuid" : "8f5c99a6-0b17-4412-91e2-f82d20d9f560", "name" : "idealflatmatetest", "start" : 1529080710447, "stop" : 1529080738972, "children" : ["22e20bea-09c2-487f-8a89-044ed533480e"]} | json_instruct | {"type": "object", "properties": {"uuid": {"type": "string"}, "name": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}, "children": {"type": "array", "items": {"type": "string"}}}, "required": ["uuid", "name", "start", "stop", "children"], "$schema": "http://json-schema.org/draft-07/schema#... |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/... | [{"year" : 2009, "sex" : "M", "n" : 8, "prop" : 3.78e-06}, {"year" : 2010, "sex" : "M", "n" : 7, "prop" : 3.41e-06}, {"year" : 2013, "sex" : "M", "n" : 13, "prop" : 6.45e-06}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "meta": {"type": "object", "properties": {"source": {"type": "string"}}, "required": ["source"]}, "url": {"type": "string"}, "version": {"type": "string"},... | {"resourceType" : "ValueSet", "id" : "2.16.840.1.114222.4.11.7897", "meta" : {"source" : "https://phinvads.cdc.gov/vads/ViewValueSet.action?oid=2.16.840.1.114222.4.11.7897"}, "url" : "http://phinvads.cdc.gov/fhir/ValueSet/2.16.840.1.114222.4.11.7897", "version" : "2", "name" : "PHVS_LabTestMeasurement_CO", "title" : "L... | json_instruct | {"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "meta": {"type": "object", "properties": {"source": {"type": "string"}}, "required": ["source"]}, "url": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "title": {"type": "string"}, "status": {... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"title": {"type": "string"}, "creation_date": {"type": "string"}, "creation_date_earliest": {"type": "string"}, "creation_date_latest": {"type": "string"}, "medium": {"type": "string"}, "accession_number": {"type": "... | {"title" : "Pirates House, Charleston, SC", "creation_date" : "1937", "creation_date_earliest" : "1937-01-01", "creation_date_latest" : "1937-01-01", "medium" : "gelatin silver print", "accession_number" : "92.158.2", "id" : "cmoa:things/eaf96fe4-b29a-4c24-baf0-7cd04884790c", "credit_line" : "Gift of the Carnegie Libra... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "creation_date": {"type": "string"}, "creation_date_earliest": {"type": "string"}, "creation_date_latest": {"type": "string"}, "medium": {"type": "string"}, "accession_number": {"type": "string"}, "id": {"type": "string"}, "credit_line": {"type": "string"},... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"type": {"type": "string"}, "ingredient": {"type": "object", "properties": {"tag": {"type": "string"}}, "required": ["tag"]}, "result": {"type": "string"}, "experience": {"type": "number"}, "cookingtime": {"type": "integer"}}, "r... | {"type" : "minecraft:smelting", "ingredient" : {"tag" : "forge:ores/platinum"}, "result" : "blutmondrpg:platinum_ingot", "experience" : 0.5, "cookingtime" : 200} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "ingredient": {"type": "object", "properties": {"tag": {"type": "string"}}, "required": ["tag"]}, "result": {"type": "string"}, "experience": {"type": "number"}, "cookingtime": {"type": "integer"}}, "required": ["type", "ingredient", "result", "experience", ... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"result": {"type": "boolean"}, "error": {"type": "string"}}, "required": ["result", "error"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"result" : false, "error" : "This account does not exist"} | json_instruct | {"type": "object", "properties": {"result": {"type": "boolean"}, "error": {"type": "string"}}, "required": ["result", "error"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string... | {"body" : "The autoreconf is not necessary and can cause errors.", "user" : "plamborn", "url" : "https://api.github.com/repos/spack/spack/issues/14283", "updated_at" : "2020-01-25 02:20:59", "created_at" : "2019-12-23 21:19:58", "closed_at" : "2020-01-25 02:20:03", "state" : "closed", "title" : "libhio: remove autoreco... | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "gaudygreen", "definition" : "Light green. [Obs.] Chaucer. Spenser."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"c": {"type": "object", "properties": {"lingu\ufffdre": {"type": "object", "properties": {"z": {"type": "object", "properties": {}, "required": []}, "l": {"type": "array", "items": {"type": "string"}}}, "required": ["z", "l"]}, "... | {"c" : {"lingu\ufffdre" : {"z" : {}, "l" : ["15.4000", "-15.1167"]}, "gu\ufffdoul" : {"z" : {}, "l" : ["15.4833", "-16.3500"]}, "dia khat\ufffd" : {"z" : {}, "l" : ["15.3000", "-16.5167"]}}, "l" : []} | json_instruct | {"type": "object", "properties": {"c": {"type": "object", "properties": {"lingu\ufffdre": {"type": "object", "properties": {"z": {"type": "object", "properties": {}, "required": []}, "l": {"type": "array", "items": {"type": "string"}}}, "required": ["z", "l"]}, "gu\ufffdoul": {"type": "object", "properties": {"z": {"ty... |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"review": {"type": "string"}, "date": {"type": "string"}, "rating": {"type": "string"}, "author": {"type": "string"}, "review_id": {"type": "string"}, "movie_id": {"type": "string"}}, "required": ["revi... | [{"review" : "\uc774\uac70 \ucd08\ub4f1\ud559\uad50 6\ud559\ub144\ub54c \ub85c\ubcf4\uce85 \ub3d9\uc2dc\uc0c1\uc601\uc73c\ub85c \ubd24\ub294\ub370... \uc5b4\ucf00 \ubcfc \uc218 \uc788\uc5c8\uc9c0?", "date" : "11.01.19", "rating" : "10", "author" : "sonb****", "review_id" : "5170182", "movie_id" : "22650"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"review": {"type": "string"}, "date": {"type": "string"}, "rating": {"type": "string"}, "author": {"type": "string"}, "review_id": {"type": "string"}, "movie_id": {"type": "string"}}, "required": ["review", "date", "rating", "author", "review_id", "movie_id"]... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "zoneName": {"type": "string"}, "tenantId": {"type": "string"}, "fromEnvoyId": {"type": "string"}, "toEnvoyId": {"type": "string"}}, "required": ["type", "zoneName", "tenantId", "fromEnvoyId", "toEnv... | {"type" : ".ReattachedResourceZoneEvent", "zoneName" : "z-1", "tenantId" : "t-1", "fromEnvoyId" : "e-1", "toEnvoyId" : "e-2"} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "zoneName": {"type": "string"}, "tenantId": {"type": "string"}, "fromEnvoyId": {"type": "string"}, "toEnvoyId": {"type": "string"}}, "required": ["type", "zoneName", "tenantId", "fromEnvoyId", "toEnvoyId"], "$schema": "http://json-schema.org/draft-07/schema#... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"required": {"type": "array", "items": {}}, "properties": {"type": "object", "properties": {"links": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"next"... | {"required" : [], "properties" : {"links" : {"type" : "object", "properties" : {"next" : {"type" : "string", "format" : "uri"}, "prev" : {"type" : "string", "format" : "uri"}}}}} | json_instruct | {"type": "object", "properties": {"required": {"type": "array", "items": {}}, "properties": {"type": "object", "properties": {"links": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"next": {"type": "object", "properties": {"type": {"type": "string"}, "form... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "provi... | {"name" : "Palapa Institute of Science and Technology", "alt_name" : "Institut Sains dan Teknologi Palapa", "country" : "Indonesia", "state" : null, "address" : {"street" : "Jalan Kecubung 2", "city" : "Malang", "province" : "Jawa Timur", "postal_code" : "65144"}, "contact" : {"telephone" : "+62(341) 582-134", "website... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "string"}, "postal_code": {"type": "string"}... |
Generate sample JSON data that conforms to the following 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": "... | {"schema_version" : "1.2.0", "id" : "GHSA-g4x5-qfgc-f49g", "modified" : "2022-05-01T18:06:07Z", "published" : "2022-05-01T18:06:07Z", "aliases" : ["CVE-2007-2689"], "details" : "Check Point Web Intelligence does not properly handle certain full-width and half-width Unicode character encodings, which might allow remote ... | 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": {}}, "affected": {"type": "a... |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "email": {"type": "string"}, "email_verified": {"type": "boolean"}, "username": {"type": "string"}, "preferred_username": {"type": "string"}, "password": {"type": "string"... | [{"id" : "1", "email" : "user1@example.com", "email_verified" : true, "username" : "user1", "preferred_username" : "John", "password" : "user1pass", "groups" : ["group1"]}, {"id" : "2", "email" : "user2@example.com", "email_verified" : true, "username" : "user2", "preferred_username" : "John", "password" : "user2pass",... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "email": {"type": "string"}, "email_verified": {"type": "boolean"}, "username": {"type": "string"}, "preferred_username": {"type": "string"}, "password": {"type": "string"}, "groups": {"type": "array", "items": {"type": "string"}}}, ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"module": {"type": "string"}, "constructor": {"type": "string"}, "depends": {"type": "array", "items": {"type": "string"}}, "targets": {"type": "array", "items": {"type": "string"}}, "zjs_config": {"type": "ar... | {"module" : "sensor_light", "constructor" : "AmbientLightSensor", "depends" : ["aio", "sensor"], "targets" : ["arduino_101"], "zjs_config" : ["-DBUILD_MODULE_SENSOR_LIGHT"], "src" : ["src/sensors/zjs_sensor_light.c"]} | json_instruct | {"type": "object", "properties": {"module": {"type": "string"}, "constructor": {"type": "string"}, "depends": {"type": "array", "items": {"type": "string"}}, "targets": {"type": "array", "items": {"type": "string"}}, "zjs_config": {"type": "array", "items": {"type": "string"}}, "src": {"type": "array", "items": {"type"... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"pairid": {"type": "string"}, "first": {"type": "object", "properties": {"dbid": {"type": "string"}, "project": {"type": "string"}, "file": {"type": "string"}, "method": {"type": "string"}}, "required": ["dbid", "project", "... | {"pairid" : "825", "first" : {"dbid" : "28", "project" : "caffeine", "file" : "caffeine/src/javaPoet/java/com/github/benmanes/caffeine/cache/node/NodeRule.java", "method" : "NodeRule.newGetter(Strength, TypeName, String, Visibility)"}, "second" : {"dbid" : "25916", "project" : "openjdk11", "file" : "src/java.base/share... | json_instruct | {"type": "object", "properties": {"pairid": {"type": "string"}, "first": {"type": "object", "properties": {"dbid": {"type": "string"}, "project": {"type": "string"}, "file": {"type": "string"}, "method": {"type": "string"}}, "required": ["dbid", "project", "file", "method"]}, "second": {"type": "object", "properties": ... |
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" : [[[149.75, 40.916666666666664], [149.75, 41.0], [149.875, 41.0], [149.875, 40.916666666666664], [149.75, 40.916666666666664]]]}, "properties" : {"code" : 614936, "url" : "http://madefor.github.io/0410/api/v1/614936.geojson", "view" : "https://github... | 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 a JSON structure that matches this schema definition:
{"type": "object", "properties": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "path": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type": "array", "it... | {"rustc" : 3433446036604226809, "features" : "[\"default\", \"proc-macro\"]", "target" : 10088282520713642473, "profile" : 2574335274271406459, "path" : 11016755255665314299, "deps" : [], "local" : [{"Precalculated" : "0.4.24"}], "rustflags" : [], "edition" : "Edition2015"} | json_instruct | {"type": "object", "properties": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "path": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type": "array", "items": {"type": "object", "properties": {"Precalculated": {"typ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"checkInterval": {"type": "object", "properties": {"time": {"type": "integer"}, "unit": {"type": "string"}}, "required": ["time", "unit"]}, "maxTolerableInactivity": {"type": "object", "properties": {"time": {"type... | {"checkInterval" : {"time" : 30, "unit" : "seconds"}, "maxTolerableInactivity" : {"time" : 30, "unit" : "minutes"}} | json_instruct | {"type": "object", "properties": {"checkInterval": {"type": "object", "properties": {"time": {"type": "integer"}, "unit": {"type": "string"}}, "required": ["time", "unit"]}, "maxTolerableInactivity": {"type": "object", "properties": {"time": {"type": "integer"}, "unit": {"type": "string"}}, "required": ["time", "unit"]... |
Construct a JSON document that adheres to this schema specification:
{"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" : 101769155, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "397dd574b13237c2d10160825800c05a", "wof:id" : 101769155, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [5.23658, 45.64792, 5.23658, 45.64792], "geometry" : {"coordinates"... | 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": ["... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "string"}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"expireTime" : 9007200887667524000, "key" : "/static/b9cddee733882fdd1ffa95ef0c6dc424/d9027/business.avif", "val" : "5ae4e88c5b065ca5c89ade8871a23696"} | json_instruct | {"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "string"}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"subreddit": {"type": "string"}, "hour": {"type": "string"}, "avg": {"type": "number"}}, "required": ["subreddit", "hour", "avg"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"subreddit" : "Asphalt9", "hour" : "01", "avg" : 7.689655172413793}, {"subreddit" : "Asphalt9", "hour" : "02", "avg" : 14.925925925925926}, {"subreddit" : "Asphalt9", "hour" : "03", "avg" : 13.26086956521739}, {"subreddit" : "Asphalt9", "hour" : "04", "avg" : 8.95}, {"subreddit" : "Asphalt9", "hour" : "05", "avg" : 9... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"subreddit": {"type": "string"}, "hour": {"type": "string"}, "avg": {"type": "number"}}, "required": ["subreddit", "hour", "avg"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"body" : "SIGNIFIES, THAT THE THING THAT HAS THE ESSENCE OF A MAN, HAS ALSO IN IT THE ESSENCE OF WHITENESS,", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/10786.json"} | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "locationSet": {"type": "object", "properties": {"include": {"type": "array", "items": {"type": "string"}}}, "required": ["include"]}, "languageCodes": {"type": "... | {"id" : "td-twitter", "type" : "twitter", "locationSet" : {"include" : ["td"]}, "languageCodes" : ["en"], "url" : "https://twitter.com/ComOSMTchad", "strings" : {"name" : "Communaut\u00e9OSMTchad", "description" : "Twitter of OpenStreetMap in Chad"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "locationSet": {"type": "object", "properties": {"include": {"type": "array", "items": {"type": "string"}}}, "required": ["include"]}, "languageCodes": {"type": "array", "items": {"type": "string"}}, "url": {"type": "string"}, "stri... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "prop... | {"name" : "league/tactician", "description" : "A small, flexible command bus. Handy for building service layers.", "keywords" : ["command", "command bus", "service layer"], "license" : "MIT", "authors" : [{"name" : "Ross Tuck", "homepage" : "http://tactician.thephpleague.com"}], "require" : {"php" : ">=5.5"}, "require-... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}},... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "is_admin_project": {"type": "boolean"}}, "required": ["name", "description", "is_admin_project"], "$schema": "http://json-schema.org/draft-07/schema#"}... | {"name" : "Projet 12", "description" : "c est projet 12", "is_admin_project" : false} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "is_admin_project": {"type": "boolean"}}, "required": ["name", "description", "is_admin_project"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"type-check": {"type": "string"}, "type-check:watch": {"type": "string"}, "build:type... | {"name" : "playground-es6-typescript-webpack-babel", "version" : "0.0.1", "description" : "his is a practice tool for ES6 and Typescript.", "scripts" : {"type-check" : "tsc --noEmit", "type-check:watch" : "npm run type-check -- --watch", "build:types" : "tsc --emitDeclarationOnly", "build:js" : "webpack --mode=producti... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"type-check": {"type": "string"}, "type-check:watch": {"type": "string"}, "build:types": {"type": "string"}, "build:js": {"type": "string"}, "build... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "argumentText": {"type": "string"}, "conclusion": {"type": "string"}, "... | {"citations" : [{"textCitation" : "[See dmmptss on Metamath](http://us.metamath.org/mpegif/dmmptss.html)"}], "argumentText" : "ARGUMENT\n\n| Step | Hyp | Ref | Expression |\n|---|---|---|---|\n\n| 1 | | dmmpt2.1 | |- F = ( x e. A |-> B ) |\n| 2 | 1 | #P_dmmpt | |- dom F = { x e. A | B e. _V } |\n| 3 | | #P_ssrab2 | |... | json_instruct | {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "argumentText": {"type": "string"}, "conclusion": {"type": "string"}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items":... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"GooseCells": {"type": "array", "items": {"type": "integer"}}, "BridgeCells": {"type": "array", "items": {"type": "integer"}}, "MultiplePlayerCells": {"type": "array", "items": {"type": "integer"}}, "GoalCell": {"type": "intege... | {"GooseCells" : [5, 9, 14, 18, 23, 27], "BridgeCells" : [6], "MultiplePlayerCells" : [0], "GoalCell" : 63, "MinNumberOfPlayers" : 2, "Prank" : true} | json_instruct | {"type": "object", "properties": {"GooseCells": {"type": "array", "items": {"type": "integer"}}, "BridgeCells": {"type": "array", "items": {"type": "integer"}}, "MultiplePlayerCells": {"type": "array", "items": {"type": "integer"}}, "GoalCell": {"type": "integer"}, "MinNumberOfPlayers": {"type": "integer"}, "Prank": {"... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/d... | [{"year" : 1982, "sex" : "F", "n" : 8, "prop" : 4.41e-06}, {"year" : 1996, "sex" : "F", "n" : 6, "prop" : 3.13e-06}, {"year" : 1997, "sex" : "F", "n" : 15, "prop" : 7.86e-06}, {"year" : 1998, "sex" : "F", "n" : 10, "prop" : 5.16e-06}, {"year" : 1999, "sex" : "F", "n" : 10, "prop" : 5.14e-06}, {"year" : 2000, "sex" : "F... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$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": "array", "items": {}}}, "required": ["cont... | {"contract" : "0xe3ba95a6512abd09f43dc6ead843782299dd1140", "tool" : "solhint", "start" : 1563206269.2757325, "end" : 1563206282.9429, "duration" : 13.66716742515564, "analysis" : []} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "ar... | {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-74.082453, 41.563073], [-74.072334, 41.556273], [-74.062671, 41.551488], [-74.041952, 41.539297], [-74.037457, 41.540248], [-74.031684, 41.539904], [-74.031747, 41.538955], [-74.029735, 41.538469], [-74.02855, 41.537252]... | 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... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"transactionDate": {"type": "string"}, "produceNumber": {"type": "string"}, "produceName": {"type": "string"}, "marketNumber": {"type": "string"}, "marketName": {"type": "string"}, "to... | [{"transactionDate" : "106.04.01", "produceNumber" : "LA1", "produceName" : "\u7518\u85cd-\u521d\u79cb", "marketNumber" : "512", "marketName" : "\u6c38\u9756\u9109", "topPrice" : "5", "middlePrice" : "4", "lowPrice" : "3", "averagePrice" : "4", "transactionAmount" : "35249", "number" : "LA1", "main_category" : "vegetab... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"transactionDate": {"type": "string"}, "produceNumber": {"type": "string"}, "produceName": {"type": "string"}, "marketNumber": {"type": "string"}, "marketName": {"type": "string"}, "topPrice": {"type": "string"}, "middlePrice": {"type": "string"}, "lowPrice":... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://jso... | {"word" : "Easternmost", "definitions" : ["Situated furthest to the east."], "parts-of-speech" : "Adjective"} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$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" : 404370609, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "03d14616f0b599347fe83793e2b3638b", "wof:id" : 404370609, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [2.57361, 46.64472, 2.57361, 46.64472], "geometry" : {"coordinates"... | 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": ["... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.