input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"scripts": {"type": "object", "properties": {"start": {"type": "string"}, "js": {"type": "string"}, "css": {"type": "string"}, "build": {"type": "string"}}, "required": ["start", "js", "css", "build"]}, "devDe...
{"scripts" : {"start" : "concurrently --kill-others \"eleventy --serve\" \"npm run js\" \"npm run css\" ", "js" : "esbuild ./src/js/index.js --bundle --outfile=./_tmp/index.js --watch", "css" : "postcss src/styles/tailwind.css --o ./_tmp/style.css --watch", "build" : "ELEVENTY_PRODUCTION=true eleventy && NODE_ENV=produ...
json_instruct
{"type": "object", "properties": {"scripts": {"type": "object", "properties": {"start": {"type": "string"}, "js": {"type": "string"}, "css": {"type": "string"}, "build": {"type": "string"}}, "required": ["start", "js", "css", "build"]}, "devDependencies": {"type": "object", "properties": {"@11ty/eleventy": {"type": "st...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type"...
{"code" : 1274021004, "parent" : 1274021, "name" : "BANDAR SAKTI", "latitude" : null, "longitude" : null, "postal" : [20613], "children" : []}
json_instruct
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "n...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"framework": {"type": "string"}, "keyed": {"type": "boolean"}, "benchmark": {"type": "string"}, "type": {"type": "string"}, "min": {"type": "number"}, "max": {"type": "number"}, "mean": {"type": "number"}, "medi...
{"framework" : "lit-element-v2.3.1-keyed", "keyed" : true, "benchmark" : "07_create10k", "type" : "cpu", "min" : 1927.217, "max" : 2399.093, "mean" : 2091.3008999999997, "median" : 2022.3715, "geometricMean" : 2083.9255854668977, "standardDeviation" : 189.00424068049665, "values" : [2256.687, 2059.698, 2399.093, 2395.2...
json_instruct
{"type": "object", "properties": {"framework": {"type": "string"}, "keyed": {"type": "boolean"}, "benchmark": {"type": "string"}, "type": {"type": "string"}, "min": {"type": "number"}, "max": {"type": "number"}, "mean": {"type": "number"}, "median": {"type": "number"}, "geometricMean": {"type": "number"}, "standardDevi...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items"...
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-117.558536, 34.13239], [-117.558518, 34.136416], [-117.545267, 34.136485], [-117.545411, 34.121508], [-117.558508, 34.121486], [-117.558536, 34.13239]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 9884}}]}
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...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "com.ionicframework.starter", "name" : "StarterApp"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"localport": {"type": "integer"}, "https": {"type": "boolean"}, "iwo_config": {"type": "object", "properties": {"iwoServer": {"type": "string"}, "iwoAPIPath": {"type": "string"}, "iwoViewEntityURL": {"type": "st...
{"localport" : 3000, "https" : true, "iwo_config" : {"iwoServer" : "https://intersight.com", "iwoAPIPath" : "/wo/api/v3", "iwoViewEntityURL" : "/view/main/", "iwoGetActionPath" : "/entities", "iwoOderActionBy" : "severity", "ascending" : "false", "disable_hateoas" : "true", "limit" : "40"}, "cwom_config" : {"turboserve...
json_instruct
{"type": "object", "properties": {"localport": {"type": "integer"}, "https": {"type": "boolean"}, "iwo_config": {"type": "object", "properties": {"iwoServer": {"type": "string"}, "iwoAPIPath": {"type": "string"}, "iwoViewEntityURL": {"type": "string"}, "iwoGetActionPath": {"type": "string"}, "iwoOderActionBy": {"type":...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "bin": {"type": "object", "properties": {"keyforge-sync": {"type": "string"}}, "require...
{"name" : "keyforge-sync", "description" : "Syncs keyforge decks between mastervault and decksofkeyforge.com", "version" : "1.0.0", "author" : "funkymonkeymonk", "bin" : {"keyforge-sync" : "./bin/run"}, "bugs" : "https://github.com/funkymonkeymonk/keyforge-sync/issues", "dependencies" : {"aws-lambda" : "^1.0.6", "reque...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "bin": {"type": "object", "properties": {"keyforge-sync": {"type": "string"}}, "required": ["keyforge-sync"]}, "bugs": {"type": "string"}, "dependencies": {"type"...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"bcis": {"type": "string"}, "requirements ": {"type": "string"}}, "required": ["bcis", "requirements "], "$schema": "http://json-schema.org/draft-07/schema#"}
{"bcis" : "BCIS", "requirements " : "requirements"}
json_instruct
{"type": "object", "properties": {"bcis": {"type": "string"}, "requirements ": {"type": "string"}}, "required": ["bcis", "requirements "], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "webpack:dev"...
{"name" : "rate", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"start" : "webpack-dev-server", "webpack:dev" : "webpack-dev-server", "webpack:prod" : "NODE_ENV=production webpack -p"}, "keywords" : [], "author" : "", "license" : "ISC", "devDependencies" : {"babel-core" : "^6.26.3", "babel-...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "webpack:dev": {"type": "string"}, "webpack:prod": {"type": "string"}}, "required": ["star...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "dutiable", "definition" : "Subject to the payment of a duty; as dutiable goods. [U.S.] All kinds of dutiable merchandise. Hawthorne."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"quality": {"type": "integer"}, "model": {"type": "string"}, "elapsed": {"type": "number"}, "tp": {"type": "integer"}, "fp": {"type": "integer"}, "precision": {"type": "number"}, "recall": {"type": "number"}, "f1":...
{"quality" : 61, "model" : "R50_C4", "elapsed" : 1358.148490190506, "tp" : 26321, "fp" : 16797, "precision" : 0.6104411150795491, "recall" : 0.7243979633961745, "f1" : 0.6625552213258152, "min_score" : 0.5000021457672119, "AP" : 33.59074088060521, "AP50" : 50.53523021599726, "AP75" : 36.6585683285865, "APs" : 14.703886...
json_instruct
{"type": "object", "properties": {"quality": {"type": "integer"}, "model": {"type": "string"}, "elapsed": {"type": "number"}, "tp": {"type": "integer"}, "fp": {"type": "integer"}, "precision": {"type": "number"}, "recall": {"type": "number"}, "f1": {"type": "number"}, "min_score": {"type": "number"}, "AP": {"type": "nu...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"error": {"type": "null...
{"contract" : "0x4c39828c426ca8128ed4cbc733bf3a9934a87288", "tool" : "mythril", "start" : 1563552925.8278582, "end" : 1563552930.1099095, "duration" : 4.28205132484436, "analysis" : {"error" : null, "issues" : [], "success" : true}}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"error": {"type": "null"}, "issues": {"type": "array", "items": {}}, "success": {"type": "bo...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"variables": {"type": "object", "properties": {"access_key": {"type": "string"}, "secret_key": {"type": "string"}, "source_ami": {"type": "string"}, "ami_name": {"type": "string"}, "region": {"type": "string"}}, "req...
{"variables" : {"access_key" : "{{env `aws_id`}}", "secret_key" : "{{env `aws_key`}}", "source_ami" : "{{env `ami_id`}}", "ami_name" : "{{env `ami_name`}}", "region" : "{{env `region`}}"}, "builders" : [{"type" : "amazon-ebs", "communicator" : "none", "access_key" : "{{user `access_key`}}", "secret_key" : "{{user `secr...
json_instruct
{"type": "object", "properties": {"variables": {"type": "object", "properties": {"access_key": {"type": "string"}, "secret_key": {"type": "string"}, "source_ami": {"type": "string"}, "ami_name": {"type": "string"}, "region": {"type": "string"}}, "required": ["access_key", "secret_key", "source_ami", "ami_name", "region...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "OperatorsReference": {"type": "string"}, "UsageTypeID"...
{"IsRecentlyVerified" : false, "ID" : 98174, "UUID" : "42CC39DD-29F9-4CD5-9298-A56FE9C8AB0A", "DataProviderID" : 1, "OperatorID" : 150, "OperatorsReference" : "Halfords Autocentre Redhill", "UsageTypeID" : 4, "UsageCost" : "\u00c2\u00a31.00 + \u00c2\u00a30.30/kWh; \u00c2\u00a310.00 overstay after 65 mins", "AddressInfo...
json_instruct
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "OperatorsReference": {"type": "string"}, "UsageTypeID": {"type": "integer"}, "UsageCost": {"type": "string"}, "Ad...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "variables": {"type": "object", "properties": {"mongodb_uri": {"type": "string"}}, "required": ["mongodb_uri"]}}, "required": ["id", "type", "variables"], "$sch...
{"id" : "mongologs", "type" : "logstore_mongodb", "variables" : {"mongodb_uri" : "mongodb://localhost/?safe=true"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "variables": {"type": "object", "properties": {"mongodb_uri": {"type": "string"}}, "required": ["mongodb_uri"]}}, "required": ["id", "type", "variables"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "1813020001", "nama" : "WALUR"}, {"id" : "1813020002", "nama" : "PADANG RINDU"}, {"id" : "1813020003", "nama" : "KURIPAN"}, {"id" : "1813020004", "nama" : "NEGERI RATU"}, {"id" : "1813020005", "nama" : "KERBANG LANGGAR"}, {"id" : "1813020006", "nama" : "KERBANG DALAM"}, {"id" : "1813020007", "nama" : "BALAM"},...
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#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "dependencies": {"type": "object", "properties": {"iron-flex-layout": {"type": "string"}, "paper-drawer-panel": {"type": "string"}, "paper-header-panel": {"type": "string"}, "paper-...
{"name" : "shiba", "dependencies" : {"iron-flex-layout" : "polymerelements/iron-flex-layout#^1.0.0", "paper-drawer-panel" : "PolymerElements/paper-drawer-panel#^1.0.0", "paper-header-panel" : "PolymerElements/paper-header-panel#^1.0.0", "paper-icon-button" : "PolymerElements/paper-icon-button#^1.0.0", "paper-item" : "P...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "dependencies": {"type": "object", "properties": {"iron-flex-layout": {"type": "string"}, "paper-drawer-panel": {"type": "string"}, "paper-header-panel": {"type": "string"}, "paper-icon-button": {"type": "string"}, "paper-item": {"type": "string"}, "paper-to...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "ha...
{"version" : 1.2, "people" : [{"pose_keypoints_2d" : [290.524, 180.671, 0.961713, 304.205, 241.384, 0.903756, 270.882, 237.586, 0.810263, 239.509, 302.18, 0.754943, 257.121, 272.85, 0.892814, 337.448, 241.512, 0.861402, 384.438, 306.188, 0.750309, 413.918, 366.931, 0.849435, 304.059, 384.536, 0.739821, 274.793, 384.548...
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "han...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["broccoli-swiffer"]
json_instruct
{"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"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "st...
{"name" : "wsmq", "version" : "1.1.5", "description" : "Web Socket Message Queue", "main" : "./dist/index.js", "types" : "./dist/index.d.ts", "scripts" : {"build" : "tsc", "build-demo" : "tsc & browserify ./dist/demo/main.js --ignore body-parser --ignore commander --ignore express --ignore ws -s WSMQDemo -o ./src/demo/...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "build-demo": {"type": "string"}, "start": {"type": "string"}...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"parameters": {"type": "object", "properties": {"subscriptionId": {"type": "string"}, "api-version": {"type": "string"}}, "required": ["subscriptionId", "api-version"]}, "responses": {"type": "object", "properties": {"200": {"t...
{"parameters" : {"subscriptionId" : "fffedd8f-ffff-fffd-fffd-fffed2f84852", "api-version" : "2019-10-01"}, "responses" : {"200" : {}, "202" : {}}}
json_instruct
{"type": "object", "properties": {"parameters": {"type": "object", "properties": {"subscriptionId": {"type": "string"}, "api-version": {"type": "string"}}, "required": ["subscriptionId", "api-version"]}, "responses": {"type": "object", "properties": {"200": {"type": "object", "properties": {}, "required": []}, "202": {...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"_assets": {"type": "string"}, "_private": {"type": "string"}, "_dist": {"type": "string"}, "_bower": {"type": "string"}, "_privatehogan": {"type": "string"}, "_hogan": {"type": "string"}, "_less": {"type": "string...
{"_assets" : "./assets/", "_private" : "./private_connect/", "_dist" : "<%= _private %>static/connect/", "_bower" : "./bower_components/", "_privatehogan" : "<%= _private %>assets/hogan/", "_hogan" : "<%= _assets %>hogan", "_less" : "<%= _assets %>less/", "_privateless" : "<%= _private %>assets/less/", "_js" : "<%= _as...
json_instruct
{"type": "object", "properties": {"_assets": {"type": "string"}, "_private": {"type": "string"}, "_dist": {"type": "string"}, "_bower": {"type": "string"}, "_privatehogan": {"type": "string"}, "_hogan": {"type": "string"}, "_less": {"type": "string"}, "_privateless": {"type": "string"}, "_js": {"type": "string"}, "_ven...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"user": {"type": "string"}, "value": {"type": "string"}, "type": {"type": "string"}, "time": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "li...
{"user" : "Edouard DUPIN", "value" : "0", "type" : "hand", "time" : 1470843144267688192, "data" : [{"type" : "type::finger", "list" : [[352.340424, 630.912048], [345.372314, 630.085815], [337.547638, 627.5625], [328.404449, 621.0802], [318.633636, 611.085205], [311.883301, 593.739197], [306.503662, 571.559448], [299.52...
json_instruct
{"type": "object", "properties": {"user": {"type": "string"}, "value": {"type": "string"}, "type": {"type": "string"}, "time": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "list": {"type": "array", "items": {"type": "array", "items": {"type": "num...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"...
{"name" : "dnaber/requisite", "type" : "library", "description" : "A modular, extensible PHP autoloader.", "keywords" : ["SPL", "Autoload", "Psr-4"], "homepage" : "https://github.com/dnaber-de/Requisite", "license" : "MIT", "authors" : [{"name" : "David Naber", "email" : "kontakt@dnaber.de", "homepage" : "https://dnabe...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"type": {"type": "string"}, "stream_name": {"type": "string"}, "name": {"type": "string"}, "created": {"type": "string"}, "config": {"type": "object", "properties": {"durable_name": {"type": "string"}, "deliver_sub...
{"type" : "io.nats.jetstream.api.v1.consumer_info_response", "stream_name" : "foo-stream", "name" : "foo-consumer", "created" : "2020-11-05T19:33:21.163377Z", "config" : {"durable_name" : "foo-consumer", "deliver_subject" : "bar", "deliver_policy" : "all", "ack_policy" : "all", "ack_wait" : 30000000000, "max_deliver" :...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "stream_name": {"type": "string"}, "name": {"type": "string"}, "created": {"type": "string"}, "config": {"type": "object", "properties": {"durable_name": {"type": "string"}, "deliver_subject": {"type": "string"}, "deliver_policy": {"type": "string"}, "ack_po...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "addressLine2": {"type": "string"}, "town": {"...
{"id" : "a93acea5-eae9-42ec-8b7c-adedcfb8004d", "name" : "St Wilfrid's Catholic Primary School", "code" : "W", "address" : {"addressLine1" : "Arundel Road", "addressLine2" : "Angmering", "town" : "Littlehampton", "county" : "West Sussex", "postcode" : "BN16 4JR"}, "organisation" : {"id" : "1aae963f-cb7e-4c07-b271-588e6...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "addressLine2": {"type": "string"}, "town": {"type": "string"}, "county": {"type": "string"}, "postcode": {"type": "string"...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"acadYear": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "department": {"type": "string"}, "faculty": {"type": "string"}, "workload": {"type": "array", "items": {"type": ...
{"acadYear" : "2019/2020", "description" : "Natural hazards result in high losses in human life and welfare, property, resource productivity, and infrastructure. Often human activities interact with the landscape to exacerbate the probability of a potentially hazardous situation. The module will cover the prediction, ...
json_instruct
{"type": "object", "properties": {"acadYear": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "department": {"type": "string"}, "faculty": {"type": "string"}, "workload": {"type": "array", "items": {"type": "integer"}}, "moduleCredit": {"type": "string"}, "moduleCode": {"type": "stri...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", ...
{"id" : "1007", "provinceId" : "35", "regencyId" : "11", "districtId" : "11", "name" : "Dabasah"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {}, "required": []}, "hashing_algorithm": {"type": "null"}, "categories": {"type": "array", "items"...
{"id" : "sakura", "symbol" : "sku", "name" : "Sakura", "platforms" : {}, "hashing_algorithm" : null, "categories" : [], "description" : {"en" : "Sakura is a substrate-based parachain candidate specifically built for the cross-chain DeFi ecosystem on Kusama. Building on the success of the Rococo testnet, the stage for K...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {}, "required": []}, "hashing_algorithm": {"type": "null"}, "categories": {"type": "array", "items": {}}, "description": {"type": "object", "properties": {"...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"replace" : false, "values" : ["clib:quartz_gear"]}
json_instruct
{"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"variants": {"type": "object", "properties": {"normal": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": ["normal"]}}, "required": ["variants"], "$schema": "http://json-schema...
{"variants" : {"normal" : {"model" : "bamboozled:bamboo_chest"}}}
json_instruct
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"normal": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": ["normal"]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"pci_projects_project_storages_containers_container_delete_archive_title": {"type": "string"}, "pci_projects_project_storages_containers_container_delete_object_title": {"type": "string"}, "pci_projects_project_stora...
{"pci_projects_project_storages_containers_container_delete_archive_title" : "Elimina un container di archivi", "pci_projects_project_storages_containers_container_delete_object_title" : "Elimina un container di oggetti", "pci_projects_project_storages_containers_container_delete_submit_label" : "Conferma", "pci_projec...
json_instruct
{"type": "object", "properties": {"pci_projects_project_storages_containers_container_delete_archive_title": {"type": "string"}, "pci_projects_project_storages_containers_container_delete_object_title": {"type": "string"}, "pci_projects_project_storages_containers_container_delete_submit_label": {"type": "string"}, "pc...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "crop", "definition" : "1. The pouchlike enlargement of the gullet of birds, serving as a receptacle for food; the craw. 2. The top, end, or highest part of anything, especially of a plant or tree. [Obs.] \"Crop and root.\" Chaucer. 3. That which is cropped, cut, or gathered from a single felld, or of a singl...
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "homepage": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"t...
{"name" : "tspack", "version" : "1.0.5", "author" : "Dom Chen", "homepage" : "http://www.idom.me/", "description" : "A bundler for typescript. Packs many modules into a few bundled assets. Allows to split your codebase into multiple bundles, which can be loaded on demand.", "license" : "MIT", "keywords" : ["typescript"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "homepage": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "bugs": {"type": "object", "properties"...
Generate a valid JSON object that conforms to the following schema: {"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_P...
{"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : [], "SERIES_NAME" : [], "X_CALENDAR_YEAR" : [], "Y_PREVALENCE_1000PP" : []}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_MONTH" : [], "Y_PREVALENCE_1000PP" : []}, "CONDITIONS_BY_TYPE" : {"CONCEPT_NAME" : "Claim- Inpatient: Secondary diagnosis", "COUNT_VALUE" : 305}, "AGE_AT...
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...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"produ...
{"userId" : 12218, "cartId" : "3edbb4b3-edcf-42c2-a76c-3d988f73e739", "preferredProducts" : [2661, 1013, 2110, 1281], "productReviews" : [{"productId" : 1681, "reviewText" : "My neighbor Germaine has one of these. She works as a salesman and she says it looks red.", "reviewDate" : "2018-07-21T07:23:42.0095416+03:00"}, ...
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"title": {"type": "string"}, "creation_date": {"type": "string"}, "creation_date_earliest": {"type": "string"}, "creation_date_latest": {"type": "string"}, "medium": {"type": "string"}, "accession_number": {"type": ...
{"title" : "Untitled", "creation_date" : "1993", "creation_date_earliest" : "1993-01-01", "creation_date_latest" : "1993-01-01", "medium" : "enamel on aluminum", "accession_number" : "94.25", "id" : "cmoa:things/e6faaef0-0e5b-4cef-95dc-74d49727b30f", "credit_line" : "Gift of the artist in memory of John Caldwell", "dat...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "creation_date": {"type": "string"}, "creation_date_earliest": {"type": "string"}, "creation_date_latest": {"type": "string"}, "medium": {"type": "string"}, "accession_number": {"type": "string"}, "id": {"type": "string"}, "credit_line": {"type": "string"},...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properti...
{"name" : "space-ship-battles", "version" : "0.1.0", "description" : "A space themed online multiplayer game.", "main" : "index.js", "author" : "USPGameDev", "license" : "ISC", "dependencies" : {"express" : "^4.15.2", "node-uuid" : "^1.4.8", "nodemon" : "^1.17.5", "p2" : "^0.7.1", "pg" : "^7.10.0", "sat" : "^0.7.0", "s...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "node-uuid": {"type": ...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"ty...
{"userId" : 58013, "cartId" : "d6aaf831-7b6b-49a8-b81c-4ec03b5a96f9", "preferredProducts" : [450, 4805, 1176], "productReviews" : [{"productId" : 3953, "reviewText" : "i use it for 10 weeks when i'm in my jail.", "reviewDate" : "2016-10-13T16:27:09.7673284+03:00"}, {"productId" : 4018, "reviewText" : "talk about contem...
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...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"templmd5": {"type": "string"}, "number": {"type": "string"}, "title": {"type": "string"}, "BACKCOLOR": {"type": "string"}, "FRONTCOLOR": {"type": "string"}, "filemd5": {"type": "string"}}, "required": ["templmd5", "number", "t...
{"templmd5" : "523d4615240572e66d3c9373d01f37cd", "number" : "1402", "title" : "Durante l'emergenza attiviamo la solidariet\u00e0 - Raccolta fondi J\u00e8 so Pazzo per pacchi spese e DPI", "BACKCOLOR" : "cyan", "FRONTCOLOR" : "black", "filemd5" : "61267f26230e36d12e4388c65e53db78"}
json_instruct
{"type": "object", "properties": {"templmd5": {"type": "string"}, "number": {"type": "string"}, "title": {"type": "string"}, "BACKCOLOR": {"type": "string"}, "FRONTCOLOR": {"type": "string"}, "filemd5": {"type": "string"}}, "required": ["templmd5", "number", "title", "BACKCOLOR", "FRONTCOLOR", "filemd5"], "$schema": "h...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"semantics": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}}, "required": ["label"]}}}, "required": ["semantics"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"semantics" : [{"label" : "Fr\u00e5ga"}, {"label" : "Flervalsfr\u00e5ga", "options" : [{"label" : "Flera r\u00e4tta svar"}, {"label" : "Ett r\u00e4tt svar"}]}, {"label" : "Svarsalternativ", "entity" : "Alternativ", "field" : {"label" : "Alternativ", "fields" : [{"label" : "Text"}, {"label" : "Feedback", "fields" : [{"...
json_instruct
{"type": "object", "properties": {"semantics": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}}, "required": ["label"]}}}, "required": ["semantics"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "id": {"type": "integer"}, "image_url": {"type": "string"}, "updated_at": {"type": "string"}, "deleted_at": {"type": "null"}, "recipe_type": {"type"...
{"name" : "Goblin Sherb", "description" : "Blue Raspberry, green apple, sherbet. Based off of Shijin vapor tortoise blood. ", "id" : 143228, "image_url" : "https://storage.googleapis.com/dev-images.alltheflavors.com/uploads/recipe/imageUrl/143228/BF1DB6FD-4A17-4613-ADF1-DD9D36C6DD06.jpeg", "updated_at" : "2020-12-10T16...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "id": {"type": "integer"}, "image_url": {"type": "string"}, "updated_at": {"type": "string"}, "deleted_at": {"type": "null"}, "recipe_type": {"type": "integer"}, "recipe_flavors": {"type": "array", "items": {"type": "object...
Generate sample JSON data that conforms to the following schema definition: {"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": "stri...
{"id" : 2843, "citation_title" : "Predicting Nursing Home Utilization Among the High-Risk Elderly", "citation_author" : ["Alan M. Garber", "Thomas E. MaCurdy"], "citation_publication_date" : "1989-02-01", "issue_date" : "1989-02-01", "revision_date" : "None", "topics" : ["Public Economics"], "program" : ["Economics of ...
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": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "...
[{"manufacturer" : "Samsung", "market_name" : "Galaxy Camera", "codename" : "gd1ltevzw", "model" : "EK-GC120"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"pins": {"type": "object", "properties": {"MH": {"type": "object", "properties": {"layout": {"type": "object", "properties": {"pad": {"type": "string"}, "location": {"type": "array", "items": {"type": "integer"}}, "show-label": {...
{"pins" : {"MH" : {"layout" : {"pad" : "drill", "location" : [0, 0], "show-label" : false}}}, "layout" : {"silkscreen" : {}, "assembly" : {"shapes" : [{"type" : "circle", "layer" : ["top", "bottom"], "diameter" : 5.5}]}}, "pads" : {"drill" : {"shapes" : [{"type" : "path", "style" : "fill", "scale" : 0.45, "layers" : ["...
json_instruct
{"type": "object", "properties": {"pins": {"type": "object", "properties": {"MH": {"type": "object", "properties": {"layout": {"type": "object", "properties": {"pad": {"type": "string"}, "location": {"type": "array", "items": {"type": "integer"}}, "show-label": {"type": "boolean"}}, "required": ["pad", "location", "sho...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "demo": {"type": "string"}, "version": {"type": "string"}, "engines": {"type": "object", "properties": {"ghost": {"type": "string"}}, "required": ["ghost"]}, "licen...
{"name" : "gsh", "description" : "Simple theme for Ghost. Pure CSS. Web Safe fonts.", "demo" : "https://demo.ghost.io", "version" : "0.1.2", "engines" : {"ghost" : ">2.0.0"}, "license" : "MIT", "author" : {"name" : "Nick McClendon", "email" : "nicklaus@kulinacs.com", "url" : "https://kulinacs.com"}, "gpm" : {"type" : "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "demo": {"type": "string"}, "version": {"type": "string"}, "engines": {"type": "object", "properties": {"ghost": {"type": "string"}}, "required": ["ghost"]}, "license": {"type": "string"}, "author": {"type": "object", "prop...
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" : 101886685, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "5cad44940c47afc8c5be819619814222", "wof:id" : 101886685, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [7.51142632734081, 47.84628251564192, 7.52895371518485, 47.85707434085333...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"skyblock_id": {"type": "string"}, "quantity": {"type": "string"}, "item_name": {"type": "string"}, "estimated_price": {"type": "string"}, "estimated_total_price": {"type": "string"}}, "requ...
[{"skyblock_id" : "JACOBS_TICKET", "quantity" : "16", "item_name" : "Jacobs ticket", "estimated_price" : "Coming Soon", "estimated_total_price" : "Coming Soon"}, {"skyblock_id" : "ENCHANTED_SUGAR", "quantity" : "64", "item_name" : "Enchanted sugar", "estimated_price" : "Coming Soon", "estimated_total_price" : "Coming S...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"skyblock_id": {"type": "string"}, "quantity": {"type": "string"}, "item_name": {"type": "string"}, "estimated_price": {"type": "string"}, "estimated_total_price": {"type": "string"}}, "required": ["skyblock_id", "quantity", "item_name", "estimated_price", "e...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"error": {"type": "string"}}, "required": ["error"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"error" : "ARSetGetEntryException: ERROR (51001): ; The Support Group \"Integration Services\" is not configured for assignment to Company \"NaviSite, Inc.\" on \"PBM:Problem Investigation\" form. Please contact your Administrator."}
json_instruct
{"type": "object", "properties": {"error": {"type": "string"}}, "required": ["error"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"appId": {"type": "string"}, "title": {"type": "string"}, "timestamp": {"type": "integer"}, "rating": {"type": "string"}, "notes": {"type": "string"}, "os": {"type": "string"}, "gpuDriver"...
[{"appId" : "422970", "title" : "Devil Daggers", "timestamp" : 1535402986, "rating" : "Borked", "notes" : "Says running but nothing shows up and it closes", "os" : "Ubuntu 18.04", "gpuDriver" : "Mesa 18.1.6", "specs" : "i5 6600k / RX 470", "protonVersion" : "3.7-4"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"appId": {"type": "string"}, "title": {"type": "string"}, "timestamp": {"type": "integer"}, "rating": {"type": "string"}, "notes": {"type": "string"}, "os": {"type": "string"}, "gpuDriver": {"type": "string"}, "specs": {"type": "string"}, "protonVersion": {"t...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"text": {"type": "string"}, "historical": {"type": "string"}, "credits": {"type": "string"}, "sections": {"type": "array", "items": {}}, "division": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"ty...
{"text" : "In decreeing an exchange of an infant's estate for other property, pursuant to section 21-151, the court need not require equality or sameness in the quantity or character of the estate or interest, and the court may appoint trustees to execute the deeds necessary to carry the exchange into effect.", "histor...
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "historical": {"type": "string"}, "credits": {"type": "string"}, "sections": {"type": "array", "items": {}}, "division": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "ti...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "...
{"id" : "b52279c7-2e86-4d1f-b557-eeee0e52dfbb", "playerTags" : ["c675fcdf-6117-49a6-ac32-99a89a3a88aa"], "teamTags" : ["b63be8c2-576a-4d6e-8daf-814f8bcea96f", "878c1bf6-0d21-4659-bfee-916c8314d69c"], "gameTags" : ["f0732f82-0a5a-4da6-a486-e36fd7f1ece5"], "metadata" : {"play" : 212, "subPlay" : -1, "children" : ["e53c40...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"play": {"type": "integer"}, "su...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"registryname": {"type": "string"}, "localizedname": {"type": "string"}, "color": {"type": "string"}, "parts": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}, ...
{"registryname" : "ember_energy_generator", "localizedname" : "Ember Energy Generator", "color" : "8b7c61", "parts" : [{"x" : -1, "y" : 0, "z" : 0, "elements" : ["modularmachinery:blockenergyoutputhatch@0"]}, {"x" : 1, "y" : 1, "z" : 0, "elements" : ["immersiveengineering:connector@11"]}, {"x" : 1, "y" : 0, "z" : 0, "e...
json_instruct
{"type": "object", "properties": {"registryname": {"type": "string"}, "localizedname": {"type": "string"}, "color": {"type": "string"}, "parts": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}, "z": {"type": "integer"}, "elements": {"type": "array", "items...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"networkCallRecords": {"type": "array", "items": {}}, "variables": {"type": "array", "items": {"type": "string"}}}, "required": ["networkCallRecords", "variables"], "$schema": "http://json-schema.org/draft-07/schema#...
{"networkCallRecords" : [], "variables" : ["queuesastestsqueuesaspermissiontostring435240deb3f1f"]}
json_instruct
{"type": "object", "properties": {"networkCallRecords": {"type": "array", "items": {}}, "variables": {"type": "array", "items": {"type": "string"}}}, "required": ["networkCallRecords", "variables"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/throttle": {"type": "number"}, "user/angle": {"type": "number"}, "user/mode": {"type": "string"}}, "required": ["cam/image_array", "user/throttle", "user/angle", "user/mode...
{"cam/image_array" : "2144_cam-image_array_.jpg", "user/throttle" : 0.0, "user/angle" : 0.6959635615348816, "user/mode" : "user"}
json_instruct
{"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/throttle": {"type": "number"}, "user/angle": {"type": "number"}, "user/mode": {"type": "string"}}, "required": ["cam/image_array", "user/throttle", "user/angle", "user/mode"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1381.3994959976285, 1397.7451611536994], [1400.4584092160435, 1389.2745330566263], [1421.634979458727, 1380.8039049595527], [1432.2232645800689, 1370.215619838211], [1442.8115497014105, 1359.6273347168692]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
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" : "Adaptive Exponential Smoothing for Online Filtering of Pixel Prediction Maps.", "fields" : ["exponential growth", "discriminative model", "exponential smoothing", "texture filtering", "exponential function"], "abstract" : "We propose an efficient online video filtering method, called adaptive exponential fi...
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...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"description": {"type": "string"}, "cc": {"type": "array", "items": {"type": "string"}}, "reviewers": {"type": "array", "items": {}}, "messages": {"type": "array", "items": {"type": "object", "properties": {"sender":...
{"description" : "go-tour: remove unused flag", "cc" : ["golang-dev@googlegroups.com", "r@golang.org"], "reviewers" : [], "messages" : [{"sender" : "adg@golang.org", "recipients" : ["adg@golang.org", "golang-dev@googlegroups.com", "reply@codereview-hr.appspotmail.com"], "text" : "Hello golang-dev@googlegroups.com,\n\nI...
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "cc": {"type": "array", "items": {"type": "string"}}, "reviewers": {"type": "array", "items": {}}, "messages": {"type": "array", "items": {"type": "object", "properties": {"sender": {"type": "string"}, "recipients": {"type": "array", "items": {"type":...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"localforage.js": {"type": "string"}, "localforage.min.js": {"type": "string"}, "localforage.nopromises.js": {"type": "string"}, "localforage.nopromises.min.js": {"type": "string"}}, "required": ["localforage.js", "localfora...
{"localforage.js" : "sha512-yN+DBfYuNgwKv0XOQ94fiyK1SaAckYdQOn6wRYLXRI2+iK2VJFk11iW0JyEtFsrr2af5cYYdf2GHIDXBXWweoA==", "localforage.min.js" : "sha512-unLjyVaQ/nngyAqMFyBn2YQCBR+PM/ptR2OmbcNCZdgMW5xWxiSgn12f5Avn7gWEVVGL7/jO7LVlrj7x7lEVHA==", "localforage.nopromises.js" : "sha512-yAucEwTv0lIM8GXZCVUwlAKu3KVF7S037SfLATHe5...
json_instruct
{"type": "object", "properties": {"localforage.js": {"type": "string"}, "localforage.min.js": {"type": "string"}, "localforage.nopromises.js": {"type": "string"}, "localforage.nopromises.min.js": {"type": "string"}}, "required": ["localforage.js", "localforage.min.js", "localforage.nopromises.js", "localforage.nopromis...
Based on the schema below, produce a valid JSON object: {"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": {"na...
{"id" : "EVAD0", "name" : {"en" : "Adazi / Laveri"}, "country" : "LV", "region" : "RI", "identifiers" : {"national" : null, "wmo" : null, "ghcn" : null, "wban" : null, "usaf" : null, "mosmix" : null, "icao" : "EVAD", "iata" : null}, "location" : {"latitude" : 57.0986, "longitude" : 24.2658, "elevation" : 2}, "timezone"...
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...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"app": {"type": "boolean"}}, "required": ["app"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : "9673f55268647664782a", "c" : {"app" : true}}
json_instruct
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"app": {"type": "boolean"}}, "required": ["app"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
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" : 1310301863, "type" : "Feature", "properties" : {"src:alt_label" : "geonames", "src:geom" : "geonames", "wof:geomhash" : "06c30385ac9174fbf26f6ce24d74fd4b", "wof:id" : 1310301863, "wof:repo" : "whosonfirst-data-admin-ro"}, "bbox" : [26.69546, 48.04963, 26.69546, 48.04963], "geometry" : {"coordinates" : [26.69546...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "...
{"schema_version" : "1.2.0", "id" : "GHSA-7vcj-m2xj-87v8", "modified" : "2022-04-30T18:18:36Z", "published" : "2022-04-30T18:18:36Z", "aliases" : ["CVE-2002-0129"], "details" : "efax 0.9 and earlier, when installed setuid root, allows local users to read arbitrary files via the -d option, which prints the contents of t...
json_instruct
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "a...
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" : "67413", "name" : {"en" : "Mbala"}, "country" : "ZM", "region" : "CE", "identifiers" : {"wmo" : "67413", "icao" : "FLBA", "usaf" : "674130"}, "location" : {"latitude" : -8.85, "longitude" : 31.3333, "elevation" : 1673}, "timezone" : "Africa/Lusaka"}
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": {"wmo": {"type": "string"}, "icao": {"type": "string"}, "usaf...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"styles/salesforce-lightning-design-system-ltng.css": {"type": "string"}, "styles/salesforce-lightning-design-system-ltng.min.css": {"type": "string"}, "styles/salesforce-lightning-design-system-scoped.css": {"type": ...
{"styles/salesforce-lightning-design-system-ltng.css" : "sha256-up0qYHJ6iSI+c7h/spt0iI8WDwsvfWMbCxyEHqZwZ3w=", "styles/salesforce-lightning-design-system-ltng.min.css" : "sha256-8fnjyBQSzNcxjzIqQgohXPeh5r0bfhqbjq3k4RKq+QQ=", "styles/salesforce-lightning-design-system-scoped.css" : "sha256-PyaXMWGUGETJlx3JbA0X2qe8gVvATk...
json_instruct
{"type": "object", "properties": {"styles/salesforce-lightning-design-system-ltng.css": {"type": "string"}, "styles/salesforce-lightning-design-system-ltng.min.css": {"type": "string"}, "styles/salesforce-lightning-design-system-scoped.css": {"type": "string"}, "styles/salesforce-lightning-design-system-scoped.min.css"...
Generate a valid JSON object that conforms to the following schema: {"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" : "1605070042", "district_id" : "1605070", "name" : "KARYA MUKTI"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["../../protos/google/cloud/binaryauthorization/v1/resources.proto", "../../protos/google/cloud/binaryauthorization/v1/service.proto", "../../protos/grafeas/v1/attestation.proto", "../../protos/grafeas/v1/common.proto"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"nft": {"type": "object", "properties": {"id": {"type": "integer"}, "image": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "st...
{"nft" : {"id" : 4117, "image" : "ipfs://QmWRGQUMitVr7gHfkTJWi1Gn3EC6rCtsTEP8YZYbLJYsJL", "attributes" : [{"trait_type" : "Clothes", "value" : "Leather Jacket"}, {"trait_type" : "Fur", "value" : "Tan"}, {"trait_type" : "Hat", "value" : "Seaman's Hat"}, {"trait_type" : "Eyes", "value" : "Closed"}, {"trait_type" : "Earri...
json_instruct
{"type": "object", "properties": {"nft": {"type": "object", "properties": {"id": {"type": "integer"}, "image": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}}, "required": ["trait_type", "value"]}}}, "required"...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"componentName": {"type": "string"}, "title": {"type": "string"}, "componentClass": {"type": "string"}, "example": {"type": "object", "properties": {"attributes": {"type": "object", "properties": {"shareUse": {"type": "boolean"...
{"componentName" : "share", "title" : "Share", "componentClass" : "share", "example" : {"attributes" : {"shareUse" : true}}, "attributes" : {"shareUse" : {"type" : "boolean", "default" : true}}, "socialOptions" : [{"label" : "Facebook", "value" : "facebook"}, {"label" : "Twitter", "value" : "twitter"}, {"label" : "Link...
json_instruct
{"type": "object", "properties": {"componentName": {"type": "string"}, "title": {"type": "string"}, "componentClass": {"type": "string"}, "example": {"type": "object", "properties": {"attributes": {"type": "object", "properties": {"shareUse": {"type": "boolean"}}, "required": ["shareUse"]}}, "required": ["attributes"]}...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"version": {"type": "integer"}, "name": {"type": "string"}, "inherits": {"type": "string"}, "metadata": {"type": "object", "properties": {"visible": {"type": "boolean"}, "author": {"type": "string"}, "manufactur...
{"version" : 2, "name" : "TinyBoy E16/L16/M16", "inherits" : "fdmprinter", "metadata" : {"visible" : true, "author" : "Fred Chan", "manufacturer" : "TinyBoy", "file_formats" : "text/x-gcode", "has_materials" : false, "has_machine_quality" : true, "preferred_quality_type" : "normal", "machine_extruder_trains" : {"0" : "...
json_instruct
{"type": "object", "properties": {"version": {"type": "integer"}, "name": {"type": "string"}, "inherits": {"type": "string"}, "metadata": {"type": "object", "properties": {"visible": {"type": "boolean"}, "author": {"type": "string"}, "manufacturer": {"type": "string"}, "file_formats": {"type": "string"}, "has_materials...
The schema below describes a JSON structure. Generate a valid example: {"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/sche...
[{"name" : "ANG\u00c9LINE", "frequency" : 228, "gender" : "female"}]
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#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1639109533.820498, 1, 0.09397496283054352], [1639109628.227569, 2, 0.09775691479444504], [1639109720.647918, 3, 0.0970526859164238], [1639109819.066266, 4, 0.0945487767457962], [1639109917.474693, 5, 0.09394887834787369]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author...
{"title" : "Fox princess UNcen Part 2\uff11\uff18\u6b73\u4ee5\u4e0a\uff01", "author" : "Larry Vids", "description" : "FoxundefinedprincessundefinedUNcenundefinedenglishundefinedsubs<br>subundefinedhereundefinedtoundefinedhelpundefinedmyundefinedtinyundefinedYoutubeundefinedChannelundefinedOut<br><aundefinedhref='https:...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://js...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "1ff1a509-702c-4e31-a8de-f768c98b7da7", "name" : "Gonow"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "ite...
{"name" : "angular-unsafe", "version" : "1.0.3", "authors" : ["Miquel Mart\u00edn <info@appfeel.com>"], "description" : "Angular filter for $sce.trustAs", "main" : "dist/angular-unsafe.min.js", "keywords" : ["angular", "trustAs", "trustAsHtml", "trustAsJs", "trustAsUrl", "trustAsResourceUrl", "$sce", "sce", "strict con...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "homepage": {"...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"features": {"type": "object", "properties": {"name": {"type": "string"}, "vendor": {"type": "string"}}, "required": ["name", "vendor"]}}, "required": ["features"], "$schema": "http://json-schema.org/draft-07/schem...
{"features" : {"name" : "Google (Intel Inc.) Android Emulator OpenGL ES Translator (Intel Iris OpenGL Engine)", "vendor" : "Google (Intel Inc.)"}}
json_instruct
{"type": "object", "properties": {"features": {"type": "object", "properties": {"name": {"type": "string"}, "vendor": {"type": "string"}}, "required": ["name", "vendor"]}}, "required": ["features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "u...
{"authors" : [{"author" : "Hans-Ullrich V\u00f6lker"}, {"author" : "Matthias Scheich"}, {"author" : "Sylvia H\u00f6ller"}, {"author" : "Philipp Str\u00f6bel"}, {"author" : "Rudolf Hagen"}, {"author" : "Hans Konrad M\u00fcller-Hermelink"}, {"author" : "Matthias Eck"}], "doi" : "10.1186/1746-1596-2-1", "publication_date"...
json_instruct
{"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "license": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "watch": {"type": "string"}, "serve...
{"name" : "@dogstudio/highway", "license" : "MIT", "version" : "2.0.8", "main" : "assets/js/main.js", "scripts" : {"build" : "webpack && jekyll build", "watch" : "webpack --watch", "serve" : "jekyll serve", "test" : "echo \"Error: no test specified\" && exit 1"}, "devDependencies" : {"@babel/core" : "^7.0.0-beta.42", "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "license": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "watch": {"type": "string"}, "serve": {"type": "string"}, "test": {"type": "string"}}, "requir...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"feedstocks" : ["rdp"]}
json_instruct
{"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"test-case": {"type": "string"}, "dut": {"type": "string"}, "params": {"type": "object", "properties": {"mlag": {"type": "string"}, "interface": {"type": "string"}, "peer_interface": {"type"...
[{"test-case" : "test-mlag-interface-status", "dut" : "switch-A", "params" : {"mlag" : "300", "interface" : "Port-Channel300", "peer_interface" : "Port-Channel300"}, "expected" : {"state" : "down"}}, {"test-case" : "test-mlag-interface-status", "dut" : "switch-A", "params" : {"mlag" : "301", "interface" : "Port-Channel...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"test-case": {"type": "string"}, "dut": {"type": "string"}, "params": {"type": "object", "properties": {"mlag": {"type": "string"}, "interface": {"type": "string"}, "peer_interface": {"type": "string"}}, "required": ["mlag", "interface", "peer_interface"]}, "...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"autotrack.js": {"type": "string"}}, "required": ["autotrack.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"autotrack.js" : "sha512-bdoIA+RPKW1z+/oeKxMEGBh7V7U+wmNxYPT6qtmBpAf3gqH7IoFbk/v1AIwqwV9xkPFIcZ35xIQWDdLDXR+V3g=="}
json_instruct
{"type": "object", "properties": {"autotrack.js": {"type": "string"}}, "required": ["autotrack.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nu...
{"nom" : "Seulline", "circ" : "6\u00e8me circonscription", "dpt" : "Calvados", "inscrits" : 1002, "abs" : 637, "votants" : 365, "blancs" : 24, "nuls" : 23, "exp" : 318, "res" : [{"nuance" : "REM", "nom" : "M. Alain TOURRET", "voix" : 210}, {"nuance" : "FN", "nom" : "M. Jean-Philippe ROY", "voix" : 108}]}
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"...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"reactstrap.min.js": {"type": "string"}}, "required": ["reactstrap.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"reactstrap.min.js" : "sha512-12mtpkgO+Gt/YGgGpV+5gCzX05chNNnnakZx2pHiODCz/IpNeOpIKDdSJobqT3WNLmcSGugBqD7T9fbKTctxYw=="}
json_instruct
{"type": "object", "properties": {"reactstrap.min.js": {"type": "string"}}, "required": ["reactstrap.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"DeadlyWalls": {"type": "array", "items": {"type": "string"}}}, "required": ["DeadlyWalls"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"DeadlyWalls" : ["PowerUp", "GameBreaker", "UnstableEquilibrium", "ContinuingIsPainful", "InvincibleMinorMinion", "CollisionDamage", "OneHitPointWonder", "AutoScrolling", "EverythingTryingToKillYou", "OneHitPointWonder", "NintendoHard", "BigBad", "WhyDontYouJustShootHim", "AutoScrolling", "TheWallsAreClosingIn", "Smas...
json_instruct
{"type": "object", "properties": {"DeadlyWalls": {"type": "array", "items": {"type": "string"}}}, "required": ["DeadlyWalls"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"amenity": {"type": "string"}, "description": {"type": "string"}, "operator": {"type": "string"}, "vending": ...
{"type" : "Feature", "id" : "node/4075928494", "properties" : {"amenity" : "vending_machine", "description" : "Wurst in Dosen", "operator" : "Rainer Rau", "vending" : "food", "id" : "node/4075928494"}, "geometry" : {"type" : "Point", "coordinates" : [9.5844547, 48.704228]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"amenity": {"type": "string"}, "description": {"type": "string"}, "operator": {"type": "string"}, "vending": {"type": "string"}, "id": {"type": "string"}}, "required": ["amenity", "des...
Following the schema specification below, generate a valid 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"}}, ...
{"h" : [{"d" : [{"s" : ["`pa~`siliwen~"], "f" : "\u8b93\u2026\u659c\u8996\u3001\u6575\u8996\uff1b\u628a\u2026\u659c\u8996\u3001\u6575\u8996\u3002"}]}], "stem" : "sikiw", "t" : "pasikiwen"}
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"]}}, "stem": {"type": "string"},...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "year": {"type": "integer"}, "type": {"type": "string"}, "imageName": {"type": "string"}, "nominations": {"type": "integer"}, "wins": ...
[{"id" : 16427, "title" : "Windigo: An Anthology of Fact and Fantastic Fiction", "year" : 1982, "type" : "novel", "imageName" : "jrc_windigo.jpg", "nominations" : 1, "wins" : -1}, {"id" : 16428, "title" : "Friendly Aliens: Thirteen Stories of the Fantastic Set in Canada", "year" : 1981, "type" : "novel", "imageName" ...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "year": {"type": "integer"}, "type": {"type": "string"}, "imageName": {"type": "string"}, "nominations": {"type": "integer"}, "wins": {"type": "integer"}}, "required": ["id", "title", "year", "type", "im...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "dependencies": {"type": "object", "properties": {"noble-device": {"type": ...
{"name" : "node-switchmate3", "version" : "0.0.4", "keywords" : ["switchmate", "lights", "automation"], "author" : "Jackie Yang", "dependencies" : {"noble-device" : ">=1.4.1"}, "description" : "A Node.js API for Switchmate3", "main" : "index.js", "repository" : {"type" : "git", "url" : "git+https://github.com/valkjsaaa...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "dependencies": {"type": "object", "properties": {"noble-device": {"type": "string"}}, "required": ["noble-device"]}, "description": {"ty...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {"ethereum": {"type": "string"}}, "required": ["ethereum"]}, "hashing_algorithm": {"type": "null"},...
{"id" : "usd-bancor", "symbol" : "usdb", "name" : "USD Bancor", "platforms" : {"ethereum" : "0x309627af60f0926daa6041b8279484312f2bf060"}, "hashing_algorithm" : null, "categories" : ["Cryptocurrency"], "description" : {"en" : "USDB is a stabletoken backed by BNT (Bancor Network Token), and utilized in relays on the Ban...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {"ethereum": {"type": "string"}}, "required": ["ethereum"]}, "hashing_algorithm": {"type": "null"}, "categories": {"type": "array", "items": {"type": "strin...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"$schema": {"type": "string"}, "id": {"type": "string"}, "$$target": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "object",...
{"$schema" : "http://json-schema.org/draft-04/schema#", "id" : "http://judkins.house/apis/k2/v1/coreOsConfig.json", "$$target" : "coreOsConfig.json", "title" : "CoreOS Configuration", "description" : "Describes the configuration of CoreOS.", "properties" : {"name" : {"description" : "The name of the configuration.", "t...
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "id": {"type": "string"}, "$$target": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "object", "properties": {"description": {"type": "string"}, "type": ...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"siteId": {"type": "string"}}, "required": ["siteId"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"siteId" : "ab8eb281-a36a-480f-a92d-75c48bab39d7"}
json_instruct
{"type": "object", "properties": {"siteId": {"type": "string"}}, "required": ["siteId"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"toggle-up": {"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}, "paths": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "string"}}, "required": ["d"]}}}, "...
{"toggle-up" : {"width" : 1536, "height" : 1792, "paths" : [{"d" : "M1145 1117q-17 35-57 35h-640q-40 0-57-35-18-35 5-66l320-448q19-27 52-27t52 27l320 448q23 31 5 66zM1280 1376v-960q0-13-9.5-22.5t-22.5-9.5h-960q-13 0-22.5 9.5t-9.5 22.5v960q0 13 9.5 22.5t22.5 9.5h960q13 0 22.5-9.5t9.5-22.5zM1536 416v960q0 119-84.5 203.5t...
json_instruct
{"type": "object", "properties": {"toggle-up": {"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}, "paths": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "string"}}, "required": ["d"]}}}, "required": ["width", "height", "paths"]}}, "required": ["to...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "harga": {"type": "string"}, "golongan": {"type": "string"}, "kandungan": {"type": "string"}, "indikasi": {"type": "string"}, "kontraindikasi": {"type": "string"}, "perhatian": {"ty...
{"name" : "LAFALOS CREAM", "harga" : " Rp. 10.164/ kemasan", "golongan" : "http://medicastore.com/image_banner/obat_bebas.gif", "kandungan" : "Per gram : Mentol 55 mg, Eugenol 14 mg, Metil Salisilat 102 mg.", "indikasi" : "Rasa sakit pada otot, punggung, leher, dan kaki, keseleo, sakit kepala.", "kontraindikasi" : "",...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "harga": {"type": "string"}, "golongan": {"type": "string"}, "kandungan": {"type": "string"}, "indikasi": {"type": "string"}, "kontraindikasi": {"type": "string"}, "perhatian": {"type": "string"}, "efeksamping": {"type": "string"}, "indeksamanwanitahamil": {...
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}, "msg": {"type": "string"}}, "required": ["line", "column", "msg"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"line" : 4, "column" : 9, "msg" : "Accessors are only available when targeting ECMAScript 5 and higher."}, {"line" : 5, "column" : 9, "msg" : "Accessors are only available when targeting ECMAScript 5 and higher."}, {"line" : 9, "column" : 16, "msg" : "Accessors are only available when targeting ECMAScript 5 and highe...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}, "msg": {"type": "string"}}, "required": ["line", "column", "msg"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"_active": {"type": "boolean"}, "_notice_text": {"type": "null"}, "_plus_required": {"type": "boolean"}, "_plus_store_url": {"type": "null"}, "_support_contract": {"type": "boolean"}, "_version_required": {"type": ...
{"_active" : true, "_notice_text" : null, "_plus_required" : false, "_plus_store_url" : null, "_support_contract" : false, "_version_required" : 0, "account_supported" : false, "api" : "open", "city" : "J\u00fclich", "country" : "Deutschland", "data" : {"baseurl" : "https://buecherei.juelich.de", "urls" : {"advanced_se...
json_instruct
{"type": "object", "properties": {"_active": {"type": "boolean"}, "_notice_text": {"type": "null"}, "_plus_required": {"type": "boolean"}, "_plus_store_url": {"type": "null"}, "_support_contract": {"type": "boolean"}, "_version_required": {"type": "integer"}, "account_supported": {"type": "boolean"}, "api": {"type": "s...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"url": {"type": "object", "properties": {"search": {"type": "string"}, "items": {"type": "string"}, "categories": {"type": "string"}}, "required": ["search", "items", "categories"]}}, "required": ["url"], "$sc...
{"url" : {"search" : "https://api.mercadolibre.com/sites/MLA/search", "items" : "https://api.mercadolibre.com/items/", "categories" : "https://api.mercadolibre.com/categories/"}}
json_instruct
{"type": "object", "properties": {"url": {"type": "object", "properties": {"search": {"type": "string"}, "items": {"type": "string"}, "categories": {"type": "string"}}, "required": ["search", "items", "categories"]}}, "required": ["url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"editor.detectIndentation": {"type": "boolean"}, "editor.formatOnSave": {"type": "boolean"}, "editor.insertSpaces": {"type": "boolean"}, "files.exclude": {"type": "object", "properties": {"**/.nyc_output": {"type": "boolean"...
{"editor.detectIndentation" : false, "editor.formatOnSave" : true, "editor.insertSpaces" : false, "files.exclude" : {"**/.nyc_output" : true, "**/.git" : true, "**/.svn" : true, "**/.hg" : true, "**/CVS" : true, "**/.DS_Store" : true, "**/coverage" : true}, "files.insertFinalNewline" : true, "terminal.integrated.scroll...
json_instruct
{"type": "object", "properties": {"editor.detectIndentation": {"type": "boolean"}, "editor.formatOnSave": {"type": "boolean"}, "editor.insertSpaces": {"type": "boolean"}, "files.exclude": {"type": "object", "properties": {"**/.nyc_output": {"type": "boolean"}, "**/.git": {"type": "boolean"}, "**/.svn": {"type": "boolea...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"@id": {"type": "string"}, "@type": {"type": "string"}, "@context": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "contents": {"type": "array", "items": {"type": "object", "properties...
{"@id" : "dtmi:CloudRail:IOL:V1222:D200;1", "@type" : "Interface", "@context" : "dtmi:dtdl:context;2", "displayName" : "AHC 07200.2-00", "description" : "actuator hub AHC 072, 3 relay outputs", "contents" : [{"@type" : "Command", "name" : "WriteData", "displayName" : "Write Data", "description" : "Send a message to the...
json_instruct
{"type": "object", "properties": {"@id": {"type": "string"}, "@type": {"type": "string"}, "@context": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "contents": {"type": "array", "items": {"type": "object", "properties": {"@type": {"type": "string"}, "name": {"type": "string"}...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"conditions": {"type": "object", "properties": {"5c138c4486f7743b056e2943": {"type": "string"}, "5c138d4286f774276a6504aa": {"type": "string"}, "5c1fd61486f7742b391bf139": {"type": "string"}, "5c1fd61e86f7742b385291...
{"conditions" : {"5c138c4486f7743b056e2943" : "\u00d6verl\u00e4mna 3 Virtex programmerbara processorer", "5c138d4286f774276a6504aa" : "\u00d6verl\u00e4mna 2 milit\u00e4ra COFDM tr\u00e5dl\u00f6sa signaltransmitterare", "5c1fd61486f7742b391bf139" : "", "5c1fd61e86f7742b38529146" : ""}, "name" : "Lend lease. Part 2", "no...
json_instruct
{"type": "object", "properties": {"conditions": {"type": "object", "properties": {"5c138c4486f7743b056e2943": {"type": "string"}, "5c138d4286f774276a6504aa": {"type": "string"}, "5c1fd61486f7742b391bf139": {"type": "string"}, "5c1fd61e86f7742b38529146": {"type": "string"}}, "required": ["5c138c4486f7743b056e2943", "5c1...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"source_db": {"type": "string"}, "source_id": {"type": "string"}, "division_id": {"type": "integer"}, "section": {"type": "string"}, "text": {"type": "string"}, "catanns": {"type": "array", "items": {"type": "object",...
{"source_db" : "PMC", "source_id" : "2664230", "division_id" : 9, "section" : "RESULTS", "text" : "The effects of PTX on LPS-induced TNF-alpha production\nTo determine the duration of PDE inhibition on TNF-alpha production after LPS stimulation, time course studies were conducted. In accordance with prior work, PTX had...
json_instruct
{"type": "object", "properties": {"source_db": {"type": "string"}, "source_id": {"type": "string"}, "division_id": {"type": "integer"}, "section": {"type": "string"}, "text": {"type": "string"}, "catanns": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "span": {"type": "object", ...