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": {"upper_left_x": {"type": "number"}, "upper_left_y": {"type": "number"}, "bottom_right_x": {"type": "number"}, "bottom_right_y": {"type": "number"}, "time": {"type": "integer"}, "is_final": {"type": "boolean"}, "event...
{"upper_left_x" : 1637.8049060643543, "upper_left_y" : 98.89679737521779, "bottom_right_x" : 1970.541794429573, "bottom_right_y" : 585.0623620421762, "time" : 1480245820642, "is_final" : false, "event_type" : "movement", "op_order" : 21, "id" : 21}
json_instruct
{"type": "object", "properties": {"upper_left_x": {"type": "number"}, "upper_left_y": {"type": "number"}, "bottom_right_x": {"type": "number"}, "bottom_right_y": {"type": "number"}, "time": {"type": "integer"}, "is_final": {"type": "boolean"}, "event_type": {"type": "string"}, "op_order": {"type": "integer"}, "id": {"t...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"t...
{"citations" : [{"textCitation" : "[See cjexp on Metamath](http://us.metamath.org/mpegif/cjexp.html)"}], "names" : ["cjexp"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_cA", "#T_wcel", "#T_cc", "#T_wa", "#T_cN", "#T_wcel", "#T_cn0", "#T_wi", "#T_ccj", "#T_cfv", "#T_cA", "#T_cexp", "#T_cN", "#T_wceq", "#T_ccj"...
json_instruct
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "st...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "properties": {"id"...
{"type" : "MultiPolygon", "coordinates" : [[[[-70.54603667899993, 41.90737432100006], [-70.545949, 41.907158], [-70.543967, 41.903863], [-70.54385128999995, 41.90371210500006], [-70.54437695999995, 41.90350265800002], [-70.54525260199993, 41.903038187000035], [-70.54613585799993, 41.90251280200004], [-70.54645565699995...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "name": {...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"coachmarkteaching": {"type": "object", "properties": {"button": {"type": "object", "properties": {"primary": {"type": "object", "properties": {"#hovered": {"type": "object", "properties": {"text": {"type": "string"}}, "required"...
{"coachmarkteaching" : {"button" : {"primary" : {"#hovered" : {"text" : "@theme-text-primary-inverted"}, "#pressed" : {"text" : "@theme-text-primary-inverted"}}, "secondary" : {"#hovered" : {"text" : "@theme-text-primary-normal"}, "#pressed" : {"text" : "@theme-text-primary-normal"}}}}}
json_instruct
{"type": "object", "properties": {"coachmarkteaching": {"type": "object", "properties": {"button": {"type": "object", "properties": {"primary": {"type": "object", "properties": {"#hovered": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]}, "#pressed": {"type": "object", "properties":...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"Id": {"type": "string"}, "ParentId": {"type": "string"}, "Price": {"type": "integer"}}, "required": ["Id", "ParentId", "Price"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Id" : "pxl_mpx45_14inbarrel", "ParentId" : "5b5f75c686f774094242f19f", "Price" : 15380}
json_instruct
{"type": "object", "properties": {"Id": {"type": "string"}, "ParentId": {"type": "string"}, "Price": {"type": "integer"}}, "required": ["Id", "ParentId", "Price"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"reporterEnabled": {"type": "string"}, "mochaJunitReporterReporterOptions": {"type": "object", "properties": {"mochaFile": {"type": "string"}, "includePending": {"type": "boolean"}}, "required": ["mochaFile", "include...
{"reporterEnabled" : "spec, mocha-junit-reporter", "mochaJunitReporterReporterOptions" : {"mochaFile" : "./testoutput/test-results.xml", "includePending" : true}}
json_instruct
{"type": "object", "properties": {"reporterEnabled": {"type": "string"}, "mochaJunitReporterReporterOptions": {"type": "object", "properties": {"mochaFile": {"type": "string"}, "includePending": {"type": "boolean"}}, "required": ["mochaFile", "includePending"]}}, "required": ["reporterEnabled", "mochaJunitReporterRepor...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"events": {"type": "string"}, "no-events": {"type": "string"}, "control-panel": {"type": "string"}, "delete-events": {"type": "string"}}, "required": ["events", "no-events", "control-panel", "delete-events"], "$schema": "http://j...
{"events" : "Doga\u0111anja", "no-events" : "Nema doga\u0111aja", "control-panel" : "Kontrolna plo\u010da doga\u0111anja", "delete-events" : "Obri\u0161i doga\u0111anja"}
json_instruct
{"type": "object", "properties": {"events": {"type": "string"}, "no-events": {"type": "string"}, "control-panel": {"type": "string"}, "delete-events": {"type": "string"}}, "required": ["events", "no-events", "control-panel", "delete-events"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type":...
{"title" : "High-frequency shape and albedo from shading using natural image statistics.", "fields" : ["naturalness", "shading", "albedo", "photometric stereo", "subset and superset"], "abstract" : "We relax the long-held and problematic assumption in shape-from-shading (SFS) that albedo must be uniform or known, and a...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"typ...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/dra...
[{"package" : "bioconductor-pd.rae230b", "downloads" : 1300, "count" : 1256}]
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#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"$schema": {"type": "string"}, "id": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"date": {"type": "object", "properties": {"type": {"type": "string"}, "format": {...
{"$schema" : "http://json-schema.org/draft-04/schema#", "id" : "http://toyatech.net/cmsapp/finances/Deposit", "type" : "object", "properties" : {"date" : {"type" : "string", "format" : "date-time"}, "type" : {"$ref" : "http://toyatech.net/cmsapp/finances/DepositType"}, "amount" : {"type" : "number"}, "comment" : {"type...
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "id": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"date": {"type": "object", "properties": {"type": {"type": "string"}, "format": {"type": "string"}}, "required": ["type", "format"]}, "type": {"type": "o...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repo...
{"name" : "goldenaxejs", "version" : "0.0.1", "description" : "Golden Axe remake and porting to HTML5", "main" : "dist/index.html", "scripts" : {"test" : "grunt jasmine"}, "repository" : {"type" : "git", "url" : "https://github.com/vbence86/goldenaxejs"}, "keywords" : ["Golden", "Axe", "HTML5", "Javascript", "port", "r...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "s...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "integer"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"...
{"Time" : "2021-08-07T21:00:00Z", "Temp" : 26.8, "RelHum" : 81, "WindSpeed" : 2, "WindDir" : 269}
json_instruct
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "integer"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private":...
{"name" : "website-visual-testing", "version" : "0.1.3", "description" : "Take automatic screenshots of your web pages and do your own visual regression tests using Node, Jest and Puppeteer headless browser", "main" : "./src/index.ts", "repository" : "https://github.com/jflagarde/website-visual-testing.git", "author" :...
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"}, "types": {"type": "string"}, "depende...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"ty...
{"userId" : 51127, "cartId" : "c8475693-a616-4138-a806-7c6885f8da21", "preferredProducts" : [1166, 4171, 2556], "productReviews" : [{"productId" : 2602, "reviewText" : "My neighbor Karly has one of these. She works as a gambler and she says it looks tall.", "reviewDate" : "2016-06-21T02:01:35.1217448+03:00"}, {"product...
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 a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : "AND I DOUBT NOT, BUT IF WE COULD TRACE THEM TO THEIR SOURCES, WE SHOULD FIND, IN ALL LANGUAGES, THE NAMES,", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/8354.json"}
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"accountLinkingWhitelistedDomains": {"type": "null"}, "asin": {"type": "string"}, "averageRating": {"type": "integer"}, "canDisable": {"type": "boolean"}, "capabilities": {"type": "null"}, "category": {"type": "nul...
{"accountLinkingWhitelistedDomains" : null, "asin" : "B01N3T1HPB", "averageRating" : 0, "canDisable" : true, "capabilities" : null, "category" : null, "description" : "These are a compilation of 122 facts from Motley Fool about the art of investing.", "enablement" : null, "exampleInteractions" : ["Alexa, open investing...
json_instruct
{"type": "object", "properties": {"accountLinkingWhitelistedDomains": {"type": "null"}, "asin": {"type": "string"}, "averageRating": {"type": "integer"}, "canDisable": {"type": "boolean"}, "capabilities": {"type": "null"}, "category": {"type": "null"}, "description": {"type": "string"}, "enablement": {"type": "null"}, ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"from": {"type": "string"}, "name": {"type": "string"}, "num": {"type": "integer"}, "comps": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "place": {"type": "string"}, "dat...
{"from" : " LAVEEN, AZ USA", "name" : " SCITECH", "num" : 5582, "comps" : [{"name" : "AZ FTC Championship Tournament ", "place" : "Coconino High School", "date" : "19-Jan-13", "highest" : 20, "QP" : 2, "RP" : 42, "matches" : 6}]}
json_instruct
{"type": "object", "properties": {"from": {"type": "string"}, "name": {"type": "string"}, "num": {"type": "integer"}, "comps": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "place": {"type": "string"}, "date": {"type": "string"}, "highest": {"type": "integer"}, "QP": {"type": ...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"volume": {"type": "object", "properties": {"status": {"type": "string"}, "display_name": {"type": "string"}, "attachments": {"type": "array", "items": {"type": "object", "properties": {"device": {"type": "string"}, ...
{"volume" : {"status" : "in-use", "display_name" : "test", "attachments" : [{"device" : "/dev/vdc", "server_id" : "0229a1c1-d54a-4836-8527-2ab28b42e2bb", "id" : "60761c60-0f56-4499-b522-ff13e120af10", "volume_id" : "60761c60-0f56-4499-b522-ff13e120af10"}], "availability_zone" : "nova", "created_at" : "2012-10-29T20:53:...
json_instruct
{"type": "object", "properties": {"volume": {"type": "object", "properties": {"status": {"type": "string"}, "display_name": {"type": "string"}, "attachments": {"type": "array", "items": {"type": "object", "properties": {"device": {"type": "string"}, "server_id": {"type": "string"}, "id": {"type": "string"}, "volume_id"...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {...
{"nom" : "Villers-sur-Authie", "dpt" : "Somme", "inscrits" : 345, "abs" : 53, "votants" : 292, "blancs" : 4, "nuls" : 3, "exp" : 285, "res" : [{"panneau" : "2", "voix" : 114}, {"panneau" : "11", "voix" : 56}, {"panneau" : "9", "voix" : 42}, {"panneau" : "3", "voix" : 38}, {"panneau" : "1", "voix" : 15}, {"panneau" : "4...
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object"...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"706935f-a": {"type": "object", "properties": {"width": {"type": "integer"}, "thumb_url": {"type": "string"}, "image_url": {"type": "string"}, "title": {"type": "string"}, "date": {"type": "string"}, "text": {"type": "string"},...
{"706935f-a" : {"width" : 600, "thumb_url" : "http://oldnyc-assets.nypl.org/thumb/706935f-a.jpg", "image_url" : "http://oldnyc-assets.nypl.org/600px/706935f-a.jpg", "title" : "", "date" : "1936", "text" : "Sumpter Street, at, adjoining and west of the S.W. corner of Saratoga Ave. At the laft of the Hebrew Educational C...
json_instruct
{"type": "object", "properties": {"706935f-a": {"type": "object", "properties": {"width": {"type": "integer"}, "thumb_url": {"type": "string"}, "image_url": {"type": "string"}, "title": {"type": "string"}, "date": {"type": "string"}, "text": {"type": "string"}, "folder": {"type": "string"}, "height": {"type": "integer"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "object", "properties": {"fileNodeID": {"type": "string"}, "modified": {"type": "string"}}, "required": ["fileNodeID", "modified"]}},...
{"expireTime" : 9007200844260001000, "key" : "wordpress-media-942", "val" : {"fileNodeID" : "57580f93-2a48-5e0f-932f-6d8e183b28bd", "modified" : "2020-03-04T20:08:24.000Z"}}
json_instruct
{"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "object", "properties": {"fileNodeID": {"type": "string"}, "modified": {"type": "string"}}, "required": ["fileNodeID", "modified"]}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.o...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "iso2": {"type": "string"}, "admin_level": {"type": "integer"}, "osm_id": {"type": "integer"}, "wikidata_id": {"...
{"type" : "Feature", "properties" : {"name" : "okres Chomutov", "iso2" : "CZ-422", "admin_level" : 7, "osm_id" : 441437, "wikidata_id" : "Q161094", "wikipedia_id" : "cs:Okres Chomutov", "population" : 124751, "countrylevel_id" : "iso2:CZ-422", "osm_data" : {"localname" : "okres Chomutov", "official_name" : "", "alltags...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "iso2": {"type": "string"}, "admin_level": {"type": "integer"}, "osm_id": {"type": "integer"}, "wikidata_id": {"type": "string"}, "wikipedia_id": {"type": "string"}, "population": {"...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "3519130012", "district_id" : "3519130", "name" : "GUNUNGSARI"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"946809995119": {"type": "object", "properties": {"type": {"type": "string"}, "bookName": {"type": "string"}, "subjectName": {"type": "string"}, "fName": {"type": "string"}}, "required": ["type", "bookName", "subjectN...
{"946809995119" : {"type" : "book open", "bookName" : "Epic%20Quest", "subjectName" : "school", "fName" : "users/MS0vYW5kcm9pZF9hc3NldC93d3cvc2Nob29sL0VwaWMlMjBRdWVzdC92YXJpYWJsZS1FUV9NYXBfdmlkZW9zLUVRX01hcF92aWRfQWxwYWNhLmh0bWwtYW5hbHl0aWNzLTk0NjgwOTk5NTAwNQ==.json"}, "946809995436" : {"type" : "st"}, "946809995438" :...
json_instruct
{"type": "object", "properties": {"946809995119": {"type": "object", "properties": {"type": {"type": "string"}, "bookName": {"type": "string"}, "subjectName": {"type": "string"}, "fName": {"type": "string"}}, "required": ["type", "bookName", "subjectName", "fName"]}, "946809995436": {"type": "object", "properties": {"t...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "propert...
{"type" : "MultiPolygon", "coordinates" : [[[[-83.515757, 32.103949], [-83.5157, 32.109921], [-83.515634, 32.111438], [-83.515574, 32.116248], [-83.515527, 32.118012], [-83.515172, 32.118055], [-83.51512, 32.11807], [-83.514748, 32.118069], [-83.507142, 32.118095], [-83.505367, 32.118089], [-83.500842, 32.118061], [-83...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "name": {...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"cSpell.words" : ["animate", "draw", "scale"]}
json_instruct
{"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "flags": {"type": "integer"}, "props": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "flags": {"type": "integer"}}, "required": ["...
{"name" : "entdismembermentWoundMeshes", "flags" : 2, "props" : [{"type" : "entdismembermentResourceSetE", "name" : "ResourceSet", "flags" : 6627016705}, {"type" : "array:entdismembermentMeshInfo", "name" : "Meshes", "flags" : 6631211013}, {"type" : "array:entdismembermentFillMeshInfo", "name" : "FillMeshes", "flags" :...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "flags": {"type": "integer"}, "props": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "flags": {"type": "integer"}}, "required": ["type", "name", "flags"]}}}, "required": ["name", "flags",...
Create a JSON structure that matches this schema definition: {"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"...
{"contract" : "0x794d1d86685d45f9297c2fe80f295aa7f8285bb4", "tool" : "osiris", "start" : 1564615140.2924314, "end" : 1564615142.9187672, "duration" : 2.626335859298706, "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://...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type":...
{"text" : {"0" : {"m1" : "\u062a\u0627 \u0633\u0644\u0633\u0644\u0647 \u0632\u0644\u0641 \u062a\u0648 \u0632\u0646\u062c\u06cc\u0631 \u062c\u0646\u0648\u0646 \u0634\u062f", "m2" : "\u0648\u0627\u0628\u0633\u062a\u06af\u06cc \u0627\u06cc\u0646 \u062f\u0644 \u062f\u06cc\u0648\u0627\u0646\u0647 \u0641\u0632\u0648\u0646 \u...
json_instruct
{"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "2": {...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"other_ids": {"type": "array", "items": {}}, "mRNA_sequence": {"type": "array", "items": {"type": "object", "properties": {"index": {"type": "integer"}, "type": {"type": "string"}, "sequence": {"type": "string"}}, "required"...
{"other_ids" : [], "mRNA_sequence" : [{"index" : 0, "type" : "five_prime_UTR", "sequence" : "CAAAAACAGTCTGCAAAGACAAACAAGCATAGAAGCTCAGTTGGTCTAAATGTATATTACTAGATCGGTTCTGTAATTATTGGTGTTTTATTAGCAATGAATGGTGCTTTCAACTGAATATATCCGACAGAGAAACTATATGGCGTTACAATTTTCAAAGGTAGTAGTTTATCTATTTGGTAAATGATAGTTGTACGAACTGCTACGCATTTACTCAAAATCTTAGT...
json_instruct
{"type": "object", "properties": {"other_ids": {"type": "array", "items": {}}, "mRNA_sequence": {"type": "array", "items": {"type": "object", "properties": {"index": {"type": "integer"}, "type": {"type": "string"}, "sequence": {"type": "string"}}, "required": ["index", "type", "sequence"]}}, "other_names": {"type": "ar...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "...
{"name" : "funkcja", "version" : "0.0.9", "description" : "Log function body and name to browser's console.", "main" : "dist/index.js", "types" : "dist/index.d.ts", "scripts" : {"build" : "tsc", "babel" : "babel ./src --out-dir dist --extensions '.ts,.tsx'", "prod" : "rimraf tsdist && rimraf dist && npm run babel && ts...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "babel": {"type": "string"}, "prod": {"type": "string"}}, "re...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"climate": {"type": "string"}, "created": {"type": "string"}, "diameter": {"type": "string"}, "edited": {"type": "string"}, "films": {"type": "array", "items": {"type": "string"}}, "gravity": {"type": "string"}, "name": {"type"...
{"climate" : "temperate", "created" : "2014-12-10T11:54:13.921000Z", "diameter" : "12240", "edited" : "2014-12-20T20:58:18.432000Z", "films" : ["https://gotev.github.io/swapi-android/films/5/", "https://gotev.github.io/swapi-android/films/4/", "https://gotev.github.io/swapi-android/films/6/", "https://gotev.github.io/s...
json_instruct
{"type": "object", "properties": {"climate": {"type": "string"}, "created": {"type": "string"}, "diameter": {"type": "string"}, "edited": {"type": "string"}, "films": {"type": "array", "items": {"type": "string"}}, "gravity": {"type": "string"}, "name": {"type": "string"}, "orbital_period": {"type": "string"}, "populat...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "anarchize", "definition" : "To reduce to anarchy."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "website": {"type": "string"}, "description": {"type": "string"}, "explorer": {"type": "string"}, "type": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "status": ...
{"name" : "VoltBit", "website" : "https://www.voltbit.org/", "description" : "A deflationary cryptocurrency that has a locked liquidity and is community backed. Our aim is to help those without electricity receive it in a way that helps our planet.", "explorer" : "https://bscscan.com/token/0xe78a58acb18811e840dd828d4f0...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "website": {"type": "string"}, "description": {"type": "string"}, "explorer": {"type": "string"}, "type": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "status": {"type": "string"}, "id": {"type": "string"}, "logo": {"typ...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$sch...
[{"name" : "ALBANE", "frequency" : 11087, "males" : "0.0 %", "females" : "100.0 %"}]
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#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"dbId": {"type": "string"}, "name": {"type": "string"}, "children": {"type": "array", "items": {}}, "size": {"type": "integer"}, "symbols": {"type": "array", "items": {"type": "string"}}, "gallusOrth": {"type": "object", "pr...
{"dbId" : "1222387", "name" : "Tolerance of reactive oxygen produced by macrophages", "children" : [], "size" : 1, "symbols" : ["sodB", "sodC", "ahpC", "ahpC", "katG", "sodB", "secD", "secF", "secE", "secG", "secA2", "secY", "secA1"], "gallusOrth" : {"type" : "Empty", "count" : 0}}
json_instruct
{"type": "object", "properties": {"dbId": {"type": "string"}, "name": {"type": "string"}, "children": {"type": "array", "items": {}}, "size": {"type": "integer"}, "symbols": {"type": "array", "items": {"type": "string"}}, "gallusOrth": {"type": "object", "properties": {"type": {"type": "string"}, "count": {"type": "int...
Using the following JSON schema, generate a compatible JSON instance: {"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-sche...
{"word" : "Zodiac", "definitions" : ["a belt of the heavens within about 8\u00b0 either side of the ecliptic, including all apparent positions of the sun, moon, and most familiar planets. It is divided into twelve equal divisions or signs (Aries, Taurus, Gemini, Cancer, Leo, Virgo, Libra, Scorpio, Sagittarius, Capricor...
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#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"lhorie/mithril": {"type": "string"}}, "required": ["lhorie/mithril"]}}, "required": ["main", "dependencies"], "$schema": "http://json-sche...
{"main" : "main.js", "dependencies" : {"lhorie/mithril" : "0.2.0"}}
json_instruct
{"type": "object", "properties": {"main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"lhorie/mithril": {"type": "string"}}, "required": ["lhorie/mithril"]}}, "required": ["main", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "eructation", "definition" : "1. The act of belching wind from the stomach; a belch. 2. A violent belching out or emitting, as of gaseous or other matter from the crater of a volcano, geyser, etc."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"title": {"type": "string"}, "verses": {"type": "array", "items": {"type": "object", "properties": {"lines": {"type": "array", "items": {"type": "string"}}}, "required": ["lines"]}}, "chorus": {"type": "string"}...
{"title" : "IPH 449 - Crown Him with many crowns", "verses" : [{"lines" : ["Crown Him with many crowns,", " the Lamb upon His throne,", "while heaven\u2019s eternal anthem drowns", " all music but its own!", "\f Awake, my soul, and sing", " of Him who died to be", "your Saviour and your matchless King", " through all e...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "verses": {"type": "array", "items": {"type": "object", "properties": {"lines": {"type": "array", "items": {"type": "string"}}}, "required": ["lines"]}}, "chorus": {"type": "string"}, "CCLI": {"type": "string"}}, "required": ["title", "verses", "chorus", "C...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"openpgp.js": {"type": "string"}, "openpgp.min.js": {"type": "string"}, "openpgp.worker.js": {"type": "string"}, "openpgp.worker.min.js": {"type": "string"}}, "required": ["openpgp.js", "openpgp.min.js", "openpgp.wo...
{"openpgp.js" : "sha256-V4U03gUSWOSpYkX03eh3pkFsE38fJ7ESc1W1+bnPffU=", "openpgp.min.js" : "sha256-vjRRhp79B0yaY8j3khAFlaySqCHDg+dzve+GHrWGnl8=", "openpgp.worker.js" : "sha256-bptSpAfg+LmItSpDYpTHITRqV1a27Ky9qb/ZF72QVu4=", "openpgp.worker.min.js" : "sha256-fiqa9O73V6FfqyTF/0I2kNYsd7Vc/fhQ6HiEPOxrnSw="}
json_instruct
{"type": "object", "properties": {"openpgp.js": {"type": "string"}, "openpgp.min.js": {"type": "string"}, "openpgp.worker.js": {"type": "string"}, "openpgp.worker.min.js": {"type": "string"}}, "required": ["openpgp.js", "openpgp.min.js", "openpgp.worker.js", "openpgp.worker.min.js"], "$schema": "http://json-schema.org/...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "sideEffects": {"type": "boolean"}, "main": {"type": "string"}, "module": {"type": "string"}, "types": {"type": "string"}}, "required": ["name", "private", "sideEffect...
{"name" : "reakit-utils/fireEvent", "private" : true, "sideEffects" : false, "main" : "../lib/fireEvent", "module" : "../es/fireEvent", "types" : "../ts/fireEvent"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "sideEffects": {"type": "boolean"}, "main": {"type": "string"}, "module": {"type": "string"}, "types": {"type": "string"}}, "required": ["name", "private", "sideEffects", "main", "module", "types"], "$schema": "http://json-sch...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"},...
{"name" : "cra-template-nimble", "version" : "2.1.0", "keywords" : ["react", "create-react-app", "template", "typescript", "nimble"], "description" : "The base template for Nimble React App.", "repository" : {"type" : "git", "url" : "https://github.com/nimblehq/react-templates.git"}, "license" : "MIT", "engines" : {"no...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": ...
{"userId" : 99186, "cartId" : "ee467c61-309b-48e1-84d9-c7d6f125e90a", "preferredProducts" : [2380, 593, 1810, 3181, 3277, 1963, 216, 4680], "productReviews" : [{"productId" : 4368, "reviewText" : "one of my hobbies is programming. and when i'm programming this works great.", "reviewDate" : "2019-11-11T23:35:47.1619291+...
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...
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"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "prop...
{"name" : "@mitchreece/prettier-config", "version" : "1.0.0", "description" : "configuration for prettier code formatter", "main" : "index.js", "files" : ["index.js"], "scripts" : {"test" : "jest", "prepublishOnly" : "yarn test"}, "jest" : {"testMatch" : ["**/?(*.)+(spec|test).[jt]s?(x)"]}, "repository" : "git@github.c...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "prepublishOnly": {"type": "string...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "version_id": {"type": "string"}, "version": {"type": "integer"}, "created_at": {"type": "string"}, "modified_at": {"type": "string"}, "type": {"type": "string"}, "body": {"type": "obje...
{"id" : "ae200793-ef1e-49da-a5fc-8a04c5be612f", "version_id" : "b6504b09-83c3-57fc-881a-ad5fc0c92912", "version" : 1, "created_at" : "2018-08-14T00:28:27.761Z", "modified_at" : "2018-08-14T00:28:27.761Z", "type" : "vessel", "body" : {"name" : "SZENT LASZLO", "mmsi" : "243071912", "imo" : "0", "eni" : "38601708", "calls...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "version_id": {"type": "string"}, "version": {"type": "integer"}, "created_at": {"type": "string"}, "modified_at": {"type": "string"}, "type": {"type": "string"}, "body": {"type": "object", "properties": {"name": {"type": "string"}, "mmsi": {"type": "string"},...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "author": {"type": "stri...
{"name" : "@savvywombat/accessible-web-components", "version" : "0.1.0", "description" : "A library of accessible web components", "keywords" : ["accessible", "web component", "accessible web component"], "license" : "MIT", "author" : "Stuart Jones <stuart@savvywombat.com.au>", "repository" : {"type" : "git", "url" : "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "author": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "strin...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"ty...
{"userId" : 43330, "cartId" : "7ca5c1ac-e36a-4ef4-a179-1f6986840fce", "preferredProducts" : [1904, 3624, 492, 3426], "productReviews" : [{"productId" : 2434, "reviewText" : "talk about surprise!!!", "reviewDate" : "2020-05-02T19:14:11.5578847+03:00"}, {"productId" : 4508, "reviewText" : "one of my hobbies is hiking. an...
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 a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "6107160033", "district_id" : "6107160", "name" : "BULUK JEGARA"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"...
{"userId" : 5561, "cartId" : "f4ba7521-d1c1-4f12-8c96-fe91fbbe5c08", "preferredProducts" : [4665, 3627, 2021, 3949, 1449, 4713, 827, 3638], "productReviews" : [{"productId" : 2492, "reviewText" : "I tried to scratch it but got cheeseburger all over it.", "reviewDate" : "2019-02-17T18:08:55.4159294+02:00"}, {"productId"...
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"coords": {"type": "object", "properties": {"timestamp": {"type": "string"}, "lon": {"type": "integer"}, "hdg": {"type": "integer"}, "relative_alt": {"type": "integer"}, "lat": {"type": "integer"}, "alt": {"type": "integer"}}, "r...
{"coords" : {"timestamp" : "2017_04_22_10_40_20_030843", "lon" : 350786175, "hdg" : 12697, "relative_alt" : 1114400, "lat" : 326416438, "alt" : 891060}, "data" : [5045, 3290, 2125, 1330, 885, 700, 610, 470, 350, 295, 185, 135, 105, 90, 55, 36, 36, 16, 7, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}
json_instruct
{"type": "object", "properties": {"coords": {"type": "object", "properties": {"timestamp": {"type": "string"}, "lon": {"type": "integer"}, "hdg": {"type": "integer"}, "relative_alt": {"type": "integer"}, "lat": {"type": "integer"}, "alt": {"type": "integer"}}, "required": ["timestamp", "lon", "hdg", "relative_alt", "la...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-sche...
[{"year" : 1963, "sex" : "F", "n" : 5, "prop" : 2.52e-06}, {"year" : 1964, "sex" : "F", "n" : 6, "prop" : 3.07e-06}, {"year" : 1965, "sex" : "F", "n" : 9, "prop" : 4.93e-06}, {"year" : 1968, "sex" : "F", "n" : 5, "prop" : 2.92e-06}, {"year" : 1970, "sex" : "F", "n" : 7, "prop" : 3.82e-06}, {"year" : 1971, "sex" : "F", ...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"372012": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "count": {"type": "integer"}, "419091": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]},...
{"372012" : {"count" : 2}, "count" : 38, "419091" : {"count" : 1}, "353031" : {"count" : 2}, "412010" : {"count" : 2}, "435081" : {"count" : 2}, "N.A.//" : {"count" : 23}, "413041" : {"count" : 1}, "352010" : {"count" : 1}, "519061" : {"count" : 1}, "4520XX" : {"count" : 1}, "1940YY" : {"count" : 2}}
json_instruct
{"type": "object", "properties": {"372012": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "count": {"type": "integer"}, "419091": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "353031": {"type": "object", "properties": {"count": {"typ...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"timestamp": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"data_type": {"type": "string"}, "value": {"type": "string"}, "max": {"type": "string"}, "min": {"type": "string"}, "sd": {"t...
{"timestamp" : "2020-10-03T02:42:51Z", "data" : [{"data_type" : "pm10", "value" : "0.20", "max" : "1.00", "min" : "0.00", "sd" : "0.41"}, {"data_type" : "pm2.5", "value" : "0.20", "max" : "1.00", "min" : "0.00", "sd" : "0.41"}, {"data_type" : "pm1", "value" : "0.00", "max" : "0.00", "min" : "0.00", "sd" : "0.00"}, {"da...
json_instruct
{"type": "object", "properties": {"timestamp": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"data_type": {"type": "string"}, "value": {"type": "string"}, "max": {"type": "string"}, "min": {"type": "string"}, "sd": {"type": "string"}}, "required": ["data_type", "value", "max",...
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"address_components": {"type": "array", "items": {"type": "object", "properties": {"long_name": {"type": "string"}, "short_name": {"type": "string"}, "types": {"type": "array", "items": {"t...
[{"address_components" : [{"long_name" : "Ye\u015filhisar", "short_name" : "Ye\u015filhisar", "types" : ["locality", "political"]}, {"long_name" : "Ye\u015filhisar", "short_name" : "Ye\u015filhisar", "types" : ["administrative_area_level_2", "political"]}, {"long_name" : "Kayseri", "short_name" : "Kayseri", "types" : [...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"address_components": {"type": "array", "items": {"type": "object", "properties": {"long_name": {"type": "string"}, "short_name": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}}, "required": ["long_name", "short_name", "types"]}},...
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"}, "snapshot": {"ty...
{"id" : "QmQHS3sMFGuT66kFZR478WriiS8EUr1VksDeQE2u9nHtkS", "title" : "Market LOGE through a YouTuber", "body" : "We've had a rough week and I think it's important we get some good exposure before listings to CMC and Coingecko.\n\nI think we should find a YouTuber involved in the crypto space who has a decent amount of s...
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"}, "snapshot": {"type": "string"}, "state": {"type": "string"}, "author": {"type": "strin...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": ...
{"nom" : "Charbonni\u00e8res-les-Varennes", "dpt" : "Puy-de-D\u00f4me", "inscrits" : 1314, "abs" : 236, "votants" : 1078, "blancs" : 111, "nuls" : 32, "exp" : 935, "res" : [{"panneau" : "1", "voix" : 614}, {"panneau" : "2", "voix" : 321}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object"...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}...
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[125.375, 27.25], [125.375, 27.333333333333332], [125.5, 27.333333333333332], [125.5, 27.25], [125.375, 27.25]]]}, "properties" : {"code" : 402573, "url" : "http://madefor.github.io/0410/api/v1/402573.geojson", "view" : "https://github.com/madefor...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"uuid": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "s...
{"uuid" : "0a5ad5b1-235a-4a85-ae75-c07f618ce138", "children" : ["d5a5cbc8-745e-4bd8-91d8-2463249aaa8e"], "befores" : [{"name" : "gen", "status" : "passed", "start" : 1555196589619, "stop" : 1555196589990}], "start" : 1555196589619, "stop" : 1555196591461}
json_instruct
{"type": "object", "properties": {"uuid": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "require...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"loss_data": {"type": "array", "items": {"type": "number"}}, "train_accs": {"type": "array", "items": {"type": "number"}}, "dev_accs": {"type": "array", "items": {"type": "number"}}, "test_accs": {"type": "array", "i...
{"loss_data" : [3.320683717727661, 2.7862250804901123, 2.5551843643188477, 2.203528642654419, 1.9543778896331787, 1.7020726203918457, 1.386312484741211, 1.2587344646453857, 1.0853033065795898, 0.9232302904129028, 0.8159053325653076, 0.6797688007354736, 0.5956819653511047, 0.5242130160331726, 0.42910337448120117, 0.4000...
json_instruct
{"type": "object", "properties": {"loss_data": {"type": "array", "items": {"type": "number"}}, "train_accs": {"type": "array", "items": {"type": "number"}}, "dev_accs": {"type": "array", "items": {"type": "number"}}, "test_accs": {"type": "array", "items": {"type": "number"}}}, "required": ["loss_data", "train_accs", "...
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_zkpeq", "name" : "jono40kstories"}, "date" : {"day" : 1621209600, "full" : 1621228083, "month" : 1619827200, "week" : 1621123200}, "id" : "t3_ne7c8t", "picture" : {"filesize" : 81460, "fullUrl" : "https://preview.redd.it/6owzmbxm5mz61.jpg?width=2896&format=pjpg&auto=webp&s=18e85c53f58f43614f9353...
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"}},...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"images": {"type": "array", "items": {"type": "object", "properties": {"filename": {"type": "string"}, "idiom": {"type": "string"}, "scale": {"type": "string"}}, "required": ["filename", "idiom", "scale"]}}, "info": {...
{"images" : [{"filename" : "ic_mood_bad_18pt.png", "idiom" : "universal", "scale" : "1x"}, {"filename" : "ic_mood_bad_18pt_2x.png", "idiom" : "universal", "scale" : "2x"}, {"filename" : "ic_mood_bad_18pt_3x.png", "idiom" : "universal", "scale" : "3x"}], "info" : {"author" : "xcode", "version" : 1}}
json_instruct
{"type": "object", "properties": {"images": {"type": "array", "items": {"type": "object", "properties": {"filename": {"type": "string"}, "idiom": {"type": "string"}, "scale": {"type": "string"}}, "required": ["filename", "idiom", "scale"]}}, "info": {"type": "object", "properties": {"author": {"type": "string"}, "versi...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {"polygon-pos": {"type": "string"}}, "required": ["polygon-pos"]}, "hashing_algorithm": {"type": ...
{"id" : "ubiq", "symbol" : "ubq", "name" : "Ubiq", "platforms" : {"polygon-pos" : "0xb1c5c9b97b35592777091cd34ffff141ae866abd"}, "hashing_algorithm" : "Ubqhash", "categories" : ["Smart Contract Platform"], "description" : {"en" : "Ubiq is a decentralized platform which allows the creation and implementation of smart co...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {"polygon-pos": {"type": "string"}}, "required": ["polygon-pos"]}, "hashing_algorithm": {"type": "string"}, "categories": {"type": "array", "items": {"type"...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}, "maintainer": {"type": "string"}}, "required": ["name", "url", "maintainer"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Hass.io Addons (Edge) by einschmidt", "url" : "https://github.com/einschmidt/hassio-addons-edge", "maintainer" : "einschmidt"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}, "maintainer": {"type": "string"}}, "required": ["name", "url", "maintainer"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"ApplicationNames": {"type": "object", "properties": {"type": {"type": "string"}, "metadata": {"type": "object", "properties": {"displayName": {"type": "string"}, "description": {"type": "string"}}, "required": ["dis...
{"ApplicationNames" : {"type" : "string", "metadata" : {"displayName" : "Application names", "description" : "Application names. Example: 'python', 'powershell', or a comma separated list such as 'python,powershell'."}}}
json_instruct
{"type": "object", "properties": {"ApplicationNames": {"type": "object", "properties": {"type": {"type": "string"}, "metadata": {"type": "object", "properties": {"displayName": {"type": "string"}, "description": {"type": "string"}}, "required": ["displayName", "description"]}}, "required": ["type", "metadata"]}}, "requ...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["It", "ai", "n't", "no", "excuse", ",", "it", "'s", "the", "trutAnnotateh"], ["We", "never", "had", "a", "chance", "cause", "the", "enemy", "'s", "not", "human"], ["Bite", "off", "more", "than", "you", "could", "chew", "then"], ["Good", "and", "bad", "opportunities", ",", "I", "'ve", "ruined", "them", "both"], ["What...
json_instruct
{"type": "array", "items": {"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": {"hour positive count": {"type": "integer"}, "hour neutral count": {"type": "integer"}, "hour negative count": {"type": "integer"}, "hour distri": {"type": "object", "properties": {"1.0": {"type": "integer"}, "0.65": {"type": "i...
{"hour positive count" : 15, "hour neutral count" : 4, "hour negative count" : 3, "hour distri" : {"1.0" : 3, "0.65" : 1, "0.55" : 1, "0.99" : 5, "0.93" : 1, "0.94" : 1, "0.07" : 1, "0.9" : 1, "0.98" : 2, "0.96" : 2, "0.64" : 1, "0.13" : 1, "0.01" : 1, "0.76" : 1}}
json_instruct
{"type": "object", "properties": {"hour positive count": {"type": "integer"}, "hour neutral count": {"type": "integer"}, "hour negative count": {"type": "integer"}, "hour distri": {"type": "object", "properties": {"1.0": {"type": "integer"}, "0.65": {"type": "integer"}, "0.55": {"type": "integer"}, "0.99": {"type": "in...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": ...
{"userId" : 38063, "cartId" : "761f28d6-a783-466f-a18e-79c5da192b69", "preferredProducts" : [3901, 3276], "productReviews" : [{"productId" : 1395, "reviewText" : "I saw one of these in Tanzania and I bought one.", "reviewDate" : "2016-12-23T11:59:33.1280525+02:00"}, {"productId" : 3200, "reviewText" : "i use it until f...
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": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJe...
[{"namaKab" : "INDRAGIRI HILIR", "originalFilename" : "4 X 6 FIX 1000 ASNAWI.jpg", "namaPartai" : "Partai Bulan Bintang", "id" : 76611, "noUrut" : 1, "nama" : "ASNAWI, SE, M.Si", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "INDRAGIRI HILIR", "originalFilename" : "4 X 6 FIX 1000 MILAH SUSANTI.jpg", "namaPartai" : ...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"status_code": {"type": "integer"}, "data": {"type": "object", "properties": {"ResponseMetadata": {"type": "object", "properties": {"RequestId": {"type": "string"}, "HTTPStatusCode": {"type": "integer"}, "HTTPHeaders": {"type":...
{"status_code" : 200, "data" : {"ResponseMetadata" : {"RequestId" : "b1d631b0-64d2-4536-94d4-fde33b5e2042", "HTTPStatusCode" : 200, "HTTPHeaders" : {"x-amzn-requestid" : "b1d631b0-64d2-4536-94d4-fde33b5e2042", "etag" : "E51JMM89BDP7", "content-type" : "text/xml", "content-length" : "2757", "vary" : "Accept-Encoding", "...
json_instruct
{"type": "object", "properties": {"status_code": {"type": "integer"}, "data": {"type": "object", "properties": {"ResponseMetadata": {"type": "object", "properties": {"RequestId": {"type": "string"}, "HTTPStatusCode": {"type": "integer"}, "HTTPHeaders": {"type": "object", "properties": {"x-amzn-requestid": {"type": "str...
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"}}, "type": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"...
{"name" : "z7zmey/rvalidate", "description" : "Recursive array validator", "keywords" : ["rvalidate", "matcher", "validation", "validate", "validator", "array", "schema", "pattern", "recursive", "nested", "complex", "z7zmey"], "type" : "library", "license" : "BSD", "homepage" : "https://github.com/z7zmey/RValidate", "a...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"brief" : "good", "long" : "<i>Meaning:</i> \"good\" (as an adjective) in the widest sense; used likewise as a noun, both in the masculine and the feminine, the singular and the plural (good, a good or good thing, a good man or woman; the good, goods or good things, good men or women), also as an adverb (well).<br/><i...
json_instruct
{"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
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" : ["1.0.2"], "meta" : {"description" : "A patch for singing dancing that logs SMTP errors", "homepage" : "https://svn.ingeniweb.com/svn/ingeniweb/zope/projects/loreal/dpl-dt/marketsurfer/packages/patch.singingdancing", "license" : "GPL"}, "versions" : {}}
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...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"subreddit": {"type": "string"}, "author": {"type": "string"}, "count": {"type": "integer"}}, "required": ["subreddit", "author", "count"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"subreddit" : "Chiraqology", "author" : "memofrm757", "count" : 103}
json_instruct
{"type": "object", "properties": {"subreddit": {"type": "string"}, "author": {"type": "string"}, "count": {"type": "integer"}}, "required": ["subreddit", "author", "count"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}...
{"name" : "scrcpy-client", "version" : "0.1.2", "description" : "Client for scrcpy android server ", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/jvictorsoto/node-scrcpy-client.git"}, "keywords" : ["scrcpy", "s...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "s...
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "defaultMessage": {"type": "string"}, "file": {"type": "string"}, "start": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integ...
[{"id" : "changeserver.headline", "defaultMessage" : "!!!Change server", "file" : "src/components/auth/ChangeServer.js", "start" : {"line" : 13, "column" : 12}, "end" : {"line" : 16, "column" : 3}}, {"id" : "changeserver.label", "defaultMessage" : "!!!Server", "file" : "src/components/auth/ChangeServer.js", "start" : {...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "defaultMessage": {"type": "string"}, "file": {"type": "string"}, "start": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}}, "required": ["line", "column"]}, "end": {"type": "object", "pro...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01000286": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "stri...
{"type" : "Topology", "objects" : {"E01000286" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00001435", "LAD11CD" : "E09000003"}, "arcs" : [[0, 1, 2, 3]]}, {"type" : "Polygon", "pr...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01000286": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "str...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"$schema": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"id": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": ...
{"$schema" : "http://json-schema.org/draft-04/schema#", "title" : "Self-employment source of income", "type" : "object", "properties" : {"id" : {"title" : "ID", "description" : "The unique identifier of the savings account. For example, SAVKB2UVwUTBQGJ", "type" : "string", "pattern" : "^[A-Za-z0-9]{15}$"}}, "required" ...
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"id": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "pattern": {"type"...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"...
{"citations" : [{"textCitation" : "[See releqg on Metamath](http://us.metamath.org/mpegif/releqg.html)"}], "names" : ["releqg"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_cR", "#T_wceq", "#T_cG", "#T_cqg", "#T_cS", "#T_wrel", "#T_cR"], "metaLanguage" : "METAMATH", "remarks" : " The left coset equivalence rel...
json_instruct
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "st...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"Title": {"type": "string"}, "Year": {"type": "string"}, "Rated": {"type": "string"}, "Released": {"type": "string"}, "Runtime": {"type": "string"}, "Genre": {"type": "string"}, "Director": {"type": "string"}, "Writer": {"type"...
{"Title" : "Bone Tomahawk", "Year" : "2015", "Rated" : "NOT RATED", "Released" : "19 Feb 2016", "Runtime" : "132 min", "Genre" : "Adventure, Drama, Horror", "Director" : "S. Craig Zahler", "Writer" : "S. Craig Zahler", "Actors" : "Kurt Russell, Patrick Wilson, Matthew Fox, Richard Jenkins", "Plot" : "Four men set out i...
json_instruct
{"type": "object", "properties": {"Title": {"type": "string"}, "Year": {"type": "string"}, "Rated": {"type": "string"}, "Released": {"type": "string"}, "Runtime": {"type": "string"}, "Genre": {"type": "string"}, "Director": {"type": "string"}, "Writer": {"type": "string"}, "Actors": {"type": "string"}, "Plot": {"type":...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "strin...
{"id" : 67556, "name" : "Maroon 5 Logo Button (Tumblr)", "description" : "An add to the first Maroon 5's dashboard theme.Change the Tumblr Logo on the top left of your dashboard for the best band ever mark. It looks gorgeous! Enjoy.", "user" : {"id" : 146007, "name" : "LuyDuarte", "email" : "redacted", "paypal_email" :...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "brand_id": {"type": "string"}, "series_id": {"type": "string"}, "value": {"type": "string"}, "nameL": {"type": "string"}, "price": {"type": "string"}, "ye...
[{"key" : "23521", "brand_id" : "84", "series_id" : "866", "value" : "2014\u6b3e R.S. 2.0T \u8857\u7248", "nameL" : "2014\u6b3e \u6885\u7518\u5a1c R.S. 2.0T \u8857\u7248", "price" : "33.99", "year" : "2014", "max_year" : "2016", "min_year" : "2014"}, {"key" : "23522", "brand_id" : "84", "series_id" : "866", "value" : "...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "brand_id": {"type": "string"}, "series_id": {"type": "string"}, "value": {"type": "string"}, "nameL": {"type": "string"}, "price": {"type": "string"}, "year": {"type": "string"}, "max_year": {"type": "string"}, "min_year": {"type":...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}}, "required": ["name", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "Portugu\u00eas", "id" : "39ee8140-901a-4762-bfca-8260dea1310f"}, {"name" : "Desenvolvimento na web", "id" : "c23ce252-cf78-4b98-8c11-8769801aaf3a"}, {"name" : "Desenvolvimento para desktop", "id" : "a106f013-6e26-4f27-9a4b-01e9d76084e2"}, {"name" : "Desenvolvimento para dispositivos m\u00f3veis", "id" : "6e...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}}, "required": ["name", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"cpuInfo": {"type": "string"}, "lang": {"type": "string"}, "os": {"type": "string"}, "compiler": {"type": "string"}, "compilerVersion": {"type": "string"}, "test": {"type": "string"}, "code": {"type": "string"}, "input": {"type...
{"cpuInfo" : "[x86_64][2 cores] Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz", "lang" : "rust", "os" : "linux", "compiler" : "rustc", "compilerVersion" : "nightly", "test" : "mandelbrot", "code" : "9-m.rs", "input" : "7000", "timeMS" : 367.0594, "timeStdDevMS" : 2.84197950790168, "memBytes" : 6586368, "cpuTimeMS" : 6...
json_instruct
{"type": "object", "properties": {"cpuInfo": {"type": "string"}, "lang": {"type": "string"}, "os": {"type": "string"}, "compiler": {"type": "string"}, "compilerVersion": {"type": "string"}, "test": {"type": "string"}, "code": {"type": "string"}, "input": {"type": "string"}, "timeMS": {"type": "number"}, "timeStdDevMS":...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"count": {"type": "integer"}, "252030": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]},...
{"count" : 21, "252030" : {"count" : 1}, "N.A.//" : {"count" : 12}, "211010" : {"count" : 1}, "132011" : {"count" : 1}, "111021" : {"count" : 1}, "411011" : {"count" : 1}, "413099" : {"count" : 1}, "251000" : {"count" : 1}, "291141" : {"count" : 1}, "211020" : {"count" : 1}}
json_instruct
{"type": "object", "properties": {"count": {"type": "integer"}, "252030": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "211010": {"type": "object", "properties": {"count": {"typ...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/angle": {"type": "number"}, "user/throttle": {"type": "number"}, "user/mode": {"type": "string"}, "pos/pos_x": {"type": "number"}, "pos/pos_y": {"type": "number"}, ...
{"cam/image_array" : "4891_cam-image_array_.jpg", "user/angle" : 0.684, "user/throttle" : 0.394, "user/mode" : "user", "pos/pos_x" : 62.4779, "pos/pos_y" : 0.5543703, "pos/pos_z" : 80.87467, "pos/speed" : 10.00603, "pos/cte" : -3.922103, "milliseconds" : 260959}
json_instruct
{"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/angle": {"type": "number"}, "user/throttle": {"type": "number"}, "user/mode": {"type": "string"}, "pos/pos_x": {"type": "number"}, "pos/pos_y": {"type": "number"}, "pos/pos_z": {"type": "number"}, "pos/speed": {"type": "number"}, "pos/cte": ...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_g_cd": {"type"...
{"station" : [{"pref_cd" : 1, "line_cd" : 11111, "line_name" : "JR\u65e5\u9ad8\u672c\u7dda", "station_cd" : 1111111, "station_g_cd" : 1111111, "station_name" : "\u539a\u8cc0", "lon" : 142.215896, "lat" : 42.430507}]}
json_instruct
{"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_g_cd": {"type": "integer"}, "station_name": {"type": "string"}, "lon": {"...
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "country_code": {"type": "string"}, "name": {"type": "string"}, "parent_code": {"type": "null"}, "type": {"type": "string"}}, "required": ["code", "country_code", "name", "...
[{"code" : "GL-KU", "country_code" : "GL", "name" : "Kommune Kujalleq", "parent_code" : null, "type" : "Municipality"}, {"code" : "GL-QA", "country_code" : "GL", "name" : "Qaasuitsup Kommunia", "parent_code" : null, "type" : "Municipality"}, {"code" : "GL-QE", "country_code" : "GL", "name" : "Qeqqata Kommunia", "parent...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "country_code": {"type": "string"}, "name": {"type": "string"}, "parent_code": {"type": "null"}, "type": {"type": "string"}}, "required": ["code", "country_code", "name", "parent_code", "type"]}, "$schema": "http://json-schema.org/...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"rows": {"type": "array", "items": {"type": "integer"}}}, "required": ["rows"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"rows" : [1, 2, 3, 42, 100]}
json_instruct
{"type": "object", "properties": {"rows": {"type": "array", "items": {"type": "integer"}}}, "required": ["rows"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following 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" : [[[138.875, 24.083333333333332], [138.875, 24.166666666666668], [139.0, 24.166666666666668], [139.0, 24.083333333333332], [138.875, 24.083333333333332]]]}, "properties" : {"code" : 363817, "url" : "http://madefor.github.io/0410/api/v1/363817.geojson...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "2D cardiac model viewer"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this 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": "object", "p...
{"hash" : "0x8d370420af0b8ded1b86aa1f7a0cc2b8c95d2f3766733fc536cfcf4f2c734821", "parentHash" : "0x6f1bc35bc635cee42108a338f3194039ee2df0f2dc0f4442b5149831104e9eb0", "number" : 105392, "timestamp" : 1439886791, "nonce" : "0xd9c433ca6ad57d6b", "difficulty" : 4371811749766, "gasLimit" : {"_hex" : "0x2fefd8"}, "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"]...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "zone_id": {"type": "string"}, "entity_id": {"type": "string"}, "details": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "type": {"type": "string"...
{"id" : "chPingGoogle", "zone_id" : "pzA", "entity_id" : "enAAAAIPV4", "details" : {"count" : 3}, "type" : "remote.ping", "timeout" : 15, "period" : 30, "ip_addresses" : {"default" : "google.com"}, "target_alias" : "default", "target_hostname" : null, "target_resolver" : null, "disabled" : false}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "zone_id": {"type": "string"}, "entity_id": {"type": "string"}, "details": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "type": {"type": "string"}, "timeout": {"type": "integer"}, "period": {"type": "integer"}, "ip_a...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "test": {"type": "string"}, "dev": {"type": "str...
{"name" : "lapnap-tail-datasource", "version" : "0.0.1-dev", "description" : "Tail Files from grafana server", "scripts" : {"build" : "grafana-toolkit plugin:build", "test" : "grafana-toolkit plugin:test", "dev" : "grafana-toolkit plugin:dev"}, "author" : "ryantxu", "license" : "MIT", "keywords" : ["grafana", "tail", "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "test": {"type": "string"}, "dev": {"type": "string"}}, "required": ["build", "test", "dev"]}, "author": {"type": "str...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"shape": {"type": "string"}, "rotation": {"type": "integer"}, "hash": {"type": "integer"}, "points": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "center": {"type": "array", "items": ...
{"shape" : "triangle", "rotation" : -152, "hash" : -6501577733816205095, "points" : [[71.66666666666666, 68.66666666666667], [156.66666666666666, 115.66666666666667], [71.66666666666666, 115.66666666666667]], "center" : [100.0, 100.0], "sides" : [97.12878049270464, 85.0, 47.0], "perimeter" : 229.12878049270464, "angles...
json_instruct
{"type": "object", "properties": {"shape": {"type": "string"}, "rotation": {"type": "integer"}, "hash": {"type": "integer"}, "points": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "center": {"type": "array", "items": {"type": "number"}}, "sides": {"type": "array", "items": {"type": "numbe...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "o...
{"hash" : "0xf3d099a0b4f1574240686bfd9eb6a850580c68c1591f6375661cd5f4ef33e607", "parentHash" : "0x4685029a1a14e6be2781a61dc210661941db283a0f269de074309ba4b7ae7f3f", "number" : 109357, "timestamp" : 1439955195, "nonce" : "0xc5dd9c16b12b2678", "difficulty" : 4462463383847, "gasLimit" : {"_hex" : "0x2fefd8"}, "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"]...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"eslint.options": {"type": "object", "properties": {"configFile": {"type": "string"}}, "required": ["configFile"]}}, "required": ["eslint.options"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"eslint.options" : {"configFile" : "./node_modules/@fpoumian/common/eslint-configs/node-standard/.eslintrc"}}
json_instruct
{"type": "object", "properties": {"eslint.options": {"type": "object", "properties": {"configFile": {"type": "string"}}, "required": ["configFile"]}}, "required": ["eslint.options"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"examine": {"type": "string"}}, "required": ["examine"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"examine" : "A most unlikely creature."}
json_instruct
{"type": "object", "properties": {"examine": {"type": "string"}}, "required": ["examine"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "...
{"type" : "Feature", "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[-0.225539, 51.463578], [-0.225642, 51.46287], [-0.226129, 51.462922], [-0.226141, 51.462869], [-0.227446, 51.46303], [-0.227553, 51.462099], [-0.227559, 51.461751], [-0.227426, 51.461728], [-0.2274, 51.461432], [-0.22666, 51.46145], [-0.226...
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": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"default_registry": {"type": "string"}, "provider_repos": {"type": "array", "items": {"type": "string"}}, "enable_providers": {"type": "array", "items": {"type": "string"}}, "kind_cluster_name": {"type": "string"}}, "...
{"default_registry" : "public.ecr.aws/a4z9h2b1/cluster-api-provider-capc", "provider_repos" : [".."], "enable_providers" : ["cloudstack", "kubeadm-bootstrap", "kubeadm-control-plane"], "kind_cluster_name" : "capi-test"}
json_instruct
{"type": "object", "properties": {"default_registry": {"type": "string"}, "provider_repos": {"type": "array", "items": {"type": "string"}}, "enable_providers": {"type": "array", "items": {"type": "string"}}, "kind_cluster_name": {"type": "string"}}, "required": ["default_registry", "provider_repos", "enable_providers",...