input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "integer"}, "children": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "name": {"type": "string"}}, "... | {"id" : 16275, "children" : [{"id" : 16513, "name" : "Modersohn-Becker, Paula -- opposition between art and motherhood in her life, in \"Requiem for a Friend\""}], "name" : "Modersohn-Becker, Paula"} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "children": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "name": {"type": "string"}}, "required": ["id", "children", "name"], "$schema": "http://json-schema.... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"media_id": {"type": "string"}, "local_id": {"type": "string"}, "title": {"type": "string"}, "thumbnail": {"type": "string"}, "desc": {"type": "string"}, "auto_desc": {"type": "object", "properties": {"translatedTex... | {"media_id" : "77479877", "local_id" : "NO003\n", "title" : "File:Ellen_Olsson,_actor_-_SMV_-_NO003.tif", "thumbnail" : "https://upload.wikimedia.org/wikipedia/commons/thumb/2/2e/Ellen_Olsson,_actor_-_SMV_-_NO003.tif/500px-Ellen_Olsson,_actor_-_SMV_-_NO003.tif.jpg", "desc" : " Ellen Olsson, sk\u00e5despelare. Odaterat ... | json_instruct | {"type": "object", "properties": {"media_id": {"type": "string"}, "local_id": {"type": "string"}, "title": {"type": "string"}, "thumbnail": {"type": "string"}, "desc": {"type": "string"}, "auto_desc": {"type": "object", "properties": {"translatedText": {"type": "string"}, "input": {"type": "string"}}, "required": ["tra... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts":... | {"name" : "dn-auction-dapp", "version" : "1.0.0", "main" : "server.js", "description" : "DApp (decentralized application) for Discount Notes Auction", "repository" : "https://github.com/TaraTritt/dn-auction-dapp.git", "author" : "TaraTritt <tmt7rc@virginia.edu>", "license" : "MIT", "scripts" : {"start" : "next dev"}, "... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "strin... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["440823107001", "\u57ce\u6708\u793e\u533a\u5c45\u59d4\u4f1a", "121", "0"], ["440823107002", "\u65b0\u57ce\u793e\u533a\u5c45\u59d4\u4f1a", "121", "0"], ["440823107003", "\u57ce\u7cd6\u793e\u533a\u5c45\u59d4\u4f1a", "121", "0"], ["440823107200", "\u7af9\u53f6\u5858\u6751\u59d4\u4f1a", "122", "0"], ["440823107201", "\u5... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"openapi": {"type": "string"}, "info": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}}, "required": ["title", "description", "version"]}... | {"openapi" : "3.0.0", "info" : {"title" : "Service for management API / Dynamic configs", "description" : "OAS provided externally", "version" : "0.1.9"}, "servers" : [{"url" : "https://invalid-url:8005", "description" : "should be overridden"}], "paths" : {"/" : {"get" : {"responses" : {"default" : {"description" : ""... | json_instruct | {"type": "object", "properties": {"openapi": {"type": "string"}, "info": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}}, "required": ["title", "description", "version"]}, "servers": {"type": "array", "items": {"type": "object", "propertie... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"config": {"type": "object", "properties": {"ingestor": {"type": "object", "properties": {"pipeline": {"type": "string"}, "queue_size": {"type": "integer"}, "type": {"type": "string"}}, "required": ["pipeline", "qu... | {"config" : {"ingestor" : {"pipeline" : "rtspsrc location=\"rtsp://<RTSP_SOURCE_IP>:8554/live.sdp\" latency=100 ! rtph264depay ! h264parse ! vaapih264dec ! vaapipostproc format=bgrx ! gvainference device=CPU model=common/video/udfs/python/pcb/ref/model_2.xml ! vaapipostproc height=600 width=600 ! videoconvert ! video/x... | json_instruct | {"type": "object", "properties": {"config": {"type": "object", "properties": {"ingestor": {"type": "object", "properties": {"pipeline": {"type": "string"}, "queue_size": {"type": "integer"}, "type": {"type": "string"}}, "required": ["pipeline", "queue_size", "type"]}, "max_workers": {"type": "integer"}}, "required": ["... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "result": {"type": "object", "properties": {"data": {"type": "object", "properties": {"site": {"type": "object", "properties": {"siteMetadata": {... | {"componentChunkName" : "component---src-templates-tag-template-js", "path" : "/tag/emacs", "result" : {"data" : {"site" : {"siteMetadata" : {"title" : "momorandum", "subtitle" : "momo's memorandums."}}, "allMarkdownRemark" : {"edges" : [{"node" : {"fields" : {"slug" : "/posts/2012112900/syntax-highlighter-evolved-for-... | json_instruct | {"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "result": {"type": "object", "properties": {"data": {"type": "object", "properties": {"site": {"type": "object", "properties": {"siteMetadata": {"type": "object", "properties": {"title": {"type": "string"}, "subtitle... |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://js... | [{"name" : "KAVEN", "frequency" : 627, "males" : "99.84051036682615 %", "females" : "0.1594896331738437 %"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "i... | [{"results" : [{"tech" : 1, "pts" : 62, "connections" : 124096, "capacity" : 3266929, "investments" : 20476046}]}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "integer"}, "investments": {"type": "integer"}}, "required": ["tech", "pt... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"feedstocks" : ["histoprint"]} | json_instruct | {"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$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": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {}, "required": []}, "name": {"type": "string"}, "product_stoichiometri... | [{"comment" : "", "definition" : "Cyclohexanone + Acceptor <=> Cyclohex-2-enone + Reduced acceptor", "orthologs" : {}, "name" : "Cyclohexanone:(acceptor) 2-oxidoreductase", "product_stoichiometries" : ["1", "1"], "enzymes" : ["1.3.99.14"], "equation" : "C00414 + C00028 <=> C02395 + C00030", "glycans" : false, "substrat... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {}, "required": []}, "name": {"type": "string"}, "product_stoichiometries": {"type": "array", "items": {"type": "string"}}, "enzymes": {"type": "arr... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "STOP_LOSS_ORDER"} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"probe_id": {"type": "integer"}, "resolvers": {"type": "array", "items": {"type": "object", "properties": {"ipv4_tcp": {"type": "boolean"}, "internal": {"type": "string"}, "resolver_asn": {"type": "integer"}, "resolve... | {"probe_id" : 3907, "resolvers" : [{"ipv4_tcp" : true, "internal" : "213.133.164.35", "resolver_asn" : 13249, "resolver_net" : "213.133.160.0/19"}, {"ipv6_tcp" : true, "resolver_asn" : 15169, "resolver_net" : "74.125.0.0/18", "ipv4_tcp" : true, "internal" : "8.8.8.8", "ipv6_cap" : true, "edns0_client_subnet" : "213.133... | json_instruct | {"type": "object", "properties": {"probe_id": {"type": "integer"}, "resolvers": {"type": "array", "items": {"type": "object", "properties": {"ipv4_tcp": {"type": "boolean"}, "internal": {"type": "string"}, "resolver_asn": {"type": "integer"}, "resolver_net": {"type": "string"}}, "required": ["ipv4_tcp", "internal", "re... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Awesomenauts", "description" : "A 2D cartoony side-scrolling game.", "url" : "https://www.awesomenauts.com/"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"cardType": {"type": "array", "items": {"type": "string"}}}, "required": ["cardType"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"cardType" : ["en"]} | json_instruct | {"type": "object", "properties": {"cardType": {"type": "array", "items": {"type": "string"}}}, "required": ["cardType"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"devDependencies": {"type": "object", "properties": {"@symfony/webpack-encore": {"type": "string"}, "node-sass": {"type": "string"}, "sass-loader": {"type": "string"}}, "required": ["@symfony/webpack-encore", "node-sass", "sass-l... | {"devDependencies" : {"@symfony/webpack-encore" : "^0.17", "node-sass" : "^4", "sass-loader" : "^6"}, "dependencies" : {"bootstrap" : "^4", "datatables.net-bs" : "^1.10.16", "datatables.net-dt" : "^1.10.16", "jquery" : "^3.2", "open-iconic" : "^1.*", "open-sans-fontface" : "^1.4.0", "popper.js" : "^1.12.9"}} | json_instruct | {"type": "object", "properties": {"devDependencies": {"type": "object", "properties": {"@symfony/webpack-encore": {"type": "string"}, "node-sass": {"type": "string"}, "sass-loader": {"type": "string"}}, "required": ["@symfony/webpack-encore", "node-sass", "sass-loader"]}, "dependencies": {"type": "object", "properties"... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"cancelled": {"type": "boolean"}, "description": {"type": "string"}, "end_time": {"type": "integer"}, "link": {"type": "string"}, "location": {"type": "object", "properties": {"address": {"type": "string"}, "city":... | {"cancelled" : false, "description" : "<p>The Bath Scrum User Group hits 50 this month - that's 50 meetings since May 2012, so let's celebrate with a social gathering at The Cork where we held the first meeting.</p> <p>Since then we have often ventured outside Bath, and often covered topics beyond core Scrum. By we hav... | json_instruct | {"type": "object", "properties": {"cancelled": {"type": "boolean"}, "description": {"type": "string"}, "end_time": {"type": "integer"}, "link": {"type": "string"}, "location": {"type": "object", "properties": {"address": {"type": "string"}, "city": {"type": "string"}, "country": {"type": "string"}, "latitude": {"type":... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"index": {"type": "integer"}, "redacted": {"type": "boolean"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "redacted", "hash", "blacklisted"], "$schema": "http://json-... | {"index" : 611, "redacted" : false, "hash" : 2825528269, "blacklisted" : false} | json_instruct | {"type": "object", "properties": {"index": {"type": "integer"}, "redacted": {"type": "boolean"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "redacted", "hash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"locationData": {"type": "object", "properties": {"relativeBoundingBox": {"type": "object", "properties": {"xmin": {"type": "number"}, "width": {"type": "number"}, "ymin": {"type": "number"}, "height": {"type"... | {"locationData" : {"relativeBoundingBox" : {"xmin" : 0.59490895, "width" : 0.067103624, "ymin" : 0.60020643, "height" : 0.08387953}, "relativeKeypoints" : [{"y" : 0.61325175, "x" : 0.61839086}, {"y" : 0.6691563, "x" : 0.64691836}, {"y" : 0.67494243, "x" : 0.6291712}, {"y" : 0.6763206, "x" : 0.6131988}, {"y" : 0.674665,... | json_instruct | {"type": "object", "properties": {"locationData": {"type": "object", "properties": {"relativeBoundingBox": {"type": "object", "properties": {"xmin": {"type": "number"}, "width": {"type": "number"}, "ymin": {"type": "number"}, "height": {"type": "number"}}, "required": ["xmin", "width", "ymin", "height"]}, "relativeKeyp... |
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" : "0xdc763b1cf6364266ad7285a0ca4a034291527f67", "tool" : "osiris", "start" : 1564634291.750228, "end" : 1564634294.2837224, "duration" : 2.533494472503662, "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://... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId",... | {"id" : "2001", "provinceId" : "12", "regencyId" : "25", "districtId" : "08", "name" : "Bukit Tinggi"} | 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#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"company_name": {"type": "string"}, "con_date": {"type": "string"}}, "required": ["company_name", "con_date"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"company_name" : "Foo", "con_date" : "asdfasdfasdf"} | json_instruct | {"type": "object", "properties": {"company_name": {"type": "string"}, "con_date": {"type": "string"}}, "required": ["company_name", "con_date"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"Code": {"type": "object", "properties": {"description": {"type": "stri... | {"title" : "SpatialReferenceSystemType", "description" : "Information about the type of spatial reference system used to specify Location. Values are: Local (to the organisation using it), International, Regional, Global.", "type" : "object", "properties" : {"Code" : {"description" : "Values: Local (to the organisation... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"Code": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}}, "required": ["description", "type"]}, "D... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "ar... | [{"type" : "Feature", "id" : "viewsistemaviariocompleto.fid-cda359b_16bd380d5a7_448f", "geometry" : {"type" : "MultiLineString", "coordinates" : [[[-48.69255937, -26.89880859], [-48.69055348, -26.89886995], [-48.68865168, -26.89891243]]]}, "geometry_name" : "geom", "properties" : {"id" : 63, "nome" : "R.Jos\u00e9 de Al... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required":... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"Title": {"type": "string"}, "Description": {"type": "string"}, "DataBase": {"type": "array", "items": {"type": "string"}}, "Questions": {"type": "array", "items": {"type": "string"}}}, "required": ["Title", "Descript... | {"Title" : "DataBase Informations", "Description" : "Extract all the dataBase Informations", "DataBase" : ["sqlserver"], "Questions" : ["SQLSERVER_GetForeignKeys.json", "SQLSERVER_OperationalSystem.json", "SQLSERVER_GetExecutingQuerys.json", "SQLSERVER_ExtractIndex.json", "SQLSERVER_DatabaseVersion.json", "SQLSERVER_Co... | json_instruct | {"type": "object", "properties": {"Title": {"type": "string"}, "Description": {"type": "string"}, "DataBase": {"type": "array", "items": {"type": "string"}}, "Questions": {"type": "array", "items": {"type": "string"}}}, "required": ["Title", "Description", "DataBase", "Questions"], "$schema": "http://json-schema.org/dr... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"tsconfig": {"type": "string"}, "entryPoints": {"type": "array", "items": {"type": "string"}}, "entryPointStrategy": {"type": "string"}, "externalPattern": {"type": "array", "items": {"type": "string"}}, "exclud... | {"tsconfig" : "../../tsconfig.json", "entryPoints" : ["../Runtime/gd.ts"], "entryPointStrategy" : "expand", "externalPattern" : ["Runtime/Cordova/", "Runtime/Electron/", "Runtime/FacebookInstantGames/"], "excludeExternals" : true, "excludeInternal" : true, "validation" : {"invalidLink" : true}, "out" : "../../docs/GDJS... | json_instruct | {"type": "object", "properties": {"tsconfig": {"type": "string"}, "entryPoints": {"type": "array", "items": {"type": "string"}}, "entryPointStrategy": {"type": "string"}, "externalPattern": {"type": "array", "items": {"type": "string"}}, "excludeExternals": {"type": "boolean"}, "excludeInternal": {"type": "boolean"}, "... |
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" : "morevillagers:block/hunting_post"} | 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": {"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" : [[[-105.015838, 39.72488], [-105.015768, 39.725502], [-105.013655, 39.725658], [-105.000656, 39.725783], [-105.000169, 39.726481], [-105.000148, 39.725707], [-104.987435, 39.725637], [-104.987431, 39.696633], [-104.992384, 3... | 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": {"unlock_ticket": {"type": "string"}, "z_c0": {"type": "string"}, "_xsrf": {"type": "string"}, "cap_id": {"type": "string"}, "q_c1": {"type": "string"}}, "required": ["unlock_ticket", "z_c0", "_xsrf", "cap_id", "q_c1"], "$schema... | {"unlock_ticket" : "\"QUJETWRxZ3ZKQWtYQUFBQVlRSlZUUU9qYWxiVC1ENXU2WVhCejJDTlpFQ2FwQXBSdFpsaWxBPT0=|1449827323|4a3dc8a8f1add7d68f446d799ec86f192d9a4e83\"", "z_c0" : "\"QUJETWRxZ3ZKQWtYQUFBQVlRSlZUZnNva2xhMEdldWRoVzVXZU1xUkEwd0VFNENxb0dXUHpnPT0=|1449827323|a2ecf0642368c1b43368bf83d5f2cc1ccbf6649a\"", "_xsrf" : "145276414... | json_instruct | {"type": "object", "properties": {"unlock_ticket": {"type": "string"}, "z_c0": {"type": "string"}, "_xsrf": {"type": "string"}, "cap_id": {"type": "string"}, "q_c1": {"type": "string"}}, "required": ["unlock_ticket", "z_c0", "_xsrf", "cap_id", "q_c1"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"index.js": {"type": "string"}, "index.min.js": {"type": "string"}}, "required": ["index.js", "index.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"index.js" : "sha256-YWfru3WFp4Z86bMmdCP52tC7D+xGWo2v/5C82VA1yQI=", "index.min.js" : "sha256-XcC2e3xSqhla4GLbxVvo2+R8QdjoLYnRwR2wBSNWyJk="} | json_instruct | {"type": "object", "properties": {"index.js": {"type": "string"}, "index.min.js": {"type": "string"}}, "required": ["index.js", "index.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type... | {"userId" : 37093, "cartId" : "42f2dd52-276c-482b-a4d8-e60a63c94275", "preferredProducts" : [4686], "productReviews" : [{"productId" : 348, "reviewText" : "i use it daily when i'm in my outhouse.", "reviewDate" : "2016-05-13T13:36:04.9034302+03:00"}, {"productId" : 2196, "reviewText" : "one of my hobbies is piano. and ... | 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... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"files.exclude": {"type": "object", "properties": {"**/.git": {"type": "boolean"}, "**/.svn": {"type": "boolean"}, "**/.hg": {"type": "boolean"}, "**/CVS": {"type": "boolean"}, "**/.DS_Store": {"type": "boolea... | {"files.exclude" : {"**/.git" : true, "**/.svn" : true, "**/.hg" : true, "**/CVS" : true, "**/.DS_Store" : true, "**/*.p2asm" : true, "**/*.binary" : true, "**/*.txt" : true, "**/*.obj" : true, "**/*.lst" : true, "**/*.bin" : true, "**/*.bin2" : true}, "topLevel" : "isp_measure_panel", "explorerExclude.backup" : null} | json_instruct | {"type": "object", "properties": {"files.exclude": {"type": "object", "properties": {"**/.git": {"type": "boolean"}, "**/.svn": {"type": "boolean"}, "**/.hg": {"type": "boolean"}, "**/CVS": {"type": "boolean"}, "**/.DS_Store": {"type": "boolean"}, "**/*.p2asm": {"type": "boolean"}, "**/*.binary": {"type": "boolean"}, "... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "requir... | {"ETag" : "W/\"b845191df80a4276b09b2d25bc0a08d8\"", "Last-Modified" : "Fri, 21 Jun 2019 22:21:10 GMT", "base" : {"repo" : {"name" : "singularity-compose-feedstock"}}, "closed_at" : "2019-06-21T21:56:27Z", "created_at" : "2019-06-21T19:38:50Z", "head" : {"ref" : "0.0.13"}, "html_url" : "https://github.com/conda-forge/si... | json_instruct | {"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "stri... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@types/codemirror": {"type": "string"}, "@types/re... | {"name" : "playground", "version" : "0.1.0", "private" : true, "dependencies" : {"@babel/core" : "7.18.2", "@types/codemirror" : "5.60.5", "@types/react" : "16.14.2", "@types/react-dom" : "16.9.10", "@types/react-router-dom" : "5.1.7", "@vitejs/plugin-react" : "1.3.2", "codemirror" : "5.65.4", "prettier" : "2.2.1", "re... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@types/codemirror": {"type": "string"}, "@types/react": {"type": "string"}, "@types/react-dom": {"type": "str... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "level": {"type": "string"}, "principle": {"type": "string"}, "description": {"type": "string"}, "properties": {"type": "object", "properties": {"id": {"type": "object", "properties": {"type": {"typ... | {"title" : "id", "level" : "error", "principle" : "http://obofoundry.org/principles/fp-003-uris.html", "description" : "'id' is a required property. The value is a string with no numeric or lowercase characters. This is typically an abbreviation or acronym of the ontology title.", "properties" : {"id" : {"type" : "stri... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "level": {"type": "string"}, "principle": {"type": "string"}, "description": {"type": "string"}, "properties": {"type": "object", "properties": {"id": {"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "string"}}, "required": ... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/active/weapons/melee/hammer/kelpsteelhatchet.activeitem": {"type": "array", "ite... | [{"DeniedAlternatives" : [], "Files" : {"items/active/weapons/melee/hammer/kelpsteelhatchet.activeitem" : ["/description"]}, "Texts" : {"Chs" : "\u5c45\u7136\u4f7f\u7528\u690d\u7269\u4f5c\u4e3a\u6b66\u5668\uff0c\u4e0d\u6127\u4e3a\u9c9b\u4eba\u65cf\u51fa\u54c1\uff0c\u592a\u795e\u5947\u4e86\u3002", "Eng" : "Hylotl engine... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/active/weapons/melee/hammer/kelpsteelhatchet.activeitem": {"type": "array", "items": {"type": "string"}}}, "required": ["items/active/weapons/melee/hammer/... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"notifications": {"type": "string"}}, "required": ["notifications"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"notifications" : "Notificaciones"} | json_instruct | {"type": "object", "properties": {"notifications": {"type": "string"}}, "required": ["notifications"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "u... | {"authors" : [{"author" : "Aude B\u00e9liard"}, {"author" : "Lucie Verreth"}, {"author" : "Pascale Grandjean"}], "doi" : "10.2147/OAJC.S124625", "publication_date" : "2018-02-02", "id" : "EN113536", "url" : "https://pubmed.ncbi.nlm.nih.gov/29386950", "source" : "Open access journal of contraception", "source_url" : "",... | json_instruct | {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"iso": {"type": "string"}, "name": {"type": "string"}, "full_name": {"type": "string"}, "meta": {"type": "object", "properties": {}, "required": []}, "results": {"type": "object", "properties": {"innovations": {"type": "arra... | {"iso" : "rs", "name" : "Serbia", "full_name" : "Serbia \u2013 Republic of Serbia", "meta" : {}, "results" : {"innovations" : [], "publishers" : [], "ogp_commitments" : [], "citizen_monitoring" : true}} | json_instruct | {"type": "object", "properties": {"iso": {"type": "string"}, "name": {"type": "string"}, "full_name": {"type": "string"}, "meta": {"type": "object", "properties": {}, "required": []}, "results": {"type": "object", "properties": {"innovations": {"type": "array", "items": {}}, "publishers": {"type": "array", "items": {}}... |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1026.0, 2052.0, 3078.0, 4104.0, 5130.0, 6156.0, 7182.0, 8208.0, 9234.0, 10260.0, 11286.0, 12312.0, 13338.0, 14364.0, 15390.0, 16416.0, 17442.0, 18468.0, 19494.0, 20520.0, 21546.0, 22572.0, 23598.0, 24624.0, 25650.0, 26676.0, 27702.0, 28728.0, 29754.0, 30780.0, 31806.0, 32832.0, 33858.0, 34884.0, 35910.0, 36936.0, 379... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"export_para_1": {"type": "string"}, "export_para_2": {"type": "string"}, "share": {"type": "string"}, "data_hint": {"type": "string"}, "data_covers": {"type": "string"}, "data_count": {"type": "string"}, "data_last... | {"export_para_1" : "\u0906\u092a\u0923 \u0916\u093e\u0932\u0940 \u0926\u093f\u0932\u0947\u0932\u0947 \u0936\u0947\u092f\u0930 \u092c\u091f\u0923 \u0935\u093e\u092a\u0930\u0942\u0928 \u0915\u0941\u0923\u093e\u092c\u0930\u094b\u092c\u0930 \u0939\u0940 \u0906\u092a\u0932\u0940 \u0932\u094b\u0915\u0947\u0936\u0928 \u0939\u... | json_instruct | {"type": "object", "properties": {"export_para_1": {"type": "string"}, "export_para_2": {"type": "string"}, "share": {"type": "string"}, "data_hint": {"type": "string"}, "data_covers": {"type": "string"}, "data_count": {"type": "string"}, "data_last_updated": {"type": "string"}, "no_data": {"type": "string"}, "less_tha... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"ports": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "img": {"type": "string"}, "link": {"type": "string"}, "icon": {"type": "string"}... | {"ports" : [{"title" : "WriterBoards", "description" : "An online community that empowers writers to write everyday and collaborate. Click to find out more", "img" : "./asset/servicesStock/writerboards.webp", "link" : "https://writerboards.com", "icon" : ""}, {"title" : "Ornate CSS", "description" : "An open-source gri... | json_instruct | {"type": "object", "properties": {"ports": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "img": {"type": "string"}, "link": {"type": "string"}, "icon": {"type": "string"}}, "required": ["title", "description", "img", "link", "icon"]}}}, "req... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type"... | {"name" : "sp-forwarding-service", "description" : "A small Heroku service that will consume inbound message webhook calls and forward them through the Transmissions API.", "main" : "index.js", "authors" : ["SparkPost"], "license" : "Apache-2.0", "keywords" : ["sparkpost", "email"], "homepage" : "https://github.com/Spa... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "moduleType":... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"ConnectionStrings": {"type": "object", "properties": {"DefaultConnection": {"type": "string"}, "AccountContextConnection": {"type": "string"}}, "required": ["DefaultConnection", "AccountContextConnection"]}, "E... | {"ConnectionStrings" : {"DefaultConnection" : "Server=;Database=FlightManagerDb;Trusted_Connection=True;MultipleActiveResultSets=true", "AccountContextConnection" : "Server=(localdb)\\mssqllocaldb;Database=FlightManager;Trusted_Connection=True;MultipleActiveResultSets=true"}, "EmailSender" : {"EmailAddress" : "FitzzzFl... | json_instruct | {"type": "object", "properties": {"ConnectionStrings": {"type": "object", "properties": {"DefaultConnection": {"type": "string"}, "AccountContextConnection": {"type": "string"}}, "required": ["DefaultConnection", "AccountContextConnection"]}, "EmailSender": {"type": "object", "properties": {"EmailAddress": {"type": "st... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"ty... | {"code" : 3306020045, "parent" : 3306020, "name" : "SINGKIL WETAN", "latitude" : null, "longitude" : null, "postal" : [54172], "children" : []} | json_instruct | {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "n... |
Based on the schema below, produce a valid JSON object:
{"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"}, "... | {"id" : "0x7c1de2239aff01e768d650f0242ac4ade6c668cf2407db3d8590d6836bdfeaa5", "title" : "EnlightDAO\u6838\u5fc3\u56e2\u961f\u201c\u961f\u540d\u201d\u6295\u7968", "body" : "\u72c2\u62fd\u9177\u70ab\u5c4c\u70b8\u5929\uff0c\u51b7\u8273\u9ad8\u8d35\u63a5\u5730\u6c14", "choices" : ["\u7834\u6d6a\u5c0f\u7ec4", "W3 Dokr", "\u... | 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": "integer"}},... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"text" : " How to find the inverse of a logarithmic function, f(x) = log2 (x)\n\n[imath]f(x)=\\log _{2} x[/imath]\n\n\n", "url" : "https://www.youtube.com/watch?v=wLVbffxyOs8"} | json_instruct | {"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "st... | {"name" : "bitbucket-to-elasticsearch", "version" : "1.3.1", "description" : "A utility to import the information from Bitbucket cloud to Elastic Search for analytics.", "main" : "index.js", "repository" : "https://github.com/devsu/bitbucket-to-elasticsearch", "author" : "Cesar Salazar @ Devsu", "license" : "MIT", "bin... | 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"}, "bin": {"type": "object", "properties": {"bitbucket-to-elasticsearch"... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1906, 5], [1912, 7], [1913, 6], [1914, 8], [1915, 16], [1916, 15], [1917, 16], [1918, 16], [1919, 12], [1920, 18], [1921, 21], [1922, 29], [1923, 21], [1924, 15], [1925, 23], [1926, 11], [1927, 15], [1928, 15], [1929, 10], [1930, 22], [1931, 14], [1932, 12], [1933, 16], [1934, 11], [1935, 11], [1936, 11], [1937, 13],... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"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": "st... | {"files" : {"main.css" : "/static/css/main.a3e46dbb.chunk.css", "main.js" : "/static/js/main.ddee6a6d.chunk.js", "main.js.map" : "/static/js/main.ddee6a6d.chunk.js.map", "runtime-main.js" : "/static/js/runtime-main.b6d1813f.js", "runtime-main.js.map" : "/static/js/runtime-main.b6d1813f.js.map", "static/js/2.ac1f6896.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.ac1f6896.chunk.js": {"type": "string"}, "static/js... |
Using the following JSON schema, generate a compatible JSON instance:
{"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" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-73.433208, 40.724935], [-73.41125, 40.718863], [-73.407846, 40.718139], [-73.411579, 40.712678], [-73.415641, 40.709761], [-73.419296, 40.708364], [-73.429962, 40.706699], [-73.433208, 40.724935]]]}, "type" : "Feature", ... | 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": {"name": {"type": "string"}, "weight": {"type": "integer"}, "run_speed": {"type": "number"}, "walk_speed": {"type": "number"}, "air_speed": {"type": "number"}, "fall_speed": {"type": "number"}, "fast_fall_speed": {"type": "numbe... | {"name" : "Bayonetta", "weight" : 84, "run_speed" : 1.6, "walk_speed" : 0.9, "air_speed" : 0.97, "fall_speed" : 1.77, "fast_fall_speed" : 2.832, "air_acceleration" : 0.085, "gravity" : 0.12, "sh_air_time" : 38, "jumps" : 2, "wall_jump" : true, "wall_cling" : true, "crawl" : false, "tether" : false, "jumpsquat" : 4, "so... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}, "run_speed": {"type": "number"}, "walk_speed": {"type": "number"}, "air_speed": {"type": "number"}, "fall_speed": {"type": "number"}, "fast_fall_speed": {"type": "number"}, "air_acceleration": {"type": "number"}, "gravity": {"t... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "title_en": {"type": "string"}, "title_jp": {"type": "string"}, "picture": {"type": "string"}, "synopsis": {"type": "string"}, "type": {"type": "string"}, "epis... | {"id" : 218, "title" : "Kidou Senkan Nadesico", "title_en" : "Martian Successor Nadesico", "title_jp" : "\u6a5f\u52d5\u6226\u8266\u30ca\u30c7\u30b7\u30b3", "picture" : "http://cdn.myanimelist.net/images/anime/3/53955.jpg", "synopsis" : "Akito doesn't want to fight. Despite a childhood spent on the anime Gekiganger 3, a... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "title_en": {"type": "string"}, "title_jp": {"type": "string"}, "picture": {"type": "string"}, "synopsis": {"type": "string"}, "type": {"type": "string"}, "episodes": {"type": "integer"}, "tags": {"type": "array", "items": {"type"... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "data": {"type": "object", "properties": {}, "required": []}, "start": {"type": "string"}, "end": {"type": "string"}}, "required": ["id", "type", "data", "start", "end"], "$... | {"id" : "s2missions5i70-7mission570-7", "type" : "GOAL", "data" : {}, "start" : "s5i70-7", "end" : "mission570-7"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "data": {"type": "object", "properties": {}, "required": []}, "start": {"type": "string"}, "end": {"type": "string"}}, "required": ["id", "type", "data", "start", "end"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"__symbolic": {"type": "string"}, "version": {"type": "integer"}, "metadata": {"type": "object", "properties": {"MaApiModuleConfigKey": {"type": "string"}, "MaApiModuleConfig": {"type": "object", "prope... | [{"__symbolic" : "module", "version" : 4, "metadata" : {"MaApiModuleConfigKey" : "maApiModuleConfig", "MaApiModuleConfig" : {"__symbolic" : "interface"}, "MaApiResponse" : {"__symbolic" : "interface"}, "MaApiPriceCurrency" : {"__symbolic" : "interface"}, "MaApiPriceDetails" : {"__symbolic" : "interface"}, "MaApiPriceIn... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"__symbolic": {"type": "string"}, "version": {"type": "integer"}, "metadata": {"type": "object", "properties": {"MaApiModuleConfigKey": {"type": "string"}, "MaApiModuleConfig": {"type": "object", "properties": {"__symbolic": {"type": "string"}}, "required": [... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"adcode": {"type": "string"}, "name": {"type": "string"}, "level": {"type": "string"}, "parent": {"type": "string"}}, "required": ["adcode", "name", "level", "parent"]}, "$schema": "... | [{"adcode" : "440803001", "name" : "\u89e3\u653e\u8857\u9053", "level" : "street", "parent" : "440803"}, {"adcode" : "440803002", "name" : "\u7231\u56fd\u8857\u9053", "level" : "street", "parent" : "440803"}, {"adcode" : "440803003", "name" : "\u5de5\u519c\u8857\u9053", "level" : "street", "parent" : "440803"}, {"adcod... | 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#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"key": {"type": "string"}, "title": {"type": "string"}, "subtitle": {"type": "null"}, "publishers": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "isbn_10"... | {"key" : "/books/OL8520849M", "title" : "Ultra Black Hair Growth II", "subtitle" : null, "publishers" : ["Ubh Pubns"], "authors" : ["Cathy Howse"], "isbn_10" : "0962833029", "isbn_13" : "9780962833021", "publish_date" : "October 2000", "subjects" : ["Beauty & Grooming - Hair", "Health & Fitness", "Health/Fitness", "Bea... | json_instruct | {"type": "object", "properties": {"key": {"type": "string"}, "title": {"type": "string"}, "subtitle": {"type": "null"}, "publishers": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "isbn_10": {"type": "string"}, "isbn_13": {"type": "string"}, "publish_date": {... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$... | {"id" : "2011", "provinceId" : "33", "regencyId" : "20", "districtId" : "03", "name" : "Gidanglelo"} | 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": {"schemaVersion": {"type": "integer"}, "id": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "str... | {"schemaVersion" : 1, "id" : "unobtainium", "version" : "${version}", "name" : "Unobtainium", "description" : "but what if we could", "authors" : ["Isaac Aronson"], "contact" : {"homepage" : "https://pingas.org/", "sources" : "https://github.com/aronson/unobtainium"}, "license" : "CC0-1.0", "icon" : "assets/unobtainium... | json_instruct | {"type": "object", "properties": {"schemaVersion": {"type": "integer"}, "id": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "contact": {"type": "object", "properties": {"homepage": {"type": "st... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"divisionCode": {"type": "integer"}, "post": {"type": "string"}, "divisionName": {"type": "string"}, "isLeaf": {"type": "integer"}}, "required": ["divisionCode", "post", "divisionName", "isLeaf"]}, "$... | [{"divisionCode" : 410724100, "post" : "453800", "divisionName" : "\u57ce\u5173\u9547", "isLeaf" : 1}, {"divisionCode" : 410724101, "post" : "453800", "divisionName" : "\u7167\u955c\u9547", "isLeaf" : 1}, {"divisionCode" : 410724102, "post" : "453800", "divisionName" : "\u9ec4\u5824\u9547", "isLeaf" : 1}, {"divisionCod... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"divisionCode": {"type": "integer"}, "post": {"type": "string"}, "divisionName": {"type": "string"}, "isLeaf": {"type": "integer"}}, "required": ["divisionCode", "post", "divisionName", "isLeaf"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
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" : 68423, "cartId" : "87378eb5-b38a-4d60-bf66-cf2f1f532e49", "preferredProducts" : [4285, 957], "productReviews" : [{"productId" : 2166, "reviewText" : "My vulture loves to play with it.", "reviewDate" : "2019-09-13T11:35:31.2319438+03:00"}, {"productId" : 3492, "reviewText" : "This Intuitive works too well. I... | 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... |
Create an example JSON object that satisfies this schema:
{"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" : "Palanca de montar Cocking Handle para MP5K", "ShortName" : "PM MP5K", "Description" : "Palanca de montar est\u00e1ndar para subfusiles HK MP5K."} | 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#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"pro... | {"userId" : 37352, "cartId" : "86e83587-192f-4840-88f0-2a77c0062b3f", "preferredProducts" : [2411], "productReviews" : [{"productId" : 1617, "reviewText" : "I saw one of these in Grenada and I bought one.", "reviewDate" : "2020-03-01T12:01:20.3067081+02:00"}]} | 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... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"definitions": {"type": "object", "properties": {}, "required": []}, "properties": {"type": "object", "properties": {"foo": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}}, "required": ["fo... | {"definitions" : {}, "properties" : {"foo" : {"$ref" : "missing"}}} | json_instruct | {"type": "object", "properties": {"definitions": {"type": "object", "properties": {}, "required": []}, "properties": {"type": "object", "properties": {"foo": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}}, "required": ["foo"]}}, "required": ["definitions", "properties"], "$schema"... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"jquery.shave.js": {"type": "string"}, "jquery.shave.min.js": {"type": "string"}, "shave.es.js": {"type": "string"}, "shave.es.min.js": {"type": "string"}, "shave.js": {"type": "string"}, "shave.min.js": {"type": "string"}}, "r... | {"jquery.shave.js" : "sha512-IGdsmWzpdb37yT2K9ViMXSYwJHc8uw0uDZKYyy/LDeC61zG42tF/0lm4HbUubZhL/OrVcC7mA5KVACSOgir9TA==", "jquery.shave.min.js" : "sha512-puTtb10FwebqXwhGk+5YKAWx4bK2doi3BNWaa/LV0mmy0E6Yl7ILlhhpd/9mX+ayxuh89/D1opHfEgLNxOYocw==", "shave.es.js" : "sha512-r4bP9yUvp3ayPNpWGMnCbVQfTE0NJ+BMR9pSBVAdUHaZXIHvrAsnq... | json_instruct | {"type": "object", "properties": {"jquery.shave.js": {"type": "string"}, "jquery.shave.min.js": {"type": "string"}, "shave.es.js": {"type": "string"}, "shave.es.min.js": {"type": "string"}, "shave.js": {"type": "string"}, "shave.min.js": {"type": "string"}}, "required": ["jquery.shave.js", "jquery.shave.min.js", "shave... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"900793710": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900793711": {"type": "object", "properties": {"n... | {"900793710" : {"nama" : "TPS 1", "dapil" : [1402, 11407, 2140402]}, "900793711" : {"nama" : "TPS 2", "dapil" : [1402, 11407, 2140402]}, "900793712" : {"nama" : "TPS 3", "dapil" : [1402, 11407, 2140402]}, "900793713" : {"nama" : "TPS 4", "dapil" : [1402, 11407, 2140402]}, "900793714" : {"nama" : "TPS 5", "dapil" : [140... | json_instruct | {"type": "object", "properties": {"900793710": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900793711": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "description": {"type": "string"}, "symbol": {"type": "string"}}, "required": ["id", "description", "symbol"]}, "$schema": "http://json-schema.org/draft-07... | [{"id" : 1, "description" : "\u042d\u0442\u043e \u0442\u0438\u043f\u0430 \u043d\u0443 \u0441\u043e\u0439\u0434\u0435\u0442 \u043b\u0430\u0434\u0433\u043d", "symbol" : "(_)"}, {"id" : 2, "description" : "lesxusdasd", "symbol" : ":_:"}, {"id" : 3, "description" : "huq", "symbol" : "_:_"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "description": {"type": "string"}, "symbol": {"type": "string"}}, "required": ["id", "description", "symbol"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "name_kana": {"type": "string"}}, "required": ["code", "name", "name_kana"]}, "$schema": "http://json-schema.org/draft-07/schema... | [{"code" : "145", "name" : "\u795e\u793e\u53e3", "name_kana" : "\uff76\uff90\uff94\uff7c\uff9b\uff78\uff9e\uff81"}, {"code" : "190", "name" : "\u5ddd\u4e95\u753a", "name_kana" : "\uff76\uff9c\uff72\uff8f\uff81"}, {"code" : "270", "name" : "\u4e80\u5c71", "name_kana" : "\uff76\uff92\uff94\uff8f"}, {"code" : "640", "name... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "name_kana": {"type": "string"}}, "required": ["code", "name", "name_kana"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"t... | {"author" : {"id" : "t2_6ojp9e", "name" : "antoicoa"}, "date" : {"day" : 1617408000, "full" : 1617484950, "month" : 1617235200, "week" : 1616889600}, "id" : "t3_mjhlvv", "misc" : {"postHint" : "link"}, "picture" : {"filesize" : 64052, "fullUrl" : "https://external-preview.redd.it/9vH-rzvs-0pql9oQS6Jv8kvJwg-Hv9rIS4JsBUB... | json_instruct | {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}},... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"_id": {"type": "string"}, "data": {"type": "object", "properties": {"actionCategory": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "actionType": {"type": "object", "properties": {"val... | {"_id" : "EZ24QwnFteLCrgLg", "data" : {"actionCategory" : {"value" : ""}, "actionType" : {"value" : "passive"}, "actions" : {"value" : ""}, "description" : {"chat" : "", "unidentified" : "", "value" : "<p>You are comfortable and socially capable in almost any cultural context. When you use the Society skill to Subsist,... | json_instruct | {"type": "object", "properties": {"_id": {"type": "string"}, "data": {"type": "object", "properties": {"actionCategory": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "actionType": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "actions"... |
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" : "Locker", "definitions" : ["A small lockable cupboard or compartment, typically as one of a number placed together for public use, e.g. in schools or railway stations.", "A chest or compartment on a ship or boat for clothes, stores, equipment, or ammunition.", "A device that locks something."], "parts-of-spee... | 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#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", ... | {"name" : "neighborhoods/yelp-fusion", "description" : "A library that interfaces with the Yelp Fusion (v3) API", "keywords" : ["yelp", "yelp-fusion"], "license" : "MIT", "authors" : [{"name" : "Matt Stypa", "email" : "matt.stypa@neighborhoods.com"}, {"name" : "Rashaud Teague", "email" : "rashaud.teague@neighborhoods.c... | 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"}, "email": {"type": "string"}}, "r... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"towns": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["towns"], "$schema": "http://json-schema.org/draft-07/sc... | {"towns" : [{"name" : "Cabanatuan", "url" : "cabanatuan"}]} | json_instruct | {"type": "object", "properties": {"towns": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["towns"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"w\u0259\u00b7\u1e25er\u00b7m\u014d\u00b7w\u00b7n\u00eem": {"type": "object", "properties": {"psa.42.6|9": {"type": "array", "items": {"type": "string"}}},... | {"pos" : "proper", "translits" : {"w\u0259\u00b7\u1e25er\u00b7m\u014d\u00b7w\u00b7n\u00eem" : {"psa.42.6|9" : ["of the Jordan\uff64", "and Hermon\uff64", "from the Hill"]}}, "meanings" : {"hermon" : 1}, "meaningsCount" : 1, "occurences" : 1} | json_instruct | {"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"w\u0259\u00b7\u1e25er\u00b7m\u014d\u00b7w\u00b7n\u00eem": {"type": "object", "properties": {"psa.42.6|9": {"type": "array", "items": {"type": "string"}}}, "required": ["psa.42.6|9"]}}, "required": ["w\u0259\u00b... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, ... | {"author" : {"id" : "t2_7s8szr0l", "name" : "InspiraSean86"}, "date" : {"day" : 1607040000, "full" : 1607080152, "month" : 1606780800, "week" : 1606608000}, "id" : "t3_k6izoz", "misc" : {"postHint" : "image"}, "picture" : {"filesize" : 116279, "fullUrl" : "https://preview.redd.it/uvg9100tk5361.jpg?auto=webp&s=0efbd8848... | json_instruct | {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}},... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"account": {"type": "object", "properties": {"email_address": {"type": "string"}}, "required": ["email_address"]}}, "required": ["account"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"account" : {"email_address" : "chris@hellosign.com"}} | json_instruct | {"type": "object", "properties": {"account": {"type": "object", "properties": {"email_address": {"type": "string"}}, "required": ["email_address"]}}, "required": ["account"], "$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"}, "dependencies": {"type": "object", "properties": {"core": {"type": "string"}}, "required": ["core"]}, "description": {"type": "string"}, "files": {"type": "array", "items": {"type": "str... | {"name" : "nbiot", "dependencies" : {"core" : "*"}, "description" : "SARA N2 NB-IoT package for pxt-microbit", "files" : ["README.md", "nbiot.ts", "_locales/no/nbiot-strings.json", "_locales/no/nbiot-jsdoc-strings.json"], "testFiles" : ["test.ts"], "targetVersions" : {"branch" : "v1.2.11", "tag" : "v1.2.11", "commits" ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "dependencies": {"type": "object", "properties": {"core": {"type": "string"}}, "required": ["core"]}, "description": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "testFiles": {"type": "array", "items": {"type": "string"}}, "ta... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"rps": {"type": "integer"}, "connections": {"type": "integer"}, "threads": {"type": "integer"}}, "required": ["rps", "connections", "threads"]}, "$schema": "http://json-schema.org/draf... | [{"rps" : 1, "connections" : 1, "threads" : 1}, {"rps" : 100, "connections" : 4, "threads" : 4}, {"rps" : 500, "connections" : 8, "threads" : 8}, {"rps" : 1000, "connections" : 40, "threads" : 32}, {"rps" : 5000, "connections" : 80, "threads" : 32}, {"rps" : 10000, "connections" : 128, "threads" : 32}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"rps": {"type": "integer"}, "connections": {"type": "integer"}, "threads": {"type": "integer"}}, "required": ["rps", "connections", "threads"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"body": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "created_by": {"type": "string"}, "parent_id": {"type": "string"}, "id": {"t... | {"body" : "Hi Claus,\n\n\nIf HDRshop is built on MFC (Microsoft Foundation Classes) then it will need\nat least one DLL to run (MFC42.dll), which is perhaps missing from Vista?\nOther MFC DLLs my also be required.\nYou should be able to download these from Mircosoft.\n\n\nThanks,\nGlen Harding\nDivision of Optometry\nU... | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "created_by": {"type": "string"}, "parent_id": {"type": "string"}, "id": {"type": "string"}}, "required": ["body", "attachments", "created... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "city": {"type": "object", "properties": {"code": {"type": "integer"}, "name": {"type": "string"}}, "required": ["code", "name"]}, "region": {"type": "object", "properties": {"code": {"... | {"id" : "100137283", "city" : {"code" : 4600, "name" : "\uc804\ub77c\ub0a8\ub3c4"}, "region" : {"code" : "2460101", "name" : "\ubaa9\ud3ec\uc2dc"}, "party" : "\uc815\uc758\ub2f9", "name" : "\uc724\uc18c\ud558", "hasEmail" : true} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "city": {"type": "object", "properties": {"code": {"type": "integer"}, "name": {"type": "string"}}, "required": ["code", "name"]}, "region": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}, "required": ["code", "name"]... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"Cmd": {"type": "string"}, "Data": {"type": "null"}}, "required": ["Cmd", "Data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Cmd" : "REQ_ALL_ADDR", "Data" : null} | json_instruct | {"type": "object", "properties": {"Cmd": {"type": "string"}, "Data": {"type": "null"}}, "required": ["Cmd", "Data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "au... | {"name" : "yussan/php-mvc-boilerplate", "description" : "pure php mvc(model view controller) boilerplate", "authors" : [{"name" : "yussandeveloper", "email" : "yussandeveloper@gmail.com"}], "autoload" : {"psr-4" : {"app\\Controllers\\" : "app/Controllers", "app\\Models\\" : "app/Models", "app\\Config\\" : "app/Config",... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "autoload": {"type": "object", "properties": {"psr-4": {"typ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "enabledForApps": {"type": "boolean"}, "method": {"type": "string"}, "path": {"type": "string"}, "previews": {"type": "array", "items": {}}, "params": {"type": "array", "items": {"type":... | {"name" : "List referrers", "enabledForApps" : true, "method" : "GET", "path" : "/repos/:owner/:repo/traffic/popular/referrers", "previews" : [], "params" : [{"name" : "owner", "type" : "string", "required" : true, "description" : "", "location" : "url"}, {"name" : "repo", "type" : "string", "required" : true, "descrip... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "enabledForApps": {"type": "boolean"}, "method": {"type": "string"}, "path": {"type": "string"}, "previews": {"type": "array", "items": {}}, "params": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"cms": {"type": "boolean"}}, "required": ["cms"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"h" : "9aed9c9c6cc3ebd1d0ce", "c" : {"cms" : true}} | json_instruct | {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"cms": {"type": "boolean"}}, "required": ["cms"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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" : "blockus:block/cod_crate"} | 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": {"cSpell.ignoreWords": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.ignoreWords"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"cSpell.ignoreWords" : ["fastly"]} | json_instruct | {"type": "object", "properties": {"cSpell.ignoreWords": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.ignoreWords"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "int... | {"nom" : "Serrouville", "circ" : "3\u00e8me circonscription", "dpt" : "Meurthe-et-Moselle", "inscrits" : 476, "abs" : 314, "votants" : 162, "blancs" : 8, "nuls" : 5, "exp" : 149, "res" : [{"nuance" : "REM", "nom" : "M. Xavier PALUSZKIEWICZ", "voix" : 88}, {"nuance" : "FI", "nom" : "M. Patrice ZOLFO", "voix" : 61}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array"... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"ofi.js": {"type": "string"}, "ofi.min.js": {"type": "string"}}, "required": ["ofi.js", "ofi.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ofi.js" : "sha512-Jjw5w9tWsSpo3jyFdj+XPvhHk61oQIkDKIKKcES2eq6KoZMr2wwJtey/R13ZJqqY7vL1M4ykRlkkDyUjNELuKA==", "ofi.min.js" : "sha512-JgRVw2e/U8o/rGCtrBVX5Eq/woCDoEWBACByptHZeqDueBpSk8Nat7SOf4yimk94Stpx4EIZTbJtJMUv68l7kQ=="} | json_instruct | {"type": "object", "properties": {"ofi.js": {"type": "string"}, "ofi.min.js": {"type": "string"}}, "required": ["ofi.js", "ofi.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"description": {"type": "string"}}, "required": ["description"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"description" : "Put your trailer reversing skills to the test!"} | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}}, "required": ["description"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "b9160de9fa7de69c36aac4da9de177eb0d12f8fb"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"html_attributions": {"type": "array", "items": {}}, "results": {"type": "array", "items": {"type": "object", "properties": {"business_status": {"type": "string"}, "geometry": {"type": "object", "properties": {"loc... | {"html_attributions" : [], "results" : [{"business_status" : "OPERATIONAL", "geometry" : {"location" : {"lat" : 26.1827563, "lng" : 90.1389401}, "viewport" : {"northeast" : {"lat" : 26.1839130302915, "lng" : 90.1402171802915}, "southwest" : {"lat" : 26.1812150697085, "lng" : 90.1375192197085}}}, "icon" : "https://maps.... | json_instruct | {"type": "object", "properties": {"html_attributions": {"type": "array", "items": {}}, "results": {"type": "array", "items": {"type": "object", "properties": {"business_status": {"type": "string"}, "geometry": {"type": "object", "properties": {"location": {"type": "object", "properties": {"lat": {"type": "number"}, "ln... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"grunt": {"type": "strin... | {"name" : "uxkit", "version" : "0.0.5", "main" : ["src/springs.js", "src/springs.scss"], "description" : "A modular front-end web framework inspired by iOS and built on delightful animations.", "devDependencies" : {"grunt" : "~0.4.1", "grunt-autoprefixer" : "~0.5.0", "grunt-compare-size" : "~0.4.0", "grunt-contrib-coff... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"grunt": {"type": "string"}, "grunt-autoprefixer": {"type": "string"}, "grunt-compa... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "test": {"typ... | {"name" : "test01", "version" : "0.1.0", "description" : "nuestro primero test", "main" : "dist/lib/test01.js", "scripts" : {"build" : "babel lib/test01.js -d dist", "test" : "mocha"}, "repository" : {"type" : "git", "url" : "git+https://github.com/alejandrovt/test01.git"}, "keywords" : ["test", "alejo"], "author" : "A... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "test": {"type": "string"}}, "required": ["build", "test"]}, "repository": {"type": "objec... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"user": {"type": "string"}, "repos": {"type": "integer"}, "login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "url": {"type": "string"}, "html_url": {"type": "string"}, "followe... | {"user" : "aakilfernandes", "repos" : 1, "login" : "aakilfernandes", "id" : 1577353, "avatar_url" : "https://avatars2.githubusercontent.com/u/1577353?v=3", "url" : "https://api.github.com/users/aakilfernandes", "html_url" : "https://github.com/aakilfernandes", "followers_url" : "https://api.github.com/users/aakilfernan... | json_instruct | {"type": "object", "properties": {"user": {"type": "string"}, "repos": {"type": "integer"}, "login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "url": {"type": "string"}, "html_url": {"type": "string"}, "followers_url": {"type": "string"}, "following_url": {"type": "string"}, "gist... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "primoId": {"type": "string"}, "slug": {"type": "string"}, "shortcode": {"type": "string"}, "imageUrl": {"type": "stri... | {"data" : {"id" : 35588, "title" : "Ernest Giles, explorer, ca. 1863-1872 / photographers George Perry and unknown", "primoId" : "ADLIB110343326", "slug" : "adlib110343326", "shortcode" : "", "imageUrl" : "https://dxlab.sl.nsw.gov.au/images-newselfwales/selfie1525670022501.jpg", "content" : "portraits, explorers, Adult... | json_instruct | {"type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "primoId": {"type": "string"}, "slug": {"type": "string"}, "shortcode": {"type": "string"}, "imageUrl": {"type": "string"}, "content": {"type": "string"}, "imageType": {"type": "string"}, ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"\uc758\uc548\uc811\uc218\uc815\ubcf4": {"type": "object", "properties": {"\uc758\uc548\ubc88\ud638": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc77c\uc790": {"type": "array", "items": {"ty... | {"\uc758\uc548\uc811\uc218\uc815\ubcf4" : {"\uc758\uc548\ubc88\ud638" : ["1800669"], "\uc81c\uc548\uc77c\uc790" : ["2008-08-19"], "\uc81c\uc548\uc790" : ["\uc758\uc7a5"], "\ubb38\uc11c" : [""], "\uc81c\uc548\ud68c\uae30" : ["\uc81c18\ub300(2008~2012)\uc81c277\ud68c"]}, "\ubcf8\ud68c\uc758 \uc2ec\uc758\uc815\ubcf4" : {"... | json_instruct | {"type": "object", "properties": {"\uc758\uc548\uc811\uc218\uc815\ubcf4": {"type": "object", "properties": {"\uc758\uc548\ubc88\ud638": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc77c\uc790": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc790": {"type": "array", "items": {"type": "s... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"status_code": {"type": "integer"}, "data": {"type": "object", "properties": {"entities": {"type": "array", "items": {"type": "object", "properties": {"entityValue": {"type": "string"}, "lastUpdatedTime": {"type": "object", "pr... | {"status_code" : 200, "data" : {"entities" : [{"entityValue" : "vol-12345", "lastUpdatedTime" : {"hour" : 3, "__class__" : "datetime", "month" : 1, "second" : 57, "microsecond" : 255000, "year" : 2017, "day" : 19, "minute" : 18}, "tags" : {"K" : "V"}, "eventArn" : "arn:aws:health:us-east-1::event/EBS_12345678-1234-1234... | json_instruct | {"type": "object", "properties": {"status_code": {"type": "integer"}, "data": {"type": "object", "properties": {"entities": {"type": "array", "items": {"type": "object", "properties": {"entityValue": {"type": "string"}, "lastUpdatedTime": {"type": "object", "properties": {"hour": {"type": "integer"}, "__class__": {"typ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "array", "items": ... | {"contract" : "0x483b2942b24681c258bc5b63cd0921e6c5ea997a", "tool" : "manticore", "start" : 1564149383.8743699, "end" : 1564151185.953806, "duration" : 1802.0794360637665, "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": {"type": "array", "items": {}}}}, "required": ["contract", "tool", "start", "end", "duration", "ana... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"locationData": {"type": "object", "properties": {"relativeBoundingBox": {"type": "object", "properties": {"xmin": {"type": "number"}, "width": {"type": "number"}, "ymin": {"type": "number"}, "height": {"type": "number"}}, "requi... | {"locationData" : {"relativeBoundingBox" : {"xmin" : 0.53552824, "width" : 0.04961759, "ymin" : 0.59580845, "height" : 0.06202221}, "relativeKeypoints" : [{"y" : 0.6019695, "x" : 0.55525446}, {"y" : 0.64912885, "x" : 0.5728188}, {"y" : 0.6511913, "x" : 0.5588248}, {"y" : 0.65002036, "x" : 0.546345}, {"y" : 0.6467156, "... | json_instruct | {"type": "object", "properties": {"locationData": {"type": "object", "properties": {"relativeBoundingBox": {"type": "object", "properties": {"xmin": {"type": "number"}, "width": {"type": "number"}, "ymin": {"type": "number"}, "height": {"type": "number"}}, "required": ["xmin", "width", "ymin", "height"]}, "relativeKeyp... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "integer"}, "url": {"type": "string"}, "author": {"type": "string"}, "title": {"type": "string"}, "text": {"type": "string"}, "published_date": {"type": "string"}, "section": {"type": "string"}}, "required": ["id",... | {"id" : 3923, "url" : "http://proxy-pubminefi.diffusion.finances.gouv.fr/pub/document/18/18945.pdf", "author" : "Michel Sapin", "title" : "INVITATION PRESSE - Michel SAPIN remettra le 28e Prix TURGOT du meilleur livre d'\u00e9conomie financi\u00e8re, le 25 mars \u00e0 19 h", "text" : " \n \n \n \nMICHEL SAPIN \nMINISTR... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "url": {"type": "string"}, "author": {"type": "string"}, "title": {"type": "string"}, "text": {"type": "string"}, "published_date": {"type": "string"}, "section": {"type": "string"}}, "required": ["id", "url", "author", "title", "text", "published_date", "sec... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.