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": "object", "properties": {"track": {"type": "string"}, "exercise": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "handle": {"type": "string"}, "is_requester": {"type": "boolean"}, "auto_approve": {"type": "boolean... | {"track" : "go", "exercise" : "acronym", "id" : "28253cbc554149a6b40b0781dc31391c", "url" : "https://exercism.io/my/solutions/28253cbc554149a6b40b0781dc31391c", "handle" : "VeselinovStf", "is_requester" : true, "auto_approve" : false} | json_instruct | {"type": "object", "properties": {"track": {"type": "string"}, "exercise": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "handle": {"type": "string"}, "is_requester": {"type": "boolean"}, "auto_approve": {"type": "boolean"}}, "required": ["track", "exercise", "id", "url", "handle", "is_reques... |
Create an example JSON object that satisfies this schema:
{"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"]}, ... | [{"manufacturer" : "Blu", "market_name" : "C1", "codename" : "C190", "model" : "C1"}] | 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#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "... | {"title" : "Accuracy of Admissible Heuristic Functions in Selected Planning Domains.", "fields" : ["incremental heuristic search", "arbitrarily large", "consistent heuristic", "null move heuristic", "admissible heuristic"], "abstract" : "The efficiency of optimal planning algorithms based on heuristic search crucially ... | 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... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "proper... | {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-1.091258, 53.04768]}, "properties" : {"ownership-status" : "not owned by a public authority", "planning-permission-status" : "not permissioned", "site-address" : "Warren Place (stables), Oxton Road, Calverton", "name" : "6\\1161", "maximum-net-dwell... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"ownership-status": {"type": "stri... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "about_url": {"type": "string"}, "license_url": {"type": "string"}}, "required": ["name", "about_url", "license_url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Discourse Word Link", "about_url" : "https://github.com/mrded/discourse-word-link", "license_url" : "https://github.com/mrded/discourse-word-link/blob/master/LICENSE"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "about_url": {"type": "string"}, "license_url": {"type": "string"}}, "required": ["name", "about_url", "license_url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"slides": {"type": "array", "items": {"type": "string"}}}, "required": ["slides"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"slides" : ["32c0b60dcc114aa8"]} | json_instruct | {"type": "object", "properties": {"slides": {"type": "array", "items": {"type": "string"}}}, "required": ["slides"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"description": {"type": "string"}, "input_method": {"type": "string"}, "parameters": {"type": "object", "properties": {"api_version": {"type": "object", "properties": {"description": {"type": "string"}, "type"... | {"description" : "List of recommendations for purchasing reserved instances.", "input_method" : "stdin", "parameters" : {"api_version" : {"description" : "Version of the API to be used with the client request. The current version is 2018-10-01.", "type" : "Optional[String[1]]"}, "sku" : {"description" : "Resource sku",... | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "input_method": {"type": "string"}, "parameters": {"type": "object", "properties": {"api_version": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}}, "required": ["description", "type"]}, "sku": {"type": ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "requ... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[124.375, 41.916666666666664], [124.375, 42.0], [124.5, 42.0], [124.5, 41.916666666666664], [124.375, 41.916666666666664]]]}, "properties" : {"code" : 622473, "url" : "http://madefor.github.io/0410/api/v1/622473.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... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"900660433": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900660434": {"type": "object", "properties":... | {"900660433" : {"nama" : "TPS 1", "dapil" : [6101, 16105, 2610805]}, "900660434" : {"nama" : "TPS 2", "dapil" : [6101, 16105, 2610805]}, "900660435" : {"nama" : "TPS 3", "dapil" : [6101, 16105, 2610805]}} | json_instruct | {"type": "object", "properties": {"900660433": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900660434": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"... | {"id" : "83857", "name" : {"en" : "Sorocaba"}, "country" : "BR", "region" : "SP", "identifiers" : {"wmo" : "83857", "ghcn" : "BR00E4-0560"}, "location" : {"latitude" : -23.4833, "longitude" : -47.45, "elevation" : 0}, "timezone" : "America/Sao_Paulo"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"wmo": {"type": "string"}, "ghcn": {"type": "string"}}, "req... |
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"}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "magento/framework":... | {"name" : "lucid-modules/module-customer-guard", "description" : "Prevents registering fake accounts", "type" : "magento2-module", "license" : "MIT", "require" : {"php" : "~7.1.3|~7.2.0|~7.3.0|~7.4.0", "magento/framework" : "^101.0|^102.0|^103.0", "magento/module-backend" : "^101.0|^102.0|^103.0", "magento/module-store... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "magento/framework": {"type": "string"}, "magento/module-backend": {"type": "string"}, "mage... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"... | {"name" : "hotdrawjs", "version" : "0.1.3", "homepage" : "http://oeasvg.com/hotdrawjs", "authors" : ["Adnan M.Sagar, Phd. <adnan@websemantics.ca>"], "description" : "Hotdraw.js is a framework for developing 2-dimensional structured drawing editors", "main" : "dist/hotdraw-min.js", "keywords" : ["hotdraw", "jhotdraw", "... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies... |
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" : "Map Marketer"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "prop... | {"id" : "KM710", "name" : {"en" : "Moscow Mills"}, "country" : "US", "region" : "MO", "identifiers" : {"national" : null, "wmo" : null, "ghcn" : null, "wban" : null, "usaf" : null, "mosmix" : null, "icao" : "KM71", "iata" : null}, "location" : {"latitude" : 38.9018, "longitude" : -90.9603, "elevation" : 167}, "timezone... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"national": {"type": "null"}, "wmo": {"type": "null"}, "ghcn... |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [0.0, 1.0, 2.0, 2.0, 1.0, 0.0, 4.0, 1.0, 2.0, 2.0] | json_instruct | {"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"typ... | {"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "San Francisco Norte, Tibiao, Antique, Western Visayas (Region VI), PH", "locale" : "ph.western-visayas-region-vi.antique.tibiao.san-francisco-norte", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"copyright_text": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "integer"}, "language": {"type": "string"}, "recorded": {"type": "string"}, "related_urls": {"type": "array", "item... | {"copyright_text" : "Creative Commons Attribution license (reuse allowed)", "description" : "Transition is remarkably like monkey patching a very complex legacy system: From changing identifiers to modifying our behavior, to interacting with interfaces that aren't quite sure how to deal with the modifications.\n\nThis ... | json_instruct | {"type": "object", "properties": {"copyright_text": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "integer"}, "language": {"type": "string"}, "recorded": {"type": "string"}, "related_urls": {"type": "array", "items": {"type": "string"}}, "speakers": {"type": "array", "items": {"type": "str... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "onewayglass:block/gray_concrete_glass"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "names": {"type": "array", "items": {"ty... | {"type" : "FeatureCollection", "title" : "Bosham Harbour", "id" : "110448342", "bbox" : [-0.8554654, 50.8321903, -0.8554654, 50.8321903], "description" : "A natural harborage used by Claudian forces during the invasion of Britain and described by Ptolemy.", "names" : ["Bosham"], "features" : [{"type" : "Feature", "geom... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "names": {"type": "array", "items": {"type": "string"}}, "features": {"type": "array", "items": {"type": "object... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "depen... | {"name" : "info-trafic-alexa-skill", "version" : "0.0.1", "description" : "RATP info trafic Alexa Skill ", "main" : "index.js", "scripts" : {"start" : "node index.js"}, "dependencies" : {"alexa-app" : "^4.2.2", "express" : "^4.16.3", "unirest" : "^0.5.1"}, "engines" : {"node" : "8.x"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"alexa-app": {"... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"spec": {"type": "string"}, "title": {"type": "string"}, "code": {"type": "string"}, "moduleTitles": {"type": "object", "properties": {"dependencies": {"type": "string"}}, "required": ["dependencies"]}}, "requir... | {"spec" : "spec", "title" : "ddry and Mocha dependencies presence", "code" : "usecase", "moduleTitles" : {"dependencies" : "ddry-mocha dependencies"}} | json_instruct | {"type": "object", "properties": {"spec": {"type": "string"}, "title": {"type": "string"}, "code": {"type": "string"}, "moduleTitles": {"type": "object", "properties": {"dependencies": {"type": "string"}}, "required": ["dependencies"]}}, "required": ["spec", "title", "code", "moduleTitles"], "$schema": "http://json-sch... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"domain": {"type": "string"}, "code": {"type": "string"}, "codevalue": {"type": "string"}, "link": {"type": "string"}, "sequence": {"type": "integer"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {... | {"domain" : "LanguageCodes", "code" : "ky", "codevalue" : "Kyrgyz", "link" : "", "sequence" : 0, "attributes" : [{"key" : "ISO639-2T", "val" : "kir"}, {"key" : "ISO639-2B", "val" : "kir"}, {"key" : "Language Family", "val" : "Turkic"}], "SequenceType" : 0, "id" : "48eb8ab4-b2e9-4941-903e-dfe45d33bb31", "cachettl" : 1} | json_instruct | {"type": "object", "properties": {"domain": {"type": "string"}, "code": {"type": "string"}, "codevalue": {"type": "string"}, "link": {"type": "string"}, "sequence": {"type": "integer"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "val": {"type": "string"}}, "req... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "province... | [{"id" : "2001", "provinceId" : "13", "regencyId" : "10", "districtId" : "06", "name" : "Timpeh"}, {"id" : "2002", "provinceId" : "13", "regencyId" : "10", "districtId" : "06", "name" : "Taratak Tinggi"}, {"id" : "2003", "provinceId" : "13", "regencyId" : "10", "districtId" : "06", "name" : "Tabek"}, {"id" : "2004", "p... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"]}, "$schema": "http://json-schema.or... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": ... | {"name" : "cubee", "version" : "0.0.1", "description" : "", "main" : "", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "Rebecca_Develop_Team", "license" : "", "devDependencies" : {"gulp" : "^3.5.6", "gulp-chmod" : "^0.2.0", "gulp-concat" : "^2.6.1", "gulp-clean" : "^0.2.4", "gulp-html... | 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": "string"}, "license": {"type": "string"}, "devDe... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"... | {"name" : "@meanie/mongoose-only-id", "description" : "Mongoose helper to safely strip objects to just an ID", "version" : "2.4.0", "homepage" : "https://github.com/meanie/mongoose-only-id", "author" : {"name" : "Adam Reis", "email" : "adam@reis.nz", "url" : "https://adam.reis.nz/"}, "contributors" : [], "license" : "M... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "prope... | {"name" : "JWTDecode", "version" : "2.6.2", "summary" : "A JSON Web Token decoder for iOS, macOS, tvOS", "description" : "Decode a JWT to retrieve it's payload and also check for its expiration. \n> This library does not perform any validation of the JWT signature, it only decodes the token from Base64", "homepage" : "... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"Auth0": {"type": "string"}, "Hernan Zalazar": {"type... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToProcessedPerformance": {"type": "object", "properties": {"cf0973a4-2ff7-4a05-9c80-db66fb4f5943": {"type": "integer"}, "program": {"type": "integer"}}, "re... | {"configuration" : ["IGNORELEADINGBLANKS", "NUMBERICSORT", "REVERSE"], "regionsToProcessedPerformance" : {"cf0973a4-2ff7-4a05-9c80-db66fb4f5943" : 4868716059, "program" : 1022712}} | json_instruct | {"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToProcessedPerformance": {"type": "object", "properties": {"cf0973a4-2ff7-4a05-9c80-db66fb4f5943": {"type": "integer"}, "program": {"type": "integer"}}, "required": ["cf0973a4-2ff7-4a05-9c80-db66fb4f5943", "progra... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "url": {"type": "string"}, "title": {"type": "string"}, "ques": {"type": "string"}, "answers": {"type": "array", "items": {"type": "object", "properties": {"ansID": {"type": "integer"}, "a... | {"id" : 1412, "url" : "www.dofactory.com/topic/1412/need-a-quick-tutorial-on-mvc-vs-mvp.aspx", "title" : "Need a quick tutorial on MVC vs MVP", "ques" : "I am not quite up to speed yet, so I need a quick overview of MVC vs MVP. \r\nWe are doing a short WinForms project and need to make a fast decision on which way to g... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "url": {"type": "string"}, "title": {"type": "string"}, "ques": {"type": "string"}, "answers": {"type": "array", "items": {"type": "object", "properties": {"ansID": {"type": "integer"}, "ans": {"type": "string"}}, "required": ["ansID", "ans"]}}}, "required": ... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type":... | {"id" : 11832, "title" : ["[Old Ta'Faendryl, West]"], "description" : ["Amidst the cracked and beaten walls lining the edges of the road, a granite column rises like a slender grey finger pointing toward the sun. It appears to be the only survivor of a series of columns that now lie scattered in chunks and pieces acro... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"11833"... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"kavrepalanchok": {"type": "array", "items": {"type": "string"}}, "dolakha": {"type": "array", "items": {"type": "string"}}, "lalitpur": {"type": "array", "items": {"type": "string"}}, "dhading": {"type": "array", "items": {"ty... | {"kavrepalanchok" : ["27.58333", "85.66667"], "dolakha" : ["27.68027", "86.0701"], "lalitpur" : ["27.67658", "85.31417"], "dhading" : ["27.86424", "84.9283"], "bhaktapur" : ["27.67298", "85.43005"], "ramechhap" : ["27.32207", "86.05913"], "makwanpur" : ["27.41667", "85.25"], "kathmandu" : ["27.70169", "85.3206"], "nuwa... | json_instruct | {"type": "object", "properties": {"kavrepalanchok": {"type": "array", "items": {"type": "string"}}, "dolakha": {"type": "array", "items": {"type": "string"}}, "lalitpur": {"type": "array", "items": {"type": "string"}}, "dhading": {"type": "array", "items": {"type": "string"}}, "bhaktapur": {"type": "array", "items": {"... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "l... | {"place_name" : "Bluffton", "state_name" : "Arkansas", "state_abbrv" : "AR", "lat" : "34.9016", "long" : "-93.5919"} | json_instruct | {"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$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"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"... | {"name" : "@tiphedor/eslint-config-base", "version" : "0.1.0", "description" : "Base eslint config", "main" : "index.js", "repository" : "https://github.com/tiphedor/eslint", "author" : "Martin \"tiphedor\" STEFFEN", "license" : "MIT", "private" : false, "dependencies" : {"eslint-config-airbnb-base" : "^15.0.0", "eslin... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "p... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"bitbucket-oauth": {"type": "object", "properties": {}, "required": []}, "github-oauth": {"type": "object", "properties": {"github.com": {"type": "string"}}, "required": ["github.com"]}, "gitlab-oauth": {"type": "object", "prop... | {"bitbucket-oauth" : {}, "github-oauth" : {"github.com" : "9439d668b850d6482bfbdad214b70c11a5013fc8"}, "gitlab-oauth" : {}, "gitlab-token" : {}, "http-basic" : {}} | json_instruct | {"type": "object", "properties": {"bitbucket-oauth": {"type": "object", "properties": {}, "required": []}, "github-oauth": {"type": "object", "properties": {"github.com": {"type": "string"}}, "required": ["github.com"]}, "gitlab-oauth": {"type": "object", "properties": {}, "required": []}, "gitlab-token": {"type": "obj... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"type": {"type": "string"}, "ingredient": {"type": "object", "properties": {"tag": {"type": "string"}}, "required": ["tag"]}, "result": {"type": "string"}, "workingtime": {"type": "integer"}}, "required": ["type", "in... | {"type" : "afterthedrizzle:bamboo_tray_bake", "ingredient" : {"tag" : "forge:food/jerky"}, "result" : "minecraft:leather", "workingtime" : 200} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "ingredient": {"type": "object", "properties": {"tag": {"type": "string"}}, "required": ["tag"]}, "result": {"type": "string"}, "workingtime": {"type": "integer"}}, "required": ["type", "ingredient", "result", "workingtime"], "$schema": "http://json-schema.o... |
Generate a valid JSON object that conforms to the following 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"... | {"latest_version" : ["0.1.2"], "meta" : {"description" : "A Pure-Python implementation of the tr algorithm", "homepage" : "https://github.com/ikegami-yukino/python-tr", "license" : "MIT License"}, "versions" : {"0.0.1" : {"sha256" : "04c9f5c54ec504a78c355b04675398d2e5ace81cac0d06499282ba51e157219b", "url" : "https://fi... | 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... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "6ada9a5d88ed1ad0ee123f6ec258203466d83771"} | 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": {"$schema": {"type": "string"}, "$id": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}}, "required": ["$schema", "$id", "description", "type"], "$schema": "http://json-schema.org/draft-07/schema... | {"$schema" : "http://json-schema.org/draft-07/schema#", "$id" : "https://repo-prod.prod.sagebase.org/repo/v1/schema/type/registered/sage.annotations-dhart.caseNumber-0.0.2", "description" : "This is the case number from the virtual repository", "type" : "string"} | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "$id": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}}, "required": ["$schema", "$id", "description", "type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"balances": {"type": "object", "properties": {"href": {"type": "string"}}, "required": ["href"]}, "transactions": {"type": "object", "properties": {"href": {"type": "string"}}, "required": ["href"]}}, "required": ["balances"... | {"balances" : {"href" : "/api/v1/accounts/33333-999999999/balances"}, "transactions" : {"href" : "/api/v1/accounts/33333-999999999/transactions"}} | json_instruct | {"type": "object", "properties": {"balances": {"type": "object", "properties": {"href": {"type": "string"}}, "required": ["href"]}, "transactions": {"type": "object", "properties": {"href": {"type": "string"}}, "required": ["href"]}}, "required": ["balances", "transactions"], "$schema": "http://json-schema.org/draft-07... |
The schema below describes a JSON structure. Generate a valid example:
{"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" : "Green Weight Reduction Kit", "ShortName" : "Green WRK", "Description" : "Green Weight Reduction Kit"} | 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#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"adcode": {"type": "string"}, "name": {"type": "string"}, "level": {"type": "string"}, "parent": {"type": "string"}}, "required": ["adcode", "name", "level", "parent"]}, "$schema": "http://json-schema.o... | [{"adcode" : "130107001", "name" : "\u77ff\u5e02\u8857\u9053", "level" : "street", "parent" : "130107"}, {"adcode" : "130107002", "name" : "\u56db\u5fae\u8857\u9053", "level" : "street", "parent" : "130107"}, {"adcode" : "130107100", "name" : "\u8d3e\u5e84\u9547", "level" : "street", "parent" : "130107"}, {"adcode" : "... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"adcode": {"type": "string"}, "name": {"type": "string"}, "level": {"type": "string"}, "parent": {"type": "string"}}, "required": ["adcode", "name", "level", "parent"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"stationGroupId" : 9934104, "stations" : ["9934104"]} | json_instruct | {"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"incremental": {"type": "boolean"}, "removeComments": {"type": "boolean"}, "preserveConstEnums": {"type": "boolean"}, "sourceMap": {"type": "boolean"}, "strict": {"... | {"compilerOptions" : {"incremental" : true, "removeComments" : true, "preserveConstEnums" : true, "sourceMap" : true, "strict" : true, "noImplicitReturns" : true, "moduleResolution" : "node", "stripInternal" : true, "noEmit" : true, "lib" : ["esnext", "dom"], "target" : "esnext", "baseUrl" : ".", "paths" : {"rxjs" : ["... | json_instruct | {"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"incremental": {"type": "boolean"}, "removeComments": {"type": "boolean"}, "preserveConstEnums": {"type": "boolean"}, "sourceMap": {"type": "boolean"}, "strict": {"type": "boolean"}, "noImplicitReturns": {"type": "boolean"}, "moduleR... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"description": {"type": "string"}, "cc": {"type": "array", "items": {"type": "string"}}, "reviewers": {"type": "array", "items": {}}, "messages": {"type": "array", "items": {"type": "object", "properties": {"sender... | {"description" : "sql: add DB.Close, fix bugs, remove Execer on Driver (only Conn)", "cc" : ["rsc@golang.org", "golang-dev@googlegroups.com"], "reviewers" : [], "messages" : [{"sender" : "bradfitz@golang.org", "recipients" : ["bradfitz@golang.org", "rsc@golang.org", "golang-dev@googlegroups.com", "reply@codereview.apps... | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "cc": {"type": "array", "items": {"type": "string"}}, "reviewers": {"type": "array", "items": {}}, "messages": {"type": "array", "items": {"type": "object", "properties": {"sender": {"type": "string"}, "recipients": {"type": "array", "items": {"type":... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "points": {"type": "integer"}, "description": {"type": "string"}, "reward": {"type": "string"}, "rewardItems": {"type": "array", "items": {}}, "icon": {"type": "string"}, ... | {"id" : 5325, "title" : "Veteran of the Horde", "points" : 10, "description" : "Win 75 rated battlegrounds.", "reward" : "Reward: Epic Wolf and Veteran of the Horde Title", "rewardItems" : [], "icon" : "inv_bannerpvp_01", "criteria" : [{"id" : 15289, "description" : "Win 75 rated battlegrounds", "orderIndex" : 1, "max"... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "points": {"type": "integer"}, "description": {"type": "string"}, "reward": {"type": "string"}, "rewardItems": {"type": "array", "items": {}}, "icon": {"type": "string"}, "criteria": {"type": "array", "items": {"type": "object", "... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": ... | {"\u5de5\u5ee0\u540d\u7a31" : "\u4f0d\u7d71\u6c34\u6ce5\u88fd\u54c1\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99655829", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "08010010000587", "\u5de5\u5ee0\u5730\u5740" : "\u5609\u7fa9\u7e23\u6c34\u4e0a\u9109\u4e09\u754c\u6751\u4e09... | json_instruct | {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "st... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"description": {"type": "string"}, "repository": {"type": "string"}, "readme": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"gulp": {"type": "string"}}, "r... | {"description" : "test", "repository" : "test", "readme" : "test", "license" : "MIT", "dependencies" : {"gulp" : "^3.9.1"}} | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "repository": {"type": "string"}, "readme": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"gulp": {"type": "string"}}, "required": ["gulp"]}}, "required": ["description", "repository", "readme", "... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "a... | {"title" : "The Probabilistic Model Checking Landscape.", "fields" : ["dependability", "probabilistic analysis of algorithms", "probabilistic ctl", "markov decision process", "probabilistic relevance model"], "abstract" : "Randomization is a key element in sequential and distributed computing. Reasoning about randomize... | 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... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "integer"}, "links": {"type": "array", "items": {"type": "string"}}, "data_recebimento": {"type": "string"}, "remetente": {"type": "string"}, "origem": {"type": "string"}, "descricao": {"type": "string"}, "caixa": ... | {"id" : 967, "links" : ["https://legis.senado.leg.br/sdleg-getter/documento/download/4a15bffd-95f0-4925-bea7-7831b65b3d1f", "https://legis.senado.leg.br/sdleg-getter/documento/download/6f5d4c65-c587-494d-b50e-de583ec144b9"], "data_recebimento" : "16/06/2021", "remetente" : "MiniCom - Minist\u00e9rio das Comunica\u00e7... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "links": {"type": "array", "items": {"type": "string"}}, "data_recebimento": {"type": "string"}, "remetente": {"type": "string"}, "origem": {"type": "string"}, "descricao": {"type": "string"}, "caixa": {"type": "string"}, "em_resposta": {"type": "string"}}, "... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "d212-108", "text" : "NAEB TAPE NETWORK\nFebruary 18, \u00b1952\nTO: NAEB BOARD OF DIRECTORS\nTAPE NETWORK ACCEPTANCE COMMITTEE\nIN-SCHOOL PROGRAM CO!\u00abT?EE\nMEMBER STATIONS\nSUBJECT: Summary of proceedings and re commendations of the NAEB Tap\u00a9 Network Com\u00ac\nmittee and the In-School Program Commit... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ... | {"index" : 10059, "hash" : 294276814, "artDyeHash" : 294276814, "redacted" : false, "dyeManifestHash" : 3490493646, "blacklisted" : false} | json_instruct | {"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "hash", "artDyeHash", "redacted", "dyeManifestHash", "blackl... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "captcha-createaccount-fail": {"type": "string"}, "captcha-sendemail-fail": {"type": "string"}... | {"@metadata" : {"authors" : ["Kernoweger", "Nrowe"]}, "captcha-createaccount-fail" : "Koden afydhya kamm po gwag.", "captcha-sendemail-fail" : "Koden afydhya kamm po gwag."} | json_instruct | {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "captcha-createaccount-fail": {"type": "string"}, "captcha-sendemail-fail": {"type": "string"}}, "required": ["@metadata", "captcha-createaccount-fail", ... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "vector": {"type": "string"}, "description": {"type": "string"}, "raster": {"type": "string"}, "filename": {"type": "string"}}... | {"name" : "vigotech", "author" : "Pedro Figueras www.pedrofigueras.com", "license" : "CC BY-NC-ND 4.0", "vector" : "http://hexb.in/vector/vigotech.svg", "description" : "Tech user group alliance from Vigo, Spain", "raster" : "http://hexb.in/hexagons/vigotech.png", "filename" : "meta/vigotech.json"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "vector": {"type": "string"}, "description": {"type": "string"}, "raster": {"type": "string"}, "filename": {"type": "string"}}, "required": ["name", "author", "license", "vector", "description", "r... |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"pk": {"type": "integer"}, "model": {"type": "string"}, "fields": {"type": "object", "properties": {"valid_time": {"type": "string"}, "cat": {"type": "string"}}, "required": ["valid_time", ... | [{"pk" : 1, "model" : "temporal.category", "fields" : {"valid_time" : "[1996-01-01 00:00:00.000000+0000,1996-06-01 00:00:00.000000+0000)", "cat" : "900225"}}, {"pk" : 2, "model" : "temporal.category", "fields" : {"valid_time" : "[1996-06-01 00:00:00.000000+0000,1996-08-01 00:00:00.000000+0000)", "cat" : "120033"}}, {"p... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"pk": {"type": "integer"}, "model": {"type": "string"}, "fields": {"type": "object", "properties": {"valid_time": {"type": "string"}, "cat": {"type": "string"}}, "required": ["valid_time", "cat"]}}, "required": ["pk", "model", "fields"]}, "$schema": "http://j... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "... | {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-74.000288, 41.136905], [-73.998875, 41.141797], [-73.998419, 41.147934], [-73.989328, 41.148116], [-73.989384, 41.147448], [-73.986873, 41.147146], [-73.985724, 41.153253], [-73.980168, 41.159199], [-73.9809, 41.154203],... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "d1013-44", "text" : "HEWS RELEASE: FROM NAEB\n4.\n\u00abV 1\nSt, Louis, Missouri Public Schools\u201443,500.00, \"Visltons Mind\u201d uses puppets to help\nin teaching a foreign language. Although this is intended for teaching French in the\nprimary grades, this program should have wide out-of-school use for a... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"konva.js": {"type": "string"}, "konva.min.js": {"type": "string"}}, "required": ["konva.js", "konva.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"konva.js" : "sha512-Q0TlY6HEt+Sy08gF0860LA81lghc+dMuNoqo+cIv367pP6QO8oTm3tTn5NEQEqcF8NbaUE3MG2alY20S+o+40w==", "konva.min.js" : "sha512-VSn5vacy+0i3atpf4KES9b9Z5oqJXLVBFg5Yze2LCaRLEGZRDuEjBuaFTXw0SsCrkUXovqyuhpV3Wv6HU35pCg=="} | json_instruct | {"type": "object", "properties": {"konva.js": {"type": "string"}, "konva.min.js": {"type": "string"}}, "required": ["konva.js", "konva.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3... | {"edges" : [[22, 1], [17, 16], [22, 3], [22, 19], [22, 2], [30, 22], [31, 22], [22, 18], [22, 8], [22, 3], [24, 22], [22, 25], [13, 22], [22, 3], [27, 22], [10, 22], [25, 22], [22, 19], [22, 0], [19, 22], [15, 22], [22, 5], [26, 22], [29, 28], [22, 20], [6, 23], [6, 1], [5, 2], [19, 22], [22, 5], [22, 2], [22, 13], [22... | json_instruct | {"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6":... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"stationGroupId" : 9971503, "stations" : ["9971503", "9971603"]} | json_instruct | {"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"files": {"type": "object", "properties": {"main.css": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}, "runtime-main.js": {"type": "string"}, "runtime-main.js.map": {"type": "string"}, "sta... | {"files" : {"main.css" : "/static/css/main.eb26805a.chunk.css", "main.js" : "/static/js/main.73eaea18.chunk.js", "main.js.map" : "/static/js/main.73eaea18.chunk.js.map", "runtime-main.js" : "/static/js/runtime-main.6c6ebc07.js", "runtime-main.js.map" : "/static/js/runtime-main.6c6ebc07.js.map", "static/js/2.6a565338.ch... | json_instruct | {"type": "object", "properties": {"files": {"type": "object", "properties": {"main.css": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}, "runtime-main.js": {"type": "string"}, "runtime-main.js.map": {"type": "string"}, "static/js/2.6a565338.chunk.js": {"type": "string"}, "static/js... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "url": {"type": "string"}, "hash": {"type": "string"}, "extract_dir": {"type": "... | {"version" : "1.6.0.0", "description" : "Windows registry viewer", "homepage" : "https://ericzimmerman.github.io", "license" : "MIT", "url" : "https://f001.backblazeb2.com/file/EricZimmermanTools/RegistryExplorer_RECmd.zip", "hash" : "eebea423a42a62b8f5b09a9c39eeaa569f80de97a0c2a776170dcedcc430aa41", "extract_dir" : "R... | json_instruct | {"type": "object", "properties": {"version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "url": {"type": "string"}, "hash": {"type": "string"}, "extract_dir": {"type": "string"}, "bin": {"type": "array", "items": {"type": "string"}}, "shortcuts":... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"main": {"type": "string"}}, "required": ["main"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"main" : "./subdir"} | json_instruct | {"type": "object", "properties": {"main": {"type": "string"}}, "required": ["main"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"apic_ip_address": {"type": "string"}, "apic_port": {"type": "string"}, "apic_admin_user": {"type": "string"}, "apic_admin_password": {"type": "string"}}, "required": ["apic_ip_address", "apic_port", "apic_adm... | {"apic_ip_address" : "X.X.X.X", "apic_port" : "443", "apic_admin_user" : "admin", "apic_admin_password" : "X.X.X.X"} | json_instruct | {"type": "object", "properties": {"apic_ip_address": {"type": "string"}, "apic_port": {"type": "string"}, "apic_admin_user": {"type": "string"}, "apic_admin_password": {"type": "string"}}, "required": ["apic_ip_address", "apic_port", "apic_admin_user", "apic_admin_password"], "$schema": "http://json-schema.org/draft-07... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": ... | {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-0.100977, 51.406601]}, "properties" : {"site" : "17/00198/FUL", "minimum-net-dwellings" : "8", "name" : "17/00198/FUL", "hectares" : "0.05", "planning-permission-history" : "http://publicaccess2.croydon.gov.uk/online-applications/applicationDetails.... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"site": {"type": "string"}, "minim... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type... | {"name" : "cipherjs", "version" : "0.1.1", "description" : "Javascript implementation of simple ciphers", "license" : "MIT", "repository" : "sheharyarn/cipherjs", "author" : {"name" : "Sheharyar Naseer", "email" : "hello@sheharyar.me", "url" : "https://sheharyar.me/"}, "main" : "./src/index.js", "bin" : "./bin/cli.js",... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"Combo builder": {"type": "string"}, "Reset": {"type": "string"}, "Add": {"type": "string"}, "AddToBetslip": {"type": "string"}}, "required": ["Combo builder", "Reset", "Add", "AddToBetslip"], "$schema": "http://json-schema.... | {"Combo builder" : "Combo bouwer", "Reset" : "Reset", "Add" : "Toevoegen", "AddToBetslip" : "Voeg toe aan weddenschap"} | json_instruct | {"type": "object", "properties": {"Combo builder": {"type": "string"}, "Reset": {"type": "string"}, "Add": {"type": "string"}, "AddToBetslip": {"type": "string"}}, "required": ["Combo builder", "Reset", "Add", "AddToBetslip"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"time_fct_id": {"type": "integer"}, "time_fct": {"type": "string"}, "affiliate_fct_id": {"type": "integer"}, "affiliate_fct": {"type": "string"}, "affiliate_fct_occurrence": {"type": "integer"}, "affiliates": ... | {"time_fct_id" : 14, "time_fct" : "time_62110", "affiliate_fct_id" : 10830, "affiliate_fct" : "Promultis-Verlag", "affiliate_fct_occurrence" : 680, "affiliates" : [{"affiliate_fct_id" : 10830, "affiliate_fct" : "Promultis-Verlag", "affiliate_fct_occurrence" : 680}, {"affiliate_fct_id" : 10831, "affiliate_fct" : "Zehetb... | json_instruct | {"type": "object", "properties": {"time_fct_id": {"type": "integer"}, "time_fct": {"type": "string"}, "affiliate_fct_id": {"type": "integer"}, "affiliate_fct": {"type": "string"}, "affiliate_fct_occurrence": {"type": "integer"}, "affiliates": {"type": "array", "items": {"type": "object", "properties": {"affiliate_fct_i... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"arXiv": {"type": "null"}, "title": {"type": "string"}, "pdf": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "s2id": {"type": "string"}, "twitter": {"type": "o... | {"arXiv" : null, "title" : "No Shadow Left Behind: Removing Objects and Their Shadows Using Approximate Lighting and Geometry", "pdf" : "https://openaccess.thecvf.com/content/CVPR2021/papers/Zhang_No_Shadow_Left_Behind_Removing_Objects_and_Their_Shadows_Using_CVPR_2021_paper.pdf", "authors" : ["Edward Zhang", "Ricardo ... | json_instruct | {"type": "object", "properties": {"arXiv": {"type": "null"}, "title": {"type": "string"}, "pdf": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "s2id": {"type": "string"}, "twitter": {"type": "object", "properties": {"retweets": {"type": "integer"}, "likes... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type":... | {"author" : "Juan Felipe Herrera", "classification" : "", "keywords" : ["Nature", "Activities", "Landscapes", "Pastorals", "Social Commentaries", "Family", "Ancestors", "Relationships", "Jobs", "Working"], "period" : "", "reference" : "http://www.poetryfoundation.org/poem/183547", "region" : "U.S., Western", "text" : [... | json_instruct | {"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "string"}, "text": {"type": "array", "items": {"type": "string"}}, "title": ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"quality": {"type": "integer"}, "model": {"type": "string"}, "elapsed": {"type": "number"}, "tp": {"type": "integer"}, "fp": {"type": "integer"}, "precision": {"type": "number"}, "recall": {"type": "number"}, "f1":... | {"quality" : 42, "model" : "R101_FPN", "elapsed" : 650.0636494159698, "tp" : 40752, "fp" : 91372, "precision" : 0.3084375283824286, "recall" : 1.1215632310444474, "f1" : 0.4838209890833971, "min_score" : 0.05000004544854164, "AP" : 37.97162826131093, "AP50" : 57.84798739481312, "AP75" : 40.592175889958284, "APs" : 20.4... | json_instruct | {"type": "object", "properties": {"quality": {"type": "integer"}, "model": {"type": "string"}, "elapsed": {"type": "number"}, "tp": {"type": "integer"}, "fp": {"type": "integer"}, "precision": {"type": "number"}, "recall": {"type": "number"}, "f1": {"type": "number"}, "min_score": {"type": "number"}, "AP": {"type": "nu... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "type": {"type":... | {"id" : "0xb68a39197f516c31e5efe8919d70131b21fbce8990d71bf57cf3bb52e187f909", "title" : "\u6dfb\u52a0\u63d0\u6848\u80fd\u4e0d\u80fd\u901a\u8fc7\u5154\u5b50\u6d1e\u4efb\u52a1", "body" : "", "choices" : ["\u80fd", "\u4e0d\u80fd"], "start" : 1638504000, "end" : 1638936000, "type" : "single-choice", "scores" : [5.249148043... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "type": {"type": "string"}, "scores": {"type": "array", "items": {"type": "number"}}, ... |
Create an example JSON object that satisfies this schema:
{"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... | {"word" : "Inflatable", "definitions" : ["A plastic or rubber object that must be filled with air before use."], "parts-of-speech" : "Noun"} | 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": {"rajaongkir": {"type": "object", "properties": {"query": {"type": "object", "properties": {"city": {"type": "string"}}, "required": ["city"]}, "status": {"type": "object", "properties": {"code": {"type": "integer"}... | {"rajaongkir" : {"query" : {"city" : "69"}, "status" : {"code" : 200, "description" : "OK"}, "results" : [{"subdistrict_id" : "929", "province_id" : "22", "province" : "Nusa Tenggara Barat (NTB)", "city_id" : "69", "city" : "Bima", "type" : "Kota", "subdistrict_name" : "Asakota"}, {"subdistrict_id" : "930", "province_i... | json_instruct | {"type": "object", "properties": {"rajaongkir": {"type": "object", "properties": {"query": {"type": "object", "properties": {"city": {"type": "string"}}, "required": ["city"]}, "status": {"type": "object", "properties": {"code": {"type": "integer"}, "description": {"type": "string"}}, "required": ["code", "description"... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "genus": {"type": "string"}, "description": {"type": "string"}, "imageUrl": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}, "abilities": {"type... | {"id" : 55, "name" : "Golduck", "genus" : "Duck Pok\u00e9mon", "description" : "Often seen swimming elegantly by lake shores. It is often mistaken for the Japanese monster, Kappa.", "imageUrl" : "https://raw.githubusercontent.com/anurag-roy/poke-api/main/assets/images/55.webp", "types" : ["Water"], "abilities" : [{"nam... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "genus": {"type": "string"}, "description": {"type": "string"}, "imageUrl": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}, "abilities": {"type": "array", "items": {"type": "object", "properties": {"nam... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "repos... | {"name" : "@superset-ui/generator-superset", "version" : "0.17.23", "description" : "Scaffolder for Superset", "bugs" : {"url" : "https://github.com/apache-superset/superset-ui/issues"}, "homepage" : "https://github.com/apache-superset/superset-ui#readme", "repository" : {"type" : "git", "url" : "git+https://github.com... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "st... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"file": {"type": "string"}, "doc": {"type": "object", "properties": {"comment": {"type": "string"}, "summary": {"type": "string"}, "status": {"type": "string"}, "generated": {"type": "boolean"}}, "req... | [{"file" : "spec/parser_templates/classes/simple_class.coffee", "doc" : {"comment" : "~Private~", "summary" : "", "status" : "Private", "generated" : true}, "class" : {"className" : "MyTestClass", "name" : "MyTestClass", "namespace" : ""}, "location" : {"line" : 1}, "methods" : [], "variables" : [], "properties" : []}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"file": {"type": "string"}, "doc": {"type": "object", "properties": {"comment": {"type": "string"}, "summary": {"type": "string"}, "status": {"type": "string"}, "generated": {"type": "boolean"}}, "required": ["comment", "summary", "status", "generated"]}, "cl... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId"... | {"id" : "2008", "provinceId" : "11", "regencyId" : "16", "districtId" : "09", "name" : "Suka Jadi"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3... | {"edges" : [[19, 12], [2, 19], [2, 19], [7, 1], [12, 19], [20, 19], [10, 19], [19, 6], [19, 5], [14, 19], [5, 19], [19, 21], [19, 14], [4, 11], [13, 19], [5, 19], [19, 8], [19, 0], [19, 2], [19, 14], [3, 18], [19, 12], [19, 2], [19, 10], [19, 16], [9, 19], [15, 19], [19, 14], [19, 2], [9, 19], [14, 19], [12, 19], [17, ... | json_instruct | {"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6":... |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["apeman-api-fs", "apeman-react-icon", "apeman-task-subpack", "apeman-task-symlink"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}}, "required": ["name", "symbol", "decimals", "address", "chainId"], "$sche... | {"name" : "Token SaQG", "symbol" : "SaQGy", "decimals" : 6, "address" : "SaQGyeFp8s9FQxTg7jMGbz7TuBtVgnwzULgFP781PP9", "chainId" : 103} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}}, "required": ["name", "symbol", "decimals", "address", "chainId"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type... | {"hash" : "0x85e661e4ab89718bf265337c266d820aa4a9862ddde40870e276fa4e91b37a77", "parentHash" : "0xa0eb91acf145964bd622e3e0e4173b9e2fd385a6ba479db6466f30cda5d2e6d4", "number" : 37547, "timestamp" : 1438774222, "nonce" : "0x66d1b729a0ea7e86", "difficulty" : 1322669297945, "gasLimit" : {"_hex" : "0x1388"}, "gasUsed" : {"_... | json_instruct | {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"produ... | {"userId" : 78993, "cartId" : "022f1a4f-5e0d-4813-811e-61941aa5ec59", "preferredProducts" : [916], "productReviews" : [{"productId" : 1469, "reviewText" : "I saw one of these in Sao Tome and Principe and I bought one.", "reviewDate" : "2016-07-28T11:23:45.7910135+03:00"}, {"productId" : 3367, "reviewText" : "It only wo... | 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... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"Please.js": {"type": "string"}, "Please.min.js": {"type": "string"}}, "required": ["Please.js", "Please.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Please.js" : "sha512-pE9cqzCmwREBaMvIWyEIZrM6qxjpLjXb7oU85yzG1nSZVA3PtX0E4XOiAJv+fNlgU9w8UsRtF06yBk20oxH/XQ==", "Please.min.js" : "sha512-7bcXCELEjDXVXRSIRw/7KwBJiqe7OoGpSRee5jB72BGGfImaxw2+EUFRqaofwcX5josfPrytuJLSiKEXyYpxTA=="} | json_instruct | {"type": "object", "properties": {"Please.js": {"type": "string"}, "Please.min.js": {"type": "string"}}, "required": ["Please.js", "Please.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"divisionCode": {"type": "integer"}, "post": {"type": "string"}, "divisionName": {"type": "string"}, "isLeaf": {"type": "integer"}}, "required": ["divisionCode", "post", "divisionNam... | [{"divisionCode" : 140322100, "post" : "045100", "divisionName" : "\u79c0\u6c34\u9547", "isLeaf" : 1}, {"divisionCode" : 140322101, "post" : "045100", "divisionName" : "\u5b59\u5bb6\u5e84\u9547", "isLeaf" : 1}, {"divisionCode" : 140322102, "post" : "045100", "divisionName" : "\u8def\u5bb6\u6751\u9547", "isLeaf" : 1}, {... | 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#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract"... | {"contract" : "0x15dbc1836d0aaf2145bbfa17856884f852cc9d61", "tool" : "osiris", "start" : 1564627633.210515, "end" : 1564627635.9890678, "duration" : 2.778552770614624, "analysis" : []} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"APlayer.min.css": {"type": "string"}, "APlayer.min.js": {"type": "string"}}, "required": ["APlayer.min.css", "APlayer.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"APlayer.min.css" : "sha256-Nd/5b79G9SC2b8++qDKMy6oFHfIEbuwt1EDz/rQvkSA=", "APlayer.min.js" : "sha256-9IEKrD94cbX0CGtOkVlaxVLan5B4H7yFw+1/m5bhKHQ="} | json_instruct | {"type": "object", "properties": {"APlayer.min.css": {"type": "string"}, "APlayer.min.js": {"type": "string"}}, "required": ["APlayer.min.css", "APlayer.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["express-tenant"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"error": {"type": "null"}, "issues"... | {"contract" : "0x639a5a9cafbccaa15fe1cd01755470c16d2d32d3", "tool" : "mythril", "start" : 1563708646.490841, "end" : 1563708651.868642, "duration" : 5.377801179885864, "analysis" : {"error" : null, "issues" : [], "success" : true}} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"error": {"type": "null"}, "issues": {"type": "array", "items": {}}, "success": {"type": "bo... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "keywords": {"type": ... | {"name" : "meta-resolver", "description" : "Metafetch fetches a given URL's title, description, images, links etc.", "version" : "0.0.3", "homepage" : "https://github.com/bsdo64/meta-resolver", "repository" : "git://github.com/bsdo64/meta-resolver.git", "author" : "bsdo64", "keywords" : ["meta", "graph", "tags", "descr... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "depende... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, ... | {"name" : "FATextView", "version" : "0.1.0", "summary" : "init FATextView.", "homepage" : "https://github.com/fadizant/FATextView", "license" : {"type" : "MIT", "file" : "LICENSE"}, "authors" : {"fadizant" : "fadizant@hotmail.com"}, "source" : {"git" : "https://github.com/fadizant/FATextView.git", "tag" : "0.1.0"}, "pl... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"inputs": {"type": "array", "items": {"type": "object", "properties": {"video": {"type": "string"}}, "required": ["video"]}}}, "required": ["inputs"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"inputs" : [{"video" : "../resources/one-by-one-person-detection.mp4"}]} | json_instruct | {"type": "object", "properties": {"inputs": {"type": "array", "items": {"type": "object", "properties": {"video": {"type": "string"}}, "required": ["video"]}}}, "required": ["inputs"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"$schema": {"type": "string"}, "frontMatter.content.autoUpdateDate": {"type": "boolean"}, "frontMatter.content.pageFolders": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "path": {... | {"$schema" : "https://frontmatter.codes/frontmatter.schema.json", "frontMatter.content.autoUpdateDate" : true, "frontMatter.content.pageFolders" : [{"title" : "articles", "path" : "[[workspace]]/data/articles"}], "frontMatter.taxonomy.categories" : ["boilerplates", "css", "docker", "javascript", "ui-component"], "front... | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "frontMatter.content.autoUpdateDate": {"type": "boolean"}, "frontMatter.content.pageFolders": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "path": {"type": "string"}}, "required": ["title", "path"]}}, "frontMat... |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"divisionCode": {"type": "integer"}, "post": {"type": "string"}, "divisionName": {"type": "string"}, "isLeaf": {"type": "integer"}}, "required": ["divisionCode", "post", "divisionName", "isLeaf"]},... | [{"divisionCode" : 110102001, "post" : "100032", "divisionName" : "\u897f\u957f\u5b89\u8857\u8857\u9053", "isLeaf" : 1}, {"divisionCode" : 110102003, "post" : "100032", "divisionName" : "\u65b0\u8857\u53e3\u8857\u9053", "isLeaf" : 1}, {"divisionCode" : 110102007, "post" : "100032", "divisionName" : "\u6708\u575b\u8857\... | 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#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "dev": {"type": "string"}, "prisma-deploy": ... | {"name" : "@opensaas-keystone/next-auth-backend", "version" : "15.1.0", "private" : true, "scripts" : {"build" : "keystone build", "dev" : "keystone dev", "prisma-deploy" : "keystone prisma migrate deploy", "start" : "keystone start"}, "dependencies" : {"@keystone-6/core" : "^1.0.1", "@keystone-6/fields-document" : "^1... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "dev": {"type": "string"}, "prisma-deploy": {"type": "string"}, "start": {"type": "string"}}, "required": ["build", "dev"... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/... | [{"package" : "bioconductor-deformats", "downloads" : 10900, "count" : 6430}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"timestamp": {"type": "integer"}, "object_list": {"type": "array", "items": {"type": "object", "properties": {"position": {"type": "array", "items": {"type": "number"}}, "id": {"type": "integer"}}, "required": ["posi... | {"timestamp" : 545, "object_list" : [{"position" : [8.52, 6.54], "id" : 113}, {"position" : [9.74, 4.07], "id" : 114}, {"position" : [0.59, 1.83], "id" : 116}], "frame" : 545, "size" : 3} | 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... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"incoming": {"type": "string"}, "incomingDisclaimer": {"type": "string"}}, "required": ["incoming", "incomingDisclaimer"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"incoming" : "Mensaje recibido del staff", "incomingDisclaimer" : "Cualquier mensaje que env\u00ede aqu\u00ed se enviar\u00e1 al staff."} | json_instruct | {"type": "object", "properties": {"incoming": {"type": "string"}, "incomingDisclaimer": {"type": "string"}}, "required": ["incoming", "incomingDisclaimer"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "d1039-12", "text" : "- 5 -\nThe compilation of the data showed a minimum need for 97 VHF and 825\nUHF channels to be added to the presently reserved 88 VHF and 187 UHF\ntelevision channels. This makes a total of 922 channels added to the\npresent 275 educational channels for a grand total of 1197 channels need... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "string"}, "publisher": {"type": "string"}, "... | {"name" : "sequelize-snippets", "displayName" : "Sequelize + Postgres snippets", "description" : "Sequelize CLI scripts/ORM config snippets for VS Code", "version" : "0.1.2", "license" : "Unlicense", "author" : "Elena Lushnikova", "publisher" : "elushnikova", "categories" : ["Snippets"], "keywords" : ["vscode", "snippe... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "string"}, "publisher": {"type": "string"}, "categories": {"type": "array", "items": {"type": "string"}}, "... |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["virtual-model"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"packages": {"type": "array", "items": {"type": "string"}}}, "required": ["packages"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"packages" : ["minimal", "linux-esx"]} | json_instruct | {"type": "object", "properties": {"packages": {"type": "array", "items": {"type": "string"}}}, "required": ["packages"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.