input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"Cluster": {"type": "string"}, "ContainerInstanceARN": {"type": "string"}, "TaskARN": {"type": "string"}, "ContainerID": {"type": "string"}, "ContainerName": {"type": "string"}, "DockerContainerName": {"type": "string"}, "ImageID...
{"Cluster" : "athenz", "ContainerInstanceARN" : "arn:aws:ecs:us-west-2:123456789012:container-instance/29b55b1a-6729-46d9-a5f2-862332e2d362", "TaskARN" : "arn:aws:ecs:us-west-2:123456789012:task/my-cluster/776b2c2e-6bfb-4328-bd04-204536cfb7f2", "ContainerID" : "692199a3e904e3316081a6758dd7ce5933e0e53bec6a8956b921113e70...
json_instruct
{"type": "object", "properties": {"Cluster": {"type": "string"}, "ContainerInstanceARN": {"type": "string"}, "TaskARN": {"type": "string"}, "ContainerID": {"type": "string"}, "ContainerName": {"type": "string"}, "DockerContainerName": {"type": "string"}, "ImageID": {"type": "string"}, "ImageName": {"type": "string"}, "...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["Perhaps a Robot.", "I have approximate knowledge of many things.", "A Robot.", "Not a Robot.", "Programmer by day.", "This webpage was written and developed by a Markov chain.", "Your free trial of jQuery has ended. Upgrade now for a full-featured language, or use scala.js.", "Breathing? Think about it..."]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"Tasks": {"type": "array", "items": {"type": "object", "properties": {"TaskMethod": {"type": "string"}}, "required": ["TaskMethod"]}}}, "required": ["Tasks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Tasks" : [{"TaskMethod" : "Frends.AzureBlobStorage.DeleteBlob.AzureBlobStorage.DeleteBlob"}]}
json_instruct
{"type": "object", "properties": {"Tasks": {"type": "array", "items": {"type": "object", "properties": {"TaskMethod": {"type": "string"}}, "required": ["TaskMethod"]}}}, "required": ["Tasks"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", ...
{"id" : "95925", "name" : {"en" : "Mt Ginini / Brindabella"}, "country" : "AU", "region" : "NSW", "identifiers" : {"national" : null, "wmo" : "95925", "ghcn" : "ASN00070349", "wban" : null, "usaf" : null, "mosmix" : null, "icao" : null, "iata" : null}, "location" : {"latitude" : -35.5292, "longitude" : 148.7722, "eleva...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"national": {"type": "null"}, "wmo": {"type": "string"}, "gh...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"datetime": {"type": "string"}, "resource": {"type": "string"}, "url": {"type": "string"}}, "required": ["datetime", "resource", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"datetime" : "2018-07-05T15:31:35.751188", "resource" : "a45d01e8f582bde8a6dd5f67d5a253ba6e3f1aabfb55b77ea841d4418f43f481", "url" : "https://www.lincoln.gov.uk/_resources/assets/attachment/full/0/54502.csv"}
json_instruct
{"type": "object", "properties": {"datetime": {"type": "string"}, "resource": {"type": "string"}, "url": {"type": "string"}}, "required": ["datetime", "resource", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"doctype": {"type": "string"}, "name": {"type": "string"}}, "required": ["doctype", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"doctype" : "Loose Stock", "name" : "_Test Loose Stock 1"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"doctype": {"type": "string"}, "name": {"type": "string"}}, "required": ["doctype", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"index:": {"type": "string"}, "matchAgainst:": {"type": "string"}}, "required": ["index:", "matchAgainst:"]}}, "requir...
{"class" : {}, "instance" : {"index:" : "", "matchAgainst:" : ""}}
json_instruct
{"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"index:": {"type": "string"}, "matchAgainst:": {"type": "string"}}, "required": ["index:", "matchAgainst:"]}}, "required": ["class", "instance"], "$schema": "http://json-schema....
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "string"}, "town": ...
{"stationId" : 9964506, "stationGroupId" : 9964506, "name" : "\u5b66\u5712\u90fd\u5e02", "lineId" : 99645, "zipCode" : "651-2103", "pref" : "\u5175\u5eab\u770c", "city" : "\u795e\u6238\u5e02\u897f\u533a", "town" : "\u5b66\u5712\u897f\u753a", "longitude" : 135.057687, "latitude" : 34.681471, "status" : 0}
json_instruct
{"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "string"}, "town": {"type": "string"}, "longitude": {"type": "number"}, "latit...
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" : "dulciness", "definition" : "See Dulceness. [Obs.]"}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"image": {"type": "string"}, "service_title": {"type": "string"}, "service_name": {"type": "string"}, "service_uuid": {"type": "string"}, "generated": {"type": "string"}}, "required": ["image", "service_title", "serv...
{"image" : "{{cookiecutter.image}}", "service_title" : "{{cookiecutter.service_title}}", "service_name" : "{{cookiecutter.service_name}}", "service_uuid" : "{{cookiecutter.service_uuid}}", "generated" : "{{cookiecutter.generated}}"}
json_instruct
{"type": "object", "properties": {"image": {"type": "string"}, "service_title": {"type": "string"}, "service_name": {"type": "string"}, "service_uuid": {"type": "string"}, "generated": {"type": "string"}}, "required": ["image", "service_title", "service_name", "service_uuid", "generated"], "$schema": "http://json-schem...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "equivalent": {"type": "array", "items": {}}, "manufacturer": {"type": "string"}, "name": {"type": "string"}, "replacement": {"type": "array", "items": {}}, "subpart":...
{"categories" : ["hqcam"], "equivalent" : [], "manufacturer" : "GoPro", "name" : "HERO4 Silver", "replacement" : [], "subpart" : [], "urls" : {"manufacturer" : ["http://shop.gopro.com/hero4/hero4-silver/CHDHY-401.html"], "related" : []}, "variants" : [{"url" : "http://www.amazon.com/dp/B00NIYJF6U/?tag=rcbuildinfo-20"},...
json_instruct
{"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "equivalent": {"type": "array", "items": {}}, "manufacturer": {"type": "string"}, "name": {"type": "string"}, "replacement": {"type": "array", "items": {}}, "subpart": {"type": "array", "items": {}}, "urls": {"type": "object...
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" : "CORINNA", "frequency" : 15861, "males" : "0.006304772712943698 %", "females" : "99.99369522728706 %"}]
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 an example JSON object that satisfies this schema: {"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" : "0x63b437c7080b535cf11addece33b60b5a5fd699c", "tool" : "osiris", "start" : 1564595431.777526, "end" : 1564595434.2670474, "duration" : 2.4895215034484863, "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://...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"required": {"type": "boolean"}, "minVersion": {"type": "string"}, "package": {"type": "string"}, "compatibilityLevel": {"type": "string"}, "plugin": {"type": "string"}, "client": {"type": "array", "items": {"type": "string"}},...
{"required" : true, "minVersion" : "0.8", "package" : "draylar.omegaconfiggui.mixin", "compatibilityLevel" : "JAVA_17", "plugin" : "draylar.omegaconfiggui.mixin.OmegaConfigMixinPlugin", "client" : ["modmenu.ModMenuAccessor", "ModMenuMixin"], "injectors" : {"defaultRequire" : 1}}
json_instruct
{"type": "object", "properties": {"required": {"type": "boolean"}, "minVersion": {"type": "string"}, "package": {"type": "string"}, "compatibilityLevel": {"type": "string"}, "plugin": {"type": "string"}, "client": {"type": "array", "items": {"type": "string"}}, "injectors": {"type": "object", "properties": {"defaultReq...
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": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": ...
{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [0.167575, 50.964016]}, "properties" : {"planning-permission-type" : "full planning permission", "start-date" : "2017-12-13", "point" : "POINT(0.167575 50.964016)", "name" : "BFR18", "planning-permission-date" : "2016-04-15", "planning-permission-hist...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"planning-permission-type": {"type...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "id": {"type": "string"}, "decimals": {"type": "integer"}, "coingecko_url": {"type": "string"}, "market_cap_usd": {"type": "integer"}, "market_cap_rank":...
{"name" : "ProphecyTOKEN", "symbol" : "PRY", "id" : "0x3C81D482172cC273c3b91dD9D8eb212023D00521", "decimals" : 18, "coingecko_url" : "https://www.coingecko.com/en/coins/prophecy", "market_cap_usd" : 229682, "market_cap_rank" : 2944, "24_hr_volume_usd" : 0.0, "logoURI" : "https://raw.githubusercontent.com/poolsharks-pro...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "id": {"type": "string"}, "decimals": {"type": "integer"}, "coingecko_url": {"type": "string"}, "market_cap_usd": {"type": "integer"}, "market_cap_rank": {"type": "integer"}, "24_hr_volume_usd": {"type": "number"}, "logoURI": {"...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"policy": {"type": "string"}, "run": {"type": "string"}, "lowerBound": {"type": "number"}, "upperBound": {"type": "number"}, "nodes": {"type": "integer"}, "workers": {"type": "integer"}}, "required": ["policy", "run", "lowerBound...
{"policy" : "OnDemand", "run" : "d", "lowerBound" : 0.55, "upperBound" : 0.75, "nodes" : 1, "workers" : 2}
json_instruct
{"type": "object", "properties": {"policy": {"type": "string"}, "run": {"type": "string"}, "lowerBound": {"type": "number"}, "upperBound": {"type": "number"}, "nodes": {"type": "integer"}, "workers": {"type": "integer"}}, "required": ["policy", "run", "lowerBound", "upperBound", "nodes", "workers"], "$schema": "http://...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "5203040007", "district_id" : "5203040", "name" : "KEMBANG KUNING"}
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#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "official_id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "school_type_entity": {"type": "string"}, "fax": {"type": "...
{"name" : "Schillerschule", "id" : "HE-3363-0", "official_id" : "3363", "address" : "Weserstra\u00dfe 2, 64625 Bensheim", "school_type" : "Grundschule", "school_type_entity" : "Grundschule", "fax" : "06251/1756714", "state" : "HE", "phone" : "06251/175670", "full_time_school" : false, "lon" : 8.618953, "lat" : 49.69739...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "official_id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "school_type_entity": {"type": "string"}, "fax": {"type": "string"}, "state": {"type": "string"}, "phone": {"type": "string"}, "ful...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["cont...
{"contract" : "0xd4111b29cfc55c147b4fe759c8d99012df597065", "tool" : "osiris", "start" : 1564614653.3884516, "end" : 1564614656.5962803, "duration" : 3.2078287601470947, "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://...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"asset": {"type": "object", "properties": {"format": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "path": {"type": "string"}, "size": {"type": "object", "properties": {"width": {"t...
{"asset" : {"format" : "jpg", "id" : "c6b9cff5cee6549f3daeb69d8ba029ad", "name" : "e345.jpg", "path" : "file:/Users/mohamedkhanafer/Documents/GitHub/TrainYourOwnYOLO/Data/Source_Images/Training_Images/e345.jpg", "size" : {"width" : 778, "height" : 411}, "state" : 2, "type" : 1}, "regions" : [{"id" : "FwzKbT0zL", "type"...
json_instruct
{"type": "object", "properties": {"asset": {"type": "object", "properties": {"format": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "path": {"type": "string"}, "size": {"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}}, "required": ["width", "heig...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "require": {"type": "object", "pro...
{"name" : "rindow/rindow-web-ZipStream", "type" : "library", "description" : "Rindow compatible ZipStream PHP Module", "keywords" : ["rindow", "framework", "zip", "ZipStream"], "license" : "BSD-3-Clause", "require" : {"php" : ">=5.3.3"}, "require-dev" : {}, "suggest" : {"rindow/rindow-container" : "It needs some servic...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}, "require-...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"issuer_ca_id": {"type": "integer"}, "issuer_name": {"type": "string"}, "name_value": {"type": "string"}, "min_cert_id": {"type": "integer"}, "min_entry_timestamp": {"type": "string"}, "not_before": {"type": "string"}, "not_aft...
{"issuer_ca_id" : 16418, "issuer_name" : "C=US, O=Let's Encrypt, CN=Let's Encrypt Authority X3", "name_value" : "www.adminer.217.172.12.243.nip.io", "min_cert_id" : 1214678997, "min_entry_timestamp" : "2019-02-18T19:40:12.44", "not_before" : "2019-02-18T18:40:11", "not_after" : "2019-05-19T18:40:11"}
json_instruct
{"type": "object", "properties": {"issuer_ca_id": {"type": "integer"}, "issuer_name": {"type": "string"}, "name_value": {"type": "string"}, "min_cert_id": {"type": "integer"}, "min_entry_timestamp": {"type": "string"}, "not_before": {"type": "string"}, "not_after": {"type": "string"}}, "required": ["issuer_ca_id", "iss...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"list": {"type": "object", "properties": {"bgcolor": {"type": "string"}}, "required": ["bgcolor"]}, "contact": {"type": "object", "properties": {"bordercolor": {"type": "string"}}, "required": ["bordercolor"]}...
{"list" : {"bgcolor" : "rgb(237,240,255)"}, "contact" : {"bordercolor" : "rgb(237,240,255)"}, "body" : {"bgcolor" : "rgb(237,240,255)", "bgimage" : "bg.png"}}
json_instruct
{"type": "object", "properties": {"list": {"type": "object", "properties": {"bgcolor": {"type": "string"}}, "required": ["bgcolor"]}, "contact": {"type": "object", "properties": {"bordercolor": {"type": "string"}}, "required": ["bordercolor"]}, "body": {"type": "object", "properties": {"bgcolor": {"type": "string"}, "b...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"diagnostics": {"type": "object", "properties": {"asan": {"type": "object", "properties": {"definitions": {"type": "array", "items": {"type": "string"}}}, "required": ["definitions"]}, "ubsan": {"type": "objec...
{"diagnostics" : {"asan" : {"definitions" : ["ASMJIT_SANITIZE=address"]}, "ubsan" : {"definitions" : ["ASMJIT_SANITIZE=undefined"]}}, "valgrind_arguments" : ["--leak-check=full", "--show-reachable=yes", "--track-origins=yes"], "tests" : [{"cmd" : ["asmjit_test_unit", "--quick"], "optional" : true}, {"cmd" : ["asmjit_te...
json_instruct
{"type": "object", "properties": {"diagnostics": {"type": "object", "properties": {"asan": {"type": "object", "properties": {"definitions": {"type": "array", "items": {"type": "string"}}}, "required": ["definitions"]}, "ubsan": {"type": "object", "properties": {"definitions": {"type": "array", "items": {"type": "string...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"dx-gantt.css": {"type": "string"}, "dx-gantt.js": {"type": "string"}, "dx-gantt.min.css": {"type": "string"}, "dx-gantt.min.js": {"type": "string"}}, "required": ["dx-gantt.css", "dx-gantt.js", "dx-gantt.min.css", "dx-gantt.mi...
{"dx-gantt.css" : "sha512-WtGrAqlbGgGDnnNtaBTMsEhET+6d3vprCgxVoLdmhT0GXrLDe1SBsJ+f5EMPSgE9qeyeKdQ7OffJdSouAEYrsQ==", "dx-gantt.js" : "sha512-z/0YMqi+vAzkGD/3399biOiDSQn2uEbpaTRwr0bpu0F70gFgF/hE3F2f/Txe+L1Za3uT/F7t1iCFViqxD79PJA==", "dx-gantt.min.css" : "sha512-uT4IlNPoTffv/xvhi6ZU2R/lBkLD0spbv0ntq950ba3DTEv/MjxqSin2cbg...
json_instruct
{"type": "object", "properties": {"dx-gantt.css": {"type": "string"}, "dx-gantt.js": {"type": "string"}, "dx-gantt.min.css": {"type": "string"}, "dx-gantt.min.js": {"type": "string"}}, "required": ["dx-gantt.css", "dx-gantt.js", "dx-gantt.min.css", "dx-gantt.min.js"], "$schema": "http://json-schema.org/draft-07/schema#...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"dataType": {"type": "string"}, "longName": {"type": "string"}, "hl7Table": {"type": "string"}}, "required": ["dataType", "longName", "hl7Table"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"dataType" : "CE", "longName" : "Tissue Type Code", "hl7Table" : "HL70417"}
json_instruct
{"type": "object", "properties": {"dataType": {"type": "string"}, "longName": {"type": "string"}, "hl7Table": {"type": "string"}}, "required": ["dataType", "longName", "hl7Table"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "datasetId": {"type": "string"}, "value": {"type": "integer"}}, "required": ["type", "datasetId", "value"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Property", "datasetId" : "urn:ngsi-ld:Dataset:1", "value" : 600}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "datasetId": {"type": "string"}, "value": {"type": "integer"}}, "required": ["type", "datasetId", "value"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"available": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "object", "properties": {"built": {"type": "string"}, "version": {"type": "integer"}, "url": {"type": "string"}, "checksum": {"type": "s...
{"available" : {"1" : [{"built" : "2020-06-12T12:12:12-04:00", "version" : 1, "url" : "http://localhost:5000/vulnerability-db-v0.2.0+2020-6-12.tar.gz", "checksum" : "sha256:e20c251202948df7f853ddc812f64826bdcd6a285c839a7c65939e68609dfc6e"}], "2" : [{"built" : "2020-06-13T13:13:13-04:00", "version" : 2, "url" : "http://...
json_instruct
{"type": "object", "properties": {"available": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "object", "properties": {"built": {"type": "string"}, "version": {"type": "integer"}, "url": {"type": "string"}, "checksum": {"type": "string"}}, "required": ["built", "version", "url", "checksum"]}...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "properties": {"type": "object", "properties": {"linkedServiceName": {"type": "object", "properties": {"referenceName": {"type": "string"}, "type": {"type": "string"}}, "required": ["referenceName", "t...
{"name" : "ds_dim_date_list", "properties" : {"linkedServiceName" : {"referenceName" : "ls_adls_covidreportingprojectdl", "type" : "LinkedServiceReference"}, "annotations" : [], "type" : "DelimitedText", "typeProperties" : {"location" : {"type" : "AzureBlobFSLocation", "fileName" : "dim_date.csv", "fileSystem" : "looku...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "properties": {"type": "object", "properties": {"linkedServiceName": {"type": "object", "properties": {"referenceName": {"type": "string"}, "type": {"type": "string"}}, "required": ["referenceName", "type"]}, "annotations": {"type": "array", "items": {}}, "t...
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"c": {"type": "integer"}, "d": {"type": "string"}, "md": {"type": "boolean"}}, "required": ["c", "d", "md"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"c" : 5352023, "d" : "23", "md" : false}, {"c" : 5352024, "d" : "24", "md" : false}, {"c" : 5352025, "d" : "25", "md" : false}, {"c" : 5352026, "d" : "26", "md" : false}, {"c" : 5352027, "d" : "27", "md" : true}, {"c" : 5352028, "d" : "28", "md" : false}, {"c" : 5352029, "d" : "29", "md" : false}, {"c" : 5352030, "d"...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"c": {"type": "integer"}, "d": {"type": "string"}, "md": {"type": "boolean"}}, "required": ["c", "d", "md"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "prop...
{"contract" : "0x7e7190ba44a8b6461fc3644f86c6e576a2bbbd56", "tool" : "honeybadger", "start" : 1565847337.405317, "end" : 1565847393.011204, "duration" : 55.605886936187744, "analysis" : [{"errors" : [], "file" : "/unique_chucks/19/0x7e7190ba44a8b6461fc3644f86c6e576a2bbbd56.sol", "name" : "Hyperexchange"}, {"errors" : [...
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": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "strin...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string...
{"body" : "Add *.pub as a key suffix searched for in the links.", "user" : "gartung", "url" : "https://api.github.com/repos/spack/spack/issues/15361", "updated_at" : "2020-03-05 21:19:50", "created_at" : "2020-03-05 18:05:24", "closed_at" : "2020-03-05 21:15:41", "state" : "closed", "title" : "Allow buildcaches keys to...
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": ...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "version": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "babel-loader": {"type": "stri...
{"name" : "dsm-storybook-example-library", "private" : true, "version" : "1.0.0", "devDependencies" : {"@babel/core" : "^7.4.5", "babel-loader" : "^8.0.6"}, "scripts" : {"dsm-storybook:publish" : "dsm-storybook publish", "dsm-storybook:preview" : "dsm-storybook preview"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "version": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "babel-loader": {"type": "string"}}, "required": ["@babel/core", "babel-loader"]}, "scripts": {"type": "obj...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"is_lock_vulnerable": {"type": "b...
{"contract" : "0x192623bab84414abfa3c084202da56d13e7c1764", "tool" : "maian", "start" : 1563434955.715062, "end" : 1563435081.6673274, "duration" : 125.95226550102234, "analysis" : {"is_lock_vulnerable" : false, "is_prodigal_vulnerable" : false, "is_suicidal_vulnerable" : false}}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"is_lock_vulnerable": {"type": "boolean"}, "is_prodigal_vulnerable": {"type": "boolean"}, "i...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "pr...
{"contract" : "0x35972be96f011fd6a51f6090a856083078a44655", "tool" : "smartcheck", "start" : 1563752709.9266028, "end" : 1563752719.5212593, "duration" : 9.594656467437744, "analysis" : [{"name" : "SOLIDITY_OVERPOWERED_ROLE", "patternId" : "j83hf7", "severity" : 2, "line" : 36, "column" : 4, "content" : "functionsetOwn...
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": "object", "properties": {"name": {"type": "string"}, "patternId": {"type": "string"}, "sev...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": ...
{"name" : "yiiauth/gitlab", "description" : "GitLab OAuth2 for yii2-authclient", "keywords" : ["yii2", "authclient", "oauth", "gitlab"], "homepage" : "http://github.com/yiiauth/gitlab", "require" : {"php" : "~7.3 || 8.0", "yiisoft/yii2-authclient" : "~2.1"}, "license" : "MIT", "authors" : [{"name" : "Dmitriy Kuts (Exil...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "yiisoft/yii2-authclient": {"type": "string"}}, "required":...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}}, "required": ["name", "symbol", "logoURI", "...
{"name" : "IsaacBurgerCoin", "symbol" : "IBC", "logoURI" : "https://raw.githubusercontent.com/solana-labs/token-list/main/assets/mainnet/GdCb8jMB6mhsoiQsSoSbt7YDQzxjx4whdPvzM131jFCC/logo.png", "decimals" : 9, "address" : "GdCb8jMB6mhsoiQsSoSbt7YDQzxjx4whdPvzM131jFCC", "chainId" : 101}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}}, "required": ["name", "symbol", "logoURI", "decimals", "address", "chainId"], "$schema": "http://json...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "address": {"type": "string"}}, "required": ["name", "address"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "henrydorsettcase", "address" : "119840701chibacityjapan"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "address": {"type": "string"}}, "required": ["name", "address"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"900340564": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900340565": {"type": "object", "properties": {"nama": {"type":...
{"900340564" : {"nama" : "TPS 1", "dapil" : [3307, 13310, 2330503]}, "900340565" : {"nama" : "TPS 2", "dapil" : [3307, 13310, 2330503]}, "900340566" : {"nama" : "TPS 3", "dapil" : [3307, 13310, 2330503]}, "900340567" : {"nama" : "TPS 4", "dapil" : [3307, 13310, 2330503]}, "900340568" : {"nama" : "TPS 5", "dapil" : [330...
json_instruct
{"type": "object", "properties": {"900340564": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900340565": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "hom...
{"name" : "ftv-angular-touchevents", "version" : "1.0.0", "description" : "France TV - Infini - Touchevents", "main" : "dist/component.min.js", "authors" : ["France T\u00e9l\u00e9visions"], "license" : "MIT", "homepage" : "https://github.com/francetv/ftv-angular-touchevents", "ignore" : ["node_modules", ".gitignore", "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "homepage": {"type": "string"}, "ignore": {"type": "array", "items": {"typ...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"data": {"type": "object", "properties": {"wp": {"type": "object", "properties": {"generalSettings": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}}, "required": ["title", "desc...
{"data" : {"wp" : {"generalSettings" : {"title" : "Youpiii", "description" : "staging Youpiii"}}}}
json_instruct
{"type": "object", "properties": {"data": {"type": "object", "properties": {"wp": {"type": "object", "properties": {"generalSettings": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}}, "required": ["title", "description"]}}, "required": ["generalSettings"]}}, "required":...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"purescript.autoStartPscIde": {"type": "boolean"}, "purescript.outputDirectory": {"type": "string"}, "purescript.packagePath": {"type": "string"}, "purescript.sourcePath": {"type": "string"}}, "required": ["pu...
{"purescript.autoStartPscIde" : false, "purescript.outputDirectory" : ".work/output", "purescript.packagePath" : ".work/bower_components", "purescript.sourcePath" : "exercises"}
json_instruct
{"type": "object", "properties": {"purescript.autoStartPscIde": {"type": "boolean"}, "purescript.outputDirectory": {"type": "string"}, "purescript.packagePath": {"type": "string"}, "purescript.sourcePath": {"type": "string"}}, "required": ["purescript.autoStartPscIde", "purescript.outputDirectory", "purescript.packageP...
Please provide a valid JSON object following this schema: {"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"]}}, "...
{"name" : "xprt64/Config", "description" : "Config classes for an PHP application", "authors" : [{"name" : "Constantin Galbenu", "email" : "xprt64@gmail.com"}], "autoload" : {"psr-4" : {"xprt64\\Config\\" : "src"}}, "require" : {"php" : ">=7.0"}, "require-dev" : {"phpunit/phpunit" : "5.0.*"}}
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": {"features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items...
{"features" : [{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-0.467818560744986, 51.18881771585805]}, "properties" : {"TIMESTAMP UTC" : "2019-12-13T11:16:57", "CLASSIFICATION" : "Flying plane"}}, {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-0.964052496153846, 51.4456048...
json_instruct
{"type": "object", "properties": {"features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properti...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "o...
{"private" : true, "scripts" : {"test" : "Because sample, the test is not executed"}, "author" : "tsuyoshiwada", "license" : "MIT", "dependencies" : {"react" : "15.0.0", "redux" : "3.0.5", "lodash" : "3.10.1", "moment" : "2.16.0"}, "devDependencies" : {"yarn-outdated-notifier" : "^0.0.1"}}
json_instruct
{"type": "object", "properties": {"private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"react": {"type": "string"}, "redux": {"type":...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["gz-tpl-loader"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"orgCode": {"type": "string"}, "jsonRequestProductUpsert": {"type": "object", "properties": {"requestItems": {"type": "array", "items": {"type": "object", "properties": {"productIdentifier": {"type": "string"}, "externalVers...
{"orgCode" : "orgCode", "jsonRequestProductUpsert" : {"requestItems" : [{"productIdentifier" : "ext-GRSSignum-ProductId", "externalVersion" : null, "externalReferenceUrl" : null, "requestProduct" : {"code" : "ProductValue", "codeSet" : true, "name" : "Name1 Name2", "nameSet" : true, "type" : "ITEM", "typeSet" : true, "...
json_instruct
{"type": "object", "properties": {"orgCode": {"type": "string"}, "jsonRequestProductUpsert": {"type": "object", "properties": {"requestItems": {"type": "array", "items": {"type": "object", "properties": {"productIdentifier": {"type": "string"}, "externalVersion": {"type": "null"}, "externalReferenceUrl": {"type": "null...
Create a JSON structure that matches this schema definition: {"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": {"ty...
{"station" : [{"pref_cd" : 20, "line_cd" : 11409, "line_name" : "\u5317\u30a2\u30eb\u30d7\u30b9\u7dda", "station_cd" : 1140913, "station_g_cd" : 1140913, "station_name" : "\u5b89\u66c7\u8ffd\u5206", "lon" : 137.872736, "lat" : 36.371795}]}
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": {"...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "prope...
{"name" : "bluemmb/faker-picsum-photos-provider", "description" : "picsum.photos provider for Faker", "keywords" : ["faker", "picsum.photos", "provider"], "license" : "MIT", "authors" : [{"name" : "Mohammad Eftekhari", "email" : "bluemmb22@gmail.com"}], "require" : {"php" : "^7.1 || ^8.0", "fakerphp/faker" : "^1.10", "...
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...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"build": {"type": "object", "properties": {"core": {"type": "string"}, "extra_flags": {"type": "string"}, "f_cpu": {"type": "string"}, "mcu": {"type": "string"}}, "required": ["core", "extra_flags", "f_cpu", "mcu"]}, "framew...
{"build" : {"core" : "arduino", "extra_flags" : "-D__AVR_AT90PWM316__", "f_cpu" : "16000000L", "mcu" : "at90pwm316"}, "frameworks" : [], "name" : "Atmel AT90PWM316", "upload" : {"maximum_ram_size" : 1024, "maximum_size" : 16384}, "url" : "http://www.microchip.com/wwwproducts/en/AT90PWM316", "vendor" : "Microchip"}
json_instruct
{"type": "object", "properties": {"build": {"type": "object", "properties": {"core": {"type": "string"}, "extra_flags": {"type": "string"}, "f_cpu": {"type": "string"}, "mcu": {"type": "string"}}, "required": ["core", "extra_flags", "f_cpu", "mcu"]}, "frameworks": {"type": "array", "items": {}}, "name": {"type": "strin...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"Id": {"type": "string"}, "IsStatic": {"type": "boolean"}, "useGravity": {"type": "boolean"}, "randomRotation": {"type": "boolean"}, "Position": {"type": "object", "properties": {"x": {"type": "number"}, "y": ...
{"Id" : "GunrackSpawn 1(Clone)611816", "IsStatic" : false, "useGravity" : false, "randomRotation" : false, "Position" : {"x" : -171.482178, "y" : -3.312132, "z" : 31.32016}, "Rotation" : {"x" : 279.736816, "y" : 278.839233, "z" : 97.27425}, "IsGroupPosition" : false, "GroupPositions" : [], "Root" : "5db5d03a533aa77c477...
json_instruct
{"type": "object", "properties": {"Id": {"type": "string"}, "IsStatic": {"type": "boolean"}, "useGravity": {"type": "boolean"}, "randomRotation": {"type": "boolean"}, "Position": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}, "z": {"type": "number"}}, "required": ["x", "y", "z"]}, "...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"title": {"type": "string"}, "filesize": {"type": "object", "properties": {"max": {"type": "integer"}, "except": {"type": "array", "items": {"type": "string"}}}, "required": ["max", "except"]}, "blogs": {"type": "arra...
{"title" : "Glasgow Botanic Gardens", "filesize" : {"max" : 120, "except" : ["*.html", "*.json", "*js/*", "*css/*", "*scripts/*", "*styles/*"]}, "blogs" : ["blog/"], "templates" : {"*.md" : "md.ftl"}, "listview" : ["contents/plants/index.html", "contents/trail/index.html", "contents/plants/economic/index.html"], "theme...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "filesize": {"type": "object", "properties": {"max": {"type": "integer"}, "except": {"type": "array", "items": {"type": "string"}}}, "required": ["max", "except"]}, "blogs": {"type": "array", "items": {"type": "string"}}, "templates": {"type": "object", "pr...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "category": {"type": "string"}, "sortorder": {"type": "integer"}}, "required": ["name", "description", "category", "sortorder"], "$schema": "http://json-s...
{"name" : "Giftstichling", "description" : "Ein schneller, grimmiger Fisch mit stacheligen Flossen, dessen stacheliges Maul die Str\u00f6mung durchbohren kann, wenn er mit voller Geschwindigkeit schwimmt. Seine F\u00e4higkeiten haben ihm die Spitznamen \u201eWasserdorn\u201c und \u201eBachpfeil\u201c eingebracht.\nDas ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "category": {"type": "string"}, "sortorder": {"type": "integer"}}, "required": ["name", "description", "category", "sortorder"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "moduleType": {"type": "array", "items": {...
{"name" : "WaterPi", "homepage" : "https://github.com/amcolash/WaterPi", "authors" : ["Andrew McOlash <amcolash@gmail.com>"], "description" : "A simple python-based program for a raspberry pi to check water level of a plant, which triggers a notification.", "main" : "", "moduleType" : [], "license" : "MIT", "ignore" : ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "moduleType": {"type": "array", "items": {}}, "license": {"type": "string"}, "ignore": {"type": "array",...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"description": {"type": "string"}, "instructors": {"type": "string"}, "url": {"type": "string"}, "title": {"type": "string"}, "language": {"type": "string"}, "source": {"type": "string"}}, "required": ["description", "instructo...
{"description" : "In _Flash Professional CS5: Animation Projects_, Paul Trani shows how to\ncreate dynamic and visually rich animations in Flash Professional CS5. This\ncourse demonstrates how to create and import assets, and then take those\nassets and bring them to life with dynamic motion. It also shows how to creat...
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "instructors": {"type": "string"}, "url": {"type": "string"}, "title": {"type": "string"}, "language": {"type": "string"}, "source": {"type": "string"}}, "required": ["description", "instructors", "url", "title", "language", "source"], "$schema": "htt...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "sinocraft:block/white_marble"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"label:cs": {"type": "string"}, "P31":...
{"type" : "FeatureCollection", "features" : [{"type" : "Feature", "properties" : {"label:cs" : "Pam\u011btn\u00ed deska Franti\u0161ka Poloprudsk\u00e9ho v Po\u0159\u00ed\u010d\u00ed nad S\u00e1zavou", "P31" : "http://www.wikidata.org/entity/Q721747", "P31^label:cs" : "Pam\u011btn\u00ed deska", "P131^label:cs" : "Po\u0...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"label:cs": {"type": "string"}, "P31": {"type": "string"}, "P31^label:cs": {"type": "string"}, "P131^label:cs...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"itemid": {"type": "string"}, "displayname": {"type": "string"}, "nbttag": {"type": "string"}, "damage": {"type": "integer"}, "lore": {"type": "array", "items": {"type": "string"}}, "internalname": {"type": "string"}, "craft...
{"itemid" : "minecraft:enchanted_book", "displayname" : "\u00a7aEnchanted Book", "nbttag" : "{ench:[],HideFlags:254,display:{Lore:[0:\"\u00a79Titan Killer V\",1:\"\u00a77Increases damage dealt by \u00a7a10%\",2:\"\u00a7a\u00a77for every 100 defense your\",3:\"\u00a77target has up to \u00a7a50%\u00a77.\",4:\"\",5:\"\u00...
json_instruct
{"type": "object", "properties": {"itemid": {"type": "string"}, "displayname": {"type": "string"}, "nbttag": {"type": "string"}, "damage": {"type": "integer"}, "lore": {"type": "array", "items": {"type": "string"}}, "internalname": {"type": "string"}, "crafttext": {"type": "string"}, "clickcommand": {"type": "string"},...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"last_date": {"type": "string"}, "provinsi": {"type": "string"}, "kasus_total": {"type": "integer"}, "kasus_tanpa_tgl": {"type": "integer"}, "kasus_dengan_tgl": {"type": "integer"}, "meninggal_persen": {"type": "number"}, "m...
{"last_date" : "2020-09-06", "provinsi" : "NUSA TENGGARA BARAT", "kasus_total" : 2847, "kasus_tanpa_tgl" : 2, "kasus_dengan_tgl" : 2845, "meninggal_persen" : 5.900948366701791, "meninggal_tanpa_tgl" : 0, "meninggal_dengan_tgl" : 168, "sembuh_persen" : 76.43133122585178, "sembuh_tanpa_tgl" : 0, "sembuh_dengan_tgl" : 217...
json_instruct
{"type": "object", "properties": {"last_date": {"type": "string"}, "provinsi": {"type": "string"}, "kasus_total": {"type": "integer"}, "kasus_tanpa_tgl": {"type": "integer"}, "kasus_dengan_tgl": {"type": "integer"}, "meninggal_persen": {"type": "number"}, "meninggal_tanpa_tgl": {"type": "integer"}, "meninggal_dengan_tg...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"/resources/build/js/hub.js": {"type": "string"}, "/resources/build/css/hub.css": {"type": "string"}, "/resources/build/js/setup.js": {"type": "string"}, "/resources/build/js/candyhub.js": {"type": "string"}}, "...
{"/resources/build/js/hub.js" : "/resources/build/js/hub.js", "/resources/build/css/hub.css" : "/resources/build/css/hub.css", "/resources/build/js/setup.js" : "/resources/build/js/setup.js", "/resources/build/js/candyhub.js" : "/resources/build/js/candyhub.js"}
json_instruct
{"type": "object", "properties": {"/resources/build/js/hub.js": {"type": "string"}, "/resources/build/css/hub.css": {"type": "string"}, "/resources/build/js/setup.js": {"type": "string"}, "/resources/build/js/candyhub.js": {"type": "string"}}, "required": ["/resources/build/js/hub.js", "/resources/build/css/hub.css", "...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"type": {"type": "string"}, "speciesMeta": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "integer"}, "json": {"type": "string"}}, "required": ["name", "id",...
{"type" : "SpeciesMetaCollection", "speciesMeta" : [{"name" : "Plants", "id" : 1, "json" : "species-plants.json"}, {"name" : "Freshwater Fish", "id" : 2, "json" : "species-fish.json"}, {"name" : "Marine Life", "id" : 3, "json" : "species-marine.json"}, {"name" : "Amphibians", "id" : 4, "json" : "species-amphibians.json...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "speciesMeta": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "integer"}, "json": {"type": "string"}}, "required": ["name", "id", "json"]}}}, "required": ["type", "speciesMeta"], "$schema": "http://jso...
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["350128204201", "\u4e2d\u697c\u6751\u59d4\u4f1a", "220", "0"], ["350128204202", "\u51a0\u5c71\u6751\u59d4\u4f1a", "220", "0"], ["350128204203", "\u6e56\u5c71\u6751\u59d4\u4f1a", "220", "0"], ["350128204204", "\u6606\u6e56\u6751\u59d4\u4f1a", "220", "0"], ["350128204205", "\u5927\u576a\u6751\u59d4\u4f1a", "220", "0"],...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "moduleType": ...
{"name" : "codebird-js", "version" : "2.6.0", "homepage" : "http://www.jublo.net/projects/codebird/js", "authors" : ["Joshua Atkins <joshua.atkins@jublo.net>", "J.M. <jm@jublo.net>"], "description" : "A Twitter library in JavaScript.", "main" : "codebird.js", "moduleType" : ["amd", "globals", "node"], "keywords" : ["Tw...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "moduleType": {"type": "array", "items": {"type": "string"}}, "keywords":...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "mocha": {"type": "string"}, "li...
{"name" : "twigjs-loader", "version" : "0.2.2", "description" : "twig.js loader for Webpack", "main" : "index.js", "scripts" : {"test" : "npm run lint && npm run mocha", "mocha" : "mocha ./spec/*.spec.js", "lint" : "eslint ./index.js ./spec/**/*.js"}, "files" : ["index.js", "typings/*"], "typings" : "typings/index.d.ts...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "mocha": {"type": "string"}, "lint": {"type": "string"}}, "required": ["test", "mocha", "li...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"buildFiles": {"type": "array", "items": {"type": "string"}}, "cleanCommands": {"type": "array", "items": {"type": "string"}}, "libraries": {"type": "object", "properties": {"jvmti_agent-Release-x86": {"type": "objec...
{"buildFiles" : ["/Users/yanxianwei/AndroidStudioProjects/ReferceCount/jvmtilib/CMakeLists.txt"], "cleanCommands" : ["/Users/yanxianwei/Library/Android/sdk/cmake/3.6.4111459/bin/cmake --build /Users/yanxianwei/AndroidStudioProjects/ReferceCount/jvmtilib/.cxx/cmake/release/x86 --target clean"], "libraries" : {"jvmti_age...
json_instruct
{"type": "object", "properties": {"buildFiles": {"type": "array", "items": {"type": "string"}}, "cleanCommands": {"type": "array", "items": {"type": "string"}}, "libraries": {"type": "object", "properties": {"jvmti_agent-Release-x86": {"type": "object", "properties": {"artifactName": {"type": "string"}, "buildCommand":...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Max\\Swoole\\": {"type": "string"}}, "required": ["Max\\Swoole...
{"name" : "max/swoole", "description" : "MaxPHP\u7528\u4e8e\u652f\u6301Swoole\u7684\u5305", "autoload" : {"psr-4" : {"Max\\Swoole\\" : "src/"}}, "authors" : [{"name" : "chengyao", "email" : "bigyao@139.com"}], "require" : {"ext-swoole" : "*", "php" : "^7.4|^8.0"}, "require-dev" : {"swoole/ide-helper" : "^4.8"}, "extra"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Max\\Swoole\\": {"type": "string"}}, "required": ["Max\\Swoole\\"]}}, "required": ["psr-4"]}, "authors": {"type": "array", "items": {...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "ecchymotic", "definition" : "Pertaining to ecchymosis."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "y2010": {"type": "array", "items": {"type": "object", "properties": {"candidate": {"type": "string"}, "party": {"type": "string"}, "votes": {"type": "inte...
{"id" : "S14000004", "name" : "Angus", "y2010" : [{"candidate" : "Weir, Mike", "party" : "Scottish National Party", "votes" : 15020, "incumbent" : true, "elected" : true}, {"candidate" : "Costa, Alberto", "party" : "Conservative Party", "votes" : 11738, "incumbent" : false, "elected" : false}, {"candidate" : "Hutchens,...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "y2010": {"type": "array", "items": {"type": "object", "properties": {"candidate": {"type": "string"}, "party": {"type": "string"}, "votes": {"type": "integer"}, "incumbent": {"type": "boolean"}, "elected": {"type": "boolean"}}, "re...
Generate a valid JSON object that conforms to the following schema: {"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": {"t...
{"type" : "Feature", "properties" : {"name" : "Kocaeli", "iso2" : "TR-41", "admin_level" : 4, "osm_id" : 223473, "wikidata_id" : "Q83965", "wikipedia_id" : "tr:Kocaeli", "population" : 1906391, "countrylevel_id" : "iso2:TR-41", "osm_data" : {"localname" : "Kocaeli", "official_name" : "", "alltags" : {"name:en" : "Kocae...
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": {"...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"pacts/movies-reviews.json": {"type": "string"}}, "required": ["pacts/movies-reviews.json"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"pacts/movies-reviews.json" : "develop"}
json_instruct
{"type": "object", "properties": {"pacts/movies-reviews.json": {"type": "string"}}, "required": ["pacts/movies-reviews.json"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"timestamp": {"type": "integer"}, "object_list": {"type": "array", "items": {"type": "object", "properties": {"position": {"type": "array", "items": {"type": "number"}}, "id": {"type": "integer"}}, "required":...
{"timestamp" : 459, "object_list" : [{"position" : [2.39551387776, 8.69079660657], "id" : 44}, {"position" : [5.82209632757, 6.25217077309], "id" : 69}, {"position" : [6.28659282451, 6.166491905], "id" : 70}, {"position" : [5.88439400002, 5.61113055106], "id" : 71}, {"position" : [2.62029061484, 5.47533312503], "id" : ...
json_instruct
{"type": "object", "properties": {"timestamp": {"type": "integer"}, "object_list": {"type": "array", "items": {"type": "object", "properties": {"position": {"type": "array", "items": {"type": "number"}}, "id": {"type": "integer"}}, "required": ["position", "id"]}}, "frame": {"type": "integer"}, "size": {"type": "intege...
Generate a valid JSON object that conforms to the following 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"},...
{"timestamp" : "2020-09-22T21:16:22Z", "data" : [{"data_type" : "pm10", "value" : "10.67", "max" : "13.00", "min" : "9.00", "sd" : "1.18"}, {"data_type" : "pm2.5", "value" : "9.87", "max" : "13.00", "min" : "8.00", "sd" : "1.46"}, {"data_type" : "pm1", "value" : "5.60", "max" : "7.00", "min" : "4.00", "sd" : "0.83"}, {...
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",...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"async": {"type": "string"}, "bcrypt-nodejs": {"type": "string"}, "body-parser": {"type": "string"}, "connect-f...
{"name" : "node-iot", "main" : "server.js", "dependencies" : {"async" : "^1.5.2", "bcrypt-nodejs" : "latest", "body-parser" : "~1.0.0", "connect-flash" : "~0.1.1", "cookie-parser" : "^1.0.1", "cookie-session" : "^2.0.0-alpha.1", "ecjson" : "^0.1.2", "ejs" : "~0.8.5", "express" : "~4.0.0", "express-session" : "~1.0.0", ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"async": {"type": "string"}, "bcrypt-nodejs": {"type": "string"}, "body-parser": {"type": "string"}, "connect-flash": {"type": "string"}, "cookie-parser": {"type": "string"}, "cook...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "...
{"id" : 101890181, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "95d393c428883fdb28183f27c60482da", "wof:id" : 101890181, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [6.18452772649243, 47.07647262904766, 6.19714197347844, 47.08910331180954...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "7317031005", "district_id" : "7317031", "name" : "WARA"}
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": {"count": {"type": "integer"}, "395090": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": [...
{"count" : 22, "395090" : {"count" : 1}, "N.A.//" : {"count" : 9}, "999920" : {"count" : 1}, "516011" : {"count" : 1}, "411011" : {"count" : 8}, "537064" : {"count" : 1}, "512090" : {"count" : 1}}
json_instruct
{"type": "object", "properties": {"count": {"type": "integer"}, "395090": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "999920": {"type": "object", "properties": {"count": {"typ...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}, "prep...
{"name" : "redundant-rpc-provider", "version" : "1.1.0", "description" : "Redundant RPC provider for metamasks eth provider engine", "main" : "lib/index.js", "scripts" : {"test" : "mocha --compilers js:babel-core/register", "build" : "mkdir -p lib && babel src/index.js > lib/index.js", "prepublish" : "npm run build"}, ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}, "prepublish": {"type": "string"}}, "required": ["test", "build...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"t": {"type": "string"}, "s": {"type": "array", "items": {"type": "integer"}}}, "required": ["t", "s"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"t" : "Normal3", "s" : [11, 13, 15, 17, 19, 20, 22, 24]}
json_instruct
{"type": "object", "properties": {"t": {"type": "string"}, "s": {"type": "array", "items": {"type": "integer"}}}, "required": ["t", "s"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"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...
{"towns" : [{"name" : "Caracollo", "url" : "caracollo"}]}
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": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "user": {"type": "string"}, "text": {"type": "string"}, "ts": {"type": "string"}}, "required": ["type", "user", "text", "ts"]}, "$schema": "http://json-schema.org/draft-07/sc...
[{"type" : "message", "user" : "U0KPFAZNF", "text" : "<@U13TWBRBL> I just pulled the fabric-sdk-node.git for the first time to start to play around: I noticed that the project is \"hfc v0.0.2\". Isn't this going to collide with the old typescript project?", "ts" : "1479049137.000598"}, {"type" : "message", "user" : "...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "user": {"type": "string"}, "text": {"type": "string"}, "ts": {"type": "string"}}, "required": ["type", "user", "text", "ts"]}, "$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"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "deploy": {"t...
{"name" : "websocket", "version" : "1.0.0", "description" : "", "main" : "./src/server.js", "scripts" : {"start" : "node ./src/server.js", "deploy" : "gcloud app deploy ./app.flex.yaml"}, "keywords" : [], "author" : "mrdulin <novaline.dulin@gmail.com>", "license" : "MIT", "dependencies" : {"express" : "^4.16.4", "faker...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "deploy": {"type": "string"}}, "required": ["start", "deploy"]}, "keywords": {"type": "arr...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type":...
{"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Maraykit, San Juan, Batangas, CALABARZON (Region IV-A), PH", "locale" : "ph.calabarzon-region-iv-a.batangas.san-juan.maraykit", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "4", "region_re...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {...
Following the schema specification below, generate a valid 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-devant-le-Thour", "dpt" : "Ardennes", "inscrits" : 320, "abs" : 64, "votants" : 256, "blancs" : 35, "nuls" : 3, "exp" : 218, "res" : [{"panneau" : "2", "voix" : 115}, {"panneau" : "1", "voix" : 103}]}
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": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"layer0": {"type": "string"}}, "required": ["layer0"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/sch...
{"parent" : "minecraft:item/handheld", "textures" : {"layer0" : "vanillaful:item/iron_bar"}}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"layer0": {"type": "string"}}, "required": ["layer0"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {"type": "string"}}, "package": {"type": "string"}}, "required": ["generated_a...
{"generated_at" : "2017-01-27T09:37:35.720745", "required_by" : ["ArvadsFit"], "requires" : ["numpy", "iminuit"], "package" : "probfit"}
json_instruct
{"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {"type": "string"}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requires", "package"], "$schema": "http://json-sch...
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "desc": {"type": "string"}}, "required": ["name", "title", "desc"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "ChangeSrc", "title" : "\u6539\u53d8\u56fe\u7247\u5730\u5740", "desc" : "\u52a8\u6001\u8bbe\u7f6e src \u5c5e\u6027\u6539\u53d8\u56fe\u7247\u5730\u5740"}, {"name" : "LoadSuccess", "title" : "\u52a0\u8f7d\u6210\u529f", "desc" : "\u52a0\u8f7d\u6210\u529f\u56fe\u7247"}, {"name" : "LoadFail", "title" : "\u52a0\u8...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "desc": {"type": "string"}}, "required": ["name", "title", "desc"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"survey.css": {"type": "string"}, "survey.jquery.js": {"type": "string"}, "survey.jquery.min.js": {"type": "string"}, "survey.min.css": {"type": "string"}}, "required": ["survey.css", "survey.jquery.js", "survey.jqu...
{"survey.css" : "sha512-K9sLEMLOmYYm5DJoEgH9sptqIM01IegUoRPOStX5JflNSBmtwb5ybwPJa6XlTo0YMjVOtLr07MNtfh058oo5hw==", "survey.jquery.js" : "sha512-YmTC5LgSpyJXbCKfhNtZzNH5AY2iDWQw/zDEZQdK6sGCfbV/47ft5toFrw1UO5h4obyaX8/Ifx/t1gOHVI5KDg==", "survey.jquery.min.js" : "sha512-wPnazjVWg1o4/b6Ta0QId4WjxnMXH3Kz44DcV2/q9HvK/DpI6ZKG...
json_instruct
{"type": "object", "properties": {"survey.css": {"type": "string"}, "survey.jquery.js": {"type": "string"}, "survey.jquery.min.js": {"type": "string"}, "survey.min.css": {"type": "string"}}, "required": ["survey.css", "survey.jquery.js", "survey.jquery.min.js", "survey.min.css"], "$schema": "http://json-schema.org/draf...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "prope...
{"id" : "9653d4ac-a1a4-42e8-b882-9d5155df97b5", "playerTags" : [], "teamTags" : ["8d87c468-699a-47a8-b40d-cfb73a5660ad", "eb67ae5e-c4bf-46ca-bbbc-425cd34182ff"], "gameTags" : ["c90c6e9a-47cc-48be-a8c1-703fd56653c5"], "metadata" : {"play" : 27, "subPlay" : -1}, "created" : "2021-04-15T14:02:11.641Z", "season" : 15, "tou...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"play": {"type": "integer"}, "subPlay": {"type":...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "r...
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[125.75, 36.666666666666664], [125.75, 36.75], [125.875, 36.75], [125.875, 36.666666666666664], [125.75, 36.666666666666664]]]}, "properties" : {"code" : 552506, "url" : "http://madefor.github.io/0410/api/v1/552506.geojson", "view" : "https://gith...
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...
Based on the schema below, produce a valid JSON object: {"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"}}}}}, "requir...
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[150.75, 42.833333333333336], [150.75, 42.916666666666664], [150.875, 42.916666666666664], [150.875, 42.833333333333336], [150.75, 42.833333333333336]]]}, "properties" : {"code" : 645026, "url" : "http://madefor.github.io/0410/api/v1/645026.geojso...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "normalizedVertices": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}},...
[{"label" : "Flowerpot", "normalizedVertices" : [{"x" : 0.15031269, "y" : 0.7574954}, {"x" : 0.31113625, "y" : 0.7574954}, {"x" : 0.31113625, "y" : 0.9107895}, {"x" : 0.15031269, "y" : 0.9107895}], "score" : 0.69584525}, {"label" : "Coin", "normalizedVertices" : [{"x" : 0.7071425, "y" : 0.42664707}, {"x" : 0.8830248, "...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "normalizedVertices": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}, "score": {"type": "number"}}, "required": ["label", "normalizedVertice...
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "Project Two"}, {"name" : "Project One"}, {"name" : "Project Three"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["pristine-app"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"yamljs": {"type": "string"}, "amqplib": {"type": "string"}, "knex": {"type": "string"}, "mysql": {"type": "string"}, ...
{"name" : "maerlyn-rabbit-to-db", "version" : "0.0.1", "dependencies" : {"yamljs" : "~0.2", "amqplib" : "~0.3", "knex" : "~0.7", "mysql" : "~2.5", "moment" : "~2.8"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"yamljs": {"type": "string"}, "amqplib": {"type": "string"}, "knex": {"type": "string"}, "mysql": {"type": "string"}, "moment": {"type": "string"}}, "required": ["yamljs", "amqp...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "array", "ite...
{"contract" : "0x2d5d88f7e316b01997330640440a4332ed60d177", "tool" : "manticore", "start" : 1564092554.7390532, "end" : 1564094357.0328798, "duration" : 1802.2938265800476, "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...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "r...
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[147.75, 45.333333333333336], [147.75, 45.416666666666664], [147.875, 45.416666666666664], [147.875, 45.333333333333336], [147.75, 45.333333333333336]]]}, "properties" : {"code" : 684706, "url" : "http://madefor.github.io/0410/api/v1/684706.geojso...
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...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repositor...
{"name" : "angular_practice", "version" : "1.0.0", "description" : "angular", "main" : "index.js", "scripts" : {"test" : "npm test"}, "repository" : {"type" : "git", "url" : "git+https://github.com/andela-nmartin/budapp.git"}, "keywords" : ["budget"], "author" : "NM", "license" : "MIT", "bugs" : {"url" : "https://githu...
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": {"suffix": {"type": "string"}, "command": {"type": "string"}, "args": {"type": "array", "items": {"type": "string"}}, "timeout": {"type": "integer"}}, "required": ["suffix", "command", "args", "timeout"], "$schema": ...
{"suffix" : "cpp", "command" : "g++", "args" : ["{source_file}", "-o", "{executable_file}", "-O2", "-fno-asm", "-Wall", "-lm", "--static", "--std=c++11"], "timeout" : 5}
json_instruct
{"type": "object", "properties": {"suffix": {"type": "string"}, "command": {"type": "string"}, "args": {"type": "array", "items": {"type": "string"}}, "timeout": {"type": "integer"}}, "required": ["suffix", "command", "args", "timeout"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"stryker-config": {"type": "object", "properties": {"mutate": {"type": "array", "items": {"type": "string"}}, "abort-test-on-fail": {"type": "boolean"}}, "required": ["mutate", "abort-test-on-fail"]}}, "required": ["stryker-con...
{"stryker-config" : {"mutate" : ["**/*TestCovered.cs"], "abort-test-on-fail" : false}}
json_instruct
{"type": "object", "properties": {"stryker-config": {"type": "object", "properties": {"mutate": {"type": "array", "items": {"type": "string"}}, "abort-test-on-fail": {"type": "boolean"}}, "required": ["mutate", "abort-test-on-fail"]}}, "required": ["stryker-config"], "$schema": "http://json-schema.org/draft-07/schema#"...