input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "p...
{"hash" : "0x735cb7d00f71c38186b24047390b7e83bcc09b6557d614adf4014e250e290b5b", "parentHash" : "0xd43a5d4c5eef4069a8b18127fb2ff441a7ca1809ad7d987531c559e657f0dda6", "number" : 68315, "timestamp" : 1439285908, "nonce" : "0xf4498f7cefd5b31e", "difficulty" : 2005525189505, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {...
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"/": {"type": "integer"}, "/thankyou": {"type": "integer"}, "/publicity": {"type": "integer"}, "/portfolio": {"type": "integer"}}, "required": ["/", "/thankyou", "/publicity", "/portfolio"], "$schema": "http://json-schema.org/d...
{"/" : 16937, "/thankyou" : 1073, "/publicity" : 380, "/portfolio" : 801}
json_instruct
{"type": "object", "properties": {"/": {"type": "integer"}, "/thankyou": {"type": "integer"}, "/publicity": {"type": "integer"}, "/portfolio": {"type": "integer"}}, "required": ["/", "/thankyou", "/publicity", "/portfolio"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"produc...
{"userId" : 73959, "cartId" : "923ecda4-6585-4a98-81c5-689dfbd72ec2", "preferredProducts" : [4411, 4433, 347, 2392, 1993, 1550, 1670, 4523], "productReviews" : [{"productId" : 3833, "reviewText" : "This Cape works certainly well. It perfectly improves my tennis by a lot.", "reviewDate" : "2018-07-12T21:51:59.8890902+03...
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.or...
[{"year" : 1969, "sex" : "M", "n" : 6, "prop" : 3.28e-06}, {"year" : 1970, "sex" : "M", "n" : 5, "prop" : 2.62e-06}, {"year" : 1972, "sex" : "M", "n" : 5, "prop" : 2.99e-06}, {"year" : 1974, "sex" : "M", "n" : 5, "prop" : 3.07e-06}, {"year" : 1975, "sex" : "M", "n" : 6, "prop" : 3.7e-06}, {"year" : 1980, "sex" : "M", "...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "defined": {"type": "object", "properties": {"spec": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "url"...
{"name" : "CSPViolationReportBody", "type" : "interface", "defined" : {"spec" : {"title" : "Content Security Policy Level 3", "url" : "https://www.w3.org/TR/CSP3/"}, "fragment" : "[Exposed=Window]\ninterface CSPViolationReportBody : ReportBody {\n readonly attribute USVString documentURL;\n readonly attribute USVStri...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "defined": {"type": "object", "properties": {"spec": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "url"]}, "fragment": {"type": "string"}, "href": {"type": "strin...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft...
{"word" : "Underline", "definitions" : ["Draw a line under (a word or phrase) to give emphasis or indicate special type.", "Emphasize (something)"], "parts-of-speech" : "Verb"}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"loss": {"type": "array", "items": {"type": "number"}}, "accuracy": {"type": "array", "items": {"type": "number"}}, "val_loss": {"type": "array", "items": {"type": "number"}}, "val_accuracy": {"type": "array", "item...
{"loss" : [0.6672849655151367, 0.6040412783622742, 0.575201690196991, 0.5469605326652527, 0.5191035866737366, 0.49214375019073486, 0.4664177894592285, 0.44201725721359253, 0.4188871681690216, 0.3971170485019684, 0.37663403153419495, 0.35732796788215637, 0.3392029106616974, 0.3222273290157318, 0.30619487166404724], "acc...
json_instruct
{"type": "object", "properties": {"loss": {"type": "array", "items": {"type": "number"}}, "accuracy": {"type": "array", "items": {"type": "number"}}, "val_loss": {"type": "array", "items": {"type": "number"}}, "val_accuracy": {"type": "array", "items": {"type": "number"}}}, "required": ["loss", "accuracy", "val_loss", ...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"Make": {"type": "string"}, "Model": {"type": "string"}, "Orientation": {"type": "integer"}, "XResolution": {"type": "integer"}, "YResolution": {"type": "integer"}, "ModifyDate": {"type": "string"}, "YCbCrPositi...
{"Make" : "Canon", "Model" : "Canon PowerShot S60", "Orientation" : 1, "XResolution" : 180, "YResolution" : 180, "ModifyDate" : "2008:09:26 21:26:01", "YCbCrPositioning" : 1, "ExifOffset" : 196, "Compression" : 6, "ThumbnailOffset" : 2548, "ThumbnailLength" : 1394, "ExposureTime" : "1", "FNumber" : 2.8, "ExifVersion" :...
json_instruct
{"type": "object", "properties": {"Make": {"type": "string"}, "Model": {"type": "string"}, "Orientation": {"type": "integer"}, "XResolution": {"type": "integer"}, "YResolution": {"type": "integer"}, "ModifyDate": {"type": "string"}, "YCbCrPositioning": {"type": "integer"}, "ExifOffset": {"type": "integer"}, "Compressio...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "name"], "$schema": "http://json-schema.o...
{"id" : "22", "provinceId" : "18", "regencyId" : "01", "name" : "Tanjung Sari"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"version": {"type": "object", "properties": {"triggerParameters": {"type": "array", "items": {"type": "string"}}}, "required": ["triggerParameters"]}}, "required": ["version"], "$schema": "http://json-schema.org/draft-07/sch...
{"version" : {"triggerParameters" : ["vibrationStatus", "movementStatus", "vibrationSensitivity", "batteryVoltage", "degC"]}}
json_instruct
{"type": "object", "properties": {"version": {"type": "object", "properties": {"triggerParameters": {"type": "array", "items": {"type": "string"}}}, "required": ["triggerParameters"]}}, "required": ["version"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "manifest_version": {"type": "integer"}, "permissions": {"type": "array", "items": {"type": "string"}}, "background": {"type": "object"...
{"name" : "FL Assorted Cats", "description" : "Proudly display your feline companions in \"Fallen London\"!", "version" : "2.0", "manifest_version" : 2, "permissions" : ["storage"], "background" : {"scripts" : ["presets.js", "background.js"], "persistent" : false}, "content_scripts" : [{"matches" : ["https://www.fallen...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "manifest_version": {"type": "integer"}, "permissions": {"type": "array", "items": {"type": "string"}}, "background": {"type": "object", "properties": {"scripts": {"type": "array", "items": {"...
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"}, "year": {"type": "string"}, "departments": {"type": "array...
{"title" : "Pagoda: Fine-Grained GPU Resource Virtualization for Narrow Tasks.", "fields" : ["pagoda", "posix threads", "task parallelism", "virtualization", "speedup"], "abstract" : "Massively multithreaded GPUs achieve high throughput by running thousands of threads in parallel. To fully utilize the hardware, workloa...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"typ...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"sort_categories": {"type": "array", "items": {}}}, "required": ["sort_categories"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"sort_categories" : []}
json_instruct
{"type": "object", "properties": {"sort_categories": {"type": "array", "items": {}}}, "required": ["sort_categories"], "$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"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "a7498ba2afea04dd554d40eee8f06f4cf8bfbe0d"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "connectsWith": {"type": "array", "items": {"type": "...
{"type" : "FeatureCollection", "title" : "Chyt(h)roi", "id" : "707496", "bbox" : [33.490691, 35.245772, 33.490691, 35.245772], "description" : "An ancient place, cited: BAtlas 72 C2 Chyt(h)roi", "connectsWith" : ["707498"], "names" : ["Chythroi", "Chytroi", "Kitrusi"], "features" : [{"type" : "Feature", "geometry" : {"...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "connectsWith": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "st...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"72544": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "72543": {"type": "object", "properties": {"nama": {"t...
{"72544" : {"nama" : "KAMBO", "dapil" : [73, 7303, 17311, 2737301]}, "72543" : {"nama" : "LATUPPA", "dapil" : [73, 7303, 17311, 2737301]}, "72541" : {"nama" : "MUNGKAJANG", "dapil" : [73, 7303, 17311, 2737301]}, "72542" : {"nama" : "MURANTE", "dapil" : [73, 7303, 17311, 2737301]}}
json_instruct
{"type": "object", "properties": {"72544": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "72543": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"$schema": {"type": "string"}, "$id": {"type": "string"}, "title": {"type": "string"}, "definitions": {"type": "object", "properties": {"TargetServiceSchema": {"type": "object", "properties": {"$id": {"type": "string"}, "type":...
{"$schema" : "http://json-schema.org/draft-07/schema#", "$id" : "TargetServiceSchema.schema.json", "title" : "TargetServiceSchema", "definitions" : {"TargetServiceSchema" : {"$id" : "#TargetServiceSchema", "type" : "object", "description" : "The reference object to the schema and type of target service which is describ...
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "$id": {"type": "string"}, "title": {"type": "string"}, "definitions": {"type": "object", "properties": {"TargetServiceSchema": {"type": "object", "properties": {"$id": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "pr...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string...
{"name" : "charlottegalarpe/triune", "description" : "triuneapp", "type" : "project", "authors" : [{"name" : "Charlotte Faye Galarpe", "email" : "charlottefayemgalarpe@tua.edu.ph"}], "require" : {"nexmo/client" : "^1.3"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "p...
Construct a JSON document that adheres to this schema specification: {"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" : "3205230003", "district_id" : "3205230", "name" : "SUKARAJA"}, {"id" : "3205230004", "district_id" : "3205230", "name" : "SUKAKARYA"}, {"id" : "3205230005", "district_id" : "3205230", "name" : "PAMEKARSARI"}, {"id" : "3205230006", "district_id" : "3205230", "name" : "SUKASENANG"}, {"id" : "3205230007", "distri...
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#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "s...
{"text" : {"0" : {"m1" : "\u062e\u0648\u0634 \u0622\u0646 \u0645\u0633\u062a\u06cc \u06a9\u0647 \u0628\u0627\u0634\u062f \u062f\u0648\u0633\u062a \u067e\u0646\u062f \u0622\u0645\u0648\u0632 \u0648 \u062f\u0634\u0645\u0646 \u0647\u0645", "m2" : "\u0645\u0644\u0627\u0645\u062a \u0630\u0631\u0647 \u0648\u0627\u0631 \u0627...
json_instruct
{"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "2": {...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "number"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "number"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs"...
{"artist_id" : "AR59GKK1187FB4B92F", "artist_latitude" : 45.4215, "artist_location" : "Ottawa, Ontario, Canada", "artist_longitude" : -75.69189, "artist_name" : "The Acorn", "duration" : 185.46893, "num_songs" : 1, "song_id" : "SOODRGN12A58A7CB01", "title" : "Plateau Ramble", "year" : 2007}
json_instruct
{"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "number"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "number"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "ti...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"cas": {"type": "string"}, "cid": {"type": "integer"}, "iupac_name": {"type": "string"}, "canonical_smiles": {"type": "string"}, "isomeric_smiles": {"type": "string"}, "inchi": {"type": "string"}, "inchikey": {"type"...
{"cas" : "4431-82-7", "cid" : 138239, "iupac_name" : "ethoxymethoxymethoxymethoxyethane", "canonical_smiles" : "CCOCOCOCOCC", "isomeric_smiles" : "CCOCOCOCOCC", "inchi" : "1S/C7H16O4/c1-3-8-5-10-7-11-6-9-4-2/h3-7H2,1-2H3", "inchikey" : "BCJWVBNBMCOBEX-UHFFFAOYSA-N", "molecular_formula" : "C7H16O4", "properties" : {"fla...
json_instruct
{"type": "object", "properties": {"cas": {"type": "string"}, "cid": {"type": "integer"}, "iupac_name": {"type": "string"}, "canonical_smiles": {"type": "string"}, "isomeric_smiles": {"type": "string"}, "inchi": {"type": "string"}, "inchikey": {"type": "string"}, "molecular_formula": {"type": "string"}, "properties": {"...
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": {"eleventy": {"type": "string"}, "sass": {"...
{"name" : "eleventy2", "version" : "1.0.0", "description" : "session 8", "main" : "index.js", "scripts" : {"eleventy" : "eleventy --serve", "sass" : "sass ignore/scss/styles.scss static/css/styles.css --watch --source-map --style=compressed", "start" : "npm run eleventy & npm run sass"}, "keywords" : [], "author" : "",...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"eleventy": {"type": "string"}, "sass": {"type": "string"}, "start": {"type": "string"}}, "required": ["eleventy", "sas...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"author": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "false_positives": {"type": "array", "items": {"type": "string"}}, "from": {"type": "string"}, "index": {"type": "array", "...
{"author" : ["Elastic"], "description" : "An adversary can establish persistence by installing a new launch agent that executes at login by using launchd or launchctl to load a plist into the appropriate directories.", "false_positives" : ["Trusted applications persisting via LaunchAgent"], "from" : "now-9m", "index" :...
json_instruct
{"type": "object", "properties": {"author": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "false_positives": {"type": "array", "items": {"type": "string"}}, "from": {"type": "string"}, "index": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "license"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls...
{"nom" : "Fouqui\u00e8res-l\u00e8s-B\u00e9thune", "circ" : "9\u00e8me circonscription", "dpt" : "Pas-de-Calais", "inscrits" : 845, "abs" : 359, "votants" : 486, "blancs" : 39, "nuls" : 12, "exp" : 435, "res" : [{"nuance" : "MDM", "nom" : "Mme Marguerite DEPREZ-AUDEBERT", "voix" : 292}, {"nuance" : "FN", "nom" : "M. Jac...
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array"...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"variants": {"type": "object", "properties": {"age=0": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "age=1": {"type": "object", "properties": {"model": {"type": "stri...
{"variants" : {"age=0" : {"model" : "pokecube:block/berrycrop"}, "age=1" : {"model" : "pokecube:block/crop_rowap_1"}, "age=2" : {"model" : "pokecube:block/crop_rowap_2"}, "age=3" : {"model" : "pokecube:block/crop_rowap_3"}, "age=4" : {"model" : "pokecube:block/crop_rowap_4"}, "age=5" : {"model" : "pokecube:block/crop_r...
json_instruct
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"age=0": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "age=1": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "age=2": {"type": "object", "properties": {"mo...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}...
{"name" : "@doctrina/vue-video-player", "version" : "0.0.1", "description" : "Video player for Doctrina training platform.", "author" : "Doctrina <info@doctrina.biz>", "contributors" : [{"name" : "Tadej Stanic"}, {"name" : "Kristijan Sedlak"}], "main" : "dist/index.js", "repository" : {"type" : "git", "url" : "https://...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "main": {"type": "string"}, "rep...
Please provide a valid JSON object following this schema: {"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" : "3602100001", "district_id" : "3602100", "name" : "KANEKES"}, {"id" : "3602100002", "district_id" : "3602100", "name" : "NAYAGATI"}, {"id" : "3602100003", "district_id" : "3602100", "name" : "BOJONG MENTENG"}, {"id" : "3602100004", "district_id" : "3602100", "name" : "CISIMEUT"}, {"id" : "3602100005", "distric...
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#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "ZACHARY", "frequency" : 1249, "gender" : "male"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"p": {"type": "string"}, "d": {"type": "integer"}}, "required": ["p", "d"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"p" : "c23fadc1-4a80-4ce9-80e4-c7fb05889bed", "d" : 275}, {"p" : "330d6512-6cba-4f6c-9320-7084256e94a3", "d" : 82}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"p": {"type": "string"}, "d": {"type": "integer"}}, "required": ["p", "d"]}, "$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"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "name_long": {"type": "string"}, "fips": {"type": "string"}, "state_code_int": {"type": "integer"}, "state_cod...
{"type" : "Feature", "properties" : {"name" : "Saline County", "name_long" : "Saline County, MO", "fips" : "29195", "state_code_int" : 29, "state_code_postal" : "MO", "state_code_iso" : "US-MO", "county_code" : 195, "population" : 22761, "countrylevel_id" : "fips:29195", "census_data" : {"COUNTYNS" : "00758550", "AFFGE...
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...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"symbol": {"type": "string"}, "account_name": {"type": "string"}}, "required": ["symbol", "account_name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"symbol" : "Dabble", "account_name" : "eoscafekorea"}
json_instruct
{"type": "object", "properties": {"symbol": {"type": "string"}, "account_name": {"type": "string"}}, "required": ["symbol", "account_name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "locationSet": {"type": "object", "properties": {"include": {"type": "array", "items": {"type": "string"}}}, "required": ["include"]}, "country_code": {"type": "string"}, "n...
{"id" : "Benin_cotonou_pleiade_2016", "type" : "tms", "locationSet" : {"include" : ["benin_cotonou_pleiade.geojson"]}, "country_code" : "BJ", "name" : "Benin: Cotonou Pleiade 2016", "url" : "https://geoxxx.agrocampus-ouest.fr/owsifl/gwc/service/wmts?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=Benin:cotonou_pleiade...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "locationSet": {"type": "object", "properties": {"include": {"type": "array", "items": {"type": "string"}}}, "required": ["include"]}, "country_code": {"type": "string"}, "name": {"type": "string"}, "url": {"type": "string"}, "max_z...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "pr...
{"id" : "CWKS0", "name" : {"en" : "Sikanni Chief"}, "country" : "CA", "region" : "BC", "identifiers" : {"icao" : "CWKS", "usaf" : "710334"}, "location" : {"latitude" : 57.2503, "longitude" : -122.7181, "elevation" : 937}, "timezone" : "America/Dawson_Creek"}
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": {"icao": {"type": "string"}, "usaf": {"type": "string"}}, "re...
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" : [[[145.77620000500008, -38.45342999299993], [145.76451902000008, -38.45213099699998], [145.766464981, -38.44139500399996], [145.76842298700012, -38.43022662799996], [145.77205298500007, -38.43068100599993], [145.7729849760001, -38.425202008999975], ...
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...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"LA-BK": {"type": "string"}, "LA-BL": {"type": "string"}, "LA-HO": {"type": "string"}}, "required": ["LA-BK", "LA-BL", "LA-HO"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"LA-BK" : "Bokeo tartom\u00e1ny", "LA-BL" : "Bolikhamszaj (tartom\u00e1ny)", "LA-HO" : "Houaphan tartom\u00e1ny"}
json_instruct
{"type": "object", "properties": {"LA-BK": {"type": "string"}, "LA-BL": {"type": "string"}, "LA-HO": {"type": "string"}}, "required": ["LA-BK", "LA-BL", "LA-HO"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "url": {"type": "string"}, "username": {"type": "string"}, "text": {"type": "string"}, "date": {"type": "string"}, "retweet": {"type": "integer"}, "like": {"type": "integer"}...
[{"id" : "1099393169915957249", "url" : "https://twitter.com/filmz_maneerat/status/1099393169915957249", "username" : "", "text" : "\u0e01\u0e47\u0e44\u0e21\u0e48\u0e40\u0e02\u0e49\u0e32\u0e43\u0e08\u0e27\u0e48\u0e32\u0e17\u0e33\u0e44\u0e21\u0e15\u0e49\u0e2d\u0e07\u0e2d\u0e22\u0e32\u0e01\u0e01\u0e34\u0e19\u0e42\u0e23\u...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "url": {"type": "string"}, "username": {"type": "string"}, "text": {"type": "string"}, "date": {"type": "string"}, "retweet": {"type": "integer"}, "like": {"type": "integer"}}, "required": ["id", "url", "username", "text", "date", "r...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"rows": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["rows"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"rows" : [["speakingpet", "1", "Description", "wh.mp3", "ch.mp3", "whale", "whale.mp3", "A", "1,2", "why", "why.mp3", "A", "1,2", "choose", "choose.mp3", "B", "1,2", "chick", "chick.mp3", "B", "1,2"], ["grid", "1", "Description", "h,s,k", "ole,ale"], ["grid", "1", "Description", "m,p", "ale,ile"], ["grid", "1", "Descr...
json_instruct
{"type": "object", "properties": {"rows": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["rows"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "int...
{"nom" : "Verlinghem", "circ" : "4\u00e8me circonscription", "dpt" : "Nord", "inscrits" : 1941, "abs" : 676, "votants" : 1265, "blancs" : 4, "nuls" : 3, "exp" : 1258, "res" : [{"nuance" : "LR", "nom" : "M. Jacques HOUSSIN", "voix" : 482}, {"nuance" : "REM", "nom" : "Mme Brigitte LISO", "voix" : 392}, {"nuance" : "FN", ...
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array"...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"ractive.js": {"type": "string"}, "ractive.min.js": {"type": "string"}, "ractive.runtime.js": {"type": "string"}, "ractive.runtime.min.js": {"type": "string"}}, "required": ["ractive.js", "ractive.min.js", "ractive.runtime.j...
{"ractive.js" : "sha256-DmGe8vGn/Qw9xIS7o2PqVFz7QEXVjJH7GFF8VbIfXdU=", "ractive.min.js" : "sha256-P/1r+Pur9RTn8uYvkiOdB08P/9R1oZq/npwksygXXwA=", "ractive.runtime.js" : "sha256-gBfey0ppfCRQVYthT1HB8RPlijkw9x7f3unq8NJ4b3Y=", "ractive.runtime.min.js" : "sha256-+3zrWI9nLDsMZAWOxpfkCaRqZayevKkFLKi5aNieyOE="}
json_instruct
{"type": "object", "properties": {"ractive.js": {"type": "string"}, "ractive.min.js": {"type": "string"}, "ractive.runtime.js": {"type": "string"}, "ractive.runtime.min.js": {"type": "string"}}, "required": ["ractive.js", "ractive.min.js", "ractive.runtime.js", "ractive.runtime.min.js"], "$schema": "http://json-schema....
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"files": {"type": "object", "properties": {"main.css": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}, "runtime-main.js": {"type": "string"}, "runtime-main.js.map": {"type": "string"}, "sta...
{"files" : {"main.css" : "/static/css/main.bab0b925.chunk.css", "main.js" : "/static/js/main.9e4e166f.chunk.js", "main.js.map" : "/static/js/main.9e4e166f.chunk.js.map", "runtime-main.js" : "/static/js/runtime-main.3b245b9d.js", "runtime-main.js.map" : "/static/js/runtime-main.3b245b9d.js.map", "static/js/2.0fb25790.ch...
json_instruct
{"type": "object", "properties": {"files": {"type": "object", "properties": {"main.css": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}, "runtime-main.js": {"type": "string"}, "runtime-main.js.map": {"type": "string"}, "static/js/2.0fb25790.chunk.js": {"type": "string"}, "static/js...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Tuleap\\Userlog\\": {"type": "string"}}, "required": ["Tuleap\\Userlog\\"]}, "classmap": {"type": "array",...
{"name" : "tuleap/plugin-userlog", "autoload" : {"psr-4" : {"Tuleap\\Userlog\\" : "include/"}, "classmap" : ["include/"]}, "config" : {"sort-packages" : true}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Tuleap\\Userlog\\": {"type": "string"}}, "required": ["Tuleap\\Userlog\\"]}, "classmap": {"type": "array", "items": {"type": "string"}}}, "required": ["psr-4", "classma...
Following the schema specification below, generate a valid JSON instance: {"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"}, "wo...
{"id" : 404401939, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "bf8277bf21bea09c0317356de6a85136", "wof:id" : 404401939, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [4.20806, 43.87333, 4.20806, 43.87333], "geometry" : {"coordinates"...
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": ["...
Create a JSON structure that matches this 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": "http://json-schema...
{"fro" : "Judith", "too" : "Moritz", "value" : 300, "date" : 3789590400.0, "sign" : "3045022100c4379dfa325eaf00a1cefa6b990b191f1dcd21e669183888ee7dbf4193285e6602206893dd7ec04dbd149f3224d8e0b81dc8f8146f7790933f185a039ced325e3036"}
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#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "addressLine2": {"type": "string"}, "county": {"type": "strin...
{"id" : "bab2e1e5-7211-4a2f-9aa4-36d93da00a03", "name" : "Main Site", "code" : "-", "address" : {"addressLine1" : "Hathaway Gardens", "addressLine2" : "Ealing", "county" : "London", "postcode" : "W13 0DH"}, "organisation" : {"id" : "d2ce1fbe-879c-42d1-b2ed-e27efee10045", "code" : "1RW", "name" : "Castlebar School"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "addressLine2": {"type": "string"}, "county": {"type": "string"}, "postcode": {"type": "string"}}, "required": ["addressLin...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"require": {"type": "object", "properties": {"twig/twig": {"type": "string"}, "monolog/monolog": {"type": "string"}, "webit/eval-math": {"type": "string"}, "ccampbell/chromephp": {"type": "string"}}, "required": ["twig/twig", "...
{"require" : {"twig/twig" : "~1.0", "monolog/monolog" : "^1.22", "webit/eval-math" : "^1.0", "ccampbell/chromephp" : "^4.1"}, "require-dev" : {"phpunit/phpunit" : "^5.7", "satooshi/php-coveralls" : "^1.0"}}
json_instruct
{"type": "object", "properties": {"require": {"type": "object", "properties": {"twig/twig": {"type": "string"}, "monolog/monolog": {"type": "string"}, "webit/eval-math": {"type": "string"}, "ccampbell/chromephp": {"type": "string"}}, "required": ["twig/twig", "monolog/monolog", "webit/eval-math", "ccampbell/chromephp"]...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01009242": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, ...
{"type" : "Topology", "objects" : {"E01009242" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00046867", "LAD11CD" : "E08000025"}, "arcs" : [[0, 1, 2]]}, {"type" : "Polygon", "prope...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01009242": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "str...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"users": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "firstName": {"type": "string"}, "lastName": {"type": "string"}, "phone": {"type": "string"}}, "required": ["id", ...
{"users" : [{"id" : 1, "firstName" : "Serhii", "lastName" : "Ovsianykov", "phone" : "+380508054899"}, {"id" : 2, "firstName" : "Oleg", "lastName" : "Kogan", "phone" : "+380667463440"}, {"id" : 3, "firstName" : "Alex", "lastName" : "Direktor", "phone" : "+380504567898"}, {"id" : 4, "firstName" : "Vladimir", "lastName" :...
json_instruct
{"type": "object", "properties": {"users": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "firstName": {"type": "string"}, "lastName": {"type": "string"}, "phone": {"type": "string"}}, "required": ["id", "firstName", "lastName", "phone"]}}}, "required": ["users"], "$schema": "ht...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : "WHEREOF THERE IS NO REALITY; AND THEREFORE WILL QUESTION THE EXISTENCE OF ALL THINGS, OR OUR KNOWLEDGE OF ANY THING;", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/11620.json"}
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"description": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}, "mode": {"type": "string"}}, "required": ["description", "name", "type", "mode"]}, "$schema": "htt...
[{"description" : "datetime", "name" : "datetime", "type" : "DATETIME", "mode" : "REQUIRED"}, {"description" : "open", "name" : "open", "type" : "NUMERIC", "mode" : "REQUIRED"}, {"description" : "high", "name" : "high", "type" : "NUMERIC", "mode" : "REQUIRED"}, {"description" : "low", "name" : "low", "type" : "NUMERIC"...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"description": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}, "mode": {"type": "string"}}, "required": ["description", "name", "type", "mode"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"dev": {"type": "object", "properties": {"awscloudformation": {"type": "object", "properties": {"AuthRoleName": {"type": "string"}, "UnauthRoleArn": {"type": "string"}, "AuthRoleArn": {"type": "string"}, "Region": {"type": "strin...
{"dev" : {"awscloudformation" : {"AuthRoleName" : "amplify-fitnest-dev-180435-authRole", "UnauthRoleArn" : "arn:aws:iam::156687757803:role/amplify-fitnest-dev-180435-unauthRole", "AuthRoleArn" : "arn:aws:iam::156687757803:role/amplify-fitnest-dev-180435-authRole", "Region" : "us-west-2", "DeploymentBucketName" : "ampli...
json_instruct
{"type": "object", "properties": {"dev": {"type": "object", "properties": {"awscloudformation": {"type": "object", "properties": {"AuthRoleName": {"type": "string"}, "UnauthRoleArn": {"type": "string"}, "AuthRoleArn": {"type": "string"}, "Region": {"type": "string"}, "DeploymentBucketName": {"type": "string"}, "UnauthR...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"code": {"type": "string"}, "code3": {"type": "string"}, "name": {"type": "string"}, "capital": {"type": "string"}, "region": {"type": "string"}, "subregion": {"type": "string"}, "states": {"type": "array", "items"...
{"code" : "CL", "code3" : "CHL", "name" : "Chile", "capital" : "Santiago", "region" : "Americas", "subregion" : "South America", "states" : [{"code" : "AI", "name" : "Ais\u00e9n del General Carlos Iba\u00f1ez del Campo"}, {"code" : "AN", "name" : "Antofagasta"}, {"code" : "AR", "name" : "Araucan\u00eda"}, {"code" : "AP...
json_instruct
{"type": "object", "properties": {"code": {"type": "string"}, "code3": {"type": "string"}, "name": {"type": "string"}, "capital": {"type": "string"}, "region": {"type": "string"}, "subregion": {"type": "string"}, "states": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": ...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "tags": {"type": "string"}, "cpl.readme": {"type": "string"}, "cpl.uri": {"type": "string"}, "cpl.title": {"type": "string"}, "cpl.author": {"type": "stri...
[{"type" : "application/json", "tags" : "$:/tags/PluginWiki", "cpl.readme" : "\\define showInfo()\n<$action-setfield $tiddler=\"$:/state/popup/tiddler-info-471453735\" text=\"yes\" />\n\\end\n\nThis plugin adds a toggle button to the Fields tab in the tiddler info area, which can be seen in tiddler view mode.\n\nIf you...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "tags": {"type": "string"}, "cpl.readme": {"type": "string"}, "cpl.uri": {"type": "string"}, "cpl.title": {"type": "string"}, "cpl.author": {"type": "string"}, "cpl.name": {"type": "string"}, "cpl.description": {"type": "string"}, ...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"cronExpression": {"type": "string"}, "blockchain": {"type": "object", "properties": {"selectedConnector": {"type": "string"}, "connectors": {"type": "object", "properties": {"ethereum": {"type": "object", "pr...
{"cronExpression" : "*/10 * * * * *", "blockchain" : {"selectedConnector" : "ethereum", "connectors" : {"ethereum" : {"network" : "ganache", "overrideGasConfig" : true, "gasLimit" : 4712388, "gasPrice" : "100000000000", "rpc" : {"host" : "http://localhost", "port" : "6000"}, "account" : {"privateKey" : "0x06dd0990d1900...
json_instruct
{"type": "object", "properties": {"cronExpression": {"type": "string"}, "blockchain": {"type": "object", "properties": {"selectedConnector": {"type": "string"}, "connectors": {"type": "object", "properties": {"ethereum": {"type": "object", "properties": {"network": {"type": "string"}, "overrideGasConfig": {"type": "boo...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"angular-material.css": {"type": "string"}, "angular-material.js": {"type": "string"}, "angular-material.min.css": {"type": "string"}, "angular-material.min.js": {"type": "string"}}, "required": ["angular-material.css", "angula...
{"angular-material.css" : "sha256-bg39jOKAKfvCHBFO1zuktUYG3LPuaD55JiFx00Hcfjw=", "angular-material.js" : "sha256-QUI0pyfTkwP0sJ0S9sm00D8tRA+/pQI+e1/M+8S7hpU=", "angular-material.min.css" : "sha256-pgHfUQWQrqhxQo0WZGy87XluCncoJvHMTwrpu+sRSLM=", "angular-material.min.js" : "sha256-K/2o4PJWKFMkzSOesqLZWTaTDA/r2uTQsp6qcQOO...
json_instruct
{"type": "object", "properties": {"angular-material.css": {"type": "string"}, "angular-material.js": {"type": "string"}, "angular-material.min.css": {"type": "string"}, "angular-material.min.js": {"type": "string"}}, "required": ["angular-material.css", "angular-material.js", "angular-material.min.css", "angular-materi...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "tags": {"type": "array", "item...
{"name" : "SweetBoiCoin", "symbol" : "SWBO", "logoURI" : "https://raw.githubusercontent.com/sweetboicoin/crypto/main/bret-coin.png", "decimals" : 0, "address" : "8dwADjpVptdHtyPxRTsyVZJgWSaLLPfNNWeYRY1ZXyjb", "chainId" : 101, "tags" : ["social-token"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "symbol", "logoURI", "d...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"3D_enabled": {"type": "boolean"}}, "required": ["3D_enabled"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"3D_enabled" : false}
json_instruct
{"type": "object", "properties": {"3D_enabled": {"type": "boolean"}}, "required": ["3D_enabled"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "instances": {"type": "integer"}, "cpus": {"type": "integer"}, "mem": {"type": "integer"}, "cmd": {"type": "string"}, "fetch": {"type": "array", "items": {"type": "object", "properties": {"...
{"id" : "drill", "instances" : 1, "cpus" : 1, "mem" : 1500, "cmd" : "export JAVA_HOME=\"`pwd`/jdk1.8.0_91\" && export PATH=\"$JAVA_HOME/bin:$PATH\" && export DRILL_HOME=\"apache-drill-1.11.0/\" && sed -i \"s/localhost:2181/master.mesos:2181/\" apache-drill-1.11.0/conf/drill-override.conf && mv apache-drill-1.11.0/conf/...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "instances": {"type": "integer"}, "cpus": {"type": "integer"}, "mem": {"type": "integer"}, "cmd": {"type": "string"}, "fetch": {"type": "array", "items": {"type": "object", "properties": {"uri": {"type": "string"}}, "required": ["uri"]}}, "env": {"type": "obje...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"category": {"type": "string"}, "classinstvars": {"type": "array", "items": {}}, "classvars": {"type": "array", "items": {}}, "commentStamp": {"type": "string"}, "instvars": {"type": "array", "items": {}}, "name": {"...
{"category" : "Path-View-Morphic", "classinstvars" : [], "classvars" : [], "commentStamp" : "<historical>", "instvars" : [], "name" : "SPVMenuMorph", "pools" : [], "super" : "SMenuMorph", "type" : "normal"}
json_instruct
{"type": "object", "properties": {"category": {"type": "string"}, "classinstvars": {"type": "array", "items": {}}, "classvars": {"type": "array", "items": {}}, "commentStamp": {"type": "string"}, "instvars": {"type": "array", "items": {}}, "name": {"type": "string"}, "pools": {"type": "array", "items": {}}, "super": {"...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val...
{"n_dim" : 21, "n_trials" : 340, "objective" : "paviani_on_cube", "white" : "platypus_moead", "black" : "pymoo_nsga2", "traceback" : ["passing", "passing"], "best_val" : [-671.9668012803614, -489.7662665083408], "best_x" : [[0.9653165028691663, 0.9038243042936699, 0.594548198274634, 0.9847088906482119, 0.80062244141366...
json_instruct
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"ambientDependencies": {"type": "object", "properties": {"angular": {"type": "string"}, "jquery": {"type": "string"}, "lodash": {"type": "string"}, "socket.io-client": {"type": "string"}}, "required": ["angular", "j...
{"ambientDependencies" : {"angular" : "registry:dt/angular#1.5.0+20160412133217", "jquery" : "github:DefinitelyTyped/DefinitelyTyped/jquery/jquery.d.ts#40c60850ad6c8175a62d5ab48c4e016ea5b3dffe", "lodash" : "github:DefinitelyTyped/DefinitelyTyped/lodash/lodash.d.ts#40c60850ad6c8175a62d5ab48c4e016ea5b3dffe", "socket.io-c...
json_instruct
{"type": "object", "properties": {"ambientDependencies": {"type": "object", "properties": {"angular": {"type": "string"}, "jquery": {"type": "string"}, "lodash": {"type": "string"}, "socket.io-client": {"type": "string"}}, "required": ["angular", "jquery", "lodash", "socket.io-client"]}, "ambientDevDependencies": {"typ...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "href": {"type": "string"}, "url": {"type": "string"}, "description": {"type": "string"}, "isoPatterns": {"type": "null"}, "count": {"type": "integer"}, "qualityRules": {"ty...
{"id" : "CWE-671", "name" : "Lack of Administrator Control over Security", "href" : "CARL/quality-standards/CWE/items/CWE-671", "url" : "https://cwe.mitre.org/data/definitions/671.html", "description" : "The product uses security features in a way that prevents the product's administrator from tailoring security settin...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "href": {"type": "string"}, "url": {"type": "string"}, "description": {"type": "string"}, "isoPatterns": {"type": "null"}, "count": {"type": "integer"}, "qualityRules": {"type": "null"}}, "required": ["id", "name", "href", "url", "d...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "link": {"type": "string"}, "club": {"type": "string"}, "class_classic": {"type": "string"}, "class_dnd": {"type": "string"}, "A": {"type": "string"}, "B": {"type...
{"id" : "03952", "name" : "\u0417\u0430\u043c\u0430\u0439 \u0413\u0430\u043b\u0438\u043d\u0430 \u0421\u0435\u0440\u0433\u0435\u0435\u0432\u043d\u0430 ", "link" : "pages/03952.html", "club" : "\u0414\u0432\u0438\u0436\u0435\u043d\u0438\u0435 (\u0433.\u041a\u0440\u0430\u0441\u043d\u043e\u044f\u0440\u0441\u043a)", "class_...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "link": {"type": "string"}, "club": {"type": "string"}, "class_classic": {"type": "string"}, "class_dnd": {"type": "string"}, "A": {"type": "string"}, "B": {"type": "string"}, "C": {"type": "string"}, "D": {"type": "string"}, "E": {...
Using the following JSON schema, generate a compatible JSON instance: {"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...
{"id" : 101829563, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "92b34adcc50e33b63d378b6f26f40d5b", "wof:id" : 101829563, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [7.28351564385457, 47.68950624004987, 7.30475755289132, 47.70261723071741...
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": ["...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "bin": {"type": "object", "properties": {"git-askpass-env": {"type": "string"}}, "required": ["git-askpass-env"]}, "scripts": {"type"...
{"name" : "git-askpass-env", "version" : "0.0.3", "description" : "A GIT_ASKPASS that just spews out environment variables", "bin" : {"git-askpass-env" : "./lib/index.js"}, "scripts" : {"compile" : "cross-env NODE_ENV='production' git clean -xdf lib && tsc", "prepublish" : "npm run compile"}, "repository" : {"type" : "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "bin": {"type": "object", "properties": {"git-askpass-env": {"type": "string"}}, "required": ["git-askpass-env"]}, "scripts": {"type": "object", "properties": {"compile": {"type": "string"}, "...
Using the following JSON schema, generate a compatible 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"}, "station_g_...
{"station" : [{"pref_cd" : 2, "line_cd" : 11205, "line_name" : "JR\u6d25\u8efd\u7dda", "station_cd" : 1120516, "station_g_cd" : 1120516, "station_name" : "\u4eca\u5225", "lon" : 140.490448, "lat" : 41.179741}]}
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": {"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"Device Name": {"type": "string"}, "Type of Device": {"type": "string"}, "Driver Version": {"type": "string"}, "Support e-mail": {"type": "string"}, "Serial Number": {"type": "string"}, "MAC Address": {"type": "...
{"Device Name" : "CAN BUS", "Type of Device" : "Actuator", "Driver Version" : "2020.03.01", "Support e-mail" : "autonomous@vehicle.com", "Serial Number" : "342-343-2423", "MAC Address" : "AB:00:CD:34:54:AB", "Person In Charge" : "Darth Vader"}
json_instruct
{"type": "object", "properties": {"Device Name": {"type": "string"}, "Type of Device": {"type": "string"}, "Driver Version": {"type": "string"}, "Support e-mail": {"type": "string"}, "Serial Number": {"type": "string"}, "MAC Address": {"type": "string"}, "Person In Charge": {"type": "string"}}, "required": ["Device Nam...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"debugMode": {"type": "integer"}, "showFPS": {"type": "boolean"}, "frameRate": {"type": "integer"}, "id": {"type": "string"}, "renderMode": {"type": "integer"}, "engineDir": {"type": "string"}, "modules": {"type": "array", "ite...
{"debugMode" : 0, "showFPS" : false, "frameRate" : 60, "id" : "gameCanvas", "renderMode" : 0, "engineDir" : "assets/js/", "modules" : ["cocos2d"], "jsList" : ["assets/js/load_assets.js", "assets/js/game_script.js"]}
json_instruct
{"type": "object", "properties": {"debugMode": {"type": "integer"}, "showFPS": {"type": "boolean"}, "frameRate": {"type": "integer"}, "id": {"type": "string"}, "renderMode": {"type": "integer"}, "engineDir": {"type": "string"}, "modules": {"type": "array", "items": {"type": "string"}}, "jsList": {"type": "array", "item...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "test": {"type": "stri...
{"name" : "react-native-autopilot", "version" : "0.4.1", "description" : "Automatically push and pop navigator routes/scenes/screens if the navigator props was changed.", "main" : "lib/index.js", "scripts" : {"lint" : "eslint lib test", "test" : "mocha --recursive", "coverage" : "istanbul cover ./node_modules/mocha/bin...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "test": {"type": "string"}, "coverage": {"type": "string"}}, "required": ["lint", "test", "...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "ite...
{"title" : "Approximation Analysis of Stochastic Gradient Langevin Dynamics by using Fokker-Planck Equation and Ito Process.", "fields" : ["stochastic optimization", "bayesian inference", "fokker planck equation", "bayesian probability", "langevin dynamics"], "abstract" : "The stochastic gradient Langevin dynamics (SGL...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"typ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "i...
{"directions" : ["Preheat oven to 400 degrees F (200 degrees C). Spray 20 muffin cups with cooking spray.", "Place zucchini, onions, and red bell pepper into a food processor, and pulse several times until finely chopped but not liquefied. Place the vegetables into a bowl, and mix in ground turkey, couscous, egg, Worce...
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "r...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"bbox": {"type": "array", "items": {"type": "number"}}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items":...
{"bbox" : [35.2117, 31.90879, 35.4854, 31.95263], "features" : [{"geometry" : {"coordinates" : [35.4854, 31.9163], "type" : "Point"}, "properties" : {"id" : "m52acf7.point"}, "type" : "Feature"}, {"geometry" : {"coordinates" : [35.298889, 31.929722], "type" : "Point"}, "properties" : {"id" : "m77308e.point"}, "type" : ...
json_instruct
{"type": "object", "properties": {"bbox": {"type": "array", "items": {"type": "number"}}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coord...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls...
{"nom" : "Boudou", "circ" : "2\u00e8me circonscription", "dpt" : "Tarn-et-Garonne", "inscrits" : 545, "abs" : 303, "votants" : 242, "blancs" : 23, "nuls" : 16, "exp" : 203, "res" : [{"nuance" : "FN", "nom" : "M. Romain LOPEZ", "voix" : 104}, {"nuance" : "RDG", "nom" : "Mme Sylvia PINEL", "voix" : 99}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array"...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "i...
{"title" : "Analyzing multicore dumps to facilitate concurrency bug reproduction.", "fields" : ["multi core processor", "deterministic system", "core dump", "concurrency", "debugging"], "abstract" : "Debugging concurrent programs is difficult. This is primarily because the inherent non-determinism that arises because o...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"typ...
Generate a valid JSON object that conforms to the following schema: {"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"}, "tit...
{"body" : "Architecture flags have been added for the AOCC compiler in file microarchitectures.json given below \r\n\r\nFile:\r\nspack/lib/spack/external/archspec/json/cpu/microarchitectures.json", "user" : "GaneshPrasadMA", "url" : "https://api.github.com/repos/spack/spack/issues/20049", "updated_at" : "2020-11-23 09:...
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": ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"meta": {"type": "object", "properties": {"label": {"type": "string"}, "description": {"type": "string"}, "icon": {"type": "string"}}, "required": ["label", "description", "icon"]}, "defaultDefinableInline": {"type"...
{"meta" : {"label" : "Azure Single Sign On", "description" : "", "icon" : "icon-powerbi"}, "defaultDefinableInline" : true, "defaultDefinableAtProjectLevel" : true, "pluginParams" : [], "params" : [{"name" : "ms-oauth_credentials", "type" : "CREDENTIAL_REQUEST", "credentialRequestSettings" : {"type" : "OAUTH2", "oauth2...
json_instruct
{"type": "object", "properties": {"meta": {"type": "object", "properties": {"label": {"type": "string"}, "description": {"type": "string"}, "icon": {"type": "string"}}, "required": ["label", "description", "icon"]}, "defaultDefinableInline": {"type": "boolean"}, "defaultDefinableAtProjectLevel": {"type": "boolean"}, "p...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"snap.svg-min.js": {"type": "string"}, "snap.svg.js": {"type": "string"}}, "required": ["snap.svg-min.js", "snap.svg.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"snap.svg-min.js" : "sha256-Hr2qLip2tc7B/X8TtGoArfCa8briWm7sgGyqbEunIa4=", "snap.svg.js" : "sha256-MDt3Fro4IiM4Gwh1DrnNMEl0Gg7h0aqlQBE8wzKo6BA="}
json_instruct
{"type": "object", "properties": {"snap.svg-min.js": {"type": "string"}, "snap.svg.js": {"type": "string"}}, "required": ["snap.svg-min.js", "snap.svg.js"], "$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"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required":...
{"name" : "lwink", "description" : "Lwink is a Twitter unique link tracker, expander and emitter", "version" : "0.0.2", "author" : "George Stagas <gstagas@gmail.com>", "engines" : {"node" : ">=0.4.0"}, "dependencies" : {"he" : ">=0.4.1"}, "main" : "./lwink", "repository" : {"type" : "git", "url" : "https://github.com/s...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "dependencies": {"type": "object", "properties": {"he": {"type": ...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"date": {"type": "string"}, "cve": {"type": "string"}, "summary": {"type": "string"}, "link": {"type": "string"}, "versions": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["date", "cv...
{"date" : "January 4, 2022", "cve" : "CVE-2021-45116", "summary" : "Potential information disclosure in dictsort template filter", "link" : "https://www.djangoproject.com/weblog/2022/jan/04/security-releases/", "versions" : [["2.2", "2.2.26"], ["3.2", "3.2.11"], ["4.0", "4.0.1"]]}
json_instruct
{"type": "object", "properties": {"date": {"type": "string"}, "cve": {"type": "string"}, "summary": {"type": "string"}, "link": {"type": "string"}, "versions": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["date", "cve", "summary", "link", "versions"], "$schema": "http://json...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"stationGroupId" : 1192704, "stations" : ["1192704"]}
json_instruct
{"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"code": {"type": "string"}, "messages": {"type": "string"}, "value": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "id_kecamatan": {"type": "string"}, "name": {"type": ...
{"code" : "200", "messages" : "Successfully received data", "value" : [{"id" : "9201051001", "id_kecamatan" : "920105", "name" : "Katinim"}, {"id" : "9201051006", "id_kecamatan" : "920105", "name" : "Majener"}, {"id" : "9201051007", "id_kecamatan" : "920105", "name" : "Majaran"}, {"id" : "9201051009", "id_kecamatan" : ...
json_instruct
{"type": "object", "properties": {"code": {"type": "string"}, "messages": {"type": "string"}, "value": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "id_kecamatan": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "id_kecamatan", "name"]}}}, "required": ["code...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object",...
{"name" : "poli-care", "version" : "1.0.0", "private" : true, "scripts" : {"start" : "node ./bin/www"}, "dependencies" : {"cookie-parser" : "~1.4.4", "debug" : "~2.6.9", "express" : "~4.16.1", "morgan" : "~1.9.1"}, "description" : "API to manage the information of the Poli Care APP", "main" : "app.js", "devDependencies...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"cookie-parser": {"type": "string"}, "debug": ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"other_ids": {"type": "array", "items": {}}, "mRNA_sequence": {"type": "array", "items": {"type": "object", "properties": {"index": {"type": "integer"}, "type": {"type": "string"}, "sequence": {"type": "string"}}, "...
{"other_ids" : [], "mRNA_sequence" : [{"index" : 0, "type" : "five_prime_UTR", "sequence" : "GTCACATTTGTACAACAAGGGTTTAGCAGAGAAACTTTATGCTGTCGAGTTCCTAATCACCACCATCTAACCATCACTTATAAAAGTATCAAAAA"}, {"index" : 1, "type" : "CDS", "sequence" : "ATGGTGAACATTCCCAAGACCCGTAAGACTTACTGTCCTGGTAAGAACTGCCGCAAGCACACTGTCCACAGAGTCACCCAATAC...
json_instruct
{"type": "object", "properties": {"other_ids": {"type": "array", "items": {}}, "mRNA_sequence": {"type": "array", "items": {"type": "object", "properties": {"index": {"type": "integer"}, "type": {"type": "string"}, "sequence": {"type": "string"}}, "required": ["index", "type", "sequence"]}}, "other_names": {"type": "ar...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["130726210201", "\u767d\u8349\u6751\u59d4\u4f1a", "210", "0"], ["130726210202", "\u5a18\u5b50\u57ce\u6751\u59d4\u4f1a", "220", "0"], ["130726210203", "\u697c\u5b50\u6e7e\u6751\u59d4\u4f1a", "220", "0"], ["130726210204", "\u6866\u6811\u6c9f\u6751\u59d4\u4f1a", "220", "0"], ["130726210205", "\u6cb3\u6da7\u6e20\u6751\u5...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "repository": {"type": "string"...
{"name" : "linkapi-entrevista", "version" : "1.0.0", "main" : "index.js", "scripts" : {"start" : "node index.js"}, "repository" : "git@github.com:higordiego/linkapi-entrevista.git", "author" : "Higor Diego <higordiegoti@gmail.com>", "license" : "MIT", "dependencies" : {"axios" : "^0.21.1", "compression" : "^1.7.4", "co...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "depe...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "clean": {"type": "string"},...
{"name" : "@goldfishjs/utils", "version" : "1.9.2", "description" : "goldfish-utils", "main" : "lib/index.js", "scripts" : {"build" : "npm run clean && ../../node_modules/.bin/gulp copy && ../../node_modules/.bin/gulp ts", "clean" : "rm -rf lib", "lodash" : "lodash include='cloneDeep,find,isEqual,omit,pick,debounce' ex...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "clean": {"type": "string"}, "lodash": {"type": "string"}, "prepublishOnly": {"type": "str...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "users-db": {"type": "string"}, ...
{"name" : "oompa-playground", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "users-db" : "node db.js 42000 users.json", "bucket-db" : "node db.js 42001 resources.json", "auth" : "node auth.js", "circle" : "node circle.js", "start" : "n...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "users-db": {"type": "string"}, "bucket-db": {"type": "string"}, "auth": {"type": "string"}...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"_id": {"type": "string"}, "_tpl": {"type": "string"}, "parentId": {"type": "string"}, "slotId": {"type": "string"}}, "required": ["_id", "_tpl", "parentId", "slotId"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"_id" : "5e064f56eb009468d90ba80c", "_tpl" : "5abcbb20d8ce87001773e258", "parentId" : "5e064f56eb009468d90ba808", "slotId" : "mod_sight_rear"}
json_instruct
{"type": "object", "properties": {"_id": {"type": "string"}, "_tpl": {"type": "string"}, "parentId": {"type": "string"}, "slotId": {"type": "string"}}, "required": ["_id", "_tpl", "parentId", "slotId"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"value_locale": {"type": "string"}, "value_dateFormatFull": {"type": "string"}, "title": {"type": "string"}, "noTitle": {"type": "string"}, "creator": {"type": "string"}, "presenter": {"type": "string"}, "view...
{"value_locale" : "en", "value_dateFormatFull" : "Do MMMM YYYY, h:mm:ss a", "title" : "Title", "noTitle" : "No title", "creator" : "Creator", "presenter" : "Contributor", "views" : "Views", "series" : "Series", "recordingDate" : "Recording date", "description" : "Description", "noDescriptionAvailable" : "No description...
json_instruct
{"type": "object", "properties": {"value_locale": {"type": "string"}, "value_dateFormatFull": {"type": "string"}, "title": {"type": "string"}, "noTitle": {"type": "string"}, "creator": {"type": "string"}, "presenter": {"type": "string"}, "views": {"type": "string"}, "series": {"type": "string"}, "recordingDate": {"type...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"2593": {"type": "string"}, "2591": {"type": "string"}}, "required": ["2593", "2591"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"2593" : "2594", "2591" : "2592"}
json_instruct
{"type": "object", "properties": {"2593": {"type": "string"}, "2591": {"type": "string"}}, "required": ["2593", "2591"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"dailyDeaths": {"type": "array", "items": {"type": "integer"}}}, "required": ["dailyDeaths"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"dailyDeaths" : [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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 2, 1, 1, 2, 2, 2, 1, 1, 4, 1, 2, 1, 1, 2, 4,...
json_instruct
{"type": "object", "properties": {"dailyDeaths": {"type": "array", "items": {"type": "integer"}}}, "required": ["dailyDeaths"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "name"], "$schema": "http://json-schema.org/draf...
{"id" : "03", "provinceId" : "11", "regencyId" : "03", "name" : "Idi Rayeuk"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "YezWallet", "displayName" : "YezWallet"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "is_illegal": {"type": "boolean"}, "is_custom": {"type": "boolean"}, "text": {"type": "string"}, "images": {"type": "array", "items": {"type": "string"}}, "type"...
{"id" : 6276588, "name" : "Karakuri Ninja mdl 919 \"Kuick\"", "is_illegal" : false, "is_custom" : false, "text" : "This card must attack if able. When this face-up card is selected as an attack target, change its battle position. When this card destroys an opponent's monster by battle and sends it to the Graveyard, sel...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "is_illegal": {"type": "boolean"}, "is_custom": {"type": "boolean"}, "text": {"type": "string"}, "images": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "attribute": {"type": "string"}, "atk": {"type":...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"appid": {"type": "integer"}, "name": {"type": "string"}, "windows": {"type": "boolean"}, "mac": {"type": "boolean"}, "linux": {"type": "boolean"}, "early_access": {"type": "boolean"}, "lookup_time": {"type": "integer"}}, "requ...
{"appid" : 3530, "name" : "Amazing Adventures Around the World", "windows" : true, "mac" : false, "linux" : false, "early_access" : false, "lookup_time" : 1490962336}
json_instruct
{"type": "object", "properties": {"appid": {"type": "integer"}, "name": {"type": "string"}, "windows": {"type": "boolean"}, "mac": {"type": "boolean"}, "linux": {"type": "boolean"}, "early_access": {"type": "boolean"}, "lookup_time": {"type": "integer"}}, "required": ["appid", "name", "windows", "mac", "linux", "early_...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"explorer.sources": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "expand": {"type": "boolean"}}, "required": ["name", "expand"]}}, "explorer.keyMappings": {"type": "object...
{"explorer.sources" : [{"name" : "buffer", "expand" : false}, {"name" : "file", "expand" : true}], "explorer.keyMappings" : {"<space>" : "toggleSelection"}, "explorer.presets" : {"floating" : {"position" : "floating"}}, "explorer.icon.enableNerdfont" : true, "explorer.buffer.tabOnly" : true, "explorer.file.autoReveal" ...
json_instruct
{"type": "object", "properties": {"explorer.sources": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "expand": {"type": "boolean"}}, "required": ["name", "expand"]}}, "explorer.keyMappings": {"type": "object", "properties": {"<space>": {"type": "string"}}, "required": ["<space>...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"data.json": {"type": "object"...
{"address" : "1oranGeS2xsKZ4jVsu9SVttzgkYXu4k9v", "cert_auth_type" : "web", "cert_sign" : "HP8H293Wm2xRIeR0zx+mIbqPQBvn/kD4iMIOt/Sv1CbHJuQn/0GD3bOlin0KrW/jykSFzbPvvquZ9SnuAO8ZJd8=", "cert_user_id" : "aramis@zeroid.bit", "files" : {"data.json" : {"sha512" : "2b2c7206536e16782b793ae406cf5cb8b06b6c56d438bf809a8b3a250e9fa7...
json_instruct
{"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"data.json": {"type": "object", "properties": {"sha512": {"type": "string"}, "size": {"type": "integer"}}...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "string"}, "timestamp": {"type": "string"}, "source": {"type": "string"}, "header": {"type": "string"}, "content": {"type": "string"}, "language": {"type": "string"}, "experience": {"type": "string"}, "employment_t...
{"id" : "0511cf7f-f1df-423d-8474-fb82b36ecf16", "timestamp" : "2021-04-09T23:41:23.668Z", "source" : "Anazing Jobs", "header" : "Backend Developer (w/m/d)", "content" : "Do you hate javascript? Does CSS give you nightmares? Did you think CSP was the name of some drug? Then get in touch<br>We're looking for a Golang roc...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "timestamp": {"type": "string"}, "source": {"type": "string"}, "header": {"type": "string"}, "content": {"type": "string"}, "language": {"type": "string"}, "experience": {"type": "string"}, "employment_time": {"type": "string"}, "poster": {"type": "string"}, "...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"946803927838": {"type": "object", "properties": {"type": {"type": "string"}, "bookName": {"type": "string"}, "subjectName": {"type": "string"}, "fName": {"type": "string"}}, "required": ["type", "bookName", "subjectName", "fNa...
{"946803927838" : {"type" : "book open", "bookName" : "Epic%20Quest", "subjectName" : "school", "fName" : "users/My0vYW5kcm9pZF9hc3NldC93d3cvc2Nob29sL0VwaWMlMjBRdWVzdC92YXJpYWJsZS1FUV9XT1JMRF95b3UtRVElMjBXb3JsZCUyME1hcCUyMFNlYXJjaC5odG1sLWFuYWx5dGljcy05NDY4MDM5Mjc3NzY=.json"}, "946803929749" : {"type" : "st"}, "9468039...
json_instruct
{"type": "object", "properties": {"946803927838": {"type": "object", "properties": {"type": {"type": "string"}, "bookName": {"type": "string"}, "subjectName": {"type": "string"}, "fName": {"type": "string"}}, "required": ["type", "bookName", "subjectName", "fName"]}, "946803929749": {"type": "object", "properties": {"t...
Please provide a valid JSON object following this schema: {"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": "int...
{"nom" : "Grane", "dpt" : "Dr\u00f4me", "inscrits" : 1509, "abs" : 274, "votants" : 1235, "blancs" : 28, "nuls" : 15, "exp" : 1192, "res" : [{"panneau" : "9", "voix" : 279}, {"panneau" : "2", "voix" : 277}, {"panneau" : "3", "voix" : 252}, {"panneau" : "11", "voix" : 184}, {"panneau" : "4", "voix" : 81}, {"panneau" : "...
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"...