input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": ...
{"nom" : "Chicago", "circ" : "1\u00e8re circonscription", "dpt" : "Fran\u00e7ais \u00e9tablis hors de France", "inscrits" : 7925, "abs" : 6796, "votants" : 1129, "blancs" : 41, "nuls" : 14, "exp" : 1074, "res" : [{"nuance" : "REM", "nom" : "M. Roland LESCURE", "voix" : 824}, {"nuance" : "LR", "nom" : "M. Fr\u00e9d\u00e...
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array"...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "li...
{"name" : "marcl/amazonproductapi", "description" : "PHP library to perform product lookup and searches using the Amazon Product API.", "version" : "3.0.2", "type" : "library", "keywords" : ["amazon", "product", "api"], "homepage" : "https://github.com/MarcL/AmazonProductAPI/", "license" : "MIT", "authors" : [{"name" :...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"t...
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"category": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}}, "required": ["category", "description", "type"]}, "$schema": "http://json-schema.org/draft-07...
[{"category" : "``lookoutmetrics``", "description" : "[``botocore``] Allowing uppercase alphabets for RDS and Redshift database names.", "type" : "api-change"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"category": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}}, "required": ["category", "description", "type"]}, "$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": {"lint": {"type": "string"}, "package": {"type": ...
{"name" : "anka-vm-github-action", "version" : "1.3.2", "description" : "A GitHub Action for running commands within Anka VMs", "main" : "index.js", "scripts" : {"lint" : "eslint index.js", "package" : "ncc build index.js -o dist", "test" : "eslint index.js && jest"}, "repository" : {"type" : "git", "url" : "git+https:...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "package": {"type": "string"}, "test": {"type": "string"}}, "required": ["lint", "package",...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"angular": {"type": "string"}, "angular-schema-...
{"name" : "angular-schema-form-prdg-file-upload", "homepage" : "https://github.com/JamesGuthrie/angular-schema-form-prdg-file-upload", "authors" : ["James Guthrie <james@prodigi.ch>"], "dependencies" : {"angular" : ">= 1.5", "angular-schema-form" : ">= 0.8.3", "prdg-file-upload" : "git@github.com:JamesGuthrie/prdg-file...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"angular": {"type": "string"}, "angular-schema-form": {"type": "string"}, "prdg-file-upload": {"type": "string"}, "an...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {}, "required": []}, "inner_path": {"type": "st...
{"address" : "1UDbADib99KE9d3qZ87NqJF2QLTHmMkoV", "cert_auth_type" : "web", "cert_sign" : "HA5Hpj7tAvq9vxp/ORw4dE+Eko0hvWNfCrkJ7qTazR+zDuVri5FCNE3+1yb1/+e12L02I9zu3mUspOzZUUCSNgM=", "cert_user_id" : "lelemka0@zeroid.bit", "files" : {}, "inner_path" : "data/userdb/1Pv8KYUSj2z2SeF9dh5XXFpoJ9nihy8Xr2/content.json", "modif...
json_instruct
{"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {}, "required": []}, "inner_path": {"type": "string"}, "modified": {"type": "integer"}, "signs": {"type": ...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "githubLoginMasked": {"type": "string"}, "githubLoginEncrypted": {"type": "string"}, "githubLoginHashed": {"type": "string"}, "score": {"type": "integer"}}, "requi...
[{"id" : 1405087, "githubLoginMasked" : "ry", "githubLoginEncrypted" : "BislzRGCmETnISx2jpmc3Mq1PBI64jFWAw==", "githubLoginHashed" : "BislzRGCmETnISx2jpmc3Mq1PBI64jFWAw==", "score" : 346129}, {"id" : 1405070, "githubLoginMasked" : "aa", "githubLoginEncrypted" : "FTM21lmdOEznpUZL0cfU/ZMJWLQfOA==", "githubLoginHashed" : ...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "githubLoginMasked": {"type": "string"}, "githubLoginEncrypted": {"type": "string"}, "githubLoginHashed": {"type": "string"}, "score": {"type": "integer"}}, "required": ["id", "githubLoginMasked", "githubLoginEncrypted", "githubLogi...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}, "urltweet": {"type": "string"}, "flInCalendar": {"type": "boolean"}}, "required": ["text", "created", "type", "urltweet", "f...
{"text" : "OMG there's <a href=\"https://twitter.com/JamesCorbett/status/1377284777070460930\">another</a>. Much more ambitious.", "created" : "Wed, 31 Mar 2021 15:45:35 GMT", "type" : "outline", "urltweet" : "https://twitter.com/JamesCorbett/status/1377284777070460930", "flInCalendar" : true}
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}, "urltweet": {"type": "string"}, "flInCalendar": {"type": "boolean"}}, "required": ["text", "created", "type", "urltweet", "flInCalendar"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"sitename": {"type": "string"}, "sitedescription": {"type": "string"}, "sitelang": {"type": "string"}}, "required": ["sitename", "sitedescription", "sitelang"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"sitename" : "Netlify CMS Boilerplate", "sitedescription" : "Um blog que utliza NetlifyCMS, fornecendo aos editores uma interface do usu\u00e1rio amig\u00e1vel e fluxos de trabalho intuitivos na cria\u00e7\u00e3o de projetos WEB r\u00e1pidos e mais flex\u00edveis.", "sitelang" : "pt-BR"}
json_instruct
{"type": "object", "properties": {"sitename": {"type": "string"}, "sitedescription": {"type": "string"}, "sitelang": {"type": "string"}}, "required": ["sitename", "sitedescription", "sitelang"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"1194250683197": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "1194250683203": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "1194250683824": {"ty...
{"1194250683197" : {"type" : "st"}, "1194250683203" : {"type" : "ss"}, "1194250683824" : {"type" : "book open", "bookName" : "Epic%20Quest", "subjectName" : "school", "fName" : "users/MS0vYW5kcm9pZF9hc3NldC93d3cvc2Nob29sL0VwaWMlMjBRdWVzdC92YXJpYWJsZS1FUV9NYXBfdmlkZW9zLUVRX01hcF92aWRfa2FuZ2Fyb28uaHRtbC1hbmFseXRpY3MtMTE5...
json_instruct
{"type": "object", "properties": {"1194250683197": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "1194250683203": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "1194250683824": {"type": "object", "properties": {"type": {"type": "string"}, "...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"ignore": {"type": "array", "items": {"type": "string"}}, "commentMarkers": {"type": "object", "properties": {"js": {"type": "string"}, "jsx": {"type": "string"}, "py": {"type": "string"}}, "required": ["js", "jsx", ...
{"ignore" : ["**/node_modules/**"], "commentMarkers" : {"js" : "//", "jsx" : "//", "py" : "#"}, "templat" : "some kind of copyright header.\nSecond line."}
json_instruct
{"type": "object", "properties": {"ignore": {"type": "array", "items": {"type": "string"}}, "commentMarkers": {"type": "object", "properties": {"js": {"type": "string"}, "jsx": {"type": "string"}, "py": {"type": "string"}}, "required": ["js", "jsx", "py"]}, "templat": {"type": "string"}}, "required": ["ignore", "commen...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties"...
{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-1.883974, 50.718123]}, "properties" : {"planning-permission-type" : "full planning permission", "site-plan-url" : "https://www.bournemouth.gov.uk//planningbuilding/PlanningPolicy/PlanningPolicyFiles/brownfieldlandregister/blr-2020-site-plans.pdf", "...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"planning-permission-type": {"type...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "...
{"place_name" : "Clawson", "state_name" : "Michigan", "state_abbrv" : "MI", "lat" : "42.5365", "long" : "-83.1503"}
json_instruct
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"content": {"type": "string"}, "entities": {"type": "array", "items": {"type": "object", "properties": {"entity": {"type": "string"}, "type": {"type": "string"}, "id": {"type": "integer"}, "offset": {"type": "integ...
{"content" : "They're still confusing tax evasion with tax avoidance, which is totally legal. The jealous socialist mind will never get it #bbcqt", "entities" : [{"entity" : "tax avoidance", "type" : "topic keyword", "id" : 2, "offset" : 41}, {"entity" : "tax evasion", "type" : "topic keyword", "id" : 3, "offset" : 24}...
json_instruct
{"type": "object", "properties": {"content": {"type": "string"}, "entities": {"type": "array", "items": {"type": "object", "properties": {"entity": {"type": "string"}, "type": {"type": "string"}, "id": {"type": "integer"}, "offset": {"type": "integer"}}, "required": ["entity", "type", "id", "offset"]}}, "topics": {"typ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"_id": {"type": "string"}, "_tpl": {"type": "string"}, "parentId": {"type": "string"}, "slotId": {"type": "string"}}, "required": ["_id", "_tpl", "parentId", "slotId"], "$schema": "http://json-schema.org/draft-07/sc...
{"_id" : "5ece83cf01e14e770d58324c", "_tpl" : "5dcbe9431e1f4616d354987e", "parentId" : "5ece83cf01e14e770d583248", "slotId" : "mod_barrel"}
json_instruct
{"type": "object", "properties": {"_id": {"type": "string"}, "_tpl": {"type": "string"}, "parentId": {"type": "string"}, "slotId": {"type": "string"}}, "required": ["_id", "_tpl", "parentId", "slotId"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "iconName": {"type": "string"}, "categories": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "iconName", "categori...
{"name" : "QCR Debian Release Workflow", "description" : "The QCR Debian Release workflow builds Debian releases from catkinised packages and uploads them to the QCR Repositories", "iconName" : "qcr", "categories" : ["Python", "C++"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "iconName": {"type": "string"}, "categories": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "iconName", "categories"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this 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" : "Armacon Baskak dip\u00e7ik", "ShortName" : "Baskak", "Description" : "Hem Mil-Spec hem de Com-Spec M / AR standart g\u00f6vde adapt\u00f6rlerine monte edilebilen AK sistemleri ile kullan\u0131lmak \u00fczere \u00e7ok sade tasar\u0131ml\u0131 Rus yap\u0131m\u0131 hafif teleskopik dip\u00e7ik. AR sistemleri il...
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": {"900797559": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900797559"], "$schema": "http:...
{"900797559" : {"nama" : "TPS 1", "dapil" : [8201, 18203, 2820601]}}
json_instruct
{"type": "object", "properties": {"900797559": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900797559"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"StateProvinceName": {"type": "string"}, "CountryID": {"type": "string"}, "LatestRecordedPopulation": {"type": "string"}, "ValidTo": {"type": "string"}, "LastEditedBy": {"type": "string"}, "SalesTerritory": {"type": ...
{"StateProvinceName" : "Alabama", "CountryID" : "230", "LatestRecordedPopulation" : "null", "ValidTo" : "null", "LastEditedBy" : "15", "SalesTerritory" : "Southeast", "ValidFrom" : "null", "Border" : "null", "StateProvinceCode" : "AL", "StateProvinceID" : "1"}
json_instruct
{"type": "object", "properties": {"StateProvinceName": {"type": "string"}, "CountryID": {"type": "string"}, "LatestRecordedPopulation": {"type": "string"}, "ValidTo": {"type": "string"}, "LastEditedBy": {"type": "string"}, "SalesTerritory": {"type": "string"}, "ValidFrom": {"type": "string"}, "Border": {"type": "string...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"commentStamp": {"type": "string"}, "super": {"type": "string"}, "category": {"type": "string"}, "classinstvars": {"type": "array", "items": {}}, "pools": {"type": "array", "items": {}}, "classvars": {"type": ...
{"commentStamp" : "", "super" : "SolRootSourceSolNode", "category" : "SmaCC-Solidity", "classinstvars" : [], "pools" : [], "classvars" : [], "instvars" : ["ifToken", "leftParenToken", "rightParenToken", "then_statement", "elseToken", "else_statement", "exp_test"], "name" : "SolIfStatementNode", "type" : "normal"}
json_instruct
{"type": "object", "properties": {"commentStamp": {"type": "string"}, "super": {"type": "string"}, "category": {"type": "string"}, "classinstvars": {"type": "array", "items": {}}, "pools": {"type": "array", "items": {}}, "classvars": {"type": "array", "items": {}}, "instvars": {"type": "array", "items": {"type": "strin...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "abv": {"type": "number"}, "ibu": {"type": "number"}, "srm": {"type": "number"}, "upc": {"type": "integer"}, "type": {"type": "string"}, "brewery_id": {"type": "string"}, "updated": {"type": "string"},...
{"name" : "St. Bernardus Witbier", "abv" : 5.5, "ibu" : 0.0, "srm" : 0.0, "upc" : 0, "type" : "beer", "brewery_id" : "brouwerij_st_bernardus", "updated" : "2010-07-22 20:00:20", "description" : "This traditional Witbier (Wheat beer) has been developed in cooperation with Master Brewer Pierre Celis, the Godfather of Hoe...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "abv": {"type": "number"}, "ibu": {"type": "number"}, "srm": {"type": "number"}, "upc": {"type": "integer"}, "type": {"type": "string"}, "brewery_id": {"type": "string"}, "updated": {"type": "string"}, "description": {"type": "string"}, "style": {"type": "st...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-sch...
{"word" : "Required", "definitions" : ["Officially compulsory, or otherwise considered essential; indispensable.", "In keeping with one's wishes; desired."], "parts-of-speech" : "Adjective"}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"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" : "67c6833bda859e1d47c9", "c" : {"0" : true}}
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#"}
The schema below describes a JSON structure. Generate a valid example: {"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": "strin...
{"name" : "Eichendorffschule\nOberschule in kirchl.Tr\u00e4g", "id" : "NI-46796-1", "address" : "Frauenteichstra\u00dfe 4a, 38440\u00a0Wolfsburg", "school_type" : "Realschule", "phone" : "05361 29710", "full_time_school" : false, "email" : "Eichendorffschule@wolfsburg.de", "programs" : {"programs" : []}, "state" : "NI"...
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": ...
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"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["t...
{"name" : "nforce-express", "version" : "1.0.0", "description" : "nforce middleware for express", "main" : "index.js", "scripts" : {"test" : "mocha ./test"}, "repository" : {"type" : "git", "url" : "https://github.com/kevinohara80/nforce-express.git"}, "keywords" : ["nforce-plugin", "nforce", "express", "middleware"], ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "s...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"JSXTransformer.js": {"type": "string"}, "react-with-addons.js": {"type": "string"}, "react-with-addons.min.js": {"type": "string"}, "react.js": {"type": "string"}, "react.min.js": {"type": "string"}}, "required": ["JSXTransfor...
{"JSXTransformer.js" : "sha512-WkpbhqJAp3wveEXiQ6Td9OaUEY/wDBVVQrxz9XG1Sl5iLlMj2vD0LpF9PB0U9C9ibtV4VeCW1TSqNkAU63mHDQ==", "react-with-addons.js" : "sha512-tk/kpjwoB8bIQd7As1k1hYHXEhUHhmbaazyYCCZ/PP8BqlmTiKip8rjgqLrwC78pIpoJxM7kivlRXvWFBaiW9g==", "react-with-addons.min.js" : "sha512-ANDS38rKxcIrOktJ5IaLF1iLRuUTcOx83MXHg...
json_instruct
{"type": "object", "properties": {"JSXTransformer.js": {"type": "string"}, "react-with-addons.js": {"type": "string"}, "react-with-addons.min.js": {"type": "string"}, "react.js": {"type": "string"}, "react.min.js": {"type": "string"}}, "required": ["JSXTransformer.js", "react-with-addons.js", "react-with-addons.min.js"...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "rol...
{"name" : "felipezcanal/yii2-simple-blog", "description" : "A simple blog structure for Yii2 framework", "type" : "yii2-extension", "authors" : [{"name" : "Felipe Zago Canal", "email" : "felipe.z.canal@gmail.com", "role" : "Creator"}], "minimum-stability" : "dev", "prefer-stable" : true, "require" : {"php" : ">=7.1", "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "role": {"type": "string"}}, "required": ["name", "email", "role"]...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"MACHINE_ID_NOT_FOUND": {"type": "string"}, "MAC_ADDRESS_NOT_FOUND": {"type": "string"}, "HASH_STRING_INVALID": {"type": "string"}, "COMPANY_SUBDOMAIN": {"type": "string"}, "LICENSE_KEY": {"type": "string"}, "USER_...
{"MACHINE_ID_NOT_FOUND" : "machine id is not found please check the machine id", "MAC_ADDRESS_NOT_FOUND" : "mac address is not found please check the mac address", "HASH_STRING_INVALID" : "hash string is invalid please check the hash string ", "COMPANY_SUBDOMAIN" : "company subdomain", "LICENSE_KEY" : "license key", "U...
json_instruct
{"type": "object", "properties": {"MACHINE_ID_NOT_FOUND": {"type": "string"}, "MAC_ADDRESS_NOT_FOUND": {"type": "string"}, "HASH_STRING_INVALID": {"type": "string"}, "COMPANY_SUBDOMAIN": {"type": "string"}, "LICENSE_KEY": {"type": "string"}, "USER_COUNT": {"type": "string"}, "CAPTCHA_FAILED": {"type": "string"}, "INVAL...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json...
[{"name" : "TYWAN", "frequency" : 1193, "males" : "98.74266554903605 %", "females" : "1.2573344509639564 %"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "assets": {"type": "array", "items": {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "mainfile": {"type": "string"}}, "requir...
{"name" : "peerjs", "assets" : [{"files" : ["peer.js", "peer.min.js"], "version" : "0.0.1", "mainfile" : "peer.min.js"}, {"files" : ["peer.js", "peer.min.js"], "version" : "0.1.6", "mainfile" : "peer.min.js"}, {"files" : ["peer.js", "peer.min.js"], "version" : "0.2.7", "mainfile" : "peer.min.js"}, {"files" : ["peer.js"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "assets": {"type": "array", "items": {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "mainfile": {"type": "string"}}, "required": ["files", "version", "mainfile"]}}, "versions": {"type...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"PLAYING": {"type": "string"}, "WATCHING": {"type": "string"}, "LISTENING": {"type": "string"}, "STREAMING": {"type": "string"}, "CUSTOM_STATUS": {"type": "string"}, "COMPETING": {"type": "string"}}, "required": ["P...
{"PLAYING" : "Playing", "WATCHING" : "Watching", "LISTENING" : "Listening", "STREAMING" : "Streaming", "CUSTOM_STATUS" : "Custom", "COMPETING" : "Competing"}
json_instruct
{"type": "object", "properties": {"PLAYING": {"type": "string"}, "WATCHING": {"type": "string"}, "LISTENING": {"type": "string"}, "STREAMING": {"type": "string"}, "CUSTOM_STATUS": {"type": "string"}, "COMPETING": {"type": "string"}}, "required": ["PLAYING", "WATCHING", "LISTENING", "STREAMING", "CUSTOM_STATUS", "COMPET...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "p...
{"template" : {"small" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/1.0", "medium" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/2.0", "large" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/3.0"}, "channels" : {"szauceboss" : {"title" : "SzauceBoss", "channel_id" : 63228412, "link" : "http...
json_instruct
{"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"szauceboss": {"type": "object", "properties": {"title": {"typ...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "countries": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "countries"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "europe", "countries" : ["albania", "andorra", "austria", "azores", "belarus", "belgium", "boznia-herzegovina", "bulgaria", "croatia", "cyprus", "czech-republic", "denmark", "estonia", "faroe-islands", "finland", "france", "georgia", "germany", "great-britain", "greece", "hungary", "iceland", "ireland-and-no...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "countries": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "countries"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"ImagOut": {"type": "array", "items": {"type": "number"}}, "RealOut": {"type": "array", "items": {"type": "number"}}}, "required": ["ImagOut", "RealOut"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ImagOut" : [34.0791130065918, -12.86484432220459, 24.66750144958496, -11.277060508728027], "RealOut" : [46.53410720825195, -15.651726722717285, 6.46807861328125, -8.634577751159668]}
json_instruct
{"type": "object", "properties": {"ImagOut": {"type": "array", "items": {"type": "number"}}, "RealOut": {"type": "array", "items": {"type": "number"}}}, "required": ["ImagOut", "RealOut"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http:...
{"assessment" : [{"name" : "Metal Additive Manufacturing", "weight" : 15}, {"name" : "Superconducting Device Manufacturing", "weight" : 15}, {"name" : "Fabrication of Nanostructured Solar Cells", "weight" : 15}, {"name" : "Electronic Packaging", "weight" : 8}, {"name" : "Topics in Electronic Packaging", "weight" : 7}, ...
json_instruct
{"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"logger": {"type": "object", "properties": {"name": {"type": "string"}, "level": {"type": "string"}, "toFile": {"type": "boolean"}, "dirLogFile": {"type": "null"}}, "required": ["name", "level", "toFile", "dirLogFile"]}, "se...
{"logger" : {"name" : "query-DEV", "level" : "debug", "toFile" : false, "dirLogFile" : null}, "service" : {"name" : "Query", "port" : 50050}}
json_instruct
{"type": "object", "properties": {"logger": {"type": "object", "properties": {"name": {"type": "string"}, "level": {"type": "string"}, "toFile": {"type": "boolean"}, "dirLogFile": {"type": "null"}}, "required": ["name", "level", "toFile", "dirLogFile"]}, "service": {"type": "object", "properties": {"name": {"type": "st...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "int...
{"nom" : "Bouxwiller", "dpt" : "Haut-Rhin", "inscrits" : 333, "abs" : 78, "votants" : 255, "blancs" : 26, "nuls" : 11, "exp" : 218, "res" : [{"panneau" : "1", "voix" : 110}, {"panneau" : "2", "voix" : 108}]}
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 a JSON structure that matches this schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "grindingball": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "grinding": {"type": "number"}, "chance": {"type": "number"}, "power": {"type": "number"}, "du...
{"type" : "enderio:grindingball", "grindingball" : {"item" : "enderio:conductive_alloy_grinding_ball"}, "grinding" : 1.35, "chance" : 1.0, "power" : 1.0, "durability" : 40000}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "grindingball": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "grinding": {"type": "number"}, "chance": {"type": "number"}, "power": {"type": "number"}, "durability": {"type": "integer"}}, "required": ["type", "grindin...
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": {"build": {"type": "string"}}, "required": ["build"...
{"name" : "cookieconsent", "version" : "2.5.0", "description" : "<h1 align=\"center\" style=\"text-align: center;\">Cookie Consent |\u00a0Raphael Bernhart</h1> <div align=\"center\" style=\"text-align: center; max-width: 770px; margin: 0 auto;\">", "main" : "cookieconsent.js", "scripts" : {"build" : "node ./node_module...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "repository": {"type": "object", "properties": {"type": {"type": ...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "publisher": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": ...
{"name" : "edge", "displayName" : "Edge Theme", "description" : "A superb theme for your coding needs in 3 variants", "version" : "1.2.3", "publisher" : "bogdanlazar", "license" : "MIT", "repository" : {"type" : "git", "url" : "https://github.com/tricinel/edge-theme-vscode"}, "bugs" : {"url" : "https://github.com/trici...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "publisher": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"contacts": {"type": "array", "items": {}}, "guideStarURL": {"type": "string"}, "name": {"type": "string"}, "primaryEmail": {"type": "string"}, "mainAddrress": {"type": "object", "properties": {"address": {"type": ...
{"contacts" : [], "guideStarURL" : "http://www.guidestarindia.org/Summary.aspx?CCReg=6284", "name" : "NICETS (National Institute Of Computer Educational Technology And Society)", "primaryEmail" : "ravinicits@gmail.com", "mainAddrress" : {"address" : []}}
json_instruct
{"type": "object", "properties": {"contacts": {"type": "array", "items": {}}, "guideStarURL": {"type": "string"}, "name": {"type": "string"}, "primaryEmail": {"type": "string"}, "mainAddrress": {"type": "object", "properties": {"address": {"type": "array", "items": {}}}, "required": ["address"]}}, "required": ["contact...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3...
{"edges" : [[38, 22], [26, 17], [28, 4], [22, 13], [32, 22], [22, 27], [22, 13], [12, 36], [29, 13], [15, 22], [27, 22], [41, 19], [25, 22], [22, 15], [14, 31], [22, 27], [10, 5], [7, 37], [7, 8], [22, 39], [22, 35], [1, 36], [22, 3], [14, 22], [24, 22], [22, 35], [22, 38], [22, 2], [9, 40], [42, 22], [22, 7], [15, 16]...
json_instruct
{"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6":...
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"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "st...
{"name" : "enum-ts-lib", "version" : "0.2.0", "description" : "Enum type helper for enum-ts project", "main" : "index.js", "author" : {"name" : "Cole Lawrence", "email" : "cole@colelawrence.com"}, "types" : "index.d.ts", "repository" : "https://github.com/colelawrence/enum-ts", "license" : "(MIT OR Apache-2.0)", "priva...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "types": {"type": "string"}, "...
Construct a JSON document that adheres to this schema specification: {"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/...
[{"year" : 2006, "sex" : "F", "n" : 5, "prop" : 2.39e-06}, {"year" : 2008, "sex" : "F", "n" : 7, "prop" : 3.36e-06}, {"year" : 2009, "sex" : "F", "n" : 12, "prop" : 5.93e-06}, {"year" : 2010, "sex" : "F", "n" : 13, "prop" : 6.64e-06}, {"year" : 2012, "sex" : "F", "n" : 8, "prop" : 4.13e-06}, {"year" : 2013, "sex" : "F"...
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 a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "au...
{"title" : "Socializing Multimodal Sensors for Information Fusion.", "fields" : ["streams", "fusion", "situation awareness", "socialization", "big data"], "abstract" : "In the modern big data world, development of a huge number of physical or social sensors provides us a great opportunity to explore both cyber and phys...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"typ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"@rails/webpacker": {"type": "string"}, "axios": {"type": "string"}, "babel-preset-react": {"type": "stri...
{"name" : "apartmentmap", "private" : true, "dependencies" : {"@rails/webpacker" : "^3.2.0", "axios" : "^0.17.1", "babel-preset-react" : "^6.24.1", "coffeescript" : "1.12.7", "immutability-helper" : "^2.6.2", "lodash" : "^4.17.4", "material-ui" : "^1.0.0-beta.25", "material-ui-icons" : "^1.0.0-beta.17", "prop-types" : ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"@rails/webpacker": {"type": "string"}, "axios": {"type": "string"}, "babel-preset-react": {"type": "string"}, "coffeescript": {"type": "string"}, "immutability-helper": {"type...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "graphic": {"type": "integer"}, "type": {"type": "string"}, "hp": {"type": "integer"}, "mindam": {"type": "integer"}, "maxdam": {"type": "integer"}, "accuracy": {"type": "int...
{"id" : 248, "name" : "Tarentuda", "graphic" : 169, "type" : "Passive", "hp" : 180, "mindam" : 6, "maxdam" : 9, "accuracy" : 10, "evade" : 2, "armor" : 2, "exp" : 88, "unknown2" : 2}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "graphic": {"type": "integer"}, "type": {"type": "string"}, "hp": {"type": "integer"}, "mindam": {"type": "integer"}, "maxdam": {"type": "integer"}, "accuracy": {"type": "integer"}, "evade": {"type": "integer"}, "armor": {"type": "...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"subreddit": {"type": "string"}, "author": {"type": "string"}, "count": {"type": "integer"}}, "required": ["subreddit", "author", "count"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"subreddit" : "DippingTobacco", "author" : "aintnosukka", "count" : 22}
json_instruct
{"type": "object", "properties": {"subreddit": {"type": "string"}, "author": {"type": "string"}, "count": {"type": "integer"}}, "required": ["subreddit", "author", "count"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"videojs.hls.js": {"type": "string"}, "videojs.hls.min.js": {"type": "string"}}, "required": ["videojs.hls.js", "videojs.hls.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"videojs.hls.js" : "sha512-4/TF7Damb9BDqUq4QSP4Hj0gPtZilnwHodDfwDqvKmFP/Vq2lrQ10/KDpfmuCvj56oDCvXX/o1wE+fa2UY677A==", "videojs.hls.min.js" : "sha512-EABTIfcTPYI7PVuoO02/ca85AOrTfiTcwL2my8OwDTjhokfUsugzvBKbZiOs6lA2NgDkco2ZHtTBQXULbpiwPw=="}
json_instruct
{"type": "object", "properties": {"videojs.hls.js": {"type": "string"}, "videojs.hls.min.js": {"type": "string"}}, "required": ["videojs.hls.js", "videojs.hls.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["jade-filters", "jade-linker", "jade-load", "jade-source-gen", "jade-walk-extract-text"]
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": {"SolverName": {"type": "string"}, "ObjBound": {"type": "number"}, "SolveTime": {"type": "number"}, "PrimalStatus": {"type": "string"}, "InstanceName": {"type": "string"}, "SolveTimeRaw": {"type": "number"}, "Comple...
{"SolverName" : "SCIP", "ObjBound" : 1.3290657664609073, "SolveTime" : 16.0, "PrimalStatus" : "FEASIBLE_POINT", "InstanceName" : "24_sigmoid_2_3_5", "SolveTimeRaw" : 15.397000074386597, "CompletedSolveTime" : 16.0, "ObjValue" : 1.329179980290431, "Error" : false, "TerminationStatus" : "OPTIMAL"}
json_instruct
{"type": "object", "properties": {"SolverName": {"type": "string"}, "ObjBound": {"type": "number"}, "SolveTime": {"type": "number"}, "PrimalStatus": {"type": "string"}, "InstanceName": {"type": "string"}, "SolveTimeRaw": {"type": "number"}, "CompletedSolveTime": {"type": "number"}, "ObjValue": {"type": "number"}, "Erro...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"ty...
{"name" : "devcreative/fileshare", "description" : "File sharing service. A Silverstripe based server with a RESTful API and ReactJS client", "type" : "silverstripe-vendormodule", "keywords" : ["silverstripe", "file", "share", "API", "ReactJS"], "license" : "BSD-3-Clause", "authors" : [{"name" : "david-ny", "homepage" ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "hom...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["webrtc-samples"]
json_instruct
{"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"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "main": {"type": "string"}, "description": {"type": "string"}, "peerDependencies": {"type": "object", "properties": {"react":...
{"name" : "@atlaskit/ssr", "version" : "0.1.1", "private" : true, "main" : "index.js", "description" : "utility script used to server side render components in an isolated non-virtual dom environment to ensure components can be properly rehydrated", "peerDependencies" : {"react" : "^16.8.0", "react-dom" : "^16.8.0"}, "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "main": {"type": "string"}, "description": {"type": "string"}, "peerDependencies": {"type": "object", "properties": {"react": {"type": "string"}, "react-dom": {"type": "string"}}, "required": ["r...
Generate sample JSON data that conforms to the following schema definition: {"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 rninxp on Metamath](http://us.metamath.org/mpegif/rninxp.html)"}], "names" : ["rninxp"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_crn", "#T_cC", "#T_cin", "#T_cA", "#T_cxp", "#T_cB", "#T_wceq", "#T_cB", "#T_wb", "#T_wral--1", "#T_vy", "#T_wral--2", "#T_cB", "#T_wrex--...
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...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"deskgap-mac": {"typ...
{"name" : "deskgap-builder", "description" : "Build tool for DeskGap", "version" : "1.0.0", "private" : true, "main" : "n/a", "bin" : {"deskgap-mac" : "mac-app-store/mac.js", "deskgap-windows" : "win-appx/appx.js"}, "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "patr0nus", "license" :...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"deskgap-mac": {"type": "string"}, "deskgap-windows": {"type": "string"}}, "required": ["de...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "str...
[{"namaKab" : "LANDAK", "originalFilename" : "img011.jpg", "namaPartai" : "Partai Persatuan pembangunan", "id" : 46986, "noUrut" : 1, "nama" : "MOH. ASLAN, S.H", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "LANDAK", "originalFilename" : "img025.jpg", "namaPartai" : "Partai Persatuan pembangunan", "id" : 53859, "n...
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", "...
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": "null"}}, "required": ["contract", "tool", "start", "end",...
{"contract" : "0x98008a4168b66261cb112d2d4cd940728d033c2e", "tool" : "securify", "start" : 1563794468.9269202, "end" : 1563794472.8549614, "duration" : 3.9280412197113037, "analysis" : null}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "null"}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.or...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"data.json": {"type": "object", "pr...
{"address" : "1oranGeS2xsKZ4jVsu9SVttzgkYXu4k9v", "cert_auth_type" : "web", "cert_sign" : "G/hHP/TirafV6lqMe1TIN8Hwm68Vfc0VpWJQsjiVZD7ao594IpRTsNxfW454i6BlsqcQzVIuNKqp+p3FbdOmpp0=", "cert_user_id" : "kiritomiao@zeroid.bit", "files" : {"data.json" : {"sha512" : "521fd4018907ef878ce017b4b5db16c57727d6faf5da7cc43bcc96ad0d...
json_instruct
{"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"data.json": {"type": "object", "properties": {"sha512": {"type": "string"}, "size": {"type": "integer"}}...
Using the following JSON schema, generate a compatible JSON instance: {"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": "stri...
{"name" : "Polytechnic University of Zacatecas", "alt_name" : "Universidad Polit\u00e9cnica de Zacatecas", "country" : "Mexico", "state" : null, "address" : {"street" : "Plan de Pardillo S/N, Parque Industrial Fresnillo, Fresnillo", "city" : "Zacatecas", "province" : "Zacatecas", "postal_code" : "98600"}, "contact" : {...
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": "string"}, "postal_code": {"type": "string"}...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "description": {"type": "string"}, "remarks": {"type": "string"}, "derived_tickets": {"type": "string"}, "attachments": {"type": "string"}, "check_ins": ...
{"id" : 803, "title" : "Ticket #803: condor_prio doesn't support -constraint", "description" : "<blockquote>\ncondor_prio doesn't accept the -constraint option. It should.\n\n<p>Use case:\n\n</p><p>\"I want all nodes associated with my DAG (job <span class=\"ticket\"><a class=\"new\" href=\"/wiki-archive/tickets/?tick...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "description": {"type": "string"}, "remarks": {"type": "string"}, "derived_tickets": {"type": "string"}, "attachments": {"type": "string"}, "check_ins": {"type": "string"}, "type": {"type": "string"}, "last_change": {"type": "stri...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"zm...
{"template" : {"small" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/1.0", "medium" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/2.0", "large" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/3.0"}, "channels" : {"zmorbid" : {"title" : "zMorbid", "channel_id" : 58284741, "link" : "http://twi...
json_instruct
{"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"zmorbid": {"type": "object", "properties": {"title": {"type":...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}}, "required": ["name", "description", "require"], "$schema...
{"name" : "tv88dn/reflection", "description" : "A simple package that generate class names according to MVC structure via Yii2", "require" : {"php" : ">=5.4.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}}, "required": ["name", "description", "require"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible 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"}, "(1, 5)": {"type": "string"}, "(2, ...
{"(0, 0)" : "list of largest airlines in south america", "(1, 0)" : "rank", "(1, 1)" : "airline", "(1, 2)" : "country", "(1, 3)" : "passengers carried", "(1, 4)" : "remarks", "(1, 5)" : "alliance", "(2, 0)" : "1", "(2, 1)" : "tam", "(2, 2)" : "brazil", "(2, 3)" : "34553000", "(2, 4)" : "in process of fusion with lan to...
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"}, "(1, 5)": {"type": "string"}, "(2, 0)": {"type": "string"}, "(2, 1)": {"type": "string"}, "(2, 2)": {"type...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": ...
{"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Canluto, Bindoy, Negros Oriental, Central Visayas (Region VII), PH", "locale" : "ph.central-visayas-region-vii.negros-oriental.bindoy.canluto", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" :...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"layer0": {"type": "string"}}, "required": ["layer0"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/sc...
{"parent" : "item/generated", "textures" : {"layer0" : "item/moorish_idol_spawn_egg"}}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"layer0": {"type": "string"}}, "required": ["layer0"]}}, "required": ["parent", "textures"], "$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"}, "private": {"type": "boolean"}, "keywords": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties...
{"name" : "react-console-terminal", "version" : "0.5.0", "description" : "Example react console emulator", "private" : true, "keywords" : ["react-component", "console", "example"], "scripts" : {"start" : "node ./server/index.js", "dev" : "nodemon ./server/index.js -i ./dist", "prepublish" : "typings install && webpack"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "private": {"type": "boolean"}, "keywords": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "dev": {"type": "string"},...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "ite...
{"directions" : ["Preheat oven to 350 degrees F (175 degrees C). Grease 24 muffin cups.", "Place cake mix, pumpkin puree, applesauce, and pumpkin pie spice into a large blender or food processor and blend until batter is smooth, about 1 minute. Transfer batter to a bowl and mix cinnamon chips into batter. Scoop into pr...
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...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"stats": {"type": "object", "properties": {"minecraft:custom": {"type": "object", "properties": {"minecraft:time_since_rest": {"type": "integer"}, "minecraft:play_one_minute": {"type": "integer"}, "minecraft:l...
{"stats" : {"minecraft:custom" : {"minecraft:time_since_rest" : 273, "minecraft:play_one_minute" : 273, "minecraft:leave_game" : 1, "minecraft:time_since_death" : 273, "minecraft:walk_one_cm" : 726}}, "DataVersion" : 2584}
json_instruct
{"type": "object", "properties": {"stats": {"type": "object", "properties": {"minecraft:custom": {"type": "object", "properties": {"minecraft:time_since_rest": {"type": "integer"}, "minecraft:play_one_minute": {"type": "integer"}, "minecraft:leave_game": {"type": "integer"}, "minecraft:time_since_death": {"type": "inte...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"expr": {"type": "string"}, "data": {"type": "object", "properties": {"7a": {"type": "integer"}, "a7": {"type": "integer"}, "7": {"type": "integer"}}, "required": ["7a", "a7", "7"]}, "bindings": {"type": "object", "propertie...
{"expr" : "$.7", "data" : {"7a" : 33, "a7" : 55, "7" : 88}, "bindings" : {}, "code" : "S0213"}
json_instruct
{"type": "object", "properties": {"expr": {"type": "string"}, "data": {"type": "object", "properties": {"7a": {"type": "integer"}, "a7": {"type": "integer"}, "7": {"type": "integer"}}, "required": ["7a", "a7", "7"]}, "bindings": {"type": "object", "properties": {}, "required": []}, "code": {"type": "string"}}, "require...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"model_name": {"type": "string"}, "model_desc": {"type": "string"}, "img_url": {"type": "string"}, "fields": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "field_name": {"type"...
{"model_name" : "liveTest", "model_desc" : "\u6d3b\u4f53\u68c0\u6d4b\u4fe1\u606f", "img_url" : "http://cd7.yesapi.net/38D67BB9C95D0D5BB07A5AFFBC3BC686_20190906152539_f6865e7549bde6bbc84e1dd75f765587.png", "fields" : [{"id" : "196b4fad967b3f01ac487c1fae4ff5ca", "field_name" : "game_id", "field_type" : "tinytext", "field...
json_instruct
{"type": "object", "properties": {"model_name": {"type": "string"}, "model_desc": {"type": "string"}, "img_url": {"type": "string"}, "fields": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "field_name": {"type": "string"}, "field_type": {"type": "string"}, "field_length": {"type...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"value" : "4111322122"}
json_instruct
{"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "genus": {"type": "string"}, "description": {"type": "string"}, "imageUrl": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}, "abilities": {"t...
{"id" : 520, "name" : "Tranquill", "genus" : "Wild Pigeon Pok\u00e9mon", "description" : "It can return to its Trainer's location regardless of the distance separating them.", "imageUrl" : "https://raw.githubusercontent.com/anurag-roy/poke-api/main/assets/images/520.webp", "types" : ["Normal", "Flying"], "abilities" : ...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "genus": {"type": "string"}, "description": {"type": "string"}, "imageUrl": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}, "abilities": {"type": "array", "items": {"type": "object", "properties": {"nam...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"upper_left_x": {"type": "number"}, "upper_left_y": {"type": "integer"}, "bottom_right_x": {"type": "number"}, "bottom_right_y": {"type": "integer"}, "time": {"type": "integer"}, "is_final": {"type": "boolean"}, "ev...
{"upper_left_x" : 11.524557901656665, "upper_left_y" : 0, "bottom_right_x" : 1048.7347690507565, "bottom_right_y" : 735, "time" : 1480178303809, "is_final" : true, "event_type" : "movement", "op_order" : 29, "id" : 29}
json_instruct
{"type": "object", "properties": {"upper_left_x": {"type": "number"}, "upper_left_y": {"type": "integer"}, "bottom_right_x": {"type": "number"}, "bottom_right_y": {"type": "integer"}, "time": {"type": "integer"}, "is_final": {"type": "boolean"}, "event_type": {"type": "string"}, "op_order": {"type": "integer"}, "id": {...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"LendingPoolAddressesProvider": {"type": "string"}, "ProtocalDataProvider": {"type": "string"}, "SushiswapRouter": {"type": "string"}, "WethGateway": {"type": "string"}, "NativeToken": {"type": "string"}, "DaiToken": {"type": "...
{"LendingPoolAddressesProvider" : "0xd05e3E715d945B59290df0ae8eF85c1BdB684744", "ProtocalDataProvider" : "0x7551b5D2763519d4e37e8B81929D336De671d46d", "SushiswapRouter" : "0x1b02dA8Cb0d097eB8D57A175b88c7D8b47997506", "WethGateway" : "0xbEadf48d62aCC944a06EEaE0A9054A90E5A7dc97", "NativeToken" : "0x0d500b1d8e8ef31e21c99d...
json_instruct
{"type": "object", "properties": {"LendingPoolAddressesProvider": {"type": "string"}, "ProtocalDataProvider": {"type": "string"}, "SushiswapRouter": {"type": "string"}, "WethGateway": {"type": "string"}, "NativeToken": {"type": "string"}, "DaiToken": {"type": "string"}, "UsdtToken": {"type": "string"}, "AaveToken": {"t...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"neighbor": {"type": "string"}}, "required": ["neighbor"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"neighbor" : "10.106.101.1"}
json_instruct
{"type": "object", "properties": {"neighbor": {"type": "string"}}, "required": ["neighbor"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"_requiredBy": {"type": "array", "items": {"type": "string"}}, "contributors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}, ...
{"_requiredBy" : ["/"], "contributors" : [{"name" : "Brian Talbot", "url" : "http://twitter.com/talbs"}, {"name" : "Travis Chase", "url" : "http://twitter.com/supercodepoet"}, {"name" : "Rob Madole", "url" : "http://twitter.com/robmadole"}, {"name" : "Geremia Taglialatela", "url" : "http://twitter.com/gtagliala"}, {"na...
json_instruct
{"type": "object", "properties": {"_requiredBy": {"type": "array", "items": {"type": "string"}}, "contributors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}, "dependencies": {"type": "object", "properties": {}, "requi...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"versionEnd": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"]}, "versionStart": {"type": ...
{"versionEnd" : {"versionNum" : 2695, "commit" : "c74d60ee0c9b480f64280d7758aef212cb20fcd3", "date" : "2021-07-03T08:19:00.741Z"}, "versionStart" : {"versionNum" : 2694, "commit" : "4c74bdbe7f0264726f2f2e1de7e6f19c606fe4ae", "date" : "2021-07-03T08:06:23.857Z"}, "changes" : ["blockchains/ethereum/assets/0x6f259637dcD74...
json_instruct
{"type": "object", "properties": {"versionEnd": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"]}, "versionStart": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"image_name": {"type": "string"}, "image_height": {"type": "integer"}, "camera_gps": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "object", "properties": {"score": {"type": "number"}, "frontview": {...
{"image_name" : "lesion4531.png", "image_height" : 512, "camera_gps" : "", "bbox" : [{"score" : 1.0, "frontview" : true, "other" : {"region_attributes" : {"id" : 1.0, "type" : "car"}}, "category_id" : "car", "segmentation" : "336.0,360.0,335.0,358.0,331.0,354.0,326.0,352.0,322.0,350.0,320.0,356.0,317.0,360.0,310.0,357....
json_instruct
{"type": "object", "properties": {"image_name": {"type": "string"}, "image_height": {"type": "integer"}, "camera_gps": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "object", "properties": {"score": {"type": "number"}, "frontview": {"type": "boolean"}, "other": {"type": "object", "properties": {"regio...
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": {"start": {"type": "string"}}, "required": ["start...
{"name" : "together-js-hub", "version" : "1.0.0", "description" : "Docker TogetherJS", "main" : "server.js", "scripts" : {"start" : "node server.js --host 0.0.0.0 --port 8081"}, "dependencies" : {"websocket" : "1.0.24", "optimist" : "0.6.1", "websocket-server" : "ThisIsMissEm/node-websocket-server#master"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"websocket": {"...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"criteria": {"type": "object", "properties": {"requirement": {"type": "object", "properties": {"trigger": {"type": "string"}, "conditions": {"type": "object", "properties": {"recipe": {"type": "string"}}, "required":...
{"criteria" : {"requirement" : {"trigger" : "minecraft:recipe_unlocked", "conditions" : {"recipe" : "gghe:pink_umbrella"}}}, "rewards" : {"function" : "gghe:recipes/pink_umbrella", "loot" : ["gghe:items/pink_umbrella"]}}
json_instruct
{"type": "object", "properties": {"criteria": {"type": "object", "properties": {"requirement": {"type": "object", "properties": {"trigger": {"type": "string"}, "conditions": {"type": "object", "properties": {"recipe": {"type": "string"}}, "required": ["recipe"]}}, "required": ["trigger", "conditions"]}}, "required": ["...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"failures": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "reason": {"type": "string"}}, "required": ["code", "reason"]}}}, "required": ["failures"], "$schema": "http://json-schema.org/d...
{"failures" : [{"code" : "INVALID_DATE_RANGE", "reason" : "The remote endpoint has indicated that the date range is invalid."}, {"code" : "INVALID_PAYLOAD", "reason" : "Submission has not passed validation. Invalid Payload."}]}
json_instruct
{"type": "object", "properties": {"failures": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "reason": {"type": "string"}}, "required": ["code", "reason"]}}}, "required": ["failures"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"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":...
{"Time" : "2021-06-07T10:00:00Z", "Temp" : 25.2, "RelHum" : 51, "WindSpeed" : 3.5, "WindDir" : 197}
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 a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "integer"}, "category": {"type": "string"}, "brand": {"type": "string"}, "lamptype": {"type": "string"}, "voltage": {"type": "null"}, "spectralimg": {"type": "null"}, "cct": {"type"...
{"name" : "-", "id" : 2661, "category" : "Standard Illuminant", "brand" : "D65", "lamptype" : "Standard Illuminant", "voltage" : null, "spectralimg" : null, "cct" : 6505, "cri" : null, "ipi" : "1.0", "msi" : "1.0", "sli" : "1.0", "percentblue" : "42.6", "measuredate" : null, "acquiredby" : null, "created_at" : "2015-11...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "integer"}, "category": {"type": "string"}, "brand": {"type": "string"}, "lamptype": {"type": "string"}, "voltage": {"type": "null"}, "spectralimg": {"type": "null"}, "cct": {"type": "integer"}, "cri": {"type": "null"}, "ipi": {"type": "string...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["karma-leche"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"discord.js": {"type": "string"}, "pa...
{"name" : "economybot-master", "version" : "1.0.0", "description" : "##### This was a quick personal project of mine but never ended up fully finishing (cleaning up code, proper checks etc) and felt like this may help people. ##### A star is always appreciated. I am not updating this anymore, I will happily review pull...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"discord.js": {"type": "string"}, "parse-ms": {"type": "string"}, "quick.db": {"type": "string"}, "random-puppy": ...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"params": {"type": "array", "items": {"type": "number"}}, "infidelity": {"type": "number"}, "energy_expval": {"type": "number"}, "energy_error": {"type": "number"}, "optimizer_success": {"type": "boolean"}, "optimi...
{"params" : [-0.0030531215364163877, 5.631837953810465e-05, -0.0005366128799392939, 0.00027261580325451567, 0.001139505525485706, -0.0007308429635872588, -0.0004020288545717987, 0.0008366857513001215, 0.002439786089215211, -0.0003490722429391358, 0.00017934705511934336, -0.0001239828096050816, 0.00017065278953609287, 0...
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...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"AzureAd": {"type": "object", "properties": {"Instance": {"type": "string"}, "Domain": {"type": "string"}, "TenantId": {"type": "string"}, "ClientId": {"type": "string"}, "Scopes": {"type": "string"}, "CallbackP...
{"AzureAd" : {"Instance" : "https://login.microsoftonline.com/", "Domain" : "DubletterneHost.onmicrosoft.com", "TenantId" : "33a5d5c9-1cff-47b3-a604-c8d39aa4931f", "ClientId" : "94eabc4d-57ab-4d90-b5d8-92dad5c49f2e", "Scopes" : "API.Access", "CallbackPath" : "/signin-oidc"}, "Logging" : {"LogLevel" : {"Default" : "Info...
json_instruct
{"type": "object", "properties": {"AzureAd": {"type": "object", "properties": {"Instance": {"type": "string"}, "Domain": {"type": "string"}, "TenantId": {"type": "string"}, "ClientId": {"type": "string"}, "Scopes": {"type": "string"}, "CallbackPath": {"type": "string"}}, "required": ["Instance", "Domain", "TenantId", "...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "int...
{"nom" : "Misy-sur-Yonne", "dpt" : "Seine-et-Marne", "inscrits" : 715, "abs" : 178, "votants" : 537, "blancs" : 40, "nuls" : 8, "exp" : 489, "res" : [{"panneau" : "2", "voix" : 259}, {"panneau" : "1", "voix" : 230}]}
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": {"myNotes": {"type": "object", "properties": {"noteId": {"type": "string"}, "content": {"type": "string"}, "isStatus": {"type": "string"}, "zan": {"type": "string"}}, "required": ["noteId", "content", "isStatus", "z...
{"myNotes" : {"noteId" : "0", "content" : "", "isStatus" : "", "zan" : ""}, "notes" : [{"noteId" : "10178", "userName" : "", "userFaces" : "http://thirdwx.qlogo.cn/mmopen/vi_32/DYAIOgq83eq9pa0CKXV7hQCItzzfhyUkmglpX7tlEfaW5RaKdia6tWtyq7bNLMkxianG7lYZZTcL87KSOXPibwp2w/132", "zan" : "3", "content" : "\u9a6c\u8d6b\u6570\u9...
json_instruct
{"type": "object", "properties": {"myNotes": {"type": "object", "properties": {"noteId": {"type": "string"}, "content": {"type": "string"}, "isStatus": {"type": "string"}, "zan": {"type": "string"}}, "required": ["noteId", "content", "isStatus", "zan"]}, "notes": {"type": "array", "items": {"type": "object", "propertie...
Construct a JSON document that adheres to this schema specification: {"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": "in...
{"name" : "Creamy Fudge", "description" : "Lovely, creamy fudge. You can leave the coconut out if you want too. It's very subtle & just sits in the background. ", "id" : 121235, "image_url" : "https://storage.googleapis.com/dev-images.alltheflavors.com/uploads/recipe/imageUrl/121235/fudge_creamy_1.jpg", "updated_at" : ...
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...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"900669129": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900669130": {"type": "object", "properties": {"na...
{"900669129" : {"nama" : "TPS 1", "dapil" : [6201, 16202, 2620205]}, "900669130" : {"nama" : "TPS 2", "dapil" : [6201, 16202, 2620205]}, "900669131" : {"nama" : "TPS 3", "dapil" : [6201, 16202, 2620205]}, "900669132" : {"nama" : "TPS 4", "dapil" : [6201, 16202, 2620205]}, "900669133" : {"nama" : "TPS 5", "dapil" : [620...
json_instruct
{"type": "object", "properties": {"900669129": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900669130": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"946806446594": {"type": "object", "properties": {"type": {"type": "string"}, "bookName": {"type": "string"}, "subjectName": {"type": "string"}, "fName": {"type": "string"}}, "required": ["type", "bookName", "subjectName", "...
{"946806446594" : {"type" : "book open", "bookName" : "Epic%20Quest", "subjectName" : "school", "fName" : "users/NC0vYW5kcm9pZF9hc3NldC93d3cvc2Nob29sL0VwaWMlMjBRdWVzdC92YXJpYWJsZS1FUV9NYXBfdmlkZW9zLUVRX01hcF92aWRfcGVhY29jay5odG1sLWFuYWx5dGljcy05NDY4MDY0NDY1Njc=.json"}, "946806446900" : {"type" : "st"}, "946806446901" :...
json_instruct
{"type": "object", "properties": {"946806446594": {"type": "object", "properties": {"type": {"type": "string"}, "bookName": {"type": "string"}, "subjectName": {"type": "string"}, "fName": {"type": "string"}}, "required": ["type", "bookName", "subjectName", "fName"]}, "946806446900": {"type": "object", "properties": {"t...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}}...
{"name" : "vk-types", "version" : "0.1.3", "main" : "./src/index.ts", "description" : "\u0411\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0430 \u0441 TypeScript \u0442\u0438\u043f\u0430\u043c\u0438 \u0434\u043b\u044f \u0440\u0430\u0431\u043e\u0442\u044b \u0441 API \u0412\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "main", "description", "repository",...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"xbox": {"type": "number"}, "ps": {"type": "number"}}, "required": ["xbox", "ps"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"xbox" : 613803.0, "ps" : 766393.0}
json_instruct
{"type": "object", "properties": {"xbox": {"type": "number"}, "ps": {"type": "number"}}, "required": ["xbox", "ps"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"ui.panel.custom.external_panel.question_trust": {"type": "string"}, "ui.panel.custom.external_panel.complete_access": {"type": "string"}, "ui.panel.custom.external_panel.hide_message": {"type": "string"}}, "required": ["ui.pan...
{"ui.panel.custom.external_panel.question_trust" : "\u00bfConf\u00eda en el panel externo {name} en {link} ?", "ui.panel.custom.external_panel.complete_access" : "Tendr\u00e1 acceso a todos los datos en Home Assistant.", "ui.panel.custom.external_panel.hide_message" : "Verifique la documentaci\u00f3n para el componente...
json_instruct
{"type": "object", "properties": {"ui.panel.custom.external_panel.question_trust": {"type": "string"}, "ui.panel.custom.external_panel.complete_access": {"type": "string"}, "ui.panel.custom.external_panel.hide_message": {"type": "string"}}, "required": ["ui.panel.custom.external_panel.question_trust", "ui.panel.custom....
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "di...
{"name" : "jet-legacy-hash-router", "version" : "1.0.0", "description" : "Webix Jet microframework", "main" : "dist/HashRouter.js", "types" : "dist/HashRouter.d.ts", "scripts" : {"lint" : "tslint --project tsconfig.json sources/**/*.ts", "dist" : "tsc -p ./tsconfig.json", "watch" : "watch \"yarn dist\" ./sources/"}, "r...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "dist": {"type": "string"}, "watch": {"type": "string"}}, "req...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "name": {"type": "string"}, "description": ...
{"author" : {"name" : "Franklin van de Meent", "email" : "fr@nkl.in", "url" : "https://frankl.in"}, "name" : "cloudsight", "description" : "CloudSight image recognition API (unofficial)", "version" : "1.1.3", "repository" : {"type" : "git", "url" : "git://github.com/fvdm/nodejs-cloudsight.git"}, "bugs" : {"url" : "http...
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": {"solution_size": {"type": "integer"}, "ok": {"type": "boolean"}, "resemblance": {"type": "number"}, "problem_id": {"type": "integer"}, "solution_spec_hash": {"type": "string"}}, "required": ["solution_size", "ok", "re...
{"solution_size" : 2491, "ok" : true, "resemblance" : 0.737172, "problem_id" : 2616, "solution_spec_hash" : "ee43e446900ba141397edf6625b47cd635be3d7f"}
json_instruct
{"type": "object", "properties": {"solution_size": {"type": "integer"}, "ok": {"type": "boolean"}, "resemblance": {"type": "number"}, "problem_id": {"type": "integer"}, "solution_spec_hash": {"type": "string"}}, "required": ["solution_size", "ok", "resemblance", "problem_id", "solution_spec_hash"], "$schema": "http://j...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"body": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "created_by": {"type": "string"}, "parent_id": {"type": "string"}, "id": {"t...
{"body" : "Chris's points about smaller -ad and larger image size oversampling\nare spot on. I ran some tests about a decade ago and found that very\nlarge images with relatively low -ad (and -as) generated better\nrenderings for a given compute time. Results with images are here:\n\n\nhttp://markjstock.org/radmisc/aa0...
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "created_by": {"type": "string"}, "parent_id": {"type": "string"}, "id": {"type": "string"}}, "required": ["body", "attachments", "created...