input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"sass-bootstrap": {"type": "string"}, "jquery": {"type": "st...
{"name" : "middleman-blog-bootstrap-template", "version" : "0.1.0", "ignore" : ["**/.*", "node_modules", "bower_components", "vendor/bower_components", "test", "tests"], "dependencies" : {"sass-bootstrap" : "~3.0", "jquery" : "~2.0", "raphael" : "2.1.2", "modernizr" : "~2.6.3", "respond" : "~1.4.2", "font-awesome" : "~...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"sass-bootstrap": {"type": "string"}, "jquery": {"type": "string"}, "raphael": {"type": "string"}, "modernizr": {"type"...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "stri...
{"name" : "@4c/semantic-release-alt-publish-dir", "version" : "5.0.7", "main" : "index.js", "author" : "Jason Quense <monastic.panic@gmail.com>", "license" : "MIT", "engines" : {"node" : ">= v8.17.0"}, "scripts" : {"test" : "jest --runInBand", "semantic-release" : "semantic-release"}, "repository" : {"type" : "git", "u...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "unmovably", "definition" : "Immovably. [R.] J. Ellis."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"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"}...
{"text" : {"0" : {"m1" : "\u0627\u0632 \u062c\u0627\u0646 \u0628\u06af\u0631\u06cc\u0632\u0645 \u0627\u0631 \u0632 \u062c\u0627\u0646 \u0628\u06af\u0631\u06cc\u0632\u06cc", "m2" : "\u0627\u0632 \u062f\u0644 \u0628\u06af\u0631\u06cc\u0632\u0645 \u0627\u0631 \u0627\u0632 \u0622\u0646 \u0628\u06af\u0631\u06cc\u0632\u06cc"...
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"]}}, "requ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"900411162": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900411163": {"type": "object", "properties": {"n...
{"900411162" : {"nama" : "TPS 1", "dapil" : [3310, 13313, 2332605]}, "900411163" : {"nama" : "TPS 2", "dapil" : [3310, 13313, 2332605]}, "900411164" : {"nama" : "TPS 3", "dapil" : [3310, 13313, 2332605]}, "900411165" : {"nama" : "TPS 4", "dapil" : [3310, 13313, 2332605]}, "900411166" : {"nama" : "TPS 5", "dapil" : [331...
json_instruct
{"type": "object", "properties": {"900411162": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900411163": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ...
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" : [[[-82.714441, 39.731003], [-82.706776, 39.817757], [-82.595423, 39.812604], [-82.598677, 39.753514], [-82.617721, 39.754161], [-82.617732, 39.748141], [-82.613993, 39.743061], [-82.624518, 39.743472], [-82.624546, 39.74222]...
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...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["cont...
{"contract" : "0xdd7790ef5e928e683a79b2a1f49bd9f0a5c6daa8", "tool" : "osiris", "start" : 1564621475.0782342, "end" : 1564621477.9911165, "duration" : 2.9128823280334473, "analysis" : []}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"1": {"type": "boolean"}}, "required": ["1"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : "8662edb4391141be93c6", "c" : {"1" : false}}
json_instruct
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"1": {"type": "boolean"}}, "required": ["1"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"packages": {"type": "object", "properties": {"wpackagist-plugin/clevererror": {"type": "object", "properties": {"0.20": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, ...
{"packages" : {"wpackagist-plugin/clevererror" : {"0.20" : {"name" : "wpackagist-plugin/clevererror", "version" : "0.20", "version_normalized" : "0.20.0.0", "uid" : 70703, "dist" : {"type" : "zip", "url" : "https://downloads.wordpress.org/plugin/clevererror.zip?timestamp=1369401462"}, "source" : {"type" : "svn", "url" ...
json_instruct
{"type": "object", "properties": {"packages": {"type": "object", "properties": {"wpackagist-plugin/clevererror": {"type": "object", "properties": {"0.20": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "version_normalized": {"type": "string"}, "uid": {"type": "integer"}, "d...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"categories": {"type": "array", "items": {}}, "equivalent": {"type": "array", "items": {}}, "manufacturer": {"type": "string"}, "name": {"type": "string"}, "replacement": {"type": "array", "items": {}}, "subpart...
{"categories" : [], "equivalent" : [], "manufacturer" : "", "name" : "Skywalker 1900 FPV Glider EPO 1900mm (Kit)", "replacement" : [], "subpart" : [], "urls" : {"manufacturer" : [], "related" : []}, "variants" : [{"location" : "International Warehouse", "price" : "$118.88", "stock_state" : "in_stock", "stock_text" : "1...
json_instruct
{"type": "object", "properties": {"categories": {"type": "array", "items": {}}, "equivalent": {"type": "array", "items": {}}, "manufacturer": {"type": "string"}, "name": {"type": "string"}, "replacement": {"type": "array", "items": {}}, "subpart": {"type": "array", "items": {}}, "urls": {"type": "object", "properties":...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {"type": "string"}}, "SERIES_NAME": {"type": "array", "items": {"type": "string"}}, "X_CALENDAR_YEAR": {...
{"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : ["10-19", "20-29", "10-19", "20-29", "10-19", "10-19", "10-19", "10-19", "10-19", "10-19", "20-29", "10-19", "10-19", "10-19", "10-19"], "SERIES_NAME" : ["MALE", "MALE", "MALE", "MALE", "MALE", "MALE", "MALE", "MALE", "MALE", "MALE", "MALE", "MALE", "MALE", "MALE", "...
json_instruct
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {"type": "string"}}, "SERIES_NAME": {"type": "array", "items": {"type": "string"}}, "X_CALENDAR_YEAR": {"type": "array", "items": {"type": "integer"}}, "Y_PREVALENCE_1000PP": {...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07...
[{"package" : "r-recetox-aplcms", "downloads" : 1800, "count" : 1969}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"panel": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string...
{"panel" : {"1" : "One", "2" : "Two", "3" : "Three", "4" : "Four", "5" : "Five", "6" : "Six", "7" : "Seven", "8" : "Eight", "9" : "Nine", "10" : "Ten", "11" : "Eleven", "12" : "Twelve", "13" : "Thirdteen", "14" : "Fourteen", "15" : "Fifteen", "16" : "Sixteen", "17" : "Seventeen", "18" : "Eighteen", "19" : "Nineteen", "...
json_instruct
{"type": "object", "properties": {"panel": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}, "10": {"type": "st...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01021226": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties"...
{"type" : "Topology", "objects" : {"E01021226" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00107803", "LAD11CD" : "E07000065"}, "arcs" : [[0, 1, 2]]}, {"type" : "Polygon", "prope...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01021226": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "str...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "in...
{"lastUpdated" : 1648129465872, "username" : "ItsIcybanana1", "scores" : [{"xp" : 1310, "rank" : 500, "cardId" : 555}]}
json_instruct
{"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, "required": ["xp", "rank", "cardId"]}}}, "required": ["last...
Construct a JSON document that adheres to this schema specification: {"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" : "Angres", "circ" : "12\u00e8me circonscription", "dpt" : "Pas-de-Calais", "inscrits" : 3300, "abs" : 1657, "votants" : 1643, "blancs" : 95, "nuls" : 63, "exp" : 1485, "res" : [{"nuance" : "REM", "nom" : "Mme Coralie REMBERT", "voix" : 824}, {"nuance" : "FN", "nom" : "M. Bruno BILDE", "voix" : 661}]}
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"...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"parent": {"type": "string"}, "name": {"type": "string"}, "flags": {"type": "integer"}, "funcs": {"type": "array", "items": {"type": "object", "properties": {"fullName": {"type": "string"}, "shortName": {"type": "string"}, "fla...
{"parent" : "IScriptable", "name" : "EffectDataHelper", "flags" : 5, "funcs" : [{"fullName" : "EffectDataHelper::FillMeleeEffectData;EffectDataVector4FloatVector4QuaternionVector4Float", "shortName" : "FillMeleeEffectData", "flags" : 518, "params" : [{"type" : "gameEffectData", "name" : "effectData", "flags" : 128}, {"...
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}, "name": {"type": "string"}, "flags": {"type": "integer"}, "funcs": {"type": "array", "items": {"type": "object", "properties": {"fullName": {"type": "string"}, "shortName": {"type": "string"}, "flags": {"type": "integer"}, "params": {"type": "array", "item...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "integer"}, "category": {"type": "string"}, "brand": {"type": "string"}, "lamptype": {"type": "string"}, "voltage": {"type": "null"}, "spectralimg": {"type": "null"}, "cct":...
{"name" : "-", "id" : 2684, "category" : "Standard Illuminant", "brand" : "FL3.14", "lamptype" : "Standard Illuminant", "voltage" : null, "spectralimg" : null, "cct" : 5043, "cri" : null, "ipi" : "0.84", "msi" : "0.71", "sli" : "0.92", "percentblue" : "41.3", "measuredate" : null, "acquiredby" : null, "created_at" : "2...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "integer"}, "category": {"type": "string"}, "brand": {"type": "string"}, "lamptype": {"type": "string"}, "voltage": {"type": "null"}, "spectralimg": {"type": "null"}, "cct": {"type": "integer"}, "cri": {"type": "null"}, "ipi": {"type": "string...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type"...
{"name" : "pa3py6aka/yii2-modal-alert-widget", "description" : "Modal alert widget for Yii2", "type" : "yii2-extension", "keywords" : ["yii2", "yii 2", "modal alert"], "license" : "MIT", "authors" : [{"name" : "Alexander Savelyev", "homepage" : "http://weblancer.net/users/alexsava"}], "support" : {"issues" : "https://g...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "hom...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"subsequent": {...
{"name" : "streamlet", "version" : "1.1.0", "author" : "Yehor Lvivski <lvivski@gmail.com>", "keywords" : ["streams", "async", "reactive"], "dependencies" : {"subsequent" : "^1.0.0"}, "scripts" : {"prepublish" : "make -B", "test" : "mocha"}, "repository" : {"type" : "git", "url" : "https://github.com/lvivski/streamlet.g...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"subsequent": {"type": "string"}}, "required": ["subsequent"]}, "scripts": {"type": "ob...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "preprod": {"type": "string"}, "prod": {"type": "string"}, "build": {"type": "st...
{"name" : "reddit-manosphere", "version" : "0.0.0", "scripts" : {"dev" : "npm run server", "preprod" : "npm run build", "prod" : "npm run server:prod", "build" : "vite build && vite build --ssr", "prebuild:ssg" : "npm run build", "build:ssg" : "npx vite-plugin-ssr prerender", "server" : "ts-node ./server", "server:prod...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "preprod": {"type": "string"}, "prod": {"type": "string"}, "build": {"type": "string"}, "prebuild:ssg": {"type": "string"}, "build:ssg": {"type": "string"}...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"instructions": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "image": {"type": "string"}}, "required": ["instructions", "ingredients", "title", "image"], "$schema...
{"instructions" : "In a medium bowl, mix together the tuna, mayonnaise, wasabi paste, ginger and green onion. Serve on lettuce leaves or make a sandwich with white bread.", "ingredients" : ["1 (5 ounce) can solid white tuna packed in water, drained", "1/2 cup mayonnaise", "1 tablespoon wasabi paste, or to taste", "1 te...
json_instruct
{"type": "object", "properties": {"instructions": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "image": {"type": "string"}}, "required": ["instructions", "ingredients", "title", "image"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"properties": {"type": "array", "items": {"type": "object", "properties": {"fontName": {"type": "string"}, "fontSize": {"type": "string"}, "name": {"type": "string"}, "x1": {"type": "string"}, "x2": {"type": "string"}, "y1": {"ty...
{"properties" : [{"fontName" : "", "fontSize" : "", "name" : "", "x1" : "", "x2" : "", "y1" : "", "y2" : ""}, {"fontName" : "", "fontSize" : "", "name" : "", "x1" : "", "x2" : "", "y1" : "", "y2" : ""}]}
json_instruct
{"type": "object", "properties": {"properties": {"type": "array", "items": {"type": "object", "properties": {"fontName": {"type": "string"}, "fontSize": {"type": "string"}, "name": {"type": "string"}, "x1": {"type": "string"}, "x2": {"type": "string"}, "y1": {"type": "string"}, "y2": {"type": "string"}}, "required": ["...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "calvish", "definition" : "Like a calf; stupid. Sheldon."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"code": {"type": "string"}, "data": {"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}, "filename": {"type": "string"}, "storename": {"type": "string"}, "size": {"type": "integer"},...
{"code" : "success", "data" : {"width" : 480, "height" : 320, "filename" : "record370.bmp", "storename" : "5adf4abe65e9a.bmp", "size" : 154678, "path" : "/2018/04/24/5adf4abe65e9a.bmp", "hash" : "sCtj78ozBZROlvF", "timestamp" : 1524583102, "ip" : "133.130.118.178", "url" : "https://i.loli.net/2018/04/24/5adf4abe65e9a.b...
json_instruct
{"type": "object", "properties": {"code": {"type": "string"}, "data": {"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}, "filename": {"type": "string"}, "storename": {"type": "string"}, "size": {"type": "integer"}, "path": {"type": "string"}, "hash": {"type": "string"}, "time...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "addressLine2": {"type": "string"}, "town": {"ty...
{"id" : "fc5e90d3-3ed9-45c7-9930-3ed5cdbd1321", "name" : "Chesterton Community Sports College", "code" : "C", "address" : {"addressLine1" : "Castle Street", "addressLine2" : "Chesterton", "town" : "Stoke-on-Trent", "county" : "Staffordshire", "postcode" : "ST5 7LP"}, "organisation" : {"id" : "fe872367-c0b4-4746-94a8-80...
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": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Name" : "Carregador de 5 muni\u00e7\u00f5es .308 da M700", "ShortName" : "5balas Wyatt", "Description" : "Carregador do rifle sniper M700 feito por Wyatt para calibres .308"}
json_instruct
{"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"private": {"type": "boolean"}, "sideEffects": {"type": "boolean"}, "main": {"type": "string"}, "module": {"type": "string"}, "types": {"type": "string"}}, "required": ["private", "sideEffects", "main", "module", "typ...
{"private" : true, "sideEffects" : false, "main" : "./Watch.js", "module" : "./Watch.esm.js", "types" : "./Watch.d.ts"}
json_instruct
{"type": "object", "properties": {"private": {"type": "boolean"}, "sideEffects": {"type": "boolean"}, "main": {"type": "string"}, "module": {"type": "string"}, "types": {"type": "string"}}, "required": ["private", "sideEffects", "main", "module", "types"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "pkg": {"type": "string"}}, "required": ["id", "name", "pkg"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 20602, "name" : "\u6c7d\u8f66\u7968API", "pkg" : "bus"}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "pkg": {"type": "string"}}, "required": ["id", "name", "pkg"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "strin...
[{"namaKab" : "BENGKULU UTARA", "originalFilename" : "RUTANTO.jpg", "namaPartai" : "PARTAI BERKARYA", "id" : 280594, "noUrut" : 1, "nama" : "RUTANTO, Amd.Kep", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "BENGKULU UTARA", "originalFilename" : "REDA.jpg", "namaPartai" : "PARTAI BERKARYA", "id" : 304151, "noUrut" :...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "qualified_name": {"type": "string"}, "examine": {"type": "string"}, "members": {"type": "boolean"}, "release_date": {"type": "string"}, "quest": {"type": "boole...
{"id" : 3414, "name" : "Serum 207 (1)", "qualified_name" : "Serum 207 (1 dose)", "examine" : "1 dose serum 207 as described in Herbi Flax's diary.", "members" : true, "release_date" : "2004-10-18", "quest" : true, "weight" : 0.02, "value" : 11, "alchemy" : {"high" : 6, "low" : 4}, "tradeable" : true, "stackable" : fals...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "qualified_name": {"type": "string"}, "examine": {"type": "string"}, "members": {"type": "boolean"}, "release_date": {"type": "string"}, "quest": {"type": "boolean"}, "weight": {"type": "number"}, "value": {"type": "integer"}, "alc...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"users": {"type": "integer"}, "id": {"type": "string"}}, "required": ["users", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"users" : 115, "id" : "BR-AC"}, {"users" : 523, "id" : "BR-AL"}, {"users" : 460, "id" : "BR-AM"}, {"users" : 48, "id" : "BR-AP"}, {"users" : 2109, "id" : "BR-BA"}, {"users" : 1687, "id" : "BR-CE"}, {"users" : 361, "id" : "BR-DF"}, {"users" : 542, "id" : "BR-ES"}, {"users" : 1070, "id" : "BR-GO"}, {"users" : 304, "id"...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"users": {"type": "integer"}, "id": {"type": "string"}}, "required": ["users", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "str...
{"name" : "e2e-client", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"start" : "node index.js", "test" : "ava", "initialize" : "node bin/add-project.js"}, "author" : "", "license" : "MIT", "dependencies" : {"js-yaml" : "^3.8.3", "minimist" : "^1.2.0", "mustache" : "^2.3.0", "request" : "^2...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}, "initialize": {"type": "string"}}, "required": ["start", "test...
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[[16404, -785, -6527, 21, 1871, -226, 218, -5367, -278, 12191, -351, -1923, -871, -19077, 590, 6641, -301, 2586, 3040, 492, -36, 885, -5819, -347, -4729, 5572, 1592, -2695, 322, 1208, 1339, 1174, -165, -3046, -13, -2324, 2779, 433, 217, -131, 14, 219, 2174, -457, 746, -1155, -1008, -321, -409, -160, 2632, 3019, -4275,...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"output_onnx_path": {"type": "string"}, "conversion_status": {"type": "string"}, "correctness_verified": {"type": "string"}, "input_folder": {"type": "string"}, "error_message": {"type": "string"}}, "required": ["output_onnx_pa...
{"output_onnx_path" : "/mnt/ssd_mobilenet.onnx", "conversion_status" : "SUCCESS", "correctness_verified" : "SKIPPED", "input_folder" : "", "error_message" : "Cannot auto generate inputs. Please provide your own input .pb files under output_onnx_path folder. "}
json_instruct
{"type": "object", "properties": {"output_onnx_path": {"type": "string"}, "conversion_status": {"type": "string"}, "correctness_verified": {"type": "string"}, "input_folder": {"type": "string"}, "error_message": {"type": "string"}}, "required": ["output_onnx_path", "conversion_status", "correctness_verified", "input_fo...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}}, "required": ["name", "symbol", "decimals", "address", "chai...
{"name" : "Token Hfpv", "symbol" : "HfpvP", "decimals" : 6, "address" : "HfpvP7d31GRZ8QfFjSBwJkoXC49syxz57Xibr9DN3NE3", "chainId" : 103}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}}, "required": ["name", "symbol", "decimals", "address", "chainId"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test...
{"name" : "emberql", "version" : "1.0.4", "description" : "EmberQL is an intuitive, lightweight Node module that facilitates caching data from GraphQL queries, and implements a dynamic data persistence system that monitors the status of the primary database and modifies cache invalidation accordingly.", "main" : "Ember...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "s...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"extends": {"type": "string"}, "compilerOptions": {"type": "object", "properties": {"baseUrl": {"type": "string"}, "paths": {"type": "object", "properties": {"@src/*": {"type": "array", "items": {"type": "string"}}, "@main/*": ...
{"extends" : "@chenyueban/tsconfig", "compilerOptions" : {"baseUrl" : ".", "paths" : {"@src/*" : ["src/*"], "@main/*" : ["src/main/*"], "@renderer/*" : ["src/renderer/*"], "@shared/*" : ["src/shared/*"], "@core/*" : ["src/renderer/core/*"], "@logHandler/*" : ["src/renderer/logHandler/*"], "@suspension/*" : ["src/render...
json_instruct
{"type": "object", "properties": {"extends": {"type": "string"}, "compilerOptions": {"type": "object", "properties": {"baseUrl": {"type": "string"}, "paths": {"type": "object", "properties": {"@src/*": {"type": "array", "items": {"type": "string"}}, "@main/*": {"type": "array", "items": {"type": "string"}}, "@renderer/...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"gulp": {"type": "string"}}, "required": ["gulp"]}, "dependencies": {"...
{"name" : "sugarcrm-project-sync", "description" : "The Sugar Synchronizer", "license" : "Apache-2.0", "devDependencies" : {"gulp" : "^3.9.1"}, "dependencies" : {"del" : "^3.0.0", "gulp-debug" : "^3.1.0", "gulp-newer" : "^1.3.0", "gulp-watch" : "^4.3.11", "yamljs" : "^0.3.0"}, "repository" : {"type" : "git", "url" : "h...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"gulp": {"type": "string"}}, "required": ["gulp"]}, "dependencies": {"type": "object", "properties": {"del": {"type": "string"}, "gulp-debu...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"Guardian:AcceleratePotion": {"type": "object", "properties": {"NAME": {"type": "string"}, "DESCRIPTIONS": {"type": "array", "items": {"type": "string"}}}, "required": ["NAME", "DESCRIPTIONS"]}, "Guardian:DefensiveMod...
{"Guardian:AcceleratePotion" : {"NAME" : "\u8d28\u6734\u836f\u6c34", "DESCRIPTIONS" : ["\u5c06\u6240\u6709\u88ab\u51dd\u6ede\u4e2d\u7684\u724c #y\u52a0\u901f #b", "\u6b21\u3002"]}, "Guardian:DefensiveModePotion" : {"NAME" : "\u629b\u5149\u6cb9", "DESCRIPTIONS" : ["\u5728 #b", " \u56de\u5408\u5185\u5904\u4e8e #yguardian...
json_instruct
{"type": "object", "properties": {"Guardian:AcceleratePotion": {"type": "object", "properties": {"NAME": {"type": "string"}, "DESCRIPTIONS": {"type": "array", "items": {"type": "string"}}}, "required": ["NAME", "DESCRIPTIONS"]}, "Guardian:DefensiveModePotion": {"type": "object", "properties": {"NAME": {"type": "string"...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"username": {"type": "string"}, "additional_items": {"type": "array", "items": {}}, "items": {"type": "object", "properties": {"1": {"type": "string"}, "3": {"type": "string"}, "2": {"type": "string"}}, "required":...
{"username" : "user03", "additional_items" : [], "items" : {"1" : "neutral", "3" : "neutral", "2" : "neutral"}, "tweet_id" : "565113214648979456", "timespent" : 9.0685970783234, "starttime" : 1429543691.4405, "itemcount" : "3", "savingtime" : 1429543700.5091}
json_instruct
{"type": "object", "properties": {"username": {"type": "string"}, "additional_items": {"type": "array", "items": {}}, "items": {"type": "object", "properties": {"1": {"type": "string"}, "3": {"type": "string"}, "2": {"type": "string"}}, "required": ["1", "3", "2"]}, "tweet_id": {"type": "string"}, "timespent": {"type":...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}, "email": {"type": "strin...
{"name" : "jean", "description" : "Small IoC library for Node.js inspired by Spring Framework IoC", "version" : "0.0.9", "author" : {"name" : "Yaroslav Pogrebnyak", "url" : "http://pogrebnyak.info", "email" : "yyyaroslav@gmail.com"}, "homepage" : "http://github.com/yyyar/jean.js", "repository" : {"type" : "git", "url" ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "url", "email"]}, "homepage": {"type": "st...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : "LET HIM CONSIDER WHAT LIGHT HE THEREBY BRINGS TO THE COHESION OF BODY, AND WHETHER HE BE EVER THE NEARER MAKING IT INTELLIGIBLE,", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/5609.json"}
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "OperatorsReference": {"type": "string"}, "UsageType...
{"IsRecentlyVerified" : false, "ID" : 146039, "UUID" : "20E879B1-9C20-4F27-B7B6-5174371603BE", "DataProviderID" : 1, "OperatorID" : 23, "OperatorsReference" : "52491", "UsageTypeID" : 4, "UsageCost" : "\u00a30.24/kWh;other tariffs for older cars", "AddressInfo" : {"ID" : 146391, "Title" : "Park Royal Supercharger", "Ad...
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...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "...
{"id" : 1293031365, "type" : "Feature", "properties" : {"src:alt_label" : "geonames", "src:geom" : "geonames", "wof:geomhash" : "d86afef7c47119b8e6d90501434f863b", "wof:id" : 1293031365, "wof:repo" : "whosonfirst-data-admin-nz"}, "bbox" : [177.53333, -38.35, 177.53333, -38.35], "geometry" : {"coordinates" : [177.53333,...
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 an example JSON object that satisfies this schema: {"type": "object", "properties": {"DocumentId": {"type": "string"}, "StreetName": {"type": "string"}, "Longitude": {"type": "string"}, "Latitude": {"type": "string"}, "City": {"type": "string"}, "Postcode": {"type": "string"}, "State": {"type": "string"}, "Phon...
{"DocumentId" : "http://McLaughlin-Rempel.com", "StreetName" : "Ironbark Drive", "Longitude" : "152.78260220999999", "Latitude" : "-26.972733949999999", "City" : "Woodford", "Postcode" : "4514", "State" : "Queensland", "Phone" : "+351 480 366 2031", "BusinessName" : "McLaughlin-Rempel", "FileType" : ".txt", "Department...
json_instruct
{"type": "object", "properties": {"DocumentId": {"type": "string"}, "StreetName": {"type": "string"}, "Longitude": {"type": "string"}, "Latitude": {"type": "string"}, "City": {"type": "string"}, "Postcode": {"type": "string"}, "State": {"type": "string"}, "Phone": {"type": "string"}, "BusinessName": {"type": "string"},...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"greeting": {"type": "string"}, "options": {"type": "object", "properties": {"prompt": {"type": "string"}, "rendererType": {"type": "string"}, "cursorBlink": {"type": "boolean"}, "theme": {"type": "object", "propert...
{"greeting" : "{app-name} console \u2012 Version {app-version}\r\nCopyright (c) {app-year} {app-hostname}\r\n\r\nWelcome, guest. Type {default-command} to list available commands\r\n", "options" : {"prompt" : ">", "rendererType" : "dom", "cursorBlink" : true, "theme" : {"foreground" : "lightgrey"}, "fontSize" : 13}}
json_instruct
{"type": "object", "properties": {"greeting": {"type": "string"}, "options": {"type": "object", "properties": {"prompt": {"type": "string"}, "rendererType": {"type": "string"}, "cursorBlink": {"type": "boolean"}, "theme": {"type": "object", "properties": {"foreground": {"type": "string"}}, "required": ["foreground"]}, ...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["Do", "n't", "mean", "it", "got", "ta", "be", "over"]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draf...
{"variants" : {"" : {"model" : "pokecube_legends:block/crystallized_bush"}}}
json_instruct
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "st...
{"name" : "personal-cabinet-azovgaz", "version" : "0.1.0", "repository" : {"type" : "git", "url" : "git+https://github.com/Graalex/personal-cabinet-azovgaz.git"}, "author" : "Grigorchuk Aleksandr", "license" : "MIT", "bugs" : {"url" : "https://github.com/Graalex/e-archiv-service/issues"}, "homepage" : "http://office.az...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "prop...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"900242671": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900242672": {"type": "object", "properties": {"nama": {"type...
{"900242671" : {"nama" : "TPS 1", "dapil" : [3210, 13213, 2320702]}, "900242672" : {"nama" : "TPS 2", "dapil" : [3210, 13213, 2320702]}, "900242673" : {"nama" : "TPS 3", "dapil" : [3210, 13213, 2320702]}, "900242674" : {"nama" : "TPS 4", "dapil" : [3210, 13213, 2320702]}, "900242675" : {"nama" : "TPS 5", "dapil" : [321...
json_instruct
{"type": "object", "properties": {"900242671": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900242672": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": ...
{"name" : "3dcityhd-visualization", "version" : "0.1.0", "description" : "presentation for lecture on visualizing 3d city models", "homepage" : "kunlun.geog.uni-heidelberg.de/3dcityhd2015/visualize", "main" : "js/app.js", "author" : {"name" : "Anran Yang", "email" : "anran.yang.china@gmail.com", "web" : "http://yarray....
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "web": {"type": "string"}}, "re...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"feedstocks" : ["agg-regrid"]}
json_instruct
{"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$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"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"},...
{"name" : "WXNetworkingSwift", "version" : "0.1.3", "summary" : "iOS\u57fa\u4e8eAlamofire\u5c01\u88c5\u7684\u53ef\u5b9a\u5236\u591a\u529f\u80fd\u7f51\u7edc\u8bf7\u6c42\u6846\u67b6", "description" : "\u5c01\u88c5\u4e00\u5957\u7f51\u7edc\u8bf7\u6c42,\u81ea\u52a8\u5904\u7406\u662f\u5426\u7f13\u5b58, \u8bf7\u6c42\u5931\u8d...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "build": {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "str...
{"name" : "rss-reader", "version" : "1.0.0", "description" : "", "main" : "./dist/main/main.js", "build" : {"files" : ["dist/", "node_modules/", "package.json"]}, "scripts" : {"start" : "cross-env NODE_ENV=production electron ./dist/main/main.js", "start-dev" : "npm run build-main-dev && electron ./dist/main/main.js", ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "build": {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}}, "required": ["files"]}, "scripts": {"type": "object", "properti...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "i...
{"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Mahon, Aloran, Misamis Occidental, Northern Mindanao (Region X), PH", "locale" : "ph.northern-mindanao-region-x.misamis-occidental.aloran.mahon", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id"...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "statio...
{"station" : [{"pref_cd" : 30, "line_cd" : 11639, "line_name" : "\u304d\u306e\u304f\u306b\u7dda", "station_cd" : 1163913, "station_g_cd" : 1163913, "station_name" : "\u53e4\u5ea7", "lon" : 135.820882, "lat" : 33.518449}]}
json_instruct
{"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_g_cd": {"type": "integer"}, "station_name": {"type": "string"}, "lon": {"...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "state": {...
{"name" : "Richard-Higgins-Volksschule F\u00fcrstenfeldbruck an der Richard-Higgins-Stra\u00dfe", "id" : "BY-2594", "address" : "Richard-Higgins-Str. 3 82256 F\u00fcrstenfeldbruck", "school_type" : "Grundschule", "fax" : "08141 3277422", "phone" : "08141 3277420", "website" : "http://www.richard-higgins-vs.de.vu", "sta...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "state": {"type": "string"}, "programs": {"type": "object", "properties": {"pro...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"prepublish": {"type": "string"}, "start": {"type": "string"}}...
{"name" : "proto-cli", "version" : "2.0.0", "description" : "A front-end web prototyping tool, combining markup, style, and script into a served, rendered page.", "main" : "bin/proto", "scripts" : {"prepublish" : "cake build", "start" : "./node_modules/.bin/coffee viewer/app.coffee"}, "engines" : {"node" : "4.x.x"}, "d...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"prepublish": {"type": "string"}, "start": {"type": "string"}}, "required": ["prepublish", "start"]}, "engines": {"type...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"identifier": {"type": "string"}, "name": {"type": "string"}, "grapthData": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "closePrice": {"type": "integer"}}, "required": ["identifier", ...
{"identifier" : "OPTIDXNIFTY24-12-2025CE19000.00", "name" : "NIFTY", "grapthData" : [[1648718110000, 4000], [1648736041000, 4000]], "closePrice" : 4000}
json_instruct
{"type": "object", "properties": {"identifier": {"type": "string"}, "name": {"type": "string"}, "grapthData": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "closePrice": {"type": "integer"}}, "required": ["identifier", "name", "grapthData", "closePrice"], "$schema": "http://json-schema.or...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"memory": {"type": "object", "properties": {"connection_readers": {"type": "integer"}, "connection_writers": {"type": "integer"}, "connection_channels": {"type": "integer"}, "connection_other": {"type": "integer"},...
{"memory" : {"connection_readers" : 1246768, "connection_writers" : 72108, "connection_channels" : 308588, "connection_other" : 4883596, "queue_procs" : 780996, "queue_slave_procs" : 0, "quorum_queue_procs" : 0, "plugins" : 11932828, "other_proc" : 39203520, "metrics" : 626932, "mgmt_db" : 3341264, "mnesia" : 396016, "...
json_instruct
{"type": "object", "properties": {"memory": {"type": "object", "properties": {"connection_readers": {"type": "integer"}, "connection_writers": {"type": "integer"}, "connection_channels": {"type": "integer"}, "connection_other": {"type": "integer"}, "queue_procs": {"type": "integer"}, "queue_slave_procs": {"type": "inte...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "objec...
{"name" : "markdown-it-pangu", "version" : "1.0.2", "main" : "src/index.js", "description" : "A markdown-it plugin which inserts whitespace into your markdown files.", "author" : "Shigma <1700011071@pku.edu.cn>", "license" : "MIT", "scripts" : {"dev" : "vuepress dev docs", "build" : "vuepress build docs"}, "repository"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}}, "...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "official_id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "school_type_entity": {"type": "string"}, "fax": {"type": "string"}, "st...
{"name" : "Traisaer Schule", "id" : "HE-3502-0", "official_id" : "3502", "address" : "Darmst\u00e4dter Stra\u00dfe 38, 64367 M\u00fchltal", "school_type" : "Grundschule", "school_type_entity" : "Grundschule", "fax" : "06151/14024", "state" : "HE", "phone" : "06151/14023", "full_time_school" : false, "lon" : 8.700851, "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "official_id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "school_type_entity": {"type": "string"}, "fax": {"type": "string"}, "state": {"type": "string"}, "phone": {"type": "string"}, "ful...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"class": {"type": "object", "properties": {"exception:continuation:": {"type": "string"}}, "required": ["exception:continuation:"]}, "instance": {"type": "object", "properties": {"addContinuation": {"type": "s...
{"class" : {"exception:continuation:" : "DaleHenrichs 06/20/2010 11:03"}, "instance" : {"addContinuation" : "dkh 07/14/2014 17:02", "applicationDeployed" : "DaleHenrichs 06/20/2010 12:38", "initializeWithException:continuation:" : "DaleHenrichs 06/20/2010 12:36", "logContinuation:" : "dkh 06/01/2015 09:39", "renderCont...
json_instruct
{"type": "object", "properties": {"class": {"type": "object", "properties": {"exception:continuation:": {"type": "string"}}, "required": ["exception:continuation:"]}, "instance": {"type": "object", "properties": {"addContinuation": {"type": "string"}, "applicationDeployed": {"type": "string"}, "initializeWithException:...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "full_name": {"type": "string"}, "owner": {"type": "object", "properties": {"login": {"type": "string"}, "id": {"type": "integer"...
[{"id" : 176955881, "name" : "CVE-2019-0986", "full_name" : "padovah4ck/CVE-2019-0986", "owner" : {"login" : "padovah4ck", "id" : 13963076, "avatar_url" : "https://avatars.githubusercontent.com/u/13963076?v=4", "html_url" : "https://github.com/padovah4ck"}, "html_url" : "https://github.com/padovah4ck/CVE-2019-0986", "d...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "full_name": {"type": "string"}, "owner": {"type": "object", "properties": {"login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "html_url": {"type": "string"}}, "requ...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "article": {"type": "string"}, "questions": {"type": "string"}, "options": {"type": "object", "properties": {"model": {"type": "array", "items": {"type": "string"}}, "human": {"type": "array", "item...
{"id" : "5187", "article" : "The building is shaking . A woman with a baby in her arms is trying to open the door , but fails . Finding no way , she rushes into her bedroom and there they survive the earthquake . In a factory building , as the workshop floor swings under the terrible shaking , workers run for safety . ...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "article": {"type": "string"}, "questions": {"type": "string"}, "options": {"type": "object", "properties": {"model": {"type": "array", "items": {"type": "string"}}, "human": {"type": "array", "items": {"type": "string"}}}, "required": ["model", "human"]}, "an...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["list", "list-seb", "micro-list", "serve"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
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"}, "departments": {"type": "array", "items": {"type": "string"}}, ...
{"title" : "EVHomeShifter: evaluating intelligent techniques for using electrical vehicle batteries to shift when homes draw energy from the grid.", "fields" : ["battery", "demand patterns", "automotive battery", "grid", "schedule"], "abstract" : "Time of use tiered pricing schedules encourage shifting electricity dema...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"typ...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"user": {"type": "object", "properties": {}, "required": []}, "err": {"type": "array", "items": {"type": "string"}}}, "required": ["user", "err"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"user" : {}, "err" : ["Can't run test. (state:done)"]}
json_instruct
{"type": "object", "properties": {"user": {"type": "object", "properties": {}, "required": []}, "err": {"type": "array", "items": {"type": "string"}}}, "required": ["user", "err"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"ServiceProviders": {"type": "array", "items": {"type": "object", "properties": {"EntityId": {"type": "string"}}, "required": ["EntityId"]}}}, "required": ["ServiceProviders"], "$schema": "http://json-schema.org/dr...
{"ServiceProviders" : [{"EntityId" : "Service-provider-1"}, {"EntityId" : "Service-provider-1"}]}
json_instruct
{"type": "object", "properties": {"ServiceProviders": {"type": "array", "items": {"type": "object", "properties": {"EntityId": {"type": "string"}}, "required": ["EntityId"]}}}, "required": ["ServiceProviders"], "$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"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "author"...
{"name" : "node", "version" : "1.0.0", "description" : "", "main" : "app.js", "scripts" : {"start" : "node app.js"}, "author" : "", "license" : "ISC", "dependencies" : {"body-parser" : "^1.18.2", "ejs" : "^2.5.7", "express" : "^4.16.3", "express-session" : "^1.15.6", "highlightjs" : "^9.10.0", "lodash" : "^4.17.5", "ma...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dep...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"title": {"type": "string"}, "downloads": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}, "hxl": {"type": "integer"}, "org": {"type": "string"}, "id": {"type": "string"}, "resources": {...
{"title" : "Croatia - Conflict Data", "downloads" : 111, "tags" : ["hxl", "protests", "security incidents", "violence and conflict", "Croatia"], "hxl" : 1, "org" : "Armed Conflict Location & Event Data Project (ACLED)", "id" : "e20d4ca5-bcf6-4abd-93aa-acaa007eea91", "resources" : [{"update_date" : "2021-02-03T00:45:35....
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "downloads": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}, "hxl": {"type": "integer"}, "org": {"type": "string"}, "id": {"type": "string"}, "resources": {"type": "array", "items": {"type": "object", "properties": {"update_date...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"top5": {"type": "array", "items": {"type": "object", "properties": {"names": {"type": "array", "items": {"type": "string"}}, "score": {"type": "integer"}}, "required": ["names", "score"]}}}, "required": ["top5"], "$...
{"top5" : [{"names" : ["Mag"], "score" : 7900}, {"names" : ["NicoSarco"], "score" : 5280}, {"names" : ["Magnat", "GuillaumeVaPerde"], "score" : 4860}, {"names" : ["JeanPierreLeGrand"], "score" : 3860}, {"names" : ["Mag", "JayMistry"], "score" : 2940}]}
json_instruct
{"type": "object", "properties": {"top5": {"type": "array", "items": {"type": "object", "properties": {"names": {"type": "array", "items": {"type": "string"}}, "score": {"type": "integer"}}, "required": ["names", "score"]}}}, "required": ["top5"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "argumentText": {"type": "string"}, "conclusion": {"type": "string"}, "l...
{"citations" : [{"textCitation" : "[See hsupunss on Metamath](http://us.metamath.org/mpegif/hsupunss.html)"}], "argumentText" : "ARGUMENT\n\n| Step | Hyp | Ref | Expression |\n|---|---|---|---|\n\n| 1 | | #P_sspwuni | |- ( A C_ ~P ~H <-> U. A C_ ~H ) |\n| 2 | | #P_ococss | |- ( U. A C_ ~H -> U. A C_ ( _|_ ` ( _|_ ` U...
json_instruct
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "argumentText": {"type": "string"}, "conclusion": {"type": "string"}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items":...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "ingredient": {"type": "array", "items": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "result": {"type": "string"}, "experience": {"type": ...
{"type" : "minecraft:blasting", "ingredient" : [{"item" : "astromine:tin_pickaxe"}, {"item" : "astromine:tin_axe"}, {"item" : "astromine:tin_shovel"}, {"item" : "astromine:tin_sword"}, {"item" : "astromine:tin_hoe"}, {"item" : "astromine:tin_hammer"}, {"item" : "astromine:tin_excavator"}, {"item" : "astromine:tin_minin...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "ingredient": {"type": "array", "items": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "result": {"type": "string"}, "experience": {"type": "number"}, "cookingtime": {"type": "integer"}}, "required": ["type", "ingredi...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "dev:start": {"type": "string"}, "seed": {"type": "string"}}, ...
{"name" : "trainingsaviour-api", "version" : "0.0.0", "private" : true, "scripts" : {"start" : "babel-node ./bin/www", "dev:start" : "nodemon --exec babel-node ./bin/www", "seed" : "seed -u mongodb://localhost:27017/trainingSaviourDb --drop-database ./src/seeds/data"}, "dependencies" : {"cookie-parser" : "~1.4.4", "cor...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "dev:start": {"type": "string"}, "seed": {"type": "string"}}, "required": ["start", "dev:start", "seed"]}, "dependencies"...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "lat": {"type": "number"}, "lon": {"type": "number...
{"id" : "4662114", "name" : "Wheelwrights Yard", "nodes" : [{"type" : "node", "id" : 29637498, "lat" : 52.2212553, "lon" : -0.67261}, {"type" : "node", "id" : 29637695, "lat" : 52.2208645, "lon" : -0.6721942, "tags" : {"created_by" : "JOSM"}}, {"type" : "node", "id" : 29637696, "lat" : 52.2211342, "lon" : -0.6725426, "...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "lat": {"type": "number"}, "lon": {"type": "number"}}, "required": ["type", "id", "lat", "lon"]}}, "volunte...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "bin": {"type": "object", "properties": {"dotenv": {"type": "string"}}, "required": ["dotenv"]}, "depende...
{"name" : "dotenv-cli", "description" : "A global executable to run applications with the ENV variables loaded by dotenv", "version" : "4.0.0", "author" : "entropitor", "bin" : {"dotenv" : "./cli.js"}, "dependencies" : {"cross-spawn" : "^7.0.1", "dotenv" : "^8.1.0", "dotenv-expand" : "^5.1.0", "minimist" : "^1.1.3"}, "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "bin": {"type": "object", "properties": {"dotenv": {"type": "string"}}, "required": ["dotenv"]}, "dependencies": {"type": "object", "properties": {"cross-spawn": ...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "minimum-stability": {"type": "string"}, "require": {"type": "object", "...
{"name" : "calvinalkan/better-wordpress-hooks", "description" : "A modern, laravel-like Api around the Wordpress Hook Class", "keywords" : ["wordpress", "plugin", "hooks", "laravel", "events"], "homepage" : "https://github.com/calvinalkan/better-wordpress-hooks", "minimum-stability" : "stable", "require" : {"php" : "^7...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "minimum-stability": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "illuminate/suppor...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "propertie...
{"contract" : "0xf5cd104d4c139af948be527a88369591a79b90b5", "tool" : "osiris", "start" : 1564635948.209825, "end" : 1564636005.2801116, "duration" : 57.07028651237488, "analysis" : [{"errors" : [], "file" : "/unique_chucks/34/0xf5cd104d4c139af948be527a88369591a79b90b5.sol", "name" : "COE"}]}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "strin...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"career": {"type": "null"}, "civil_status": {"type": "string"}, "committees": {"type": "array", "items": {"type": "string"}}, "dob": {"type": "string"}, "electoral": {"type": "string"}, "name": {"type": "strin...
{"career" : null, "civil_status" : "\u0dc0\u0dd2\u0dc0\u0dcf\u0dc4\u0d9a\u0dba\u0dd2", "committees" : ["\u0db4\u0dcf\u0dbb\u0dca\u0dbd\u0dd2\u0db8\u0dda\u0db1\u0dca\u0dad\u0dd4 \u0d9a\u0da7\u0dba\u0dd4\u0dad\u0dd4 \u0db4\u0dd2\u0dc5\u0dd2\u0db6\u0db3 \u0d9a\u0dcf\u0dbb\u0d9a \u0dc3\u0db7\u0dcf\u0dc0", "\u0dc3\u0db8\u0d...
json_instruct
{"type": "object", "properties": {"career": {"type": "null"}, "civil_status": {"type": "string"}, "committees": {"type": "array", "items": {"type": "string"}}, "dob": {"type": "string"}, "electoral": {"type": "string"}, "name": {"type": "string"}, "occupation": {"type": "string"}, "party": {"type": "string"}, "portfoli...
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["babel-helper-replace-supers", "babel-plugin-transform-es2015-classes", "babel-plugin-transform-es2015-classes-simple", "babel-plugin-transform-orm", "babel-preset-live", "dac", "deduped-babel-presets", "uinz-notification"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"t...
{"author" : {"id" : "t2_10kvdsi1", "name" : "EmperorSalad_"}, "date" : {"day" : 1575072000, "full" : 1575118341, "month" : 1572566400, "week" : 1574553600}, "id" : "t3_e3vul7", "picture" : {"filesize" : 70869, "fullUrl" : "https://preview.redd.it/a1wxbu30mt141.jpg?auto=webp&s=e48924574d401926273c24bfe4c4fb6e65f52739", ...
json_instruct
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}},...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"version": {"type": "integer"}, "license": {"type": "string"}, "copyright": {"type": "string"}, "size": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}}, "required": ["x", "y"]}...
{"version" : 1, "license" : "CC-BY-SA-3.0", "copyright" : "Taken from cev-eris at https://github.com/discordia-space/CEV-Eris/blob/2b969adc2dfd3e9621bf3597c5cbffeb3ac8c9f0/icons/obj/chemical.dmi", "size" : {"x" : 32, "y" : 32}, "states" : [{"name" : "beakerlarge"}, {"name" : "lid_beakerlarge"}, {"name" : "inhand-left",...
json_instruct
{"type": "object", "properties": {"version": {"type": "integer"}, "license": {"type": "string"}, "copyright": {"type": "string"}, "size": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}}, "required": ["x", "y"]}, "states": {"type": "array", "items": {"type": "object", "properties": ...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type": "string"}, "i...
{"categories" : ["Programming"], "desc" : " Are you facing a challenging Salesforce.com problem\u2013say, relating to automation, configuration, formulation, or reporting\u2013that you can\u2019t quite crack? Or maybe you are hoping to infuse some creativity into your solution design strategy to solve problems faster o...
json_instruct
{"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type": "string"}, "isbn-13": {"type": "string"}, "pages": {"type": "string"},...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "...
{"text" : {"0" : {"m1" : "\u062f\u0648\u0634\u06cc\u0646\u0647 \u0634\u0628\u0645 \u0628\u0648\u062f \u0634\u0628\u06cc\u0647 \u06cc\u0644\u062f\u0627", "m2" : "\u0622\u0646 \u0645\u0648\u0646\u0633 \u063a\u0645\u06af\u0633\u0627\u0631 \u0646\u0627\u0645\u062f \u0639\u0645\u062f\u0627"}, "1" : {"m1" : "\u0634\u0628 \u0...
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"]}}, "requ...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"LambdaVersionsDeleter": {"type": "object", "properties": {"FUNCTION_ARN": {"type": "string"}}, "required": ["FUNCTION_ARN"]}}, "required": ["LambdaVersionsDeleter"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"LambdaVersionsDeleter" : {"FUNCTION_ARN" : "testFunction"}}
json_instruct
{"type": "object", "properties": {"LambdaVersionsDeleter": {"type": "object", "properties": {"FUNCTION_ARN": {"type": "string"}}, "required": ["FUNCTION_ARN"]}}, "required": ["LambdaVersionsDeleter"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "build": {"type": "object", "properties": {"script": {"type": "string"}, "arguments": {"type": "string"}}, "required": ["script", "arguments"]}, "packages": {"type": "object", "properties": {"dir": {...
{"name" : "Lib2", "build" : {"script" : "make.bat", "arguments" : ""}, "packages" : {"dir" : "artifacts/NuGet/Debug"}, "dependencies" : [{"url" : "https://github.com/GitDepend/Lib1.git", "dir" : "../Lib1", "branch" : "master"}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "build": {"type": "object", "properties": {"script": {"type": "string"}, "arguments": {"type": "string"}}, "required": ["script", "arguments"]}, "packages": {"type": "object", "properties": {"dir": {"type": "string"}}, "required": ["dir"]}, "dependencies": {...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["511921105001", "\u79b9\u738b\u5bab\u793e\u533a\u5c45\u59d4\u4f1a", "121", "0"], ["511921105200", "\u9ec4\u6881\u574e\u6751\u6c11\u59d4\u5458\u4f1a", "122", "0"], ["511921105201", "\u4e71\u77f3\u5b50\u6751\u6c11\u59d4\u5458\u4f1a", "121", "0"], ["511921105202", "\u9ad8\u77f3\u68af\u6751\u6c11\u59d4\u5458\u4f1a", "121...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "size": {"type": "integer"}, "link": {"type": "string"}, "created_at": {"type": "string"}, "downloads": {"type": "integer"}, "linkid": {"type": "string"}, "conv...
[{"name" : "\u7231\u7a7f\u4e1d\u889c\u7684\u5c11\u5987\u9732\u8138\u5f00\u6863\u4e1d\u889c\u9ad8\u8ddf\u60c5\u8da3\uff0c\u8ddf\u72fc\u53cb\u64a9\u7740\u9a9a\u8fd8\u7ed9\u5927\u54e5\u8214\u5927\u9e21\u5df4\uff0c\u76f4\u63a5\u5728\u6c99\u53d1\u4e0a\u7206\u8349\uff0c\u5404\u79cd\u62bd\u63d2\u6d6a\u8361\u547b\u541f", "size...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "size": {"type": "integer"}, "link": {"type": "string"}, "created_at": {"type": "string"}, "downloads": {"type": "integer"}, "linkid": {"type": "string"}, "convert": {"type": "string"}, "achorname": {"type": "string"}, "subscribe":...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"ty...
{"name" : "chop-grunt-php-builder", "description" : "Grunt plugin to statically build PHP files", "version" : "0.1.0", "homepage" : "https://github.com/designedbyscience/chop-grunt-php-builder", "author" : {"name" : "Eric Haseltine", "email" : "eric@choppingblock.com"}, "repository" : {"type" : "git", "url" : "https://...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "repository": {"type": "ob...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"message": {"type": "string"}, "line": {"type": "integer"}, "column": {"type": "integer"}}, "required": ["message", "line", "column"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"message" : "'fruit.orange' must be next to 'fruit.apple'.", "line" : 7, "column" : 2}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"message": {"type": "string"}, "line": {"type": "integer"}, "column": {"type": "integer"}}, "required": ["message", "line", "column"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object"...
{"name" : "crosswalk-app-tools-backend-ios", "version" : "0.2.0", "description" : "Crosswalk App Tools iOS Backend", "author" : "Jonathan Dong <jonathan.dong@intel.com>", "license" : "SEE LICENSE IN LICENSE-APACHE-V2", "main" : "index.js", "dependencies" : {"plist" : "~1.1.0", "shelljs" : "~0.3.0", "xcode" : "~0.6.7"},...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"plist": {"type": "string"}, "shelljs": {"type": "str...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"logo": {"type": "object", "properties": {"src": {"type": "string"}, "width": {"type": "string"}}, "required": ["src", "width"]}, "ids": {"type": "object", "properties": {"github": {"type": "string"}}, "required": ["github"]}, ...
{"logo" : {"src" : "https://raw.githubusercontent.com/andreasbm/readme/master/assets/logo-shadow.png", "width" : "150"}, "ids" : {"github" : "marius2502/bronco-button"}, "badges" : [{"alt" : "Coverage", "url" : "https://github.com/badges/shields", "img" : "https://img.shields.io/badge/custom-badge-f39f37.svg"}], "text"...
json_instruct
{"type": "object", "properties": {"logo": {"type": "object", "properties": {"src": {"type": "string"}, "width": {"type": "string"}}, "required": ["src", "width"]}, "ids": {"type": "object", "properties": {"github": {"type": "string"}}, "required": ["github"]}, "badges": {"type": "array", "items": {"type": "object", "pr...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"filepath": {"type": "string"}, "regex_filters": {"type": "array", "items": {}}}, "required": ["filepath", "regex_filters"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"filepath" : "str", "regex_filters" : []}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"filepath": {"type": "string"}, "regex_filters": {"type": "array", "items": {}}}, "required": ["filepath", "regex_filters"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, ...
{"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Bry. No. 48-A, Cabungaan North, Laoag City, Ilocos Norte, Ilocos Region (Region I), PH", "locale" : "ph.ilocos-region-region-i.ilocos-norte.laoag-city.bry-no-48-a-cabungaan-north", "country_id" : 177, "country_reference" : 177, "country...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "130623109200", "text" : "\u738b\u6751\u6751\u59d4\u4f1a"}, {"id" : "130623109201", "text" : "\u5f20\u7fe0\u53f0\u6751\u6751\u59d4\u4f1a"}, {"id" : "130623109202", "text" : "\u5317\u8f9b\u5e84\u6751\u6751\u59d4\u4f1a"}, {"id" : "130623109203", "text" : "\u7956\u5404\u5e84\u6751\u6751\u59d4\u4f1a"}, {"id" : "13...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "patriarchism", "definition" : "Government by a patriarch, or the head of a family."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"title": {"type": "string"}, "downloads": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}, "hxl": {"type": "integer"}, "org": {"type": "string"}, "id": {"type": "string"}, "resource...
{"title" : "Suriname - Prices", "downloads" : 120, "tags" : ["hxl", "indicators", "prices", "Suriname"], "hxl" : 1, "org" : "Food and Agriculture Organization (FAO)", "id" : "f7b2e212-9c14-4775-a48d-f5e1327b0beb", "resources" : [{"update_date" : "2021-01-31T13:37:21.348835", "link" : "https://data.humdata.org/dataset/f...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "downloads": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}, "hxl": {"type": "integer"}, "org": {"type": "string"}, "id": {"type": "string"}, "resources": {"type": "array", "items": {"type": "object", "properties": {"update_date...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "...
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-73.362868, 41.384189], [-73.356313, 41.379386], [-73.351053, 41.376811], [-73.340713, 41.373607], [-73.336814, 41.370332], [-73.3319, 41.368587], [-73.329368, 41.36983], [-73.323547, 41.36997], [-73.320877, 41.370795], [...
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...