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": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "3323090005", "district_id" : "3323090", "name" : "MOJOTENGAH"}
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#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {}, "required": []}, "hashing_algorithm": {"type": "null"}, "categories": {"type": "ar...
{"id" : "tokyo", "symbol" : "tokc", "name" : "Tokyo Coin", "platforms" : {}, "hashing_algorithm" : null, "categories" : [], "description" : {"en" : "TokyoCoinis a cryptocurrency with extremely high PoS rewards on a rapidly growing blockchain network. This coin offers investors the incentive to capitalize on their holdi...
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": {"...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"data": {"type": "object", "properties": {"addConsignment": {"type": "object", "properties": {"consignmentid": {"type": "string"}, "seriesid": {"type": "string"}, "userid": {"type": "string"}}, "required": ["consignmentid", "seri...
{"data" : {"addConsignment" : {"consignmentid" : "6e3b76c4-1745-4467-8ac5-b4dd736e1b3e", "seriesid" : "6e3b76c4-1745-4467-8ac5-b4dd736e1b3e", "userid" : "4ab14990-ed63-4615-8336-56fbb9960300"}}}
json_instruct
{"type": "object", "properties": {"data": {"type": "object", "properties": {"addConsignment": {"type": "object", "properties": {"consignmentid": {"type": "string"}, "seriesid": {"type": "string"}, "userid": {"type": "string"}}, "required": ["consignmentid", "seriesid", "userid"]}}, "required": ["addConsignment"]}}, "re...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"province": {"type": "string"}, "city": {"type": "string"}, "area": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "string"}, "phone": {"type": "string"}...
[{"province" : "\u6c5f\u897f\u7701", "city" : "\u629a\u5dde\u5e02", "area" : "\u91d1\u6eaa\u53bf", "name" : "\u6c5f\u897f\u7701\u91d1\u6eaa\u53bf\u4f55\u6e90\u90ae\u653f\u6240", "code" : "344802", "address" : "\u91d1\u6eaa\u53bf\u4f55\u6e90\u9547\u4f55\u6e90\u8857", "phone" : "0794-5351318"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"province": {"type": "string"}, "city": {"type": "string"}, "area": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "string"}, "phone": {"type": "string"}}, "required": ["province", "city", "area", "name", "code...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"sn23.18:1.1": {"type": "string"}}, "required": ["sn23.18:1.1"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"sn23.18:1.1" : "ms13S3_862, msdiv177, pts-vp-pli3.197, sc1"}
json_instruct
{"type": "object", "properties": {"sn23.18:1.1": {"type": "string"}}, "required": ["sn23.18:1.1"], "$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"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "clean": {"type": "...
{"name" : "django-react-loader", "version" : "0.1.7", "description" : "React component loader module for django and webpack", "main" : "dist/django-react-loader.js", "scripts" : {"build" : "NODE_ENV=production babel src -d dist --copy-files", "clean" : "del-cli dist", "start" : "nwb serve-react-app", "test" : "nwb test...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "clean": {"type": "string"}, "start": {"type": "string"}, "test": {"type": "string"}, "tes...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, ...
{"name" : "chin-plugin-svgr", "version" : "0.0.3", "repository" : "chinjs/chin-plugin-svgr", "author" : "kthjm <toxictoxer@gmail.com>", "main" : "index.js", "license" : "MIT", "description" : "Chin plugin using svgr.", "keywords" : ["chin", "chin-plugin", "svgr", "svg", "react", "component", "merge"], "nyc" : {"sourceM...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "nyc": {"...
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" : 404378633, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "8ab6db6788c535e98a6bcb2520067319", "wof:id" : 404378633, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [0.26389, 43.14778, 0.26389, 43.14778], "geometry" : {"coordinates"...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items": {"...
{"version" : 1.3, "people" : [{"person_id" : [-1], "pose_keypoints_2d" : [91.9739, 64.0423, 0.413903, 97.7742, 70.2623, 0.625776, 96.9964, 70.2667, 0.500931, 0, 0, 0, 0, 0, 0, 98.1619, 70.2525, 0.8061, 102.035, 78.3986, 0.701978, 102.037, 87.686, 0.739035, 102.422, 86.5411, 0.517096, 101.272, 87.3018, 0.506941, 100.473...
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "window": {"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}}, "required": ["width", "height"]}}, "required": ["name...
{"name" : "nw-electron-adapter", "main" : "index.html", "window" : {"width" : 250, "height" : 100}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "window": {"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}}, "required": ["width", "height"]}}, "required": ["name", "main", "window"], "$schema": "http://json-schema.org/draft-07/schem...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "private": {"type": "string"}, "main": {"type": "string"}, "type": {"type": "string"}, "scripts": {"type": "object", "properties":...
{"name" : "@web3-storage/db", "version" : "4.0.4", "description" : "Database schema and tools.", "private" : "true", "main" : "index.js", "type" : "module", "scripts" : {"start" : "node scripts/cli.js db --start --project web3-storage", "stop" : "node scripts/cli.js db --stop --project web3-storage", "stop:clean" : "no...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "private": {"type": "string"}, "main": {"type": "string"}, "type": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "stop": {"type": "string"}, "st...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "cinderedtally:repair_cindered_tally"}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindD...
{"Time" : "2021-05-19T10:00:00Z", "Temp" : 32.3, "RelHum" : 37, "WindSpeed" : 3.3, "WindDir" : 342}
json_instruct
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "main": {"ty...
{"name" : "vchandas-cli", "version" : "0.1.0", "description" : "A command line interface for vchandas.", "author" : "Prasanna Venkatesh T S <vipranarayan14@gmail.com>", "license" : "MIT", "keywords" : ["chandas", "vrittaratnakaram", "sanskrit", "samskrutam", "prosody"], "main" : "dist/index.js", "files" : ["dist"], "bi...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "files": {"type": "array", "items": {"type"...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "iso2": {"type": "string"}, "admin_level": {"type": "integer"}, "osm_id": {"type": "integer"}, "wikidata_id": {"type": "str...
{"type" : "Feature", "properties" : {"name" : "Havana", "iso2" : "CU-03", "admin_level" : 4, "osm_id" : 1854615, "wikidata_id" : "Q12588", "wikipedia_id" : "es:Provincia de La Habana", "population" : null, "countrylevel_id" : "iso2:CU-03", "osm_data" : {"localname" : "La Habana", "official_name" : "Provincia de Ciudad ...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "iso2": {"type": "string"}, "admin_level": {"type": "integer"}, "osm_id": {"type": "integer"}, "wikidata_id": {"type": "string"}, "wikipedia_id": {"type": "string"}, "population": {"...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[2004, 5], [2005, 6], [2006, 13], [2007, 13], [2008, 25], [2009, 42], [2010, 35], [2011, 63], [2012, 87], [2013, 102], [2014, 157]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "distri...
{"id" : "2009", "provinceId" : "53", "regencyId" : "05", "districtId" : "16", "name" : "Aramaba"}
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#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}}, "required": ["f"]}}}, "required...
{"t" : "pica'aan", "h" : [{"d" : [{"f" : "\u64e1\u982d\u770b\u7684\u5730\u9ede\u3001\u6642\u9593\u3002"}]}], "stem" : "ca'a"}
json_instruct
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}}, "required": ["f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"],...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"employee": {"type": "object", "properties": {"id": {"type": "integer"}, "firstName": {"type": "string"}, "lastname": {"type": "string"}, "birthday": {"type": "string"}, "address": {"type": "object", "properties": {"id": {"t...
{"employee" : {"id" : 66, "firstName" : "Joe", "lastname" : "Smith", "birthday" : "2011-02-01T00:00:00", "address" : {"id" : 1, "cityName" : "Ottawa", "effectiveDate" : "2011-02-01T00:00:00"}}}
json_instruct
{"type": "object", "properties": {"employee": {"type": "object", "properties": {"id": {"type": "integer"}, "firstName": {"type": "string"}, "lastname": {"type": "string"}, "birthday": {"type": "string"}, "address": {"type": "object", "properties": {"id": {"type": "integer"}, "cityName": {"type": "string"}, "effectiveDa...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJeni...
[{"namaKab" : "SIDOARJO", "originalFilename" : "Foto Anik Maslachah.jpeg", "namaPartai" : "Partai Kebangkitan Bangsa", "id" : 71102, "noUrut" : 1, "nama" : "HJ. ANIK MASLACHAH, S.PD., M.SI.", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "SIDOARJO", "originalFilename" : "4x6 Ibbnu Azzar Firdaous Merah.jpg", "namaPa...
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", "...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": ...
{"id" : 1126027837, "type" : "Feature", "properties" : {"src:alt_label" : "qs_pg", "src:geom" : "qs_pg", "wof:geomhash" : "ba414aca839cfa983324634b12ba3975", "wof:id" : 1126027837, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [-0.1651, 46.22117, -0.1651, 46.22117], "geometry" : {"coordinates" : [-0.1651, 46.2211...
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": ["...
The schema below describes a JSON structure. Generate a valid example: {"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" : [[[-119.117931, 36.203504], [-119.096227, 36.203256], [-119.090125, 36.20542], [-119.088823, 36.203013], [-119.073547, 36.203753], [-119.072979, 36.189022], [-119.082071, 36.18899], [-119.081964, 36.184157], [-119.080645, 36...
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...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}...
{"id" : 9669, "source" : "bullinger", "verse_id" : 17711, "verse_count" : 1, "reference" : "3:3", "title" : "", "html" : " <p> <em>honourable man </em> = eminent or highly respected man. </p> \n\n <p> <em>cunning artificer </em> = skilled in arts. </p> \n\n <p> <em>eloquent orator </em> = skilled in magnetism. </p> ", ...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}, "audit": {"type": "null"}}, "required": ["id", "source", "verse_id", "...
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": {"test": {"type": "string"}, "tdd": {"type": "strin...
{"name" : "js-bdd", "version" : "2.0.4", "description" : "Behavior Driven Development DSL", "main" : "./lib/index.js", "scripts" : {"test" : "./node_modules/mocha/bin/mocha --recursive --compilers js:babel-register,coffee:coffee-script/register", "tdd" : "./node_modules/mocha/bin/mocha --recursive --compilers js:babel-...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "tdd": {"type": "string"}, "lint": {"type": "string"}, "build": {"type": "string"}, "build:...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"status": {"type": "integer"}, "startTimes": {"type": "array", "items": {"type": "integer"}}, "objectiveValue": {"type": "number"}, "solverRuntimeInMilliseconds": {"type": "integer"}, "optional": {"type": "obj...
{"status" : 1, "startTimes" : [4, 13, 20, 99, 38, 60, 71, 124, 82, 86], "objectiveValue" : 196.0, "solverRuntimeInMilliseconds" : 665077, "optional" : {"lowerBound" : "196.000000", "numGeneratedLazyConstraints" : "449"}}
json_instruct
{"type": "object", "properties": {"status": {"type": "integer"}, "startTimes": {"type": "array", "items": {"type": "integer"}}, "objectiveValue": {"type": "number"}, "solverRuntimeInMilliseconds": {"type": "integer"}, "optional": {"type": "object", "properties": {"lowerBound": {"type": "string"}, "numGeneratedLazyConst...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"acno": {"type": "string"}, "all_artists": {"type": "string"}, "catalogueGroup": {"type": "object", "properties": {}, "required": []}, "classification": {"type": "string"}, "contributorCount": {"type": "intege...
{"acno" : "N03157", "all_artists" : "Edgar Degas", "catalogueGroup" : {}, "classification" : "on paper, unique", "contributorCount" : 1, "contributors" : [{"date" : "1834\u20131917", "displayOrder" : 1, "fc" : "Edgar Degas", "gender" : "Male", "id" : 988, "mda" : "Degas, Edgar", "role" : "artist"}], "creditLine" : "Pre...
json_instruct
{"type": "object", "properties": {"acno": {"type": "string"}, "all_artists": {"type": "string"}, "catalogueGroup": {"type": "object", "properties": {}, "required": []}, "classification": {"type": "string"}, "contributorCount": {"type": "integer"}, "contributors": {"type": "array", "items": {"type": "object", "propertie...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"axes": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "centroid": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "part_id": {"type": "integer"}, "scales": {"type": "arr...
{"axes" : [[0.8691161274909973, 0.4946078658103943, 0.0005237567820586264], [0.044568125158548355, -0.0772596076130867, -0.9960143566131592], [-0.4925960600376129, 0.8656755089759827, -0.08919131755828857]], "centroid" : [[-0.2701892852783203], [-1.3425096273422241], [6.586445331573486]], "part_id" : 3, "scales" : [[0....
json_instruct
{"type": "object", "properties": {"axes": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "centroid": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "part_id": {"type": "integer"}, "scales": {"type": "array", "items": {"type": "array", "items": {"type": "number"}...
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" : 101791563, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "a0bd809f165a35a85f5aaf81d5259381", "wof:id" : 101791563, "wof:repo" : "whosonfirst-data-admin-ro"}, "bbox" : [24.83333, 45.2, 24.83333, 45.2], "geometry" : {"coordinates" : [24...
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": {"description": {"type": "string"}, "language": {"type": "string"}, "recorded": {"type": "string"}, "speakers": {"type": "array", "items": {"type": "string"}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "v...
{"description" : "This video walks you through how to deploy an App Engine standard app to Google Cloud Platform. \n\nLearn more about the Google App Engine \u2192 https://bit.ly/2IiA1Dl\nPython on Google App Engine \u2192 https://bit.ly/2ItSsFt\n\nWatch the Getting Started with GCP Playlist \u2192 https://bit.ly/2TNym...
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "language": {"type": "string"}, "recorded": {"type": "string"}, "speakers": {"type": "array", "items": {"type": "string"}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", "items": {"type": "object", "prop...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"},...
{"id" : 1801, "name" : "Wirres entwirrt", "description" : "Noch very basic, aber schon jetzt gut f\u00fcr Leute, die keine kackenden Hunde auf dem Monitor sehen, aber trotzdem ix lesen wollen.", "user" : {"id" : 1792, "name" : "Sven K.", "email" : "redacted", "paypal_email" : null, "homepage" : null, "about" : null, "l...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"forge_marker": {"type": "integer"}, "defaults": {"type": "object", "properties": {"parent": {"type": "string"}, "model": {"type": "string"}}, "required": ["parent", "model"]}, "variants": {"type": "object", "properties": {"norma...
{"forge_marker" : 1, "defaults" : {"parent" : "block/cube", "model" : "minecraft_ml:bad_apple"}, "variants" : {"normal" : {"y" : 0, "x" : 0}, "inventory" : [{}]}}
json_instruct
{"type": "object", "properties": {"forge_marker": {"type": "integer"}, "defaults": {"type": "object", "properties": {"parent": {"type": "string"}, "model": {"type": "string"}}, "required": ["parent", "model"]}, "variants": {"type": "object", "properties": {"normal": {"type": "object", "properties": {"y": {"type": "inte...
Using the following JSON schema, generate a compatible JSON instance: {"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/schem...
[{"name" : "KOLADE", "frequency" : 2, "gender" : "male"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"title": {"type": "string"}, "deny": {"type": "string"}, "accept": {"type": "string"}, "notSet": {"type": "string"}, "titleCap": {"type": "string"}, "viewFull": {"type": "string"}, "loading": {"type": "string"}, "loadError": {"...
{"title" : "\u0645\u062f\u0648\u0646\u0629 \u0627\u0644\u0633\u0644\u0648\u0643", "deny" : "\u0623\u0646\u0627 \u0644\u0627 \u0623\u0648\u0627\u0641\u0642 \u0639\u0644\u0649 \u0645\u062f\u0648\u0646\u0629 \u0627\u0644\u0633\u0644\u0648\u0643", "accept" : "\u0623\u0648\u0627\u0641\u0642 \u0639\u0644\u0649 \u0645\u062f\u...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "deny": {"type": "string"}, "accept": {"type": "string"}, "notSet": {"type": "string"}, "titleCap": {"type": "string"}, "viewFull": {"type": "string"}, "loading": {"type": "string"}, "loadError": {"type": "string"}, "enterDes": {"type": "string"}, "reportAn...
Generate a valid JSON object that conforms to the following schema: {"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": "int...
{"name" : "lumi-pb icecream", "description" : "Add sweeter if you are that kinda mixer.... Blah blahhh blahhhhhh blahhhh blahh blabblab blabiddyblab P.S I vape on a 5 mm 14 strand Celtic single coil on the DROP rda", "id" : 188958, "image_url" : "https://storage.googleapis.com/dev-images.alltheflavors.com/uploads/recip...
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...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "private":...
{"name" : "blogs", "version" : "0.0.0", "author" : "Nguyen Anh Quoc - Mai Thanh Truong", "license" : "MIT", "scripts" : {"start" : "node index"}, "private" : true, "dependencies" : {"body-parser" : "^1.16.1", "core-js" : "^2.4.1", "cors" : "^2.8.4", "easyimage" : "^0.1.7", "ejs" : "^2.5.6", "express" : "^4.14.1", "expr...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "private": {"type": "boolean"}, "dependencies": {"type": "object", ...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"/js/admin/desktop/app.js": {"type": "string"}, "/js/admin/mobile/app.js": {"type": "string"}, "/js/front/desktop/app.js": {"type": "string"}, "/js/front/mobile/app.js": {"type": "string"}, "/css/front/mobile/app.css": {"type":...
{"/js/admin/desktop/app.js" : "/js/admin/desktop/app.js?id=3ca64f3ba1d3a1df0226", "/js/admin/mobile/app.js" : "/js/admin/mobile/app.js?id=72e009907cb9b9e59bd2", "/js/front/desktop/app.js" : "/js/front/desktop/app.js?id=431685b8b32792a3c39c", "/js/front/mobile/app.js" : "/js/front/mobile/app.js?id=eb4ac6f64a5136d1f93d",...
json_instruct
{"type": "object", "properties": {"/js/admin/desktop/app.js": {"type": "string"}, "/js/admin/mobile/app.js": {"type": "string"}, "/js/front/desktop/app.js": {"type": "string"}, "/js/front/mobile/app.js": {"type": "string"}, "/css/front/mobile/app.css": {"type": "string"}, "/css/front/desktop/app.css": {"type": "string"...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "name": {"type": "string"}, "description": {"type...
{"author" : {"name" : "Franklin van de Meent", "email" : "fr@nkl.in", "url" : "https://frankl.in"}, "name" : "brothermfc", "description" : "Access Brother MFC web UI details with node.js", "version" : "1.0.2", "repository" : {"type" : "git", "url" : "git://github.com/fvdm/nodejs-brothermfc.git"}, "bugs" : {"url" : "htt...
json_instruct
{"type": "object", "properties": {"author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id_3825": {"type": "object", "properties": {"publicdate": {"type": "string"}, "title": {"type": "string"}}, "required": ["publicdate", "title"]}}, "required": ["id_3825"], "$schema": "http://json-schema.org/draft-07/...
{"id_3825" : {"publicdate" : "2010-02-24 06:46:56", "title" : "The House of Arden"}}
json_instruct
{"type": "object", "properties": {"id_3825": {"type": "object", "properties": {"publicdate": {"type": "string"}, "title": {"type": "string"}}, "required": ["publicdate", "title"]}}, "required": ["id_3825"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "require": {"type": "object", "properties": {"rayful/pagination": {"type": "string"}, "rayful/toolkit": {"type": "string"}}, "required": ["rayful/pagination", "rayful/toolkit"]}, "autoload": {"type":...
{"name" : "rayful/db-manager", "require" : {"rayful/pagination" : "^1.0", "rayful/toolkit" : "1.2.3.1"}, "autoload" : {"psr-4" : {"rayful\\" : "src"}}, "license" : "MIT"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "require": {"type": "object", "properties": {"rayful/pagination": {"type": "string"}, "rayful/toolkit": {"type": "string"}}, "required": ["rayful/pagination", "rayful/toolkit"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "prop...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"avif": {"type": "array", "items": {"type": "object", "properties": {"format": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "url": {"type": "string"}, "sourceType": {"type": "stri...
{"avif" : [{"format" : "avif", "width" : 90, "height" : 90, "url" : "/img/avatars/twitter/uojd3yzyjG-90.avif", "sourceType" : "image/avif", "srcset" : "/img/avatars/twitter/uojd3yzyjG-90.avif 90w", "filename" : "uojd3yzyjG-90.avif", "outputPath" : "src/img/avatars/twitter/uojd3yzyjG-90.avif", "size" : 757}], "webp" : [...
json_instruct
{"type": "object", "properties": {"avif": {"type": "array", "items": {"type": "object", "properties": {"format": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "url": {"type": "string"}, "sourceType": {"type": "string"}, "srcset": {"type": "string"}, "filename": {"type": "string"}, "ou...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"devDependencies": {"type": "object", "properties": {"remarkable": {"type": "string"}, "showdown": {"type": "string"}, "child-process-promise": {"type": "string"}, "machinepack-markdown": {"type": "string"}, "re...
{"devDependencies" : {"remarkable" : "~1.6.2", "showdown" : "~1.3.0", "child-process-promise" : "1.1.0", "machinepack-markdown" : "2.0.0", "remark" : "4.2.2", "remark-html" : "3.0.0", "brucedown" : "1.1.1", "highlight.js" : "~9.3.0"}}
json_instruct
{"type": "object", "properties": {"devDependencies": {"type": "object", "properties": {"remarkable": {"type": "string"}, "showdown": {"type": "string"}, "child-process-promise": {"type": "string"}, "machinepack-markdown": {"type": "string"}, "remark": {"type": "string"}, "remark-html": {"type": "string"}, "brucedown": ...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"deviceVendor": {"type": "string"}, "deviceName": {"type": "string"}, "author": {"type": "string"}, "version": {"type": "integer"}, "lastModified": {"type": "string"}, "interfaces": {"type": "object", "properties":...
{"deviceVendor" : "National Instruments", "deviceName" : "DAQCard DIO 24", "author" : "Kevin M. Godby <kevin@godby.org>", "version" : 1, "lastModified" : "2016-01-21T17:45:33Z", "interfaces" : {"button" : {"count" : 24}}}
json_instruct
{"type": "object", "properties": {"deviceVendor": {"type": "string"}, "deviceName": {"type": "string"}, "author": {"type": "string"}, "version": {"type": "integer"}, "lastModified": {"type": "string"}, "interfaces": {"type": "object", "properties": {"button": {"type": "object", "properties": {"count": {"type": "integer...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema...
{"variants" : {"" : {"model" : "illegal:block/stone_bit"}}}
json_instruct
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "3303030013", "district_id" : "3303030", "name" : "PANGEMPON"}
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#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"choices_order": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "choices_selection": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "start":...
{"choices_order" : [["##compiler_vars#NI"], ["##compiler_vars#NK"]], "choices_selection" : [{"type" : "loop", "start" : 100, "stop" : 1400, "step" : 100, "default" : 100}, {"type" : "loop", "start" : 100, "stop" : 1400, "step" : 100, "default" : 100}], "pipeline_update" : {"cpu_freq" : "max", "gpu_freq" : "max", "compi...
json_instruct
{"type": "object", "properties": {"choices_order": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "choices_selection": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}, "step": {"type": "intege...
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"Similarity": {"type": "string"}, "Title": {"type": "string"}, "Year": {"type": "integer"}}, "required": ["Similarity", "Title", "Year"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"Similarity" : "0.997", "Title" : "A coincidence detector neural network model of selective attention", "Year" : 2009}, {"Similarity" : "0.943", "Title" : "The inuence of target discriminability on the time course of attentional selection", "Year" : 2009}, {"Similarity" : "0.936", "Title" : "Fortunate Conjunctions Re...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"Similarity": {"type": "string"}, "Title": {"type": "string"}, "Year": {"type": "integer"}}, "required": ["Similarity", "Title", "Year"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"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" : "Dispositivo combinato di bocca", "ShortName" : "Oggetto", "Description" : "Oggetto"}
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#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wo...
{"id" : 1327270143, "type" : "Feature", "properties" : {"src:alt_label" : "geonames", "src:geom" : "geonames", "wof:geomhash" : "64e4c161fa85da82a070764749d34edf", "wof:id" : 1327270143, "wof:repo" : "whosonfirst-data-admin-ie"}, "bbox" : [-10.05667, 52.15167, -10.05667, 52.15167], "geometry" : {"coordinates" : [-10.05...
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": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array...
{"ast" : null, "code" : "import { DEFAULT_LABELKEY } from '../constants';\nexport default function getStringLabelKey(labelKey) {\n return typeof labelKey === 'string' ? labelKey : DEFAULT_LABELKEY;\n}", "map" : {"version" : 3, "sources" : ["C:/Users/jayce/Documents/movie_db/movie_db/node_modules/react-bootstrap-typeah...
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesCont...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"params": {"type": "array", "items": {"type": "number"}}, "infidelity": {"type": "number"}, "energy_expval": {"type": "number"}, "energy_error": {"type": "number"}, "optimizer_success": {"type": "boolean"}, "o...
{"params" : [0.003134429356301605, 1.0069808215252352, 0.9997553870725986, 0.9997534424960918, 0.9980716291192768, 0.001686174641913151, 0.9995385746142782, 0.007562666674793238, 1.0057231849209223, 0.0004772702854654973, 0.999277626963136, 0.00037816407513740005, 1.0044459942770143, 0.005892935278528739, 0.00146671308...
json_instruct
{"type": "object", "properties": {"params": {"type": "array", "items": {"type": "number"}}, "infidelity": {"type": "number"}, "energy_expval": {"type": "number"}, "energy_error": {"type": "number"}, "optimizer_success": {"type": "boolean"}, "optimizer_nfev": {"type": "integer"}}, "required": ["params", "infidelity", "e...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"Status": {"type": "integer"}, "TimeLimitReached": {"type": "boolean"}, "RunningTime": {"type": "string"}, "StartTimes": {"type": "array", "items": {"type": "object", "properties": {"JobIndex": {"type": "integer"}, "...
{"Status" : 3, "TimeLimitReached" : true, "RunningTime" : "00:05:00.4208512", "StartTimes" : [{"JobIndex" : 0, "OperationIndex" : 0, "StartTime" : 399.0}, {"JobIndex" : 1, "OperationIndex" : 0, "StartTime" : 146.0}, {"JobIndex" : 2, "OperationIndex" : 0, "StartTime" : 308.0}, {"JobIndex" : 3, "OperationIndex" : 0, "Sta...
json_instruct
{"type": "object", "properties": {"Status": {"type": "integer"}, "TimeLimitReached": {"type": "boolean"}, "RunningTime": {"type": "string"}, "StartTimes": {"type": "array", "items": {"type": "object", "properties": {"JobIndex": {"type": "integer"}, "OperationIndex": {"type": "integer"}, "StartTime": {"type": "number"}}...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"title": {"type": "string"}, "siteUrl": {"type": "string"}, "description": {"type": "string"}, "home": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}}, "required": ...
{"title" : "Portify", "siteUrl" : "https://friendly-curie-a5cc9b.netlify.app/", "description" : "Credit score building and interest-free loans", "home" : {"title" : "Hi! We're Portify", "description" : "Credit score building and interest-free loans"}}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "siteUrl": {"type": "string"}, "description": {"type": "string"}, "home": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}}, "required": ["title", "description"]}}, "required": ["title", "siteUrl", "descriptio...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "authorUrl": {"type": "string"}, "js": {"type": "string"}}, "requ...
{"id" : "extract-highlights-plugin", "name" : "Extract Highlights", "version" : "0.0.18", "description" : "Create, extract and leverage your markdown highlights", "author" : "Alexis Rondeau", "authorUrl" : "https://publish.obsidian.md/alexisrondeau", "js" : "main.js"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "authorUrl": {"type": "string"}, "js": {"type": "string"}}, "required": ["id", "name", "version", "description", "author", "authorUrl", ...
Using the following JSON schema, generate a compatible 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": ["contract...
{"contract" : "0x69d1ef860246fa242041bf1d784e8cb43e2a9b07", "tool" : "honeybadger", "start" : 1565853021.8165581, "end" : 1565853023.8049467, "duration" : 1.9883885383605957, "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://...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"7cca92e62d88765a81dd1e8fd3b4103b": {"type": "string"}, "a695c028a095059e65ed12f13eacdf3a": {"type": "string"}, "b679f3d2fcabce9204e51e8654c7b198": {"type": "string"}}, "required": ["7cca92e62d88765a81dd1e8fd3b4103b", "a695c...
{"7cca92e62d88765a81dd1e8fd3b4103b" : "Le connecteur {{ExtremeScale}} ne prend pas en charge la m\u00e9thode {{\"ttl\"}}", "a695c028a095059e65ed12f13eacdf3a" : "Le connecteur {{ExtremeScale}} ne prend pas en charge la m\u00e9thode {{\"expire\"}}", "b679f3d2fcabce9204e51e8654c7b198" : "Module de conditionnement inconnu ...
json_instruct
{"type": "object", "properties": {"7cca92e62d88765a81dd1e8fd3b4103b": {"type": "string"}, "a695c028a095059e65ed12f13eacdf3a": {"type": "string"}, "b679f3d2fcabce9204e51e8654c7b198": {"type": "string"}}, "required": ["7cca92e62d88765a81dd1e8fd3b4103b", "a695c028a095059e65ed12f13eacdf3a", "b679f3d2fcabce9204e51e8654c7b19...
The schema below describes a JSON structure. Generate a valid example: {"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" : "7105082004", "district_id" : "7105082", "name" : "RAANAN BARU"}
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#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"Id": {"type": "string"}, "IsStatic": {"type": "boolean"}, "useGravity": {"type": "boolean"}, "randomRotation": {"type": "boolean"}, "Position": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}...
{"Id" : "Lootable_00342", "IsStatic" : true, "useGravity" : true, "randomRotation" : false, "Position" : {"x" : 0, "y" : 0, "z" : 0}, "Rotation" : {"x" : 0, "y" : 0, "z" : 0}, "IsGroupPosition" : false, "GroupPositions" : [], "Root" : "5e0676119a5d683c327ee01c", "Items" : [{"_id" : "5e0676119a5d683c327ee01c", "_tpl" : ...
json_instruct
{"type": "object", "properties": {"Id": {"type": "string"}, "IsStatic": {"type": "boolean"}, "useGravity": {"type": "boolean"}, "randomRotation": {"type": "boolean"}, "Position": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}, "z": {"type": "integer"}}, "required": ["x", "y", "z"]}...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"(0, 0)": {"type": "string"}, "(1, 0)": {"type": "string"}, "(1, 1)": {"type": "string"}, "(1, 2)": {"type": "string"}, "(1, 3)": {"type": "string"}, "(1, 4)": {"type": "string"}, "(2, 0)": {"type": "string"}, "...
{"(0, 0)" : "dwbl", "(1, 0)" : "branding", "(1, 1)" : "callsign", "(1, 2)" : "frequency", "(1, 3)" : "power", "(1, 4)" : "location", "(2, 0)" : "dwbl 1242", "(2, 1)" : "dwbl", "(2, 2)" : "1242 khz", "(2, 3)" : "20 kw", "(2, 4)" : "metro manila", "(3, 0)" : "mellow 947", "(3, 1)" : "dwll", "(3, 2)" : "94.7 mhz", "(3, 3)...
json_instruct
{"type": "object", "properties": {"(0, 0)": {"type": "string"}, "(1, 0)": {"type": "string"}, "(1, 1)": {"type": "string"}, "(1, 2)": {"type": "string"}, "(1, 3)": {"type": "string"}, "(1, 4)": {"type": "string"}, "(2, 0)": {"type": "string"}, "(2, 1)": {"type": "string"}, "(2, 2)": {"type": "string"}, "(2, 3)": {"type...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"type": {"type": "string"}, "group": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"g": {"type": "object", "properties": {"tag": {"type": "str...
{"type" : "minecraft:crafting_shaped", "group" : "faded:moretnt_weak_tnt", "pattern" : ["sss", "sgs", "sss"], "key" : {"g" : {"tag" : "forge:gunpowder"}, "s" : {"tag" : "minecraft:sand"}}, "result" : {"item" : "faded:moretnt_weak_tnt", "count" : 4}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "group": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"g": {"type": "object", "properties": {"tag": {"type": "string"}}, "required": ["tag"]}, "s": {"type": "object", "properties": {"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"face_keypoints": {"type": "array", "items": {}}, "pose_keypoints": {"type": "array", "items": {"type": "numb...
{"version" : 1.0, "people" : [{"face_keypoints" : [], "pose_keypoints" : [106.330708661417, 39.5636363636364, 0.907802239060402, 114.897637795276, 80.7563636363636, 0.712939575314522, 78.3622047244095, 82.3854545454546, 0.709973156452179, 0, 0, 0, 0, 0, 0, 153.196850393701, 78.1963636363636, 0.584399774670601, 172.0944...
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"face_keypoints": {"type": "array", "items": {}}, "pose_keypoints": {"type": "array", "items": {"type": "number"}}, "hand_right_keypoints": {"type": "array", "items": {}}, "hand_left_k...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "strin...
{"authors" : [{"author" : "Aim\u00e9 Gilbert Mbonda Noula"}, {"author" : "Joel Noutakdie Tochie"}, {"author" : "Landry W Tchuenkam"}, {"author" : "Desmond Aji Abang"}, {"author" : "Ren\u00e9 Essomba"}], "doi" : "10.1186/s13037-019-0225-1", "publication_date" : "2020-01-01", "id" : "EN111447", "url" : "https://pubmed.nc...
json_instruct
{"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "package": {"type": "string"}, "version": {"type": "string"}, "files": {"type": "object", "properties": {"index.js": {"type": "string"}}, "required": ["index.js"]}}, "required": ["t...
{"type" : "npm", "package" : "vuex", "version" : "3.5.1", "files" : {"index.js" : "dist/vuex.min.js"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "package": {"type": "string"}, "version": {"type": "string"}, "files": {"type": "object", "properties": {"index.js": {"type": "string"}}, "required": ["index.js"]}}, "required": ["type", "package", "version", "files"], "$schema": "http://json-schema.org/draf...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "int...
{"nom" : "Vincelles", "dpt" : "Sa\u00f4ne-et-Loire", "inscrits" : 337, "abs" : 57, "votants" : 280, "blancs" : 7, "nuls" : 26, "exp" : 247, "res" : [{"panneau" : "1", "voix" : 140}, {"panneau" : "2", "voix" : 107}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object"...
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" : "immerit", "definition" : "Want of worth; demerit. [R.] Suckling."}
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": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"id": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "itemType": {"type": "object", "propertie...
{"type" : "object", "properties" : {"id" : {"type" : "string"}, "itemType" : {"type" : "string"}, "label" : {"type" : "string"}, "content" : {"type" : "string"}, "prompt" : {"type" : "object", "properties" : {"responseType" : {"type" : "string"}, "responseSecret" : {"type" : "boolean"}, "validResponses" : {"type" : "ar...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"id": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "itemType": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "label": {"type": "o...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "charade", "definition" : "A verbal or acted enigma based upon a word which has two or more significant syllables or parts, each of which, as well as the word itself, is to be guessed from the descriptions or representations."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"builtin": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}, "required": {"type": "object", "properties": {"__se...
{"builtin" : {"__set__" : true, "elements" : ["distutils", "random", "time"]}, "required" : {"__set__" : true, "elements" : ["_lintel", "click", "lintel", "matplotlib", "numpy", "setuptools"]}}
json_instruct
{"type": "object", "properties": {"builtin": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}, "required": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "i...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"vue-smart-table-default.css": {"type": "string"}, "vue-smart-table.js": {"type": "string"}}, "required": ["vue-smart-table-default.css", "vue-smart-table.js"], "$schema": "http://json-schema.org/draft-07/schema...
{"vue-smart-table-default.css" : "sha512-86q+0IJF/tA20GcGqxVshO/XBX/y4IPzv8al/iHkSmEiPl7cc5pjQVnmeMQd9KZSriGat4g1Lfo/kVChB4olXA==", "vue-smart-table.js" : "sha512-3/zgpXX+kw7r7jyo2UphEhV81YoC/5/Y0KhO5ZUbUkRqksrDJwvHf0Vgxu+9Eh4LhKnQfykWTJQKTGPM342nBA=="}
json_instruct
{"type": "object", "properties": {"vue-smart-table-default.css": {"type": "string"}, "vue-smart-table.js": {"type": "string"}}, "required": ["vue-smart-table-default.css", "vue-smart-table.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"$schema": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "$ref": {"type": "string"}}, "required": ["$schema", "title", "description", "type", "$r...
{"$schema" : "http://json-schema.org/draft-04/schema#", "title" : "Tabular Data Package", "description" : "Tabular Data Package is a simple specification for data access and delivery of tabular data.", "type" : "object", "$ref" : "schemas/dictionary.json#/definitions/tabularDataPackage"}
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "$ref": {"type": "string"}}, "required": ["$schema", "title", "description", "type", "$ref"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"async": {"type": "string"}, "commander": {"type": "string"}, "lodash": {"ty...
{"name" : "kibana-dashboard-migrator", "author" : "Alan Turner <alan.turner@monkat.com> (https://www.monkat.com)", "version" : "3.0.0", "dependencies" : {"async" : "^0.9.2", "commander" : "^2.19.0", "lodash" : "^4.17.21", "optimist" : "^0.6.1", "prompt" : "^1.0.0", "request" : "^2.88.0", "uuid" : "^3.3.2"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"async": {"type": "string"}, "commander": {"type": "string"}, "lodash": {"type": "string"}, "optimist": {"type": "string"}, "prompt": {"type": "str...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "arra...
{"directions" : ["Heat oil in a large skillet over medium low heat, and stir in the onion. Cook onion until tender and golden brown, about 5 to 10 minutes.", "Place potatoes, salt and green bell peppers into the skillet with the onion. Cover and fry for 3 to 5 minutes. Stir in ground black pepper. Place the kielbasa pi...
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "r...
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["object_history", "zero_transforms"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"directed": {"type": "boolean"}, "graph": {"type": "array", "items": {}}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"party": {"type": "string"}, "name": {"type": "string"}, "id": {"type": "string"}},...
{"directed" : false, "graph" : [], "nodes" : [{"party" : "Democrat", "name" : "Terri A. Sewell", "id" : "121621"}, {"party" : "Republican", "name" : "Daniel Coats", "id" : "53291"}, {"party" : "Democrat", "name" : "Sheila Jackson Lee", "id" : "21692"}, {"party" : "Republican", "name" : "Kay Bailey Hutchison", "id" : "5...
json_instruct
{"type": "object", "properties": {"directed": {"type": "boolean"}, "graph": {"type": "array", "items": {}}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"party": {"type": "string"}, "name": {"type": "string"}, "id": {"type": "string"}}, "required": ["party", "name", "id"]}}, "links": {"type": "...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"prod_path": {"type": "string"}, "prod_sha1": {"type": "string"}, "repository": {"type": "string"}, "test_path": {"type": "string"}, "test_sha1": {"type": "string"}, "commit_between": {"type": "integer"}, "prod_qual": {"type": ...
{"prod_path" : "log4j-jdbc-dbcp2/src/main/java/org/apache/logging/log4j/dbcp2/appender/PoolingDriverConnectionSource.java", "prod_sha1" : "b24a1c52855ed1f649b0f24b8acbc783b318a162", "repository" : "logging-log4j2", "test_path" : "log4j-jdbc-dbcp2/src/test/java/org/apache/logging/log4j/dbcp2/appender/PoolingDriverConnec...
json_instruct
{"type": "object", "properties": {"prod_path": {"type": "string"}, "prod_sha1": {"type": "string"}, "repository": {"type": "string"}, "test_path": {"type": "string"}, "test_sha1": {"type": "string"}, "commit_between": {"type": "integer"}, "prod_qual": {"type": "string"}, "prod_time": {"type": "object", "properties": {"...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"province": {"type": "string"}, "city": {"type": "string"}, "area": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "string"}, "phone": {"ty...
[{"province" : "\u897f\u85cf\u81ea\u6cbb\u533a", "city" : "\u65e5\u5580\u5219\u5e02", "area" : "\u4ec1\u5e03\u53bf", "name" : "\u4ec1\u5e03\u53bf\u90ae\u653f\u8425\u4e1a\u5385", "code" : "857200", "address" : "\u4ec1\u5e03\u53bf\u4ec1\u7389\u8def21\u53f7", "phone" : "0892-8182355"}, {"province" : "\u897f\u85cf\u81ea\u6...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"province": {"type": "string"}, "city": {"type": "string"}, "area": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "string"}, "phone": {"type": "string"}}, "required": ["province", "city", "area", "name", "code...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array"...
{"directions" : ["Preheat oven to 300 degrees F (150 degrees C). Grease one 10 inch tube pan and sprinkle the almonds evenly over the bottom.", "Separate the eggs. In a bowl, beat the egg whites with the cream of tartar until stiff. Set aside.", "In a large bowl, cream the butter with the sugar. Beat in the egg yolks,...
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "r...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"modification_date": {"type": "string"}, "md_language": {"type": "string"}, "contact_point": {"type": "object", "properties": {"cp_name": {"type": "string"}, "cp_comp_name": {"type": "string"}, "cp_email": {"typ...
{"modification_date" : "02.03.2016T00:00+02:00", "md_language" : "eng", "contact_point" : {"cp_name" : "Tomi Lapinlampi", "cp_comp_name" : "Finnish Transport Agency", "cp_email" : "tomi.lapinlampi@liikennevirasto.fi"}, "p_name" : "Camera presents", "p_description" : "The message contains all public camera presets and t...
json_instruct
{"type": "object", "properties": {"modification_date": {"type": "string"}, "md_language": {"type": "string"}, "contact_point": {"type": "object", "properties": {"cp_name": {"type": "string"}, "cp_comp_name": {"type": "string"}, "cp_email": {"type": "string"}}, "required": ["cp_name", "cp_comp_name", "cp_email"]}, "p_na...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"credit": {"type": "string"}, "parent": {"type": "string"}, "textures": {"type": "object", "properties": {"bearing_top": {"type": "string"}, "particle": {"type": "string"}, "bearing_side": {"type": "string"}, "brass_c...
{"credit" : "Made with Blockbench", "parent" : "create:block/bearing/top", "textures" : {"bearing_top" : "create:block/bearing_top_wooden", "particle" : "create:block/windmill_bearing_side", "bearing_side" : "create:block/windmill_bearing_side", "brass_casing" : "create:block/andesite_casing"}}
json_instruct
{"type": "object", "properties": {"credit": {"type": "string"}, "parent": {"type": "string"}, "textures": {"type": "object", "properties": {"bearing_top": {"type": "string"}, "particle": {"type": "string"}, "bearing_side": {"type": "string"}, "brass_casing": {"type": "string"}}, "required": ["bearing_top", "particle", ...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"...
{"citations" : [{"textCitation" : "[See rgen3 on Metamath](http://us.metamath.org/mpegif/rgen3.html)"}], "names" : ["rgen3"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_vx", "#T_wcel", "#T_cA", "#T_w3a--1", "#T_vy", "#T_wcel", "#T_cB", "#T_w3a--2", "#T_vz", "#T_wcel", "#T_cC", "#T_wi", "#T_wph", "#T_wral--1",...
json_instruct
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "st...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "tel": {"type": "string"}, "fax": {"type": "string"}, "licensee": {"type": "string"}, "licensePeriod": {"type": "string"}, "licenseClass": {"type": "string"}, "hciCode": {"type": "string"},...
{"name" : "COAST DENTAL", "tel" : "64404605", "fax" : "96450453", "licensee" : "SALMAH DENTAL CONSULTANCY PTE. LTD.", "licensePeriod" : "19/08/2016 to 18/08/2018", "licenseClass" : "[ 2 Years ( 2A ) ]", "hciCode" : "14D0245", "address" : "479 JOO CHIAT ROAD, Singapore 427684", "doctorInCharge" : [{"name" : "Nijamuddeen...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "tel": {"type": "string"}, "fax": {"type": "string"}, "licensee": {"type": "string"}, "licensePeriod": {"type": "string"}, "licenseClass": {"type": "string"}, "hciCode": {"type": "string"}, "address": {"type": "string"}, "doctorInCharge": {"type": "array", "...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"is_lock_vulnerable":...
{"contract" : "0x0821126d74d1b33b5cfdedbea66663868a15800c", "tool" : "maian", "start" : 1565316959.3623571, "end" : 1565316973.139524, "duration" : 13.777166843414307, "analysis" : {"is_lock_vulnerable" : false, "is_prodigal_vulnerable" : false, "is_suicidal_vulnerable" : false}}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"is_lock_vulnerable": {"type": "boolean"}, "is_prodigal_vulnerable": {"type": "boolean"}, "i...
Generate a valid JSON object that conforms to the following schema: {"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" : 76, "model" : "R50_C4", "elapsed" : 1297.3202192783356, "tp" : 41669, "fp" : 136038, "precision" : 0.23448147793840424, "recall" : 1.146800605476813, "f1" : 0.38935349137085246, "min_score" : 0.050000060349702835, "AP" : 37.32185631248451, "AP50" : 57.140277703377585, "AP75" : 40.1962286884009, "APs" : 18....
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...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"url": {"type": "string"}, "title": {"type": "string"}, "text": {"type": "array", "items": {"type": "string"}}, "published_datetime": {"type": "string"}}, "required": ["url", "title", "text", "published_datetime"], "$schema"...
{"url" : "https://www.nasdaq.com/article/vanguard-ftse-pacific-breaks-above-200-day-moving-average-bullish-for-vpl-cm1208082", "title" : "Vanguard FTSE Pacific Breaks Above 200-Day Moving Average - Bullish for VPL - Nasdaq.com", "text" : ["In trading on Thursday, shares of the Vanguard FTSE Pacific ETF (Symbol: VPL) cr...
json_instruct
{"type": "object", "properties": {"url": {"type": "string"}, "title": {"type": "string"}, "text": {"type": "array", "items": {"type": "string"}}, "published_datetime": {"type": "string"}}, "required": ["url", "title", "text", "published_datetime"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"1558436": {"type": "object", "properties": {"width": {"type": "integer"}, "thumb_url": {"type": "string"}, "image_url": {"type": "string"}, "title": {"type": "string"}, "date": {"type": "string"}, "text": {"t...
{"1558436" : {"width" : 483, "thumb_url" : "http://oldnyc-assets.nypl.org/thumb/1558436.jpg", "image_url" : "http://oldnyc-assets.nypl.org/600px/1558436.jpg", "title" : "Queens - 23rd Street - 24th Street - Jackson Avenue", "date" : "", "text" : null, "folder" : "23rd Street - 24th Street - Jackson Avenue, Queens, NY",...
json_instruct
{"type": "object", "properties": {"1558436": {"type": "object", "properties": {"width": {"type": "integer"}, "thumb_url": {"type": "string"}, "image_url": {"type": "string"}, "title": {"type": "string"}, "date": {"type": "string"}, "text": {"type": "null"}, "folder": {"type": "string"}, "height": {"type": "integer"}, "...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "url": {"type": "object", "properties": {"whitelist": {"type": "array", "items": {}}, "accesslist": {"type": "array", "items": {}}, "blacklist": {"type": "array", "items": {"t...
{"id" : "5wOgfHWR", "name" : "my cool acl", "url" : {"whitelist" : [], "accesslist" : [], "blacklist" : ["/audit.html"]}, "asn" : {"whitelist" : [], "accesslist" : [], "blacklist" : []}, "ip" : {"whitelist" : [], "accesslist" : [], "blacklist" : []}, "user_agent" : {"whitelist" : [], "accesslist" : [], "blacklist" : ["...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "url": {"type": "object", "properties": {"whitelist": {"type": "array", "items": {}}, "accesslist": {"type": "array", "items": {}}, "blacklist": {"type": "array", "items": {"type": "string"}}}, "required": ["whitelist", "accesslist"...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"liveId": {"type": "string"}, "title": {"type": "string"}, "subTitle": {"type": "string"}, "picPath": {"type": "string"}, "startTime": {"type": "integer"}, "memberId": {"type": "integer"},...
[{"liveId" : "5bfbde950cf23c274367dcb6", "title" : "\u674e\u59d7\u59d7\u7684\u76f4\u64ad\u95f4", "subTitle" : "\u6211\u6765\u76f4\u64ad\u561e", "picPath" : "/mediasource/live/15410463088779D2A9aL36g.jpg", "startTime" : 1543233173781, "memberId" : 614727, "liveType" : 1, "picLoopTime" : 0, "lrcPath" : "/mediasource/live...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"liveId": {"type": "string"}, "title": {"type": "string"}, "subTitle": {"type": "string"}, "picPath": {"type": "string"}, "startTime": {"type": "integer"}, "memberId": {"type": "integer"}, "liveType": {"type": "integer"}, "picLoopTime": {"type": "integer"}, "...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["copy-to-clipboard"]
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": {"userGoals": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "completed": {"type": "boolean"}, "bp": {"type": "integer"}}, "required": ["name", "completed", "bp"]}}}, "requi...
{"userGoals" : [{"name" : "Do an Exercise Routine", "completed" : false, "bp" : 15}, {"name" : "Meditate for 10 minutes", "completed" : true, "bp" : 10}, {"name" : "Get enough sleep", "completed" : false, "bp" : 10}]}
json_instruct
{"type": "object", "properties": {"userGoals": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "completed": {"type": "boolean"}, "bp": {"type": "integer"}}, "required": ["name", "completed", "bp"]}}}, "required": ["userGoals"], "$schema": "http://json-schema.org/draft-07/schema#...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "...
{"ast" : null, "code" : "'use strict';\n\nvar $export = require('./_export');\n\nvar createProperty = require('./_create-property'); // WebKit Array.of isn't generic\n\n\n$export($export.S + $export.F * require('./_fails')(function () {\n function F() {\n /* empty */\n }\n\n return !(Array.of.call(F) instanceof F...
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/s...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "definition": {"type": "object", "properties": {"text": {"type": "string"}, "translations": {"type": "array", "items": {"type": "object", "properties": {"language": {"type": "string"}, "t...
{"type" : "Strategy", "definition" : {"text" : "The strategy section of the trading engine keeps track of information relating to the trading strategies that are triggered-on, during the time they remain open.", "translations" : [{"language" : "ES", "text" : "El strategy secci\u00f3n del motor de trading realiza un seg...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "definition": {"type": "object", "properties": {"text": {"type": "string"}, "translations": {"type": "array", "items": {"type": "object", "properties": {"language": {"type": "string"}, "text": {"type": "string"}, "updated": {"type": "integer"}}, "required": ...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"inputs": {"type": "array", "items": {"type": "string"}}, "outputs": {"type": "array", "items": {"type": "string"}}}, "required": ["inputs", "outputs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"inputs" : ["8\n3 4 6 8 10 18 21 24\n", "5\n2 3 4 8 16\n", "2\n10 20\n", "2\n10 21\n", "5\n250000 333333 500000 666666 1000000\n", "50\n1 2 5 7 9 14 19 24 25 29 31 34 37 40 43 44 46 53 54 57 58 59 60 61 62 64 66 68 69 70 72 75 78 79 80 81 82 84 85 86 87 88 89 90 91 92 93 94 96 98\n", "20\n1 2 4 8 16 32 64 128 256 512 ...
json_instruct
{"type": "object", "properties": {"inputs": {"type": "array", "items": {"type": "string"}}, "outputs": {"type": "array", "items": {"type": "string"}}}, "required": ["inputs", "outputs"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required...
{"ETag" : "W/\"8a0d63e2a03551ed72298c5c0d7df2d9e70012cbc3363a474a30f42f3b1856ec\"", "Last-Modified" : "Sun, 21 Feb 2021 15:20:50 GMT", "base" : {"repo" : {"name" : "django-crispy-forms-feedstock"}}, "closed_at" : "2021-02-21T15:20:47Z", "created_at" : "2021-02-21T13:54:07Z", "draft" : false, "head" : {"ref" : "1.11.1_h...
json_instruct
{"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "stri...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"VersionId": {"type": "string"}, "IsDefaultVersion": {"type": "boolean"}, "CreateDate": {"type": "string"}, "PolicyName": {"type": "string"}}, "required": ["VersionId", "IsDefaultVersion", "CreateDate", "Polic...
{"VersionId" : "v8", "IsDefaultVersion" : false, "CreateDate" : "2020-06-24T17:08:06+00:00", "PolicyName" : "AWSCodeCommitFullAccess"}
json_instruct
{"type": "object", "properties": {"VersionId": {"type": "string"}, "IsDefaultVersion": {"type": "boolean"}, "CreateDate": {"type": "string"}, "PolicyName": {"type": "string"}}, "required": ["VersionId", "IsDefaultVersion", "CreateDate", "PolicyName"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "...
{"nom" : "Hitiaa O Te Ra", "dpt" : "Polyn\u00e9sie fran\u00e7aise", "inscrits" : 7891, "abs" : 5146, "votants" : 2745, "blancs" : 73, "nuls" : 52, "exp" : 2620, "res" : [{"panneau" : "11", "voix" : 1139}, {"panneau" : "2", "voix" : 965}, {"panneau" : "3", "voix" : 199}, {"panneau" : "9", "voix" : 153}, {"panneau" : "4"...
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object"...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"files": {"type": "object", "properties": {"static/js/0.3b816e60.chunk.js": {"type": "string"}, "static/js/0.3b816e60.chunk.js.map": {"type": "string"}, "cast-page.js": {"type": "string"}, "cast-page.js.map": {"typ...
{"files" : {"static/js/0.3b816e60.chunk.js" : "/static/js/0.3b816e60.chunk.js", "static/js/0.3b816e60.chunk.js.map" : "/static/js/0.3b816e60.chunk.js.map", "cast-page.js" : "/static/js/cast-page.86731657.chunk.js", "cast-page.js.map" : "/static/js/cast-page.86731657.chunk.js.map", "home-page.js" : "/static/js/home-page...
json_instruct
{"type": "object", "properties": {"files": {"type": "object", "properties": {"static/js/0.3b816e60.chunk.js": {"type": "string"}, "static/js/0.3b816e60.chunk.js.map": {"type": "string"}, "cast-page.js": {"type": "string"}, "cast-page.js.map": {"type": "string"}, "home-page.js": {"type": "string"}, "home-page.js.map": {...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["level-scuttlebutt", "level-stay", "remember", "rtc-dcstream", "scuttleboat", "scuttlebutt-remote", "space-shuttle", "stay"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["510524105001", "\u4e24\u6cb3\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "121", "0"], ["510524105201", "\u4fdd\u4e30\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["510524105203", "\u9547\u56fd\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["510524105211", "\u4e50\u90ce\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["5...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "strin...
{"name" : "Hamburg University of Applied Sciences", "alt_name" : "Hochschule f\u00fcr Angewandte Wissenschaften Hamburg (HAW Hamburg)", "country" : "Germany", "state" : null, "address" : {"street" : "Berliner Tor 5", "city" : "Hamburg", "province" : null, "postal_code" : "20099"}, "contact" : {"telephone" : "+49(40) 42...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "null"}, "postal_code": {"type": "string"}},...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"jquery.webui-popover.css": {"type": "string"}, "jquery.webui-popover.js": {"type": "string"}, "jquery.webui-popover.min.css": {"type": "string"}, "jquery.webui-popover.min.js": {"type": "string"}}, "required": ["j...
{"jquery.webui-popover.css" : "sha512-q10u4POytYAvBetpb0ZHvzOznOL+OvIwZ+NNyeR+xxKaRZ6sPAySqPBL9+0YwbzU6t5ROG/j1jdp+oWYSnzoCA==", "jquery.webui-popover.js" : "sha512-RZdED+vczUndawaSgiRjn1CZqtR251JTkBSRIwfRDE93cBQjxmI7ZOgD1E7Mtf8/LGwtOGjpq9WA29+Qq3pEWg==", "jquery.webui-popover.min.css" : "sha512-1N5avFncA0uUsqeiwZY75+T...
json_instruct
{"type": "object", "properties": {"jquery.webui-popover.css": {"type": "string"}, "jquery.webui-popover.js": {"type": "string"}, "jquery.webui-popover.min.css": {"type": "string"}, "jquery.webui-popover.min.js": {"type": "string"}}, "required": ["jquery.webui-popover.css", "jquery.webui-popover.js", "jquery.webui-popov...
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#"}
[["361104101001", "\u7530\u58a9\u5c45\u6c11\u59d4\u5458\u4f1a", "121", "0"], ["361104101201", "\u6e56\u6f6d\u6751\u6c11\u59d4\u5458\u4f1a", "122", "0"], ["361104101202", "\u8377\u5bb6\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["361104101203", "\u5ed6\u5bb6\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["361104101204"...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}