input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"mongoURI": {"type": "string"}, "secret": {"type": "string"}}, "required": ["mongoURI", "secret"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"mongoURI" : "mongodb://localhost/pkmn_roms", "secret" : "qD6f4^:pd[#q-/z!R^M#cG&p6F[=[GHz3m!x*CDmKaB*QQ*AZD9+p_'Z&Cr\"_3@Z.y-'(GQ9Y=rWa^Xhwg:-[8:MNV_)``vZ_96+j)z9!<,W`[Bkg8N[f59s(n!WEkt$L'VY67Vj'>9+m9fmmZhw?VU\\%'f#Z\"\"kfFP4+w#Jd8UL5tTk<>4)2nVa_V'\"Urm~tV2TzH3M}h9:P^yS[Fg<xFJ-s(e/kL+`L=J=`)KdzDW-SB7:5H'2NP\\2s:'bd-M...
json_instruct
{"type": "object", "properties": {"mongoURI": {"type": "string"}, "secret": {"type": "string"}}, "required": ["mongoURI", "secret"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"build_id": {"type": "string"}, "build_timestamp": {"type": "string"}, "build_version": {"type": "string"}}, "required": ["build_id", "build_timestamp", "build_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"build_id" : "20220207-192729", "build_timestamp" : "2022-02-07T19:27:29Z", "build_version" : "1.0"}
json_instruct
{"type": "object", "properties": {"build_id": {"type": "string"}, "build_timestamp": {"type": "string"}, "build_version": {"type": "string"}}, "required": ["build_id", "build_timestamp", "build_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"foo": {"type": "string"}}, "required": ["foo"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"foo" : "2000-12"}
json_instruct
{"type": "object", "properties": {"foo": {"type": "string"}}, "required": ["foo"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"...
{"name" : "couchbase-admin", "version" : "0.3.1", "description" : "Couchbase Administration Tool", "homepage" : "https://bitbucket.com/eeriesoftronics/node-couchbase-admin", "repository" : {"type" : "git", "url" : "git@bitbucket.org:eeriesoftronics/node-couchbase-admin.git"}, "author" : "JB 'Vredens' Ribeiro", "main" :...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string...
Generate a valid JSON object that conforms to the following schema: {"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.554649, 35.623209], [-82.552734, 35.629107], [-82.550556, 35.631247], [-82.551009, 35.632901], [-82.550373, 35.634059], [-82.547081, 35.636854], [-82.543123, 35.637893], [-82.541776, 35.639072], [-82.53942, 35.637078]...
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...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"allTagsPath": {"type": "string"}, "slug": {"type": "string"}, "name": {"type": "string"}, "count": {"type": "integer"}, "permalink": {"type": "string"}}, "required": ["allTagsPath", "slug", "name", "count", "permalink"], "$...
{"allTagsPath" : "/blog/tags", "slug" : "announcement", "name" : "announcement", "count" : 23, "permalink" : "/blog/tags/announcement"}
json_instruct
{"type": "object", "properties": {"allTagsPath": {"type": "string"}, "slug": {"type": "string"}, "name": {"type": "string"}, "count": {"type": "integer"}, "permalink": {"type": "string"}}, "required": ["allTagsPath", "slug", "name", "count", "permalink"], "$schema": "http://json-schema.org/draft-07/schema#"}
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": {"type": "object", "properti...
{"contract" : "0x241a34ef3a860ba44e709915605e9a366e421383", "tool" : "osiris", "start" : 1564635973.176914, "end" : 1564636009.151188, "duration" : 35.974273920059204, "analysis" : [{"errors" : [], "file" : "/unique_chucks/29/0x241a34ef3a860ba44e709915605e9a366e421383.sol", "name" : "AirdropFinal"}]}
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 a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"headerOne": {"type": "string"}, "paragraphOneA": {"type": "string"}, "paragraphOneB": {"type": "string"}, "headerTwo": {"type": "string"}, "paragraphTwoA": {"type": "string"}, "paragraphTwoB": {"type": "string"}, "he...
{"headerOne" : "Pourquoi s\u2019en soucier", "paragraphOneA" : "Si vous n\u2019\u00eates pas encore au courant, l\u2019Ukraine est attaqu\u00e9e par la Russie. Aidez-nous \u00e0 aider les ukrainiens \ud83d\udcaa", "paragraphOneB" : "Rejoignez-nous et l\u2019ensemble de la communaut\u00e9 crypto afin de fournir une aide...
json_instruct
{"type": "object", "properties": {"headerOne": {"type": "string"}, "paragraphOneA": {"type": "string"}, "paragraphOneB": {"type": "string"}, "headerTwo": {"type": "string"}, "paragraphTwoA": {"type": "string"}, "paragraphTwoB": {"type": "string"}, "headerThree": {"type": "string"}, "paragraphThree": {"type": "string"}}...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"Make": {"type": "string"}, "Model": {"type": "string"}, "XResolution": {"type": "integer"}, "YResolution": {"type": "integer"}, "Software": {"type": "string"}, "ModifyDate": {"type": "string"}, "YCbCrPositioning": {"type": "inte...
{"Make" : "GrandTech GmbH", "Model" : "JD 6.0Z3 C", "XResolution" : 1, "YResolution" : 1, "Software" : "00.01.0527", "ModifyDate" : "2010:05:29 20:53:04", "YCbCrPositioning" : 2, "Copyright" : "", "ExifOffset" : 266, "DigitalZoomRatio" : 1, "Compression" : 6, "Orientation" : 1, "ThumbnailOffset" : 3826, "ThumbnailLengt...
json_instruct
{"type": "object", "properties": {"Make": {"type": "string"}, "Model": {"type": "string"}, "XResolution": {"type": "integer"}, "YResolution": {"type": "integer"}, "Software": {"type": "string"}, "ModifyDate": {"type": "string"}, "YCbCrPositioning": {"type": "integer"}, "Copyright": {"type": "string"}, "ExifOffset": {"t...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"706102f-a": {"type": "object", "properties": {"width": {"type": "integer"}, "thumb_url": {"type": "string"}, "image_url": {"type": "string"}, "title": {"type": "string"}, "date": {"type": "string"}, "text": {"type"...
{"706102f-a" : {"width" : 600, "thumb_url" : "http://oldnyc-assets.nypl.org/thumb/706102f-a.jpg", "image_url" : "http://oldnyc-assets.nypl.org/600px/706102f-a.jpg", "title" : "", "date" : "1930?", "text" : "Ocean Ave. & Quentin Road\nBrooklyn 193-?", "folder" : "Ocean Avenue & Quentin Road, Brooklyn, NY", "height" : 57...
json_instruct
{"type": "object", "properties": {"706102f-a": {"type": "object", "properties": {"width": {"type": "integer"}, "thumb_url": {"type": "string"}, "image_url": {"type": "string"}, "title": {"type": "string"}, "date": {"type": "string"}, "text": {"type": "string"}, "folder": {"type": "string"}, "height": {"type": "integer"...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "flag": {"type": "string"}, "version": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}}, "re...
{"name" : "page-tile", "displayName" : "Page Tile", "description" : "Represent a page", "flag" : "alpha", "version" : "1.0.0", "tags" : ["atom"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "flag": {"type": "string"}, "version": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "displayName", "description", "flag", "version", "t...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "ignore": {"type": "array", ...
{"name" : "mikorn-project", "description" : "", "main" : "gulpfile.js", "authors" : ["mikorn <info@webmikorn.ru>"], "license" : "ISC", "ignore" : ["**/.*", "node_modules", "bower_components", "app/assets/libs", "test", "tests"], "devDependencies" : {"jquery" : "^3.2.1", "font-awesome" : "^5.0.10", "bootstrap" : "^4.1.2...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "devDependencies": {"type": "object", "properti...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "phone": {"type": "string"}, "full_time_school": {"type": "boolean"}, "email": {"type": "string...
{"name" : "Grundschule im Drammetal", "id" : "NI-9994-0", "address" : "Hauptstr. 61, 37124\u00a0Rosdorf", "school_type" : "Grundschule Ganztagsschule", "phone" : "05509 1908", "full_time_school" : true, "email" : "grundschuledramfeld@t-online.de", "programs" : {"programs" : []}, "state" : "NI", "lon" : 9.875179, "lat" ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "phone": {"type": "string"}, "full_time_school": {"type": "boolean"}, "email": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": ...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"user_rating": {"type": "number"}, "review_count": {"type": "integer"}, "name": {"type": "string"}, "reviews": {"type": "array", "items": {"type": "object", "properties": {"rating": {"type": "number"}, "stay_parameters": {"type":...
{"user_rating" : 3.5, "review_count" : 145, "name" : "Steigenberger Hotel Bad Homburg", "reviews" : [{"rating" : 5.0, "stay_parameters" : "Stayed April 2004, traveled on business", "text" : "I stayed at the hotel for about a week in February, 2003. Not only are the rooms beautiful and elegant (the closet in our suite w...
json_instruct
{"type": "object", "properties": {"user_rating": {"type": "number"}, "review_count": {"type": "integer"}, "name": {"type": "string"}, "reviews": {"type": "array", "items": {"type": "object", "properties": {"rating": {"type": "number"}, "stay_parameters": {"type": "string"}, "text": {"type": "string"}, "title": {"type":...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"project_title": {"type": "string"}, "pre_release_script": {"type": "string"}}, "required": ["project_title", "pre_release_script"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"project_title" : "Kids First FHIR Data Dashboard", "pre_release_script" : ""}
json_instruct
{"type": "object", "properties": {"project_title": {"type": "string"}, "pre_release_script": {"type": "string"}}, "required": ["project_title", "pre_release_script"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "lsg_code": {"type": "string"}, "district": {"type": "string"}, "state": {"type": "string"}, "no_of_wards": {"type": "integer"}, "wards": {"type": "array", "items": {}}}, "required": ["name", "lsg_code...
{"name" : "Subhatu", "lsg_code" : "277314", "district" : "Solan", "state" : "Himachal Pradesh", "no_of_wards" : 0, "wards" : []}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "lsg_code": {"type": "string"}, "district": {"type": "string"}, "state": {"type": "string"}, "no_of_wards": {"type": "integer"}, "wards": {"type": "array", "items": {}}}, "required": ["name", "lsg_code", "district", "state", "no_of_wards", "wards"], "$schema...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"title": {"type": "string"}, "id": {"type": "string"}, "peers": {"type": "string"}, "addresses": {"type": "string"}, "location": {"type": "string"}}, "required": ["title", "id", "peers", "addresses", "location...
{"title" : "Peers", "id" : "ID", "peers" : "Peers", "addresses" : "Addresses", "location" : "Location"}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "id": {"type": "string"}, "peers": {"type": "string"}, "addresses": {"type": "string"}, "location": {"type": "string"}}, "required": ["title", "id", "peers", "addresses", "location"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "...
{"name" : "kuria/dom", "description" : "Wrappers around the PHP DOM classes", "keywords" : ["DOM", "document object model", "wrapper", "DOMDocument", "XPath", "HTML", "XML", "fragment"], "license" : "MIT", "require" : {"php" : ">=7.1", "ext-dom" : "*", "ext-libxml" : "*", "kuria/simple-html-parser" : "^2.0"}, "require-...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "ext-dom": {"type": "string"}, "ext-libxml": {"type": "strin...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"0": {"type": "boolean"}}, "required": ["0"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : "2fe036efd0e353c46b62", "c" : {"0" : false}}
json_instruct
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"0": {"type": "boolean"}}, "required": ["0"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "command": {"type": "string"}}, "required": ["name", "description", "command"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "button-jss-ts", "description" : "A simple Button test with JSS & Typescript", "command" : "agrippa gen jss-ts-button --styling jss --ts"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "command": {"type": "string"}}, "required": ["name", "description", "command"], "$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"}, "bin": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "module": {"type": "string"}, "source":...
{"name" : "@erwinstone/jsmin", "version" : "1.0.2", "description" : "Fast js minifier", "bin" : "dist/bin.js", "main" : "dist/main.js", "types" : "dist/main.d.ts", "module" : "dist/main.esm.js", "source" : "src/main.ts", "repository" : "https://github.com/erwinstone/jsmin.git", "license" : "MIT", "author" : "erwinstone...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "bin": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "module": {"type": "string"}, "source": {"type": "string"}, "repository": {"type": "string"}, "license": {"t...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/angle": {"type": "number"}, "user/throttle": {"type": "number"}, "user/mode": {"type": "string"}, "pos/pos_x": {"type": "number"}, "pos/pos_y": {"type": "number"}, "pos/po...
{"cam/image_array" : "8794_cam-image_array_.jpg", "user/angle" : 0.392, "user/throttle" : 0.678, "user/mode" : "user", "pos/pos_x" : 44.59421, "pos/pos_y" : 0.5599271, "pos/pos_z" : 58.5573, "pos/speed" : 16.45556, "pos/cte" : -5.095791, "milliseconds" : 466716}
json_instruct
{"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/angle": {"type": "number"}, "user/throttle": {"type": "number"}, "user/mode": {"type": "string"}, "pos/pos_x": {"type": "number"}, "pos/pos_y": {"type": "number"}, "pos/pos_z": {"type": "number"}, "pos/speed": {"type": "number"}, "pos/cte": ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"recid": {"type": "integer"}, "fname": {"type": "string"}, "lname": {"type": "string"}, "hasphoto": {"type": "boolean"}, "photo": {"type": "string"}, "hometown": {"type": "string"}, "latitude": {"type": "number"}, "...
{"recid" : 859, "fname" : "DON LEE", "lname" : "SHOCKLEY", "hasphoto" : true, "photo" : "859.png", "hometown" : "SALISBURY", "latitude" : 38.36067, "longitude" : -75.59937, "county" : "WICOMICO", "countyid" : 45, "stateid" : "24", "badloc" : false, "casdate" : -87264000000.0}
json_instruct
{"type": "object", "properties": {"recid": {"type": "integer"}, "fname": {"type": "string"}, "lname": {"type": "string"}, "hasphoto": {"type": "boolean"}, "photo": {"type": "string"}, "hometown": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "county": {"type": "string"}, "countyid...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"cumulativeRecoveredCases": {"type": "array", "items": {"type": "integer"}}}, "required": ["cumulativeRecoveredCases"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"cumulativeRecoveredCases" : [0, 0, 0, 0, 0, 0, 2, 2, 2, 2, 2, 2, 7, 10, 13, 14, 17, 17, 18, 24, 32, 32, 33, 36, 44, 49, 53, 69, 86, 90, 97, 104, 106, 112, 134, 147, 161, 168, 176, 181, 192, 202, 210, 214, 217, 218, 223, 230, 234, 238, 241, 243, 243, 243, 248, 248, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250...
json_instruct
{"type": "object", "properties": {"cumulativeRecoveredCases": {"type": "array", "items": {"type": "integer"}}}, "required": ["cumulativeRecoveredCases"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"PRODUCT_NAME": {"type": "string"}, "MANUFACTURER": {"type": "string"}, "BRANDNAME": {"type": "string"}, "WEIGHT": {"type": "string"}}, "required": ["PRODUCT_NAME", "MANUFACTURER", "BRANDNAME", "WEIGHT"], "$sche...
{"PRODUCT_NAME" : "Drinking Water", "MANUFACTURER" : "Johmolly Company Limited", "BRANDNAME" : "Mist Ice", "WEIGHT" : "1.5ltrs"}
json_instruct
{"type": "object", "properties": {"PRODUCT_NAME": {"type": "string"}, "MANUFACTURER": {"type": "string"}, "BRANDNAME": {"type": "string"}, "WEIGHT": {"type": "string"}}, "required": ["PRODUCT_NAME", "MANUFACTURER", "BRANDNAME", "WEIGHT"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"401066": {"type": "object", "properties": {"success": {"type": "boolean"}}, "required": ["success"]}}, "required": ["401066"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"401066" : {"success" : false}}
json_instruct
{"type": "object", "properties": {"401066": {"type": "object", "properties": {"success": {"type": "boolean"}}, "required": ["success"]}}, "required": ["401066"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"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" : "1401061004", "district_id" : "1401061", "name" : "BANJAR NANTIGO"}
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#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"css/react-datetime.css": {"type": "string"}, "css/react-datetime.min.css": {"type": "string"}, "react-datetime.js": {"type": "string"}, "react-datetime.min.js": {"type": "string"}}, "required": ["css/react-da...
{"css/react-datetime.css" : "sha512-DJ1IR0rEMktPrQZo+GYanLfK8PptMs4ixAnMd7ATpyrUlhAU+vSLdAdshRcsKe6IQIWMVUlol8WtAE7AAW+pSQ==", "css/react-datetime.min.css" : "sha512-qb2Q910HNarWHur3Y8nP1xpR4ic375iy2MFMI27VWhyrlYpQxeobBjScxF/qNOCj+c89USzPMicruz0q58ibig==", "react-datetime.js" : "sha512-FierDPfsHM11y6+hBxL8V9zK/8PBJHjVV...
json_instruct
{"type": "object", "properties": {"css/react-datetime.css": {"type": "string"}, "css/react-datetime.min.css": {"type": "string"}, "react-datetime.js": {"type": "string"}, "react-datetime.min.js": {"type": "string"}}, "required": ["css/react-datetime.css", "css/react-datetime.min.css", "react-datetime.js", "react-dateti...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "id": {"type": "string"}, "decimals": {"type": "integer"}, "coingecko_url": {"type": "string"}, "market_cap_usd": {"type": "integer"}, "market_cap_rank": {"...
{"name" : "Bondly", "symbol" : "BONDLY", "id" : "0x91dFbEE3965baAEE32784c2d546B7a0C62F268c9", "decimals" : 18, "coingecko_url" : "https://www.coingecko.com/en/coins/bondly", "market_cap_usd" : 19243734, "market_cap_rank" : 991, "24_hr_volume_usd" : 694191, "public_notice" : "Bondly tokens have been migrated to a new co...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "id": {"type": "string"}, "decimals": {"type": "integer"}, "coingecko_url": {"type": "string"}, "market_cap_usd": {"type": "integer"}, "market_cap_rank": {"type": "integer"}, "24_hr_volume_usd": {"type": "integer"}, "public_noti...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {".js": {"type": "string"}}, "required": [".js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{".js" : "c8caf7e04bcd49fe6f7181905cb9c3e17875cfa6.js"}
json_instruct
{"type": "object", "properties": {".js": {"type": "string"}}, "required": [".js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "locati...
{"id" : 19130, "title" : ["[The Lost Fletcher, Arsenal]"], "description" : ["Pieces of sailcloth hang from the criss-crossed pattern of rafters above, their striped patterns decorating the small space. Several racks of bows are hung from the walls, a wide variety available to choose from. Several barrels stand to the...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"19129"...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "descr...
{"title" : "[MMD] [DANCE] [R16] \u840c\u738bEX - \u79e6\u59cb\u7687 Emperor Qin Shi Huang _ TOXIC [4k]", "author" : "bobopenguin", "description" : "Welcomeundefinedtoundefinedanotherundefinedemperorundefinedqin&apos;sundefinedhotundefinedhotundefineddanceundefined:)undefinedIundefinedamundefinedsureundefinedbyundefine...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://js...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"e_id": {"type": "string"}, "title": {"type": "string"}, "content": {"type": "string"}, "picNo": {"type": "string"}, "picUrl": {"type": "array", "items": {"type": "object", "properties": {"pic_title": {...
[{"e_id" : "3983", "title" : "\u4e49\u5f8b\u6f5c\u5165\u5e7f\u5dde\u7834\u574f\u7981\u70df", "content" : "\n\u00a0\u00a0\u00a0\u00a0\u5728182\u5e74\u524d\u7684\u4eca\u5929\uff0c1839\u5e743\u670824\u65e5(\u519c\u53861839\u5e742\u670810\u65e5)\uff0c\u4e49\u5f8b\u6f5c\u5165\u5e7f\u5dde\u7834\u574f\u7981\u70df\u3002\u82f1\...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"e_id": {"type": "string"}, "title": {"type": "string"}, "content": {"type": "string"}, "picNo": {"type": "string"}, "picUrl": {"type": "array", "items": {"type": "object", "properties": {"pic_title": {"type": "string"}, "suffix": {"type": "string"}, "id": {"...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"lock_version": {"type": "integer"}, "barcode": {"type": "string"}, "indicator": {"type": "string"}, "created_by": {"type": "string"}, "last_modified_by": {"type": "string"}, "create_time": {"type": "string"},...
{"lock_version" : 1, "barcode" : "00000000026308", "indicator" : "070.195 HON", "created_by" : "sgandhi", "last_modified_by" : "sgandhi", "create_time" : "2017-07-20T20:08:51Z", "system_mtime" : "2017-12-15T22:26:27Z", "user_mtime" : "2017-07-20T20:08:51Z", "type" : "item", "jsonmodel_type" : "top_container", "active_r...
json_instruct
{"type": "object", "properties": {"lock_version": {"type": "integer"}, "barcode": {"type": "string"}, "indicator": {"type": "string"}, "created_by": {"type": "string"}, "last_modified_by": {"type": "string"}, "create_time": {"type": "string"}, "system_mtime": {"type": "string"}, "user_mtime": {"type": "string"}, "type"...
Construct a JSON document that adheres to this schema specification: {"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" : "image-orientation-js", "version" : "1.0.0", "description" : "Module to fix ios/android image rotation issue when user take a photo and upload via input field.", "main" : "main.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "keywords" : ["js", "image", "image-orientation", "android...
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"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "tags":...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "build": {"type": "object", "properties": {"dockerfile": {"type": "string"}}, "required": ["dockerfile"]}, "extensions": {"type": "array", "items": {"type": "string"}}, "forwardPorts": {"ty...
{"name" : "Azure function", "build" : {"dockerfile" : "Dockerfile"}, "extensions" : ["ms-dotnettools.csharp"], "forwardPorts" : [7071], "remoteUser" : "vscode"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "build": {"type": "object", "properties": {"dockerfile": {"type": "string"}}, "required": ["dockerfile"]}, "extensions": {"type": "array", "items": {"type": "string"}}, "forwardPorts": {"type": "array", "items": {"type": "integer"}}, "remoteUser": {"type": "...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "sourceName": {"type": "string"}, "sourcePath": {"type": "string"}, "targetInstanceVariable": {"type": "string"}}, "required": ["id", "sourceName", "sourcePath", "targetInstanceVariable"], "$schema"...
{"id" : "12433494-0481-4e0e-9f96-bfe5a3de01d9", "sourceName" : "opphoerstidspunkt", "sourcePath" : "/folkeregisterperson/vergemaalEllerFremtidsfullmakt/", "targetInstanceVariable" : "/InstanceVariable/393b65c4-8afa-4f5f-9cb0-d060c7745980"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "sourceName": {"type": "string"}, "sourcePath": {"type": "string"}, "targetInstanceVariable": {"type": "string"}}, "required": ["id", "sourceName", "sourcePath", "targetInstanceVariable"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "main", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "pageList", "main" : "pageList.js", "description" : "\u9875\u9762\u5217\u8868"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "main", "description"], "$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"}, "keywords": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "scripts": {"type": "object", "pr...
{"name" : "@akashacms/plugins-dlassets", "version" : "0.8.1", "description" : "Automatically download assets referenced in links, images, etc", "keywords" : ["content management system", "cms", "static site generator", "static file server", "web development", "build and deployment", "renderer", "templating", "templates...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"dopublish": {"type": "string"}}, "required": ["dopublish"]...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "uuid": {"type": "string"}, "description": {"type": "string"}, "severity": {"type": "integer"}, "style__name": {"type": "string"}}, "required": ["name", "uuid", "description", "severity", "style__...
{"name" : "MINOR", "uuid" : "9353d796-cfb1-4a2e-a738-67dce8c4623b", "description" : "Some services are affected. Overal impact on network operation is limited", "severity" : 3000, "style__name" : "FM MINOR"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "uuid": {"type": "string"}, "description": {"type": "string"}, "severity": {"type": "integer"}, "style__name": {"type": "string"}}, "required": ["name", "uuid", "description", "severity", "style__name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"sp": {"type": "object", "properties": {"provider": {"type": "object", "properties": {"id": {"type": "integer"}, "secret": {"type": "string"}, "urls": {"type": "array", "items": {"type": "string"}}}, "required":...
{"sp" : {"provider" : {"id" : 123, "secret" : "abc", "urls" : ["url1", "url2", " "]}, "researcher" : {"id" : 567, "secret" : "efg", "urls" : [""]}, "participant" : {"id" : 890, "secret" : "uvw", "urls" : [""]}}}
json_instruct
{"type": "object", "properties": {"sp": {"type": "object", "properties": {"provider": {"type": "object", "properties": {"id": {"type": "integer"}, "secret": {"type": "string"}, "urls": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "secret", "urls"]}, "researcher": {"type": "object", "properties": ...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "68f75a20a201d254603c1dd0f224d389b817f053"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"produ...
{"userId" : 23738, "cartId" : "370fbb16-2476-47a5-a1bc-4b09e4c113a0", "preferredProducts" : [1399, 3817, 947, 3124, 289, 2904], "productReviews" : [{"productId" : 992, "reviewText" : "heard about this on compas radio, decided to give it a try.", "reviewDate" : "2017-11-19T18:32:46.3392341+02:00"}, {"productId" : 2962, ...
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Synaq\\HttpClient\\": {"type": "string"}}, "required": ["Synaq\\HttpClient\\"]}}, "required": ["psr...
{"name" : "synaq/http-client", "autoload" : {"psr-4" : {"Synaq\\HttpClient\\" : "src"}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Synaq\\HttpClient\\": {"type": "string"}}, "required": ["Synaq\\HttpClient\\"]}}, "required": ["psr-4"]}}, "required": ["name", "autoload"], "$schema": "http://json-sch...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"...
{"artist_id" : "AR26N5C1187FB52DDB", "artist_latitude" : null, "artist_location" : "", "artist_longitude" : null, "artist_name" : "World Party", "duration" : 305.31873, "num_songs" : 1, "song_id" : "SOWFQJT12AB0180C58", "title" : "Ain't Gonna Come Till I'm Ready", "year" : 1990}
json_instruct
{"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title"...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"limit": {"type": "integer"}, "name": {"type": "string"}, "value": {"type": "integer"}, "highalch": {"type": "integer"}, "id": {"type": "integer"}, "lowalch": {"type": "integer"}, "name_pt": {"type": "string"}...
{"limit" : 10000, "name" : "Clean marrentill", "value" : 5, "highalch" : 3, "id" : 251, "lowalch" : 2, "name_pt" : "Marrentil limpo", "price" : 6370, "last" : 6066}
json_instruct
{"type": "object", "properties": {"limit": {"type": "integer"}, "name": {"type": "string"}, "value": {"type": "integer"}, "highalch": {"type": "integer"}, "id": {"type": "integer"}, "lowalch": {"type": "integer"}, "name_pt": {"type": "string"}, "price": {"type": "integer"}, "last": {"type": "integer"}}, "required": ["l...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "node-sass-cho...
{"name" : "frontend", "version" : "0.1.0", "private" : true, "homepage" : "https://faucet.callisto.network", "dependencies" : {"axios" : "^0.18.0", "node-sass-chokidar" : "^1.3.3", "npm-run-all" : "^4.1.2", "react" : "^16.2.1", "react-dom" : "^16.2.1", "react-scripts" : "1.1.4"}, "scripts" : {"build-css" : "node-sass-c...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "node-sass-chokidar": {"type": "string"}, "npm-run-all": {"type": "string"}, "react"...
The schema below describes a JSON structure. Generate a valid example: {"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" : "39846f5023a38fa9ebbc", "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": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "pr...
{"id" : "16738", "name" : {"en" : "Milos"}, "country" : "GR", "region" : "LI", "identifiers" : {"wmo" : "16738", "usaf" : "167380"}, "location" : {"latitude" : 36.7167, "longitude" : 24.45, "elevation" : 182}, "timezone" : "Europe/Athens"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"wmo": {"type": "string"}, "usaf": {"type": "string"}}, "req...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"...
{"name" : "proposal-regexp-features", "version" : "0.0.0", "private" : true, "description" : "Proposal to investigate additional language features for ECMAScript Regular Expressions", "homepage" : "https://github.com/rbuckton/proposal-regexp-features#readme", "author" : {"name" : "Ron Buckton", "email" : "ron.buckton@m...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "emai...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type...
{"\u5de5\u5ee0\u540d\u7a31" : "\u79d1\u6636\u4f01\u696d\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99706967", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u6843\u5712\u5e02\u6843\u5712\u5340\u5927\u6797\u91cc\u5927\u660e\u8857\uff15\uff14\u865f\uff11\u...
json_instruct
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "st...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "dt": {"type": "integer"}, "ar": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", ...
[{"id" : 1438409020, "name" : "Disney Medley 2 (A cappella)", "dt" : 313824, "ar" : {"id" : 1032036, "name" : "\u674e\u79c0\u8d24"}, "al" : {"id" : 0, "name" : "", "picUrl" : "https://p1.music.126.net/4hE3cHjrNkhdN_1pfu3A6g==/109951165289129410.jpg"}}, {"id" : 399354288, "name" : "\uadf8\ub300\ub294 \ub098\uc758 \uafc8...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "dt": {"type": "integer"}, "ar": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "al": {"type": "object", "properties": {"id": {"type...
Following the schema specification below, generate a valid JSON instance: {"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" : "9418026009", "district_id" : "9418026", "name" : "ERIMBUR"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"resume_filename": {"type": "string"}, "archive_filename": {"type": "string"}, "archive_password": {"type": "string"}, "dist_dir": {"type": "string"}, "src_dir": {"type": "string"}}, "required": ["resume_filename", "archive_fil...
{"resume_filename" : "my_resume.pdf", "archive_filename" : "resume.zip", "archive_password" : "SuperSecret!", "dist_dir" : "dist", "src_dir" : "src"}
json_instruct
{"type": "object", "properties": {"resume_filename": {"type": "string"}, "archive_filename": {"type": "string"}, "archive_password": {"type": "string"}, "dist_dir": {"type": "string"}, "src_dir": {"type": "string"}}, "required": ["resume_filename", "archive_filename", "archive_password", "dist_dir", "src_dir"], "$schem...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01019835": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "propertie...
{"type" : "Topology", "objects" : {"E01019835" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00100360", "LAD11CD" : "E07000039"}, "arcs" : [[0, 1]]}, {"type" : "Polygon", "properti...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01019835": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "str...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "deploy": {"type": "string"}}, "required": ["start", "build", "deploy"]}, "dependencies": {"type": "object",...
{"scripts" : {"start" : "expo start", "build" : "expo build:web", "deploy" : "npx netlify deploy --dir web-build"}, "dependencies" : {"expo" : "36.0.0", "react" : "16.9.0", "react-dom" : "16.9.0", "react-native" : "https://github.com/expo/react-native/archive/sdk-36.0.0.tar.gz", "react-native-web" : "0.11.7", "react-ro...
json_instruct
{"type": "object", "properties": {"scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "deploy": {"type": "string"}}, "required": ["start", "build", "deploy"]}, "dependencies": {"type": "object", "properties": {"expo": {"type": "string"}, "react": {"type": "string"}, "r...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "array", "items": {"type": "object", "properties": {"count": {"type": "integer"}, "_tpl": {"type": "string"}}, "required": ["count", "_tpl"]}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[{"count" : 15100, "_tpl" : "5449016a4bdc2d6f028b456f"}]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "object", "properties": {"count": {"type": "integer"}, "_tpl": {"type": "string"}}, "required": ["count", "_tpl"]}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"error": {"type": "null"}, "issue...
{"contract" : "0xdde385b83fd95e7a6cea6d1511f9eb577808ce15", "tool" : "mythril", "start" : 1563721730.653002, "end" : 1563721736.514507, "duration" : 5.861505031585693, "analysis" : {"error" : null, "issues" : [], "success" : true}}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"error": {"type": "null"}, "issues": {"type": "array", "items": {}}, "success": {"type": "bo...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1917, 5], [1920, 5], [1922, 5], [1925, 5], [1929, 7], [1931, 5], [1935, 7], [1942, 6], [1952, 7], [1956, 5]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["cuttingboard", "databag", "delivery-boy", "memori", "proxybot", "proxylite", "sails-hook-device", "sails-hook-meta", "stderror"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"acadYear": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "department": {"type": "string"}, "faculty": {"type": "string"}, "workload": {"type": "array", "items": {"type": "integ...
{"acadYear" : "2019/2020", "description" : "It aims to provide students with practical professional experience involving at least ten weeks in an archive, museum, historical library, or the heritage business. The hosting institution in collaboration with the Department will define the workscope of students on internshi...
json_instruct
{"type": "object", "properties": {"acadYear": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "department": {"type": "string"}, "faculty": {"type": "string"}, "workload": {"type": "array", "items": {"type": "integer"}}, "moduleCredit": {"type": "string"}, "moduleCode": {"type": "stri...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"index.js": {"type": "string"}, "index.min.js": {"type": "string"}}, "required": ["index.js", "index.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"index.js" : "sha512-Wyt2wnyWueiEf0XowwSaqe2jVFq1T8ADZFhjlvGVDfbhX5yOD+3/flRBx3fkZiDA0A0Ns7P6cPVOZfaSmYbULg==", "index.min.js" : "sha512-DG8xdpPS2J9IOwYIGBx+aEQ9/pqMx21gAomI+B8/+dzqx+jDGh6gwuGptDFA2TnfEwt8kEVFQ+1NQj5Q6Gv+DQ=="}
json_instruct
{"type": "object", "properties": {"index.js": {"type": "string"}, "index.min.js": {"type": "string"}}, "required": ["index.js", "index.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"key": {"type": "string"}, "suffix": {"type": "string"}, "positions": {"type": "array", "items": {"type": "object", "properties": {"frets": {"type": "string"}, "fingers": {"type": "string"}}, "required": ["frets...
{"key" : "C#", "suffix" : "sus2b5/D", "positions" : [{"frets" : "x5564x", "fingers" : "023410"}, {"frets" : "aabcxb", "fingers" : "112304", "barres" : "10", "capo" : "true"}, {"frets" : "x5x643", "fingers" : "030421"}, {"frets" : "aax889", "fingers" : "340112", "barres" : "8", "capo" : "true"}, {"frets" : "aab88x", "fi...
json_instruct
{"type": "object", "properties": {"key": {"type": "string"}, "suffix": {"type": "string"}, "positions": {"type": "array", "items": {"type": "object", "properties": {"frets": {"type": "string"}, "fingers": {"type": "string"}}, "required": ["frets", "fingers"]}}}, "required": ["key", "suffix", "positions"], "$schema": "h...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"...
{"name" : "heavenproject/asset-loader", "description" : "Public asset files loader", "keywords" : ["asset", "asset loader", "nette asset loader"], "type" : "library", "homepage" : "https://github.com/CSHH/asset-loader", "license" : "MIT", "authors" : [{"name" : "Community of volunteers"}], "require" : {"heavenproject/u...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type...
{"name" : "django-backend", "version" : "0.0.0", "description" : "", "repository" : {"type" : "git", "url" : "git+https://github.com/team23/django_backend.git"}, "devDependencies" : {"gulp" : "^3.9.0", "gulp-concat" : "^2.6.0", "gulp-if" : "^1.2.5", "gulp-sass" : "^2.0.4", "gulp-sourcemaps" : "^1.6.0", "gulp-uglify" : ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "devDependencies": {"type": "object", "properties": {"gulp...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "st...
{"citations" : [{"textCitation" : "[See prodeq2sdv on Metamath](http://us.metamath.org/mpegif/prodeq2sdv.html)"}], "names" : ["prodeq2sdv"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_wph", "#T_wi", "#T_cB", "#T_wceq", "#T_cC", "#T_wph", "#T_wi", "#T_cprod--1", "#T_vk", "#T_cprod--2", "#T_cA", "#T_cB", "#T_wc...
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...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {...
{"localities" : ["Yoder, IN"], "state" : "IN", "postal_code" : "46798", "locality" : "Yoder, IN", "lat" : 40.938582, "region" : {"fips" : "18", "abbr" : "IN", "name" : "Indiana"}, "city" : "Yoder", "type" : "STANDARD", "lng" : -85.214712, "counties" : [{"fips" : "003", "name" : "Allen County"}, {"fips" : "179", "name" ...
json_instruct
{"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "...
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"}, "test:smoke": {"type":...
{"name" : "@adobe/theblog-tests", "version" : "1.1.0", "description" : "Helix Basic Example", "main" : "src/index.js", "scripts" : {"test" : "env TEST_DOMAIN=hlx.page mocha --exit test/**/*", "test:smoke" : "env TEST_DOMAIN=$TEST_DOMAIN mocha --exit test/**/*", "lint" : "./node_modules/.bin/eslint ."}, "repository" : {...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "test:smoke": {"type": "string"}, "lint": {"type": "string"}}, "required": ["test", "test:s...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type...
{"name" : "all-digital", "version" : "2.1.1", "description" : "CSS for All Digital", "repository" : {"type" : "git", "url" : "https://github.com/Comcast/all-digital.git"}, "keywords" : ["css", "sass", "mobile-first", "responsive", "front-end", "web"], "author" : "Comcast", "license" : "Apache 2.0"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"key": {"type": "string"}, "title": {"type": "string"}, "subtitle": {"type": "null"}, "publishers": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "isb...
{"key" : "/books/OL8973135M", "title" : "Pastel Techniques (Crowood Art Class)", "subtitle" : null, "publishers" : ["Crowood Pr"], "authors" : ["Lionel Aggett"], "isbn_10" : "1852236469", "isbn_13" : "9781852236465", "publish_date" : "April 1993", "subjects" : ["Art techniques & materials", "Crayon & pastel drawing", "...
json_instruct
{"type": "object", "properties": {"key": {"type": "string"}, "title": {"type": "string"}, "subtitle": {"type": "null"}, "publishers": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "isbn_10": {"type": "string"}, "isbn_13": {"type": "string"}, "publish_date": {...
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["DG33-C990", "DG57-C003"]
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": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "d1199-2", "text" : "NAEB MEWS LETTER.Deo. 5, 1939-- .page 3\nKRUO OBSERVES 15 th , NNITEI ; X\nKFUO? the Lutheran 9osp I \u2019vice1* commemorated its 15th anniversary\non December 10th wi h a Sunday rally at the Municipal Opera\nHouse, St. Louis, t th a; >ses by the Rev. Alfred Rosohke and\nDr. Walter A. Hale...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"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" : "Placa de armadura SLAAP (Cor areia)", "ShortName" : "SLAAP", "Description" : "Armadura adicional para o capacete Ops-Core FAST, feita com placa de polietileno (Prote\u00e7\u00e3o classe 5)."}
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#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"total": {"type": "integer"}, "positive": {"type": "integer"}, "negative": {"type": "integer"}, "Date": {"type": "integer"}, "p_percent": {"type": "number"}, "n_percent": {"type": "number"}}, "required": ["total", "...
{"total" : 64489471, "positive" : 6628744, "negative" : 57860727, "Date" : 1637280000000, "p_percent" : 10.3, "n_percent" : 89.7}
json_instruct
{"type": "object", "properties": {"total": {"type": "integer"}, "positive": {"type": "integer"}, "negative": {"type": "integer"}, "Date": {"type": "integer"}, "p_percent": {"type": "number"}, "n_percent": {"type": "number"}}, "required": ["total", "positive", "negative", "Date", "p_percent", "n_percent"], "$schema": "h...
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" : "Wandignies-Hamage", "dpt" : "Nord", "inscrits" : 917, "abs" : 169, "votants" : 748, "blancs" : 60, "nuls" : 30, "exp" : 658, "res" : [{"panneau" : "2", "voix" : 341}, {"panneau" : "1", "voix" : 317}]}
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"...
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"message": {"type": "string"}, "line": {"type": "integer"}, "column": {"type": "integer"}, "endLine": {"type": "integer"}, "endColumn": {"type": "integer"}}, "required": ["message", "line",...
[{"message" : "\"str\" must be string.", "line" : 3, "column" : 5, "endLine" : 3, "endColumn" : 8}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"message": {"type": "string"}, "line": {"type": "integer"}, "column": {"type": "integer"}, "endLine": {"type": "integer"}, "endColumn": {"type": "integer"}}, "required": ["message", "line", "column", "endLine", "endColumn"]}, "$schema": "http://json-schema.or...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "emendatusenigmatica:block/lead_scoria_ore"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "place_type": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "city": {"type": "string"}}, "required...
[{"postal_code" : "41400", "place_name" : "El Porvenir", "place_type" : "Colonia", "county" : "Zapotitl\u00e1n Tablas", "state" : "Guerrero", "city" : ""}, {"postal_code" : "41400", "place_name" : "El Ahuehuete", "place_type" : "Colonia", "county" : "Zapotitl\u00e1n Tablas", "state" : "Guerrero", "city" : ""}, {"postal...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "place_type": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "city": {"type": "string"}}, "required": ["postal_code", "place_name", "place_type", "county", "s...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"BERT_MODEL": {"type": "string"}, "CLASS_NAMES": {"type": "array", "items": {"type": "string"}}}, "required": ["BERT_MODEL", "CLASS_NAMES"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"BERT_MODEL" : "./bert-imdb", "CLASS_NAMES" : ["negative", "positive"]}
json_instruct
{"type": "object", "properties": {"BERT_MODEL": {"type": "string"}, "CLASS_NAMES": {"type": "array", "items": {"type": "string"}}}, "required": ["BERT_MODEL", "CLASS_NAMES"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"type": {"type": "string"}, "metadata": {"type": "object", "properties": {"generated": {"type": "integer"}, "url": {"type": "string"}, "title": {"type": "string"}, "status": {"type": "integer"}, "api": {"type": "stri...
{"type" : "FeatureCollection", "metadata" : {"generated" : 1601173588000, "url" : "https://earthquake.usgs.gov/fdsnws/event/1/query?format=geojson&minmagnitude=6&maxmagnitude=8", "title" : "USGS Earthquakes", "status" : 200, "api" : "1.10.3", "count" : 16}, "features" : [{"type" : "Feature", "properties" : {"mag" : 6.1...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "metadata": {"type": "object", "properties": {"generated": {"type": "integer"}, "url": {"type": "string"}, "title": {"type": "string"}, "status": {"type": "integer"}, "api": {"type": "string"}, "count": {"type": "integer"}}, "required": ["generated", "url", ...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "pseudology", "definition" : "Falsehood of speech. Arbuthnot."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"eyedropper": {"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}, "paths": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "string"}}, "required": ...
{"eyedropper" : {"width" : 1792, "height" : 1792, "paths" : [{"d" : "M1698 94q94 94 94 226.5t-94 225.5l-225 223 104 104q10 10 10 23t-10 23l-210 210q-10 10-23 10t-23-10l-105-105-603 603q-37 37-90 37h-203l-256 128-64-64 128-256v-203q0-53 37-90l603-603-105-105q-10-10-10-23t10-23l210-210q10-10 23-10t23 10l104 104 223-225q9...
json_instruct
{"type": "object", "properties": {"eyedropper": {"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}, "paths": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "string"}}, "required": ["d"]}}}, "required": ["width", "height", "paths"]}}, "required": ["e...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"config": {"type": "object", "properties": {"abort": {"type": "object", "properties": {"no_devices_found": {"type": "string"}, "single_instance_allowed": {"type": "string"}}, "required": ["no_devices_found", "single_...
{"config" : {"abort" : {"no_devices_found" : "Nenhum dispositivo LIFX encontrado na rede.", "single_instance_allowed" : "Apenas uma configura\u00e7\u00e3o do LIFX \u00e9 permitida."}, "step" : {"confirm" : {"description" : "Deseja configurar o LIFX?", "title" : "LIFX"}}}}
json_instruct
{"type": "object", "properties": {"config": {"type": "object", "properties": {"abort": {"type": "object", "properties": {"no_devices_found": {"type": "string"}, "single_instance_allowed": {"type": "string"}}, "required": ["no_devices_found", "single_instance_allowed"]}, "step": {"type": "object", "properties": {"confir...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["./fonts/google/carrois-gothic-sc/files/carrois-gothic-sc-latin-400-normal.woff", "./fonts/google/carrois-gothic-sc/files/carrois-gothic-sc-latin-400-normal.woff2", "./fonts/google/carrois-gothic-sc/files/carrois-gothic-sc-all-400-normal.woff"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"ty...
{"name" : "itty-js", "version" : "1.0.1", "description" : "An itty-bitty DOM traversal library.", "main" : "dist/index.js", "types" : "dist/index.d.ts", "repository" : {"type" : "git", "url" : "https://github.com/reed-jones/itty-js.git"}, "author" : "Reed Jones <reedjones@reedjones.com>", "license" : "ISC", "scripts" :...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"type": "stri...
{"geometry" : {"type" : "Point", "coordinates" : [-85.96, 41.68]}, "type" : "Feature", "id" : "46516", "properties" : {"other_cities" : "", "city" : "Elkhart", "state" : "IN", "county" : "Elkhart County"}}
json_instruct
{"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"other_c...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type...
{"lastUpdated" : 1655019279666, "username" : "PokemonGerman", "scores" : [{"xp" : 12338, "rank" : 246, "cardId" : 565}, {"xp" : 6222, "rank" : 341, "cardId" : 381}, {"xp" : 28278, "rank" : 135, "cardId" : 145}, {"xp" : 9399, "rank" : 321, "cardId" : 191}]}
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...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"tes...
{"name" : "mynextjsapp", "version" : "0.0.0", "description" : "", "keywords" : [], "main" : "index.js", "scripts" : {"test" : "jest", "flow" : "flow", "dev" : "next", "build" : "next build", "start" : "next start"}, "dependencies" : {"classnames" : "^2.2.5", "d3" : "^4.10.2", "next" : "^3.2.2", "react" : "^15.6.1", "re...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "flow": {"type": "string"}, "dev": {"type": "st...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"aight.d3.js": {"type": "string"}, "aight.d3.min.js": {"type": "string"}, "aight.js": {"type": "string"}, "aight.min.js": {"type": "string"}}, "required": ["aight.d3.js", "aight.d3.min.js", "aight.js", "aight.min.js...
{"aight.d3.js" : "sha512-/IStAfZLjY8RCQcDhyFQI9pTHETQJ88ed5H/ZkvcQDzZwTOIY9aCYmCLNKl3HIcAcGkFuR3tJV3lnz77HYGALg==", "aight.d3.min.js" : "sha512-V4dRhkZ4p03XXoyA3XQmPz5h0ztpTXT5AQ9cgCqjqsdUFimdeyPOVxCMtkXrTS+NPBHWsvVFSIUHZ6k3GbsXLg==", "aight.js" : "sha512-6DcI4NPePEwmkc/COUWakT68oFsixVXJveeBpLGjSk88RZoRuQpgRihrL23aJb/+...
json_instruct
{"type": "object", "properties": {"aight.d3.js": {"type": "string"}, "aight.d3.min.js": {"type": "string"}, "aight.js": {"type": "string"}, "aight.min.js": {"type": "string"}}, "required": ["aight.d3.js", "aight.d3.min.js", "aight.js", "aight.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"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"}},...
{"version" : 1.0, "people" : [{"face_keypoints" : [], "pose_keypoints" : [84.1574803149606, 44.4509090909091, 0.857625395059586, 100.031496062992, 90.2981818181818, 0.69634585082531, 65.007874015748, 95.1854545454545, 0.656341701745987, 0, 0, 0, 0, 0, 0, 135.55905511811, 84.9454545454546, 0.580269560217857, 157.7322834...
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 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_17fend8u", "name" : "dre5044"}, "date" : {"day" : 1599091200, "full" : 1599151190, "month" : 1598918400, "week" : 1598745600}, "id" : "t3_ilx08l", "picture" : {"filesize" : 71224, "fullUrl" : "https://preview.redd.it/1gcy5uwznyk51.jpg?auto=webp&s=ac1d989412af25485ca5a757b39613cd57ae827b", "hash"...
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"}},...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type...
{"ast" : null, "code" : "var _jsxFileName = \"C:\\\\Users\\\\Izabella.Varga\\\\Documents\\\\autonomous-fleet\\\\autonomous-fleet\\\\app\\\\static\\\\app\\\\src\\\\modules\\\\auction_house\\\\index.js\";\nimport React, { useEffect } from 'react';\n\nconst AuctionHouse = () => {\n useEffect(() => {}, []);\n return /*#_...
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...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/sc...
[{"year" : 1994, "sex" : "M", "n" : 11, "prop" : 5.4e-06}, {"year" : 1995, "sex" : "M", "n" : 7, "prop" : 3.48e-06}, {"year" : 1997, "sex" : "M", "n" : 7, "prop" : 3.5e-06}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "null"}, "country": {"type": "string"}, "state": {"type": "string"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type":...
{"name" : "Ferris State University", "alt_name" : null, "country" : "United States", "state" : "Michigan", "address" : {"street" : "1201, South State Street", "city" : "Big Rapids", "province" : "Michigan", "postal_code" : "49307"}, "contact" : {"telephone" : "+1(231) 591-2000", "website" : "http://www.ferris.edu", "em...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "null"}, "country": {"type": "string"}, "state": {"type": "string"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "string"}, "postal_code": {"type": "string"}...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"derivation": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "outline": {"type": "string"}}, "required": ["derivati...
{"derivation" : "from G303 (\u1f00\u03bd\u03b1\u03b3\u03b9\u03bd\u03ce\u03c3\u03ba\u03c9) and G1097 (\u1f00\u03bd\u03b1\u03b3\u03b9\u03bd\u03ce\u03c3\u03ba\u03c9);", "kjv_def" : "read", "lemma" : "\u1f00\u03bd\u03b1\u03b3\u03b9\u03bd\u03ce\u03c3\u03ba\u03c9", "frequency" : 29, "strongs_def" : " to know again, i.e. (by ...
json_instruct
{"type": "object", "properties": {"derivation": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "outline": {"type": "string"}}, "required": ["derivation", "kjv_def", "lemma", "frequency", "strongs_def", "outline"], "$sc...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"start": {"type": "array", "items": {"type": "integer"}}, "finish": {"type": "array", "items": {"type": "integer"}}}, "required": ["start", "finish"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"start" : [160, 765], "finish" : [2763, 591]}
json_instruct
{"type": "object", "properties": {"start": {"type": "array", "items": {"type": "integer"}}, "finish": {"type": "array", "items": {"type": "integer"}}}, "required": ["start", "finish"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"accession_number": {"type": "string"}, "actors": {"type": "array", "items": {"type": "object", "properties": {"ULAN": {"type": "object", "properties": {"Name": {"type": "null"}, "UlanIdNo": {"type": "null"}}, "...
{"accession_number" : "80.469B", "actors" : [{"ULAN" : {"Name" : null, "UlanIdNo" : null}, "after_follower" : null, "birth_date" : "1769", "collaboration" : null, "death_date" : "1836", "display_name" : "Yoshimura K^okei", "first" : null, "fullname" : "Yoshimura K^okei", "irn" : 468, "last" : "Yoshimura K^okei", "middl...
json_instruct
{"type": "object", "properties": {"accession_number": {"type": "string"}, "actors": {"type": "array", "items": {"type": "object", "properties": {"ULAN": {"type": "object", "properties": {"Name": {"type": "null"}, "UlanIdNo": {"type": "null"}}, "required": ["Name", "UlanIdNo"]}, "after_follower": {"type": "null"}, "birt...
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": {"prepare": {"type": "string"}, "build": {"type":...
{"name" : "@eix/ui", "version" : "1.0.0", "description" : "the ui for the eix game engine", "main" : "dist/main", "scripts" : {"prepare" : "tsc", "build" : "tsc", "test" : "mocha"}, "repository" : {"type" : "git", "url" : "git+https://github.com/eix-js/ui"}, "keywords" : ["ui", "eix", "engine", "game", "idk"], "author"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"prepare": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}}, "required": ["prepare", "build...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"value": {"type": "integer"}}, "required": ["value"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"value" : -40316819}
json_instruct
{"type": "object", "properties": {"value": {"type": "integer"}}, "required": ["value"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"VersionId": {"type": "string"}, "IsDefaultVersion": {"type": "boolean"}, "CreateDate": {"type": "string"}, "PolicyName": {"type": "string"}}, "required": ["VersionId", "IsDefaultVersion", "CreateDate", "PolicyName"], "$sche...
{"VersionId" : "v3", "IsDefaultVersion" : false, "CreateDate" : "2016-08-12T17:24:56+00:00", "PolicyName" : "AWSMobileHub_FullAccess"}
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#"}