input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_da...
{"id" : 15645, "citation_title" : "The Great Recession and the Great Depression", "citation_author" : ["Peter Temin"], "citation_publication_date" : "2010-01-14", "issue_date" : "2010-01-14", "revision_date" : "2011-12-05", "topics" : ["Macroeconomics", "Business Cycles", "Fiscal Policy", "History", "Macroeconomic Hist...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_date": {"type": "string"}, "topics": {"type": "array", "items...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "addressLine2": {"type": "string"}, "postcode": {"ty...
{"id" : "62c962b1-99f8-4884-9dce-746116805a42", "name" : "Perryfields Primary School", "code" : "R", "address" : {"addressLine1" : "Apsley Road", "addressLine2" : "Oldbury", "postcode" : "B68 0QY"}, "organisation" : {"id" : "e06166f7-f57d-4f6c-bf5d-a12c0beb7526", "code" : "142", "name" : "Crocketts Community Primary Sc...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "addressLine2": {"type": "string"}, "postcode": {"type": "string"}}, "required": ["addressLine1", "addressLine2", "postcode...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"pathname": {"type": "string"}, "provides": {"type": "object", "properties": {"Data::Dump::Trace::Call": {"type": "object", "properties": {"file": {"type": "string"}}, "required": ["file"]}, "Data::Dump::Filtered": ...
{"pathname" : "G/GA/GAAS/Data-Dump-1.23.tar.gz", "provides" : {"Data::Dump::Trace::Call" : {"file" : "Data/Dump/Trace.pm"}, "Data::Dump::Filtered" : {"file" : "Data/Dump/Filtered.pm"}, "Data::Dump" : {"file" : "Data/Dump.pm", "version" : "1.23"}, "Data::Dump::FilterContext" : {"file" : "Data/Dump/FilterContext.pm"}, "D...
json_instruct
{"type": "object", "properties": {"pathname": {"type": "string"}, "provides": {"type": "object", "properties": {"Data::Dump::Trace::Call": {"type": "object", "properties": {"file": {"type": "string"}}, "required": ["file"]}, "Data::Dump::Filtered": {"type": "object", "properties": {"file": {"type": "string"}}, "require...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"typ...
{"code" : 3471140, "parent" : 3471, "name" : "TEGALREJO", "latitude" : "-7.7804180345599", "longitude" : "110.35908571887", "postal" : [55241, 55242, 55243, 55244], "children" : [3471140001, 3471140002, 3471140003, 3471140004]}
json_instruct
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {"type": "integer"}}}, "required": ...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"Similarity": {"type": "string"}, "Title": {"type": "string"}, "Year": {"type": "integer"}}, "required": ["Similarity", "Title", "Year"]}, "$schema": "http://json-schema.org/draft-07/s...
[{"Similarity" : "0.883", "Title" : "Novice to Expert continuum may affect System Response Time", "Year" : 2017}, {"Similarity" : "0.878", "Title" : "Nudging Problematic Smartphone Use to a Lower Level", "Year" : 2017}, {"Similarity" : "0.863", "Title" : "Executive control in analogical reasoning Beyond interference re...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"Similarity": {"type": "string"}, "Title": {"type": "string"}, "Year": {"type": "integer"}}, "required": ["Similarity", "Title", "Year"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"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" : "7603071001", "district_id" : "7603071", "name" : "TAWALIAN TIMUR"}, {"id" : "7603071002", "district_id" : "7603071", "name" : "KARIANGO"}, {"id" : "7603071003", "district_id" : "7603071", "name" : "TAWALIAN"}, {"id" : "7603071004", "district_id" : "7603071", "name" : "RANTETANGNGA"}]
json_instruct
{"type": "array", "items": {"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#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type...
{"ast" : null, "code" : "var subState={loading:false,error:null,subscription:null,authenticated:false,currentUser:null};export{subState};", "map" : {"version" : 3, "sources" : ["C:/Users/Usuario/reactProjects/findYourHouse/app/src/reducers/initialState.js"], "names" : ["subState", "loading", "error", "subscription", "a...
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesCont...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "name_kana": {"type": "string"}}, "required": ["code", "name", "name_kana"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"code" : "6391", "name" : "\u9060\u5dde\u4e2d\u592e\u8fb2\u5354", "name_kana" : "\uff74\uff9d\uff7c\uff95\uff73\uff81\uff95\uff73\uff75\uff73\uff89\uff73\uff77\uff96\uff73"}
json_instruct
{"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "name_kana": {"type": "string"}}, "required": ["code", "name", "name_kana"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"ljc": {"ty...
{"name" : "TRMJPhotoBrowser", "version" : "1.0.3", "summary" : "The easiest lightest way to use PhotoBrowser, enhanced by ljc.", "homepage" : "https://github.com/PodRepo/MJPhotoBrowser.git", "license" : "MIT", "authors" : {"ljc" : "http://lijinchao.sinaapp.com"}, "platforms" : {"ios" : "7.0"}, "source" : {"git" : "http...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"ljc": {"type": "string"}}, "required": ["ljc"]}, "platforms": {"type": "object", "prope...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"access": {"type": "object", "properties": {"accounts": {"type": "array", "items": {"type": "object", "properties": {"aspspAccountId": {"type": "string"}, "resourceId": {"type": "string"}, "iban": {"type": "string"}, "bban": {"...
{"access" : {"accounts" : [{"aspspAccountId" : "3278921mxl-n2131-13nw", "resourceId" : "accountId", "iban" : "Test IBAN", "bban" : "Test BBAN", "pan" : "Test PAN", "maskedPan" : "Test MASKED_PAN", "msisdn" : "Test MSISDN", "currency" : "EUR"}], "balances" : [], "transactions" : [], "additionalInformationAccess" : {"own...
json_instruct
{"type": "object", "properties": {"access": {"type": "object", "properties": {"accounts": {"type": "array", "items": {"type": "object", "properties": {"aspspAccountId": {"type": "string"}, "resourceId": {"type": "string"}, "iban": {"type": "string"}, "bban": {"type": "string"}, "pan": {"type": "string"}, "maskedPan": {...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {}, "required": []}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : "f96fe1255a724381f0e2", "c" : {}}
json_instruct
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {}, "required": []}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"json": {"type": "object", "properties": {"card_data": {"type": "object", "properties": {"card_type": {"type": "string"}}, "required": ["card_type"]}}, "required": ["card_data"]}}, "required": ["json"], "$schema": "http://json-...
{"json" : {"card_data" : {"card_type" : "VISA"}}}
json_instruct
{"type": "object", "properties": {"json": {"type": "object", "properties": {"card_data": {"type": "object", "properties": {"card_type": {"type": "string"}}, "required": ["card_type"]}}, "required": ["card_data"]}}, "required": ["json"], "$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": {"properties": {"type": "object", "properties": {"electorateName": {"type": "string"}, "electorateShortName": {"typ...
{"type" : "FeatureCollection", "features" : [{"properties" : {"electorateName" : "Scullin", "electorateShortName" : "scullin", "area" : 116.35, "state" : null}, "type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[145.10354, -37.682943], [145.084496, -37.676567], [145.103321, -37.661361], [145.11624...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"properties": {"type": "object", "properties": {"electorateName": {"type": "string"}, "electorateShortName": {"type": "string"}, "area": {"type": "number"}, "state": {"type": "null"}}, ...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$s...
[{"name" : "AL-QADEER", "frequency" : 1, "males" : "100.0 %", "females" : "0.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#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "string"}, "displayName": {"type": "string"}, "snippet": {"type": "string"}, "props": {"type": "array", "items": {}}}, "required": ["id", "displayName", "snippet", "props"], "$schema": "http://json-schema.org/draft...
{"id" : "managedRadioButtonField", "displayName" : "ManagedRadioButtonField", "snippet" : "<ManagedRadioButtonField> </ManagedRadioButtonField>", "props" : []}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "displayName": {"type": "string"}, "snippet": {"type": "string"}, "props": {"type": "array", "items": {}}}, "required": ["id", "displayName", "snippet", "props"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"failure_rate": {"type": "number"}, "num_node_expansions": {"type": "number"}, "num_node_expansions_std": {"type": "number"}, "plan_length": {"type": "number"}, "plan_length_std": {"type": "number"}, "search_time": {"type": "nu...
{"failure_rate" : 0.0, "num_node_expansions" : 596.2857142857143, "num_node_expansions_std" : 202.53351112655827, "plan_length" : 130.52380952380952, "plan_length_std" : 13.16061602125664, "search_time" : 0.42040799999999995, "search_time_std" : 0.25151032701698445, "success_rate" : 0.12209302325581395, "timeout_rate" ...
json_instruct
{"type": "object", "properties": {"failure_rate": {"type": "number"}, "num_node_expansions": {"type": "number"}, "num_node_expansions_std": {"type": "number"}, "plan_length": {"type": "number"}, "plan_length_std": {"type": "number"}, "search_time": {"type": "number"}, "search_time_std": {"type": "number"}, "success_rat...
Following the schema specification below, generate a valid JSON instance: {"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"}, "statio...
{"station" : [{"pref_cd" : 35, "line_cd" : 11612, "line_name" : "JR\u5c71\u967d\u672c\u7dda(\u5ca9\u56fd\uff5e\u9580\u53f8)", "station_cd" : 1161215, "station_g_cd" : 1161215, "station_name" : "\u6adb\u30b1\u6d5c", "lon" : 131.829079, "lat" : 34.031002}]}
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": {"...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "publisher": {"type": "string"}, "icon": {"type": "string"}, "license": {"type": "str...
{"name" : "firebase-firestore-snippets", "displayName" : "Firebase/Firestore Snippets", "description" : "Snippets for both Firebase and Firestore!", "version" : "0.0.8", "publisher" : "PeterHdd", "icon" : "images/firebase.png", "license" : "SEE LICENSE IN LICENSE.md", "repository" : {"type" : "git", "url" : "https://gi...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "publisher": {"type": "string"}, "icon": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": ...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"elapsed": {"type": "string"}, "endpoint-url": {"type": "string"}, "entry-date": {"type": "string"}, "request-headers": {"type": "object", "properties": {"Accept": {"type": "string"}, "Accept-Encoding": {"type": "stri...
{"elapsed" : "1.048", "endpoint-url" : "https://www.islington.gov.uk/-/media/sharepoint-lists/public-records/planningandbuildingcontrol/publicity/publicnotices/20182019/20181220islingtonbrownfieldregister20181219rev2.csv?la=en&hash=BD4AF465F4359F72EC98432F08F7A510EF32A002", "entry-date" : "2021-02-21T00:11:21.901460", ...
json_instruct
{"type": "object", "properties": {"elapsed": {"type": "string"}, "endpoint-url": {"type": "string"}, "entry-date": {"type": "string"}, "request-headers": {"type": "object", "properties": {"Accept": {"type": "string"}, "Accept-Encoding": {"type": "string"}, "Connection": {"type": "string"}, "Cookie": {"type": "string"},...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "spec_version": {"type": "string"}, "objects": {"type": "array", "items": {"type": "object", "properties": {"created_by_ref": {"type": "string"}, "object_m...
{"type" : "bundle", "id" : "bundle--299d4c68-9752-435c-a327-de7526646ce1", "spec_version" : "2.0", "objects" : [{"created_by_ref" : "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5", "object_marking_refs" : ["marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"], "source_ref" : "malware--e2d34c63-6f5a-41f5-86a2-e23...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "spec_version": {"type": "string"}, "objects": {"type": "array", "items": {"type": "object", "properties": {"created_by_ref": {"type": "string"}, "object_marking_refs": {"type": "array", "items": {"type": "string"}}, "source_ref": {...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"content": {"type": "string"}, "entities": {"type": "array", "items": {"type": "object", "properties": {"entity": {"type": "string"}, "type": {"type": "string"}, "id": {"type": "integer"}, "offset": {"type": "integ...
{"content" : "Freezing unemployment benefit for 2 years is easier for you to do then ensure your rich mates pay a fair rate of tax. #BattleForNumber10", "entities" : [{"entity" : "unemployment", "type" : "topic keyword", "id" : 2, "offset" : 9}], "topics" : [{"topic" : "public spending", "id" : 1}], "tweet_id" : "58120...
json_instruct
{"type": "object", "properties": {"content": {"type": "string"}, "entities": {"type": "array", "items": {"type": "object", "properties": {"entity": {"type": "string"}, "type": {"type": "string"}, "id": {"type": "integer"}, "offset": {"type": "integer"}}, "required": ["entity", "type", "id", "offset"]}}, "topics": {"typ...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"subreddit": {"type": "string"}, "hour": {"type": "string"}, "avg": {"type": "number"}}, "required": ["subreddit", "hour", "avg"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"subreddit" : "Cornell", "hour" : "01", "avg" : 7.28125}, {"subreddit" : "Cornell", "hour" : "02", "avg" : 4.411764705882353}, {"subreddit" : "Cornell", "hour" : "03", "avg" : 11.225}, {"subreddit" : "Cornell", "hour" : "04", "avg" : 9.333333333333334}, {"subreddit" : "Cornell", "hour" : "05", "avg" : 5.4333333333333...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"subreddit": {"type": "string"}, "hour": {"type": "string"}, "avg": {"type": "number"}}, "required": ["subreddit", "hour", "avg"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "strin...
{"authors" : [{"author" : "Chang-Jun Men"}, {"author" : "Shashank Kumar Singh"}, {"author" : "Guo-Liang Zhang"}, {"author" : "Ye Wang"}, {"author" : "Cong-Wei Liu"}], "doi" : "10.12998/wjcc.v8.i15.3341", "publication_date" : "2020-09-03", "id" : "EN110644", "url" : "https://pubmed.ncbi.nlm.nih.gov/32874991", "source" :...
json_instruct
{"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"900796262": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900796263": {"type": "object", "properties...
{"900796262" : {"nama" : "TPS 1", "dapil" : [9101, 19106, 2910203]}, "900796263" : {"nama" : "TPS 2", "dapil" : [9101, 19106, 2910203]}, "900796264" : {"nama" : "TPS 3", "dapil" : [9101, 19106, 2910203]}}
json_instruct
{"type": "object", "properties": {"900796262": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900796263": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"created": {"type": "string"}, "last_updated": {"type": "string"}, "summoner_id": {"type": "integer"}, "platform": {"type": "string"}, "queue_type": {"type": "string"}, "match_creation": {"type": "integer"}, "champ...
{"created" : "2016-01-02T03:04:05.000000006Z", "last_updated" : "2016-01-02T03:04:05.000000006Z", "summoner_id" : 26337245, "platform" : "NA1", "queue_type" : "RANKED_FLEX_SR", "match_creation" : 1478934818941, "champion_id" : 57, "lane" : "TOP", "champion_index" : 4, "map_id" : 11, "match_duration" : 1857, "match_id" ...
json_instruct
{"type": "object", "properties": {"created": {"type": "string"}, "last_updated": {"type": "string"}, "summoner_id": {"type": "integer"}, "platform": {"type": "string"}, "queue_type": {"type": "string"}, "match_creation": {"type": "integer"}, "champion_id": {"type": "integer"}, "lane": {"type": "string"}, "champion_inde...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"Id": {"type": "string"}, "Type": {"type": "string"}, "Attrs": {"type": "object", "properties": {"arn": {"type": "string"}, "id": {"type": "string"}, "target_key_arn": {"type": "stri...
[{"Id" : "alias/bar", "Type" : "aws_kms_alias", "Attrs" : {"arn" : "arn:aws:kms:eu-west-3:047081014315:alias/bar", "id" : "alias/bar", "target_key_arn" : "arn:aws:kms:eu-west-3:047081014315:key/341b2d76-feab-4911-b5de-fbdd92b21aa7", "target_key_id" : "341b2d76-feab-4911-b5de-fbdd92b21aa7"}}, {"Id" : "alias/baz202102251...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"Id": {"type": "string"}, "Type": {"type": "string"}, "Attrs": {"type": "object", "properties": {"arn": {"type": "string"}, "id": {"type": "string"}, "target_key_arn": {"type": "string"}, "target_key_id": {"type": "string"}}, "required": ["arn", "id", "target...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"objects/wired/secretdoor/secretdoor.object": {"type": "array", "items": {"type": "st...
[{"DeniedAlternatives" : [], "Files" : {"objects/wired/secretdoor/secretdoor.object" : ["/shortdescription"]}, "Texts" : {"Eng" : "Secret Door", "Rus" : "\u041f\u043e\u0442\u0430\u0439\u043d\u0430\u044f \u0434\u0432\u0435\u0440\u044c"}}, {"DeniedAlternatives" : [], "Files" : {"objects/wired/secretdoor/secretdoor.object...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"objects/wired/secretdoor/secretdoor.object": {"type": "array", "items": {"type": "string"}}}, "required": ["objects/wired/secretdoor/secretdoor.object"]}, "Texts...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"description": {"type": "string"}, "etag": {"type": "string"}, "includedPermissions": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "stage": {"type": "string"}, "title": {"type": "string"...
{"description" : "Viewer of Binary Authorization Attestors", "etag" : "AA==", "includedPermissions" : ["binaryauthorization.attestors.get", "binaryauthorization.attestors.list", "resourcemanager.projects.get", "resourcemanager.projects.list"], "name" : "roles/binaryauthorization.attestorsViewer", "stage" : "GA", "title...
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "etag": {"type": "string"}, "includedPermissions": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "stage": {"type": "string"}, "title": {"type": "string"}}, "required": ["description", "etag", "includedPermissions", "name"...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "depend...
{"name" : "@songphi/spapi", "version" : "0.0.8", "description" : "SPAPI is simple tool helping design Swagger API and code generation to Laravel, Lumen, Angular, ReactNative", "main" : "spapi.js", "repository" : "https://github.com/SongPhi/spapi", "author" : "Thao Le <thaolt@songphi.com>", "license" : "MIT", "dependenc...
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"}, "dependencies": {"type": "object", "properties": {"swagger-ui-watcher...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"},...
{"\u5de5\u5ee0\u540d\u7a31" : "\u4e16\u7d00\u92fc\u9435\u7d50\u69cb\u80a1\u4efd\u6709\u9650\u516c\u53f8\u91d1\u6e56\u4e00\u5ee0", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99688861", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u6843\u5712\u5e02\u89c0\u97f3\u5340\u91d1\u6e56\u...
json_instruct
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "st...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"survey.css": {"type": "string"}, "survey.ko.js": {"type": "string"}, "survey.ko.min.js": {"type": "string"}, "survey.min.css": {"type": "string"}}, "required": ["survey.css", "survey.ko.js", "survey.ko.min.js",...
{"survey.css" : "sha512-r/63grhfsfXzSv46GtOv4m3m2Xy3jRRRChry3eBOPfVyJXJHbzRIO4B2MEOROaHjRlikZ3S+/PwXh3CUYIcagw==", "survey.ko.js" : "sha512-5g+WSf6dY4GKv2iVExYciH/VsHbfxIxKRmZvvK+8fLwGvk89Ix1h9QqAu4Z8NA7SSoSBT7lBBAlohY6xUl3P4g==", "survey.ko.min.js" : "sha512-7UpfVnaFukB1aba9/Jhw2AXE1RqNBmFmELlaglIXKJ+Z9LmBMOBkgCkGLJiy...
json_instruct
{"type": "object", "properties": {"survey.css": {"type": "string"}, "survey.ko.js": {"type": "string"}, "survey.ko.min.js": {"type": "string"}, "survey.min.css": {"type": "string"}}, "required": ["survey.css", "survey.ko.js", "survey.ko.min.js", "survey.min.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"country": {"type": "string"}, "github": {"type": "string"}, "home": {"type": "string"}, "name": {"type": "string"}, "twitter": {"type": "string"}}, "required": ["country", "github", "home", "name", "twitter"], "$schema": "http:/...
{"country" : "NY, USA", "github" : "andresdominguez", "home" : "http://www.andresdominguez.com/", "name" : "Andres Dominguez", "twitter" : "andresdom"}
json_instruct
{"type": "object", "properties": {"country": {"type": "string"}, "github": {"type": "string"}, "home": {"type": "string"}, "name": {"type": "string"}, "twitter": {"type": "string"}}, "required": ["country", "github", "home", "name", "twitter"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"feedstocks" : ["libxshmfence-cos7-aarch64"]}
json_instruct
{"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "spam-blacklist-desc": {"type": "string"}}, "required": ["@metadata", "spam-blacklist-desc"], ...
{"@metadata" : {"authors" : ["Michaello"]}, "spam-blacklist-desc" : "Antispam oru\u0111e zasnovano na regularnim izrazima: [[MediaWiki:Spam-blacklist]] i [[MediaWiki:Spam-whitelist]]"}
json_instruct
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "spam-blacklist-desc": {"type": "string"}}, "required": ["@metadata", "spam-blacklist-desc"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"pci_projects_creating_main_title": {"type": "string"}, "pci_projects_creating_secondary_title": {"type": "string"}, "pci_projects_creating_explain1": {"type": "string"}, "pci_projects_creating_explain2": {"type...
{"pci_projects_creating_main_title" : "La tua avventura Public Cloud ha inizio!", "pci_projects_creating_secondary_title" : "Creazione del progetto in corso...", "pci_projects_creating_explain1" : "Per completare la creazione del progetto \u00e8 necessario effettuare il pagamento del modulo d'ordine <a href=\"{{ href ...
json_instruct
{"type": "object", "properties": {"pci_projects_creating_main_title": {"type": "string"}, "pci_projects_creating_secondary_title": {"type": "string"}, "pci_projects_creating_explain1": {"type": "string"}, "pci_projects_creating_explain2": {"type": "string"}, "pci_projects_creating_long_time": {"type": "string"}, "pci_p...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"liveId": {"type": "string"}, "title": {"type": "string"}, "subTitle": {"type": "string"}, "picPath": {"type": "string"}, "startTime": {"type": "integer"}, "memberId": {"type": "integer"}, "liveTyp...
[{"liveId" : "5caaef050cf20f4b9b936799", "title" : "\u51af\u601d\u4f73\u7684\u76f4\u64ad\u95f4", "subTitle" : "\u3002", "picPath" : "/mediasource/live/15476240352635h8tRw1XId.jpg", "startTime" : 1554706181912, "memberId" : 327587, "liveType" : 1, "picLoopTime" : 0, "lrcPath" : "/mediasource/live/lrc/5caaef050cf20f4b9b9...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"liveId": {"type": "string"}, "title": {"type": "string"}, "subTitle": {"type": "string"}, "picPath": {"type": "string"}, "startTime": {"type": "integer"}, "memberId": {"type": "integer"}, "liveType": {"type": "integer"}, "picLoopTime": {"type": "integer"}, "...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"redux-persist.js": {"type": "string"}, "redux-persist.min.js": {"type": "string"}}, "required": ["redux-persist.js", "redux-persist.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"redux-persist.js" : "sha512-BrWqk6iM8wYf7c9Ppst8nkAbAgnkJb4AumBWyFVI57Vg8PdubwlEXYaM0xODTXTfnPrZFCOa6BeCkzc4qEKx8g==", "redux-persist.min.js" : "sha512-u09ycOK5e+bXSBjErv0D8dWWriqN16KZ03pfeRwRh8Q2WtbCUytgflcvpsxzCds332zlTLjx6eJKGZImh4JmpQ=="}
json_instruct
{"type": "object", "properties": {"redux-persist.js": {"type": "string"}, "redux-persist.min.js": {"type": "string"}}, "required": ["redux-persist.js", "redux-persist.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"Id": {"type": "integer"}, "Description": {"type": "string"}, "DialogueText": {"type": "string"}}, "required": ["Id", "Description", "DialogueText"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Id" : 166, "Description" : "What does coughing up of clear phlegm indicate while treating pneumonia?\r\n\r\n", "DialogueText" : "Patient:\r\nI was diagnosed with pneumonia 2 days ago at med express and was given a prescription for levoquin. I cough up clear phlegm. My research tells me I m being treated for bacterial...
json_instruct
{"type": "object", "properties": {"Id": {"type": "integer"}, "Description": {"type": "string"}, "DialogueText": {"type": "string"}}, "required": ["Id", "Description", "DialogueText"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties...
{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-2.027622, 53.45108]}, "properties" : {"minimum-net-dwellings" : "7", "organisation" : "local-authority-eng:TAM", "notes" : "Former Peak Valley housing office. Cleared site partially landscaped following demolition of offices.", "hectares" : "0.19", ...
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": {"minimum-net-dwellings": {"type": ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "OperatorID": {"type": "integer"...
{"IsRecentlyVerified" : false, "ID" : 8120, "UUID" : "DD61F5AA-E315-4C89-9738-CBF4C3870498", "DataProviderID" : 15, "DataProvidersReference" : "10879", "OperatorID" : 1, "UsageTypeID" : 1, "AddressInfo" : {"ID" : 8017, "Title" : "71 4th Street NW", "AddressLine1" : "71 4th Street NW", "Town" : "Atlanta", "StateOrProvin...
json_instruct
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object"...
Using the following JSON schema, generate a compatible 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", "pro...
{"id" : "YPMH0", "name" : {"en" : "Prominent Hill"}, "country" : "AU", "region" : "SA", "identifiers" : {"national" : null, "wmo" : null, "ghcn" : null, "wban" : null, "usaf" : null, "mosmix" : null, "icao" : "YPMH", "iata" : "PXH"}, "location" : {"latitude" : -29.7172, "longitude" : 135.5214, "elevation" : 211}, "time...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"national": {"type": "null"}, "wmo": {"type": "null"}, "ghcn...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"@aspnet/signalr": {"type": "obje...
{"name" : "SignalR.Hubs.Multiple", "version" : "1.0.0", "lockfileVersion" : 1, "requires" : true, "dependencies" : {"@aspnet/signalr" : {"version" : "1.0.0-preview2-final", "resolved" : "https://registry.npmjs.org/@aspnet/signalr/-/signalr-1.0.0-preview2-final.tgz", "integrity" : "sha512-XbqGbAG9Ow4L5Sc4n81A2S8lHSlxBNT...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"@aspnet/signalr": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type":...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"pairid": {"type": "string"}, "first": {"type": "object", "properties": {"dbid": {"type": "string"}, "project": {"type": "string"}, "file": {"type": "string"}, "method": {"type": "string"}}, "required": ["dbid", "project", "file"...
{"pairid" : "642", "first" : {"dbid" : "7122", "project" : "deeplearning4j", "file" : "nd4j/nd4j-backends/nd4j-api-parent/nd4j-api/src/main/java/org/nd4j/linalg/memory/provider/BasicWorkspaceManager.java", "method" : "BasicWorkspaceManager.scopeOutOfWorkspaces()"}, "second" : {"dbid" : "12542", "project" : "eclipse.jdt...
json_instruct
{"type": "object", "properties": {"pairid": {"type": "string"}, "first": {"type": "object", "properties": {"dbid": {"type": "string"}, "project": {"type": "string"}, "file": {"type": "string"}, "method": {"type": "string"}}, "required": ["dbid", "project", "file", "method"]}, "second": {"type": "object", "properties": ...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type"...
{"type" : "FeatureCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "features" : [{"type" : "Feature", "properties" : {"aoi_name" : "NorthernSA0", "path_number" : 127, "min_days_backward" : 0, "month_range_lower" : 1, "month_range_upper" : 12, "num_neighbors" : 3}, "geom...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "features": {"type": "array", "items": {"type": "ob...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "stri...
{"name" : "context-aware-configuration-editor", "version" : "1.8.6", "description" : "Context-Aware Configuration Editor UI for AEM.", "homepage" : "https://github.com/wcm-io/wcm-io-caconfig/tree/develop/editor/bundle", "license" : "Apache-2.0", "repository" : {"type" : "git", "url" : "https://github.com/wcm-io/wcm-io-...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"ty...
{"id" : 25731, "info" : {"name" : "prohardver.hu : all : mark visited links", "description" : "a m\u00e1r l\u00e1togatott h\u00edrek, tesztek \u00e9s f\u00f3rumoldalak linkj\u00e9t \u00e1th\u00fazza", "additionalInfo" : null, "format" : "uso", "category" : "prohardver", "createdAt" : "2010-02-27T22:14:47.000Z", "update...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "integer"}, "value": {"type": "integer"}, "name": {"type": "string"}, "limit": {"type": "integer"}, "name_pt": {"type": "string"}, "price": {"type": "integer"}, "last": {"type": "integer"}}, "required":...
{"id" : 26307, "value" : 100000, "name" : "Scrimshaw of cruelty", "limit" : 5, "name_pt" : "Marfim entalhado da crueldade", "price" : 1310661, "last" : 1310661}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "value": {"type": "integer"}, "name": {"type": "string"}, "limit": {"type": "integer"}, "name_pt": {"type": "string"}, "price": {"type": "integer"}, "last": {"type": "integer"}}, "required": ["id", "value", "name", "limit", "name_pt", "price", "last"], "$sche...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"dailyConfirmedCases": {"type": "array", "items": {"type": "integer"}}}, "required": ["dailyConfirmedCases"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"dailyConfirmedCases" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 1, 3, 0, 2, 0, 0, 1, 1, 0, 0, 0, 1, 1, 2, 1, 1, 0, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ...
json_instruct
{"type": "object", "properties": {"dailyConfirmedCases": {"type": "array", "items": {"type": "integer"}}}, "required": ["dailyConfirmedCases"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}}, "required": ["name", "symbol", "decimals", "address", "c...
{"name" : "Token 3iNt", "symbol" : "3iNtb", "decimals" : 6, "address" : "3iNtbzpkVdu9je3mVWjMWetnbG7zSpoU87Bv8AXeRb4g", "chainId" : 103}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}}, "required": ["name", "symbol", "decimals", "address", "chainId"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"plugins": {"type": "array", "items": {"type": "string"}}, "templates": {"type": "object", "properties": {"cleverLinks": {"type": "boolean"}, "monospaceLinks": {"type": "boolean"}}, "required": ["cleverLinks", "mon...
{"plugins" : ["node_modules/jsdoc/plugins/markdown", "node_modules/angular-jsdoc/common/plugins/ngdoc"], "templates" : {"cleverLinks" : true, "monospaceLinks" : true}, "source" : {"include" : ["app"], "exclude" : ["app/bower_components"], "includePattern" : ".+\\.js(doc)?$", "excludePattern" : "(^|\\/|\\\\)_"}}
json_instruct
{"type": "object", "properties": {"plugins": {"type": "array", "items": {"type": "string"}}, "templates": {"type": "object", "properties": {"cleverLinks": {"type": "boolean"}, "monospaceLinks": {"type": "boolean"}}, "required": ["cleverLinks", "monospaceLinks"]}, "source": {"type": "object", "properties": {"include": {...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"vars": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}, "linkedContent": {"type": "array", "items": {}}, "hidden": {"type": "boolean"}, "layout": {"type": "string"}}, "requir...
{"vars" : {"title" : "Fetcher"}, "linkedContent" : [], "hidden" : false, "layout" : "default.html"}
json_instruct
{"type": "object", "properties": {"vars": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}, "linkedContent": {"type": "array", "items": {}}, "hidden": {"type": "boolean"}, "layout": {"type": "string"}}, "required": ["vars", "linkedContent", "hidden", "layout"], "$schema": "http://j...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "name_long": {"type": "string"}, "fips": {"type": "string"}, "state_code_int": {"type": "integer"}, "state_code...
{"type" : "Feature", "properties" : {"name" : "Tulsa County", "name_long" : "Tulsa County, OK", "fips" : "40143", "state_code_int" : 40, "state_code_postal" : "OK", "state_code_iso" : "US-OK", "county_code" : 143, "population" : 651552, "countrylevel_id" : "fips:40143", "census_data" : {"COUNTYNS" : "01101859", "AFFGEO...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "name_long": {"type": "string"}, "fips": {"type": "string"}, "state_code_int": {"type": "integer"}, "state_code_postal": {"type": "string"}, "state_code_iso": {"type": "string"}, "co...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"HostConfigHash": {"type": "string"}, "CardHash": {"type": "string"}, "Error": {"type": "null"}}, "required": ["HostConfigHash", "CardHash", "Error"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"HostConfigHash" : "e188ab9", "CardHash" : "1076b7f", "Error" : null}
json_instruct
{"type": "object", "properties": {"HostConfigHash": {"type": "string"}, "CardHash": {"type": "string"}, "Error": {"type": "null"}}, "required": ["HostConfigHash", "CardHash", "Error"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"uuid": {"type": "string"}, "name": {"type": "string"}, "url": {"type": "string"}, "description": {"type": "string"}, "original-author": {"type": "string"}, "version": {"type": "integer"}, "extension-id": {"type": "s...
{"uuid" : "worksets@blipk.xyz", "name" : "Customised Workspaces", "url" : "https://github.com/blipk/Customised-Workspaces", "description" : "Customised Workspaces enables creating isolated and customised workspaces.\n\n* Customise the dash to be unique for each workspace, each with their own favourites\n* Only show run...
json_instruct
{"type": "object", "properties": {"uuid": {"type": "string"}, "name": {"type": "string"}, "url": {"type": "string"}, "description": {"type": "string"}, "original-author": {"type": "string"}, "version": {"type": "integer"}, "extension-id": {"type": "string"}, "application-id": {"type": "string"}, "resource-path": {"type...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"access_token": {"type": "string"}, "client_version": {"type": "integer"}}, "required": ["access_token", "client_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"access_token" : "c.FmDPkzyzaQe...", "client_version" : 1}
json_instruct
{"type": "object", "properties": {"access_token": {"type": "string"}, "client_version": {"type": "integer"}}, "required": ["access_token", "client_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "id": {"type": "integer"}, "image_url": {"type": "null"}, "updated_at": {"type": "string"}, "deleted_at": {"type": "null"}, "recipe_type": {"type": "integer"}, "rec...
{"name" : "Chocolate Cake Shake", "description" : "OOO Chocolate Milk is a REEEALLY good base for this chocolate milk shake profile. It has a nice milky dairy note and a subtle hershey's chocolate syrup note.\r\n\r\nLB Vanilla Ice Cream is going to be our ice cream note. It's a little eggy, which is perfect for an ice ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "id": {"type": "integer"}, "image_url": {"type": "null"}, "updated_at": {"type": "string"}, "deleted_at": {"type": "null"}, "recipe_type": {"type": "integer"}, "recipe_flavors": {"type": "array", "items": {"type": "object",...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01016502": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, ...
{"type" : "Topology", "objects" : {"E01016502" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00083315", "LAD11CD" : "E06000039"}, "arcs" : [[0, 1, 2, 3]]}, {"type" : "Polygon", "pr...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01016502": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "str...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}, "System": {"type": "string"}, "Microsoft": {"type": "string"}}, "required": ["Default", "System", "Mic...
{"Logging" : {"LogLevel" : {"Default" : "Information", "System" : "Warning", "Microsoft" : "Warning"}}, "Authentication" : {"Mode" : "AzureAD", "AzureAD" : {"Instance" : "https://login.microsoftonline.com/", "Domain" : "sierrasft.onmicrosoft.com", "ClientId" : "d4a172f4-6596-4437-8047-0fe03dd9dd21", "TenantId" : "commo...
json_instruct
{"type": "object", "properties": {"Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}, "System": {"type": "string"}, "Microsoft": {"type": "string"}}, "required": ["Default", "System", "Microsoft"]}}, "required": ["LogLevel"]}, "Authentication": {"typ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"Adminsection": {"type": "boolean"}, "Frontsection": {"type": "boolean"}}, "required": ["Adminsection", "Frontsection"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Adminsection" : true, "Frontsection" : true}
json_instruct
{"type": "object", "properties": {"Adminsection": {"type": "boolean"}, "Frontsection": {"type": "boolean"}}, "required": ["Adminsection", "Frontsection"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"entities": {"type": "object", "properties": {"greetings": {"type": "object", "properties": {"hello": {"type": "array", "items": {"type": "string"}}}, "required": ["hello"]}, "food_type": {"type": "object", "properti...
{"entities" : {"greetings" : {"hello" : ["hi", "yep", "yo", "hey"]}, "food_type" : {"pizza" : [], "hamburger" : ["big mac", "cheeseburger", "burger"], "salad" : []}, "yes" : {"yes" : []}, "no" : {"no" : []}}}
json_instruct
{"type": "object", "properties": {"entities": {"type": "object", "properties": {"greetings": {"type": "object", "properties": {"hello": {"type": "array", "items": {"type": "string"}}}, "required": ["hello"]}, "food_type": {"type": "object", "properties": {"pizza": {"type": "array", "items": {}}, "hamburger": {"type": "...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "name": {"type": "string"}, "website": {"type": "string"}, "phone": {"type": "string"}, "email": {"type": "string"}, "admin": {"type": "string"}}, "required": ["_id", "name", ...
[{"_id" : "5ea45ccba36def078c49dbdb", "name" : "Attorneys Without Contracts", "website" : "https://lawcontracts.com", "phone" : "(123) 123-1234", "email" : "firstCareer@lawcontracts.com", "admin" : "5eb1bffae4e3d504cecb165a"}, {"_id" : "5ea45ccba36def078c49dbdd", "name" : "QualityPeace", "website" : "https://testpeace....
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "name": {"type": "string"}, "website": {"type": "string"}, "phone": {"type": "string"}, "email": {"type": "string"}, "admin": {"type": "string"}}, "required": ["_id", "name", "website", "phone", "email", "admin"]}, "$schema": "http:...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"css/jquery.terminal.css": {"type": "string"}, "css/jquery.terminal.min.css": {"type": "string"}, "js/jquery.terminal.js": {"type": "string"}, "js/jquery.terminal.min.js": {"type": "string"}}, "required": ["css/jqu...
{"css/jquery.terminal.css" : "sha256-cAPX0CSWIYRioDzfVtCohNeZez8qVkjfHMjTbD71mFE=", "css/jquery.terminal.min.css" : "sha256-30W1b7oZ53QdwONrWiVUy7XWa8cns7BfjRB2Rmr/U64=", "js/jquery.terminal.js" : "sha256-J9nGgE6y67QjmRV+/hp9nYikLTEd+X8nXSJbkhTgXQ0=", "js/jquery.terminal.min.js" : "sha256-2rkewNAPu5JnSxzX1LrXp1KLjrmwoz...
json_instruct
{"type": "object", "properties": {"css/jquery.terminal.css": {"type": "string"}, "css/jquery.terminal.min.css": {"type": "string"}, "js/jquery.terminal.js": {"type": "string"}, "js/jquery.terminal.min.js": {"type": "string"}}, "required": ["css/jquery.terminal.css", "css/jquery.terminal.min.css", "js/jquery.terminal.js...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"tiles/materials/warttile.material": {"type": "array", "items": {"type": "string"}}}, "req...
[{"DeniedAlternatives" : [], "Files" : {"tiles/materials/warttile.material" : ["/description"]}, "Texts" : {"Chs" : "\u8fd9\u5757\u8150\u70c2\u7684\u571f\u5730\u4e0a\u957f\u6ee1\u4e86\u8089\u7624\uff0c\u91cc\u9762\u586b\u6ee1\u4e86...\u53e3\u533a\u3002", "Eng" : "This putrid ground is ripe with warts filled with...stuf...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"tiles/materials/warttile.material": {"type": "array", "items": {"type": "string"}}}, "required": ["tiles/materials/warttile.material"]}, "Texts": {"type": "objec...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "path": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type": "arra...
{"rustc" : 14088978341743255589, "features" : "[]", "target" : 2244357222181564146, "profile" : 4339006351771724982, "path" : 6276642729990006895, "deps" : [], "local" : [{"CheckDepInfo" : {"dep_info" : "release/.fingerprint/tower-service-4d951c877f2e36cb/dep-lib-tower-service"}}], "rustflags" : [], "metadata" : 136259...
json_instruct
{"type": "object", "properties": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "path": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type": "array", "items": {"type": "object", "properties": {"CheckDepInfo": {"type...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"scrollama.js": {"type": "string"}, "scrollama.min.js": {"type": "string"}}, "required": ["scrollama.js", "scrollama.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"scrollama.js" : "sha512-YXGjL7v6xgLxlPTZeJv8EQGe/6TYpLEeW/SLDQ5ZTq+DQxlt0ravBzAQPlb5LEn1IgJfVrh3VeoVXXr71szn8Q==", "scrollama.min.js" : "sha512-AjIl+nS0tKB/r7StsIYsxBHDSay9ugXOsPrql90c9KAndnNupN5WCvgxXb87zCvbPUQqv5yP0PwQAYmlVHd46Q=="}
json_instruct
{"type": "object", "properties": {"scrollama.js": {"type": "string"}, "scrollama.min.js": {"type": "string"}}, "required": ["scrollama.js", "scrollama.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[[0, 420], [310, 116]], [[0, 0], [200, 111]], [[450, 0], [210, 191]], [[450, 420], [318, 212]]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string...
{"title" : "TUBE: time-dependent pricing for mobile data.", "fields" : ["autopilot", "operator", "mobile broadband", "end user", "mobile device"], "abstract" : "The two largest U.S. wireless ISPs have recently moved towards usage-based pricing to better manage the growing demand on their networks. Yet usage-based prici...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"typ...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"meta": {"type": "object", "properties": {}, "required": []}, "data": {"type": "object", "properties": {"type": {"type": "string"}, "attributes": {"type": "object", "properties": {"beaconId": {"type": "string"}, "tex...
{"meta" : {}, "data" : {"type" : "note", "attributes" : {"beaconId" : "replace-with-test-beacon-id", "text" : "That's a great beacon right there", "type" : "GENERAL", "userId" : "344848b9-8a5d-4818-a57d-1815528d543e", "fullName" : "Jean ValJean", "email" : "24601@jail.fr"}, "relationships" : {}}, "included" : []}
json_instruct
{"type": "object", "properties": {"meta": {"type": "object", "properties": {}, "required": []}, "data": {"type": "object", "properties": {"type": {"type": "string"}, "attributes": {"type": "object", "properties": {"beaconId": {"type": "string"}, "text": {"type": "string"}, "type": {"type": "string"}, "userId": {"type":...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"s": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "req...
{"h" : [{"d" : [{"s" : ["`ota'~"], "f" : "\ufff9\ufffato be nauseated\ufffb\u60f3\u5410\uff0c\u5c07\u8981\u5614\u5410"}]}], "t" : "sakaota'an"}
json_instruct
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"s": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["s", "f"]}}}, "required": ["d"]}}, "t": {"type": "string"}}, "...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "string"}, "...
{"web" : [{"value" : ["\u5fc3\u4e0d\u5728\u7109\u5730", "\u832b\u7136", "\u832b\u7136\u5730"], "key" : "absently"}, {"value" : ["\u5fc3\u4e0d\u5728\u7109\u5730"], "key" : "absently adv"}, {"value" : ["\u5fc3\u4e0d\u5728\u7109\u5730"], "key" : "absent-mindedly absently"}], "query" : "absently", "translation" : ["\u5fc3\...
json_instruct
{"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "string"}, "translation": {"type": "array", "items": {"type": "string"}}, "errorCod...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"code": {"type": "string"}, "description": {"type": "string"}, "info": {"type": "array", "items": {"type": "string"}}, "symptoms": {"type": "array", "items": {"type": "string"}}, "causes": {"type": "array", "items": {"type": "str...
{"code" : "P0237", "description" : "Generic: Turbocharger/Supercharger Boost Sensor \"A\" Circuit Low\nGM: Turbocharger Boost Circuit Low Input Conditions\nDodge Chrysler: MAP Sensor Signal Too Low", "info" : ["This is a generic powertrain diagnostic trouble code (DTC) applicable to all turbocharged vehicles. Vehicle m...
json_instruct
{"type": "object", "properties": {"code": {"type": "string"}, "description": {"type": "string"}, "info": {"type": "array", "items": {"type": "string"}}, "symptoms": {"type": "array", "items": {"type": "string"}}, "causes": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}}, "required": ["code",...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_10...
{"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : [], "SERIES_NAME" : [], "X_CALENDAR_YEAR" : [], "Y_PREVALENCE_1000PP" : []}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_MONTH" : [], "Y_PREVALENCE_1000PP" : []}, "PROCEDURE_FREQUENCY_DISTRIBUTION" : {"Y_NUM_PERSONS" : 0, "X_COUNT" : 1}, "PROCEDURES_BY_TYPE" : {"CONCEPT_NAM...
json_instruct
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["TRE...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": ...
{"id" : 404407115, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "cec07766ec380af659910727662ada19", "wof:id" : 404407115, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [3.49728487713994, 47.51424615230012, 3.55125238991249, 47.5690003626485]...
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": ["...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "it...
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-105.584736, 41.320154], [-105.584104, 41.325837], [-105.583415, 41.328606], [-105.582357, 41.328602], [-105.582029, 41.331282], [-105.583405, 41.331699], [-105.582884, 41.336221], [-105.573152, 41.336814], [-105.555882, ...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"$schema": {"type": "string"}, "hideBreadcrumbs": {"type": "boolean"}}, "required": ["$schema", "hideBreadcrumbs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"$schema" : "https://typedoc.org/schema.json", "hideBreadcrumbs" : true}
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "hideBreadcrumbs": {"type": "boolean"}}, "required": ["$schema", "hideBreadcrumbs"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"_extensions": {"type": "array", "items": {"type": "string"}}, "project_name": {"type": "string"}, "project_slug": {"type": "string"}, "project_description": {"type": "string"}, "initial_version": {"type": "string"},...
{"_extensions" : ["jinja2_time.TimeExtension"], "project_name" : "OpenMM-Systems", "project_slug" : "openmm_systems", "project_description" : "Collection of premade molecular systems for use with OpenMM", "initial_version" : "0.0.0a0.dev0", "copyright" : "BY-NC", "license" : "MIT", "owner_name" : "Samuel D. Lotz", "own...
json_instruct
{"type": "object", "properties": {"_extensions": {"type": "array", "items": {"type": "string"}}, "project_name": {"type": "string"}, "project_slug": {"type": "string"}, "project_description": {"type": "string"}, "initial_version": {"type": "string"}, "copyright": {"type": "string"}, "license": {"type": "string"}, "owne...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_date...
{"id" : 10455, "citation_title" : "On the Efficacy of Reforms: Policy Tinkering, Institutional Change, and Entrepreneurship", "citation_author" : ["Murat Iyigun", "Dani Rodrik"], "citation_publication_date" : "2004-04-26", "issue_date" : "2004-04-26", "revision_date" : "None", "topics" : ["Development and Growth", "Dev...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_date": {"type": "string"}, "topics": {"type": "array", "items...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.o...
{"variants" : {"" : {"model" : "extcaves:block/brokenstone"}}}
json_instruct
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "dataType": {"type": "string"}, "isNameInferred": {"type": "boolean"}, "isDataTypeInferred": {"type": "boolean"}, "isHidden": {"type": "boolean"}, "sourc...
{"type" : "calculatedTableColumn", "name" : "IsWorkingDay", "dataType" : "boolean", "isNameInferred" : true, "isDataTypeInferred" : true, "isHidden" : true, "sourceColumn" : "[IsWorkingDay]", "formatString" : "\"TRUE\";\"TRUE\";\"FALSE\"", "lineageTag" : "9dc11242-a7ea-4edd-ab07-2b1e810a93e8", "summarizeBy" : "none", "...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "dataType": {"type": "string"}, "isNameInferred": {"type": "boolean"}, "isDataTypeInferred": {"type": "boolean"}, "isHidden": {"type": "boolean"}, "sourceColumn": {"type": "string"}, "formatString": {"type": "string"}, "lineageTag...
Please provide a valid JSON object following this schema: {"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", "pro...
{"id" : "129d8e70-7eec-499e-a6b3-b8d8612fb28d", "playerTags" : [], "teamTags" : ["b024e975-1c4a-4575-8936-a3754a08806a", "eb67ae5e-c4bf-46ca-bbbc-425cd34182ff", "eb67ae5e-c4bf-46ca-bbbc-425cd34182ff", "b024e975-1c4a-4575-8936-a3754a08806a"], "gameTags" : ["546b8e20-a526-42e0-8af2-8a02c08e7b98"], "metadata" : {"play" : ...
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"}, "winner": {"type": ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "semivif", "definition" : "Only half alive. [Obs.] Piers Plowman."}
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": {"fro": {"type": "string"}, "too": {"type": "string"}, "value": {"type": "integer"}, "date": {"type": "number"}, "sign": {"type": "string"}}, "required": ["fro", "too", "value", "date", "sign"], "$schema": "htt...
{"fro" : "Judith", "too" : "Moritz", "value" : 350, "date" : 4144435200.0, "sign" : "3045022100cf9323c28c19ca79ea4af3dc466e3429078c2e43917c4902a302ccbb1eac0b4b0220710a5fe8e449aa3e2ae1c8d2cd6f4a1e97cd6263f79f465b2bca08559ed1e52f"}
json_instruct
{"type": "object", "properties": {"fro": {"type": "string"}, "too": {"type": "string"}, "value": {"type": "integer"}, "date": {"type": "number"}, "sign": {"type": "string"}}, "required": ["fro", "too", "value", "date", "sign"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"$schema": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"titleTag": {"type": "object", "properties": ...
{"$schema" : "http://json-schema.org/schema#", "title" : "heading", "description" : "A heading atom", "type" : "object", "properties" : {"titleTag" : {"description" : "Heading level", "enum" : ["h1", "h2", "h3"]}, "titleText" : {"type" : "string"}, "subTitle" : {"type" : "string"}}, "required" : ["titleTag", "titleText...
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"titleTag": {"type": "object", "properties": {"description": {"type": "string"}, "enum": {"type": "array", "items":...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "manifest_version": {"type": "integer"}, "minimum_chrome_version": {"type": "string"}, "background": {"type": "object", "properties":...
{"name" : "__MSG_extName__", "description" : "__MSG_extDescription__", "version" : "1.0", "manifest_version" : 2, "minimum_chrome_version" : "33", "background" : {"scripts" : ["background.js"], "persistent" : false}, "permissions" : ["bookmarks"], "storage" : {"managed_schema" : "schema.json"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "manifest_version": {"type": "integer"}, "minimum_chrome_version": {"type": "string"}, "background": {"type": "object", "properties": {"scripts": {"type": "array", "items": {"type": "string"}}...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"45413": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "45412": {"type": "object", "properties": {"nama": {"type": "s...
{"45413" : {"nama" : "CURAHSURI", "dapil" : [35, 3503, 13504, 2351204]}, "45412" : {"nama" : "JATIBANTENG", "dapil" : [35, 3503, 13504, 2351204]}, "45415" : {"nama" : "KEMBANGSARI", "dapil" : [35, 3503, 13504, 2351204]}, "45409" : {"nama" : "PATEGALAN", "dapil" : [35, 3503, 13504, 2351204]}, "45416" : {"nama" : "PATEMO...
json_instruct
{"type": "object", "properties": {"45413": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "45412": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"version": {"type": "integer"}, "rules": {"type": "array", "items": {"type": "object", "properties": {"condition": {"type": "object", "properties": {"type": {"type": "string"}, "definition": {"type": "object", "...
{"version" : 1, "rules" : [{"condition" : {"type" : "group", "definition" : {"logic" : "and", "conditions" : [{"type" : "group", "definition" : {"logic" : "or", "conditions" : [{"type" : "group", "definition" : {"logic" : "and", "conditions" : [{"type" : "matcher", "definition" : {"key" : "~type", "matcher" : "eq", "va...
json_instruct
{"type": "object", "properties": {"version": {"type": "integer"}, "rules": {"type": "array", "items": {"type": "object", "properties": {"condition": {"type": "object", "properties": {"type": {"type": "string"}, "definition": {"type": "object", "properties": {"logic": {"type": "string"}, "conditions": {"type": "array", ...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "array", "items": {"type...
{"name" : "oro/jsplumb", "description" : "jsPlumb provides a means for a developer to visually connect elements on their web pages.", "keywords" : ["javascript", "svg", "visual", "connectivity"], "type" : "component", "homepage" : "http://jsplumb.org/", "license" : ["MIT", "GPL-2.0"], "support" : {"issues" : "https://g...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "array", "items": {"type": "string"}}, "support": {"type": "object", "properties": ...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"AppSettings": {"type": "object", "properties": {"Token": {"type": "string"}}, "required": ["Token"]}, "ConnectionStrings": {"type": "object", "properties": {"DefaultConnection": {"type": "string"}}, "required":...
{"AppSettings" : {"Token" : "super secret key bla bla init yes smeg!!!!"}, "ConnectionStrings" : {"DefaultConnection" : "Server=ms-sql-server,1433; Initial Catalog=cryfolioapp; User Id=SA; Password=Star1234;"}, "Logging" : {"LogLevel" : {"Default" : "Warning"}}, "AllowedHosts" : "*"}
json_instruct
{"type": "object", "properties": {"AppSettings": {"type": "object", "properties": {"Token": {"type": "string"}}, "required": ["Token"]}, "ConnectionStrings": {"type": "object", "properties": {"DefaultConnection": {"type": "string"}}, "required": ["DefaultConnection"]}, "Logging": {"type": "object", "properties": {"LogL...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "name": {"type": "string"}, "status": {"type": "string"}, "experimental": {"type": "boolean"}, "date": {"type": "string"}, "publisher": {"...
{"resourceType" : "SearchParameter", "id" : "NamingSystem-description", "url" : "http://hl7.org/fhir/SearchParameter/NamingSystem-description", "name" : "description", "status" : "draft", "experimental" : false, "date" : "2017-04-19T07:44:43+10:00", "publisher" : "Health Level Seven International (FHIR Infrastructure)"...
json_instruct
{"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "name": {"type": "string"}, "status": {"type": "string"}, "experimental": {"type": "boolean"}, "date": {"type": "string"}, "publisher": {"type": "string"}, "contact": {"type": "array", "items": {"t...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"contacts": {"type": "array", "items": {}}, "guideStarURL": {"type": "string"}, "name": {"type": "string"}, "primaryEmail": {"type": "string"}, "website": {"type": "string"}, "organisationType": {"type": "array", "items": {"...
{"contacts" : [], "guideStarURL" : "http://www.guidestarindia.org/Summary.aspx?CCReg=10144", "name" : "INDIAN VILLAGE DEVELOPMENT SOCIETY", "primaryEmail" : "ivdsociety11vns@yahoo.com", "website" : "Ivdsociety.in", "organisationType" : ["Direct Service"], "telephone" : ["+919454175882"], "mainAddrress" : {"state" : "Ut...
json_instruct
{"type": "object", "properties": {"contacts": {"type": "array", "items": {}}, "guideStarURL": {"type": "string"}, "name": {"type": "string"}, "primaryEmail": {"type": "string"}, "website": {"type": "string"}, "organisationType": {"type": "array", "items": {"type": "string"}}, "telephone": {"type": "array", "items": {"t...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "3513222001", "nama" : "Sumberkare"}, {"id" : "3513222002", "nama" : "Patalan"}, {"id" : "3513222003", "nama" : "Jrebeng"}, {"id" : "3513222004", "nama" : "Wonorejo"}, {"id" : "3513222005", "nama" : "Tunggakcerme"}, {"id" : "3513222006", "nama" : "Pohsangit Tengah"}, {"id" : "3513222007", "nama" : "Pohsangit L...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"source_language": {"type": "object", "properties": {"required": {"type": "boolean"}, "type": {"type": "string"}, "enum": {"type": "arr...
{"type" : "object", "properties" : {"source_language" : {"required" : true, "type" : "string", "enum" : ["en", "es"]}, "word_id" : {"required" : true, "type" : "string", "default" : "ace"}, "app_id" : {"required" : true, "type" : "string", "default" : "5037d509"}, "app_key" : {"required" : true, "type" : "string", "def...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"source_language": {"type": "object", "properties": {"required": {"type": "boolean"}, "type": {"type": "string"}, "enum": {"type": "array", "items": {"type": "string"}}}, "required": ["required", "type", "enum"...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"menu": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "submenu": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "submenu": {"type": "array",...
{"menu" : [{"label" : "Packages", "submenu" : [{"label" : "Minusk File Template", "submenu" : [{"label" : "New File", "command" : "minusk-file-template:new-file-from-template"}, {"label" : "New Template", "command" : "minusk-file-template:new-template"}, {"label" : "Edit Template", "command" : "minusk-file-template:edi...
json_instruct
{"type": "object", "properties": {"menu": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "submenu": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "submenu": {"type": "array", "items": {"type": "object", "properties": {"label": {"type...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"values": {"type": "array", "items": {"type": "string"}}}, "required": ["values"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"values" : ["mhd:entity_checker"]}
json_instruct
{"type": "object", "properties": {"values": {"type": "array", "items": {"type": "string"}}}, "required": ["values"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"type...
{"geometry" : {"type" : "Point", "coordinates" : [-93.17, 44.65]}, "type" : "Feature", "id" : "55024", "properties" : {"other_cities" : "", "city" : "Farmington", "state" : "MN", "county" : "Dakota County"}}
json_instruct
{"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"other_c...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}}, "required": ["id", "expression"], "$schema": "http://json-schema.org/draft-0...
{"id" : "http://data.doremus.org/performance/bd6a7272-cdc0-39ba-abb5-4c0370ebd686", "expression" : [{"id" : "http://data.doremus.org/expression/cc5cc496-eddd-31f9-a53e-48f6efe28b05"}, {"id" : "http://data.doremus.org/expression/b0786fec-0471-3199-b834-61d91bb9c3c7"}, {"id" : "http://data.doremus.org/expression/971abcf9...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}}, "required": ["id", "expression"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"amenity": {"type": "string"}, "description": {"type": "string"}, "name": {"type": "string"}, "note": {"type": "...
{"type" : "Feature", "id" : "node/3817873254", "properties" : {"amenity" : "vending_machine", "description" : "Vertrauenskasse", "name" : "Kartoffel Schatztruhe", "note" : "Name vor Ort mit Deppenleerzeichen", "payment:cash" : "yes", "payment:credit_cards" : "no", "payment:debit_cards" : "no", "payment:electronic_purse...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"amenity": {"type": "string"}, "description": {"type": "string"}, "name": {"type": "string"}, "note": {"type": "string"}, "payment:cash": {"type": "string"}, "payment:credit_cards": {"...
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"open": {"type": "integer"}, "close": {"type": "integer"}, "high": {"type": "integer"}, "low": {"type": "integer"}}, "required": ["open", "close", "high", "low"]}, "$schema": "http://json-s...
[{"open" : 5, "close" : 10, "high" : 12, "low" : 5}, {"open" : 10, "close" : 2, "high" : 10, "low" : 2}, {"open" : 2, "close" : 15, "high" : 20, "low" : 0}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"open": {"type": "integer"}, "close": {"type": "integer"}, "high": {"type": "integer"}, "low": {"type": "integer"}}, "required": ["open", "close", "high", "low"]}, "$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"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "array", "items": {"type"...
{"name" : "simplemde", "version" : "1.11.2", "homepage" : "https://github.com/NextStepWebs/simplemde-markdown-editor", "authors" : ["Wes Cossick <https://wescossick.com>"], "description" : "A simple, beautiful, and embeddable JavaScript Markdown editor.", "main" : ["src/js/simplemde.js", "src/css/simplemde.css"], "keyw...
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": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"items": {"type": "array", "items": {"type": "object", "properties": {"number": {"type": "string"}, "csid": {"type": "string"}, "summary": {"type": "string"}, "recordtype": {"type": "string"}}, "required": ["number", "csid", "s...
{"items" : [{"number" : "MST:1:4B", "csid" : "11223344", "summary" : "MST:1:4B", "recordtype" : "location"}, {"number" : "MST:2:4B", "csid" : "11223345", "summary" : "MST:2:4B", "recordtype" : "location"}, {"number" : "MST:3:4B", "csid" : "loc111222333", "summary" : "MST:3:4B", "recordtype" : "location"}], "pagination"...
json_instruct
{"type": "object", "properties": {"items": {"type": "array", "items": {"type": "object", "properties": {"number": {"type": "string"}, "csid": {"type": "string"}, "summary": {"type": "string"}, "recordtype": {"type": "string"}}, "required": ["number", "csid", "summary", "recordtype"]}}, "pagination": {"type": "object", ...