input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"Environments": {"type": "array", "items": {"type": "object", "properties": {"ApplicationName": {"type": "string"}, "CNAME": {"type": "string"}, "DateCreated": {"type": "string"}, "DateUpdated": {"type": "stri...
{"Environments" : [{"ApplicationName" : "SampleApp", "CNAME" : "SampleApp-jxb293wg7n.elasticbeanstalk.amazonaws.com", "DateCreated" : "2010-11-17T03:59:33.520Z", "DateUpdated" : "2010-11-17T04:01:40.668Z", "Description" : "EnvDescrip", "EndpointURL" : "elasticbeanstalk-SampleApp-1394386994.us-east-1.elb.amazonaws.com",...
json_instruct
{"type": "object", "properties": {"Environments": {"type": "array", "items": {"type": "object", "properties": {"ApplicationName": {"type": "string"}, "CNAME": {"type": "string"}, "DateCreated": {"type": "string"}, "DateUpdated": {"type": "string"}, "Description": {"type": "string"}, "EndpointURL": {"type": "string"}, "...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "name"], "$schema": "http://json-schema.org...
{"id" : "13", "provinceId" : "73", "regencyId" : "17", "name" : "Kamanre"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"@context": {"type": "string"}, "@type": {"type": "array", "items": {"type": "string"}}, "identifier": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "url": {"type": "string"}, "desc...
{"@context" : "http://schema.org", "@type" : ["BioChemEntity", "Sample"], "identifier" : ["biosamples:SAMN02469074", "mmp.ref:MMP02469074"], "name" : "Francisella noatunensis subsp. orientalis FNO12", "url" : "https://mmp.sfb.uit.no/databases/marref/#/records/MMP02469074", "description" : "Francisella noatunensis subs....
json_instruct
{"type": "object", "properties": {"@context": {"type": "string"}, "@type": {"type": "array", "items": {"type": "string"}}, "identifier": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "url": {"type": "string"}, "description": {"type": "string"}, "dataset": {"type": "array", "items": {"type"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "desc": {"type": "string"}, "url": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "maintainers": {"type": "array", "items": {"type": "string"}}, "addedAt"...
{"name" : "Googlebot API", "desc" : "Check if an IP address is officially used by Googlebot to crawl the web.", "url" : "https://seoapi.com/googlebot/", "tags" : ["SEO"], "maintainers" : ["fili"], "addedAt" : "2021-04-29"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "desc": {"type": "string"}, "url": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "maintainers": {"type": "array", "items": {"type": "string"}}, "addedAt": {"type": "string"}}, "required": ["name", "desc", "url", "tags", "maintai...
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["gourmet-builder", "gourmet-react", "gourmet-server"]
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": {"name": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "repository": {"ty...
{"name" : "com.cutehacks.gel", "description" : "A model for JSON objects with support for sorting and filtering", "author" : {"name" : "Jason Barron", "email" : "jason@cutehacks.com"}, "repository" : {"type" : "GITHUB", "url" : "https://github.com/Cutehacks/gel.git"}, "version" : {"label" : "0.6.1"}, "dependencies" : [...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"status": {"type": "string"}, "build": {"type": "string"}, "...
{"name" : "message-broadcast", "version" : "1.0.0", "description" : "Simple message broadcaster using AWS WebSocket API", "main" : "src/handler.ts", "scripts" : {"status" : "sls info", "build" : "sls package", "deploy" : "sls deploy"}, "dependencies" : {"source-map-support" : "^0.5.10"}, "devDependencies" : {"@types/aw...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"status": {"type": "string"}, "build": {"type": "string"}, "deploy": {"type": "string"}}, "required": ["status", "build...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "originalId": {"type": "integer"}, "rarity": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "load": {"type": "integer"}, "energy": {"type": "integer...
{"id" : "red_horned_lizard", "originalId" : 369133, "rarity" : 3, "name" : "L\u00e9zard \u00e0 cornes rouge", "description" : "Un petit l\u00e9zard avec des cornes sur sa t\u00eate qui vit cach\u00e9 dans des buissons.\\nLes l\u00e9zards rouges ont de belles \u00e9cailles et se d\u00e9barrassent de leur queue pour \u00...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "originalId": {"type": "integer"}, "rarity": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "load": {"type": "integer"}, "energy": {"type": "integer"}, "category": {"type": "array", "items": {"type": "object", "properties":...
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" : "The1Adventurer", "scores" : [{"xp" : 25537, "rank" : 382, "cardId" : 638}, {"xp" : 45457, "rank" : 152, "cardId" : 2}, {"xp" : 34107, "rank" : 87, "cardId" : 494}, {"xp" : 26398, "rank" : 176, "cardId" : 22}, {"xp" : 24246, "rank" : 273, "cardId" : 252}, {"xp" : 11810, "ran...
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...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contrac...
{"contract" : "0x40b0d5f72f061d63b1506a9979de441d9fc4d085", "tool" : "osiris", "start" : 1564594671.2636516, "end" : 1564594673.8388581, "duration" : 2.5752065181732178, "analysis" : []}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id_5106": {"type": "object", "properties": {"publicdate": {"type": "string"}, "title": {"type": "string"}}, "required": ["publicdate", "title"]}}, "required": ["id_5106"], "$schema": "http://json-schema.org/draft-0...
{"id_5106" : {"publicdate" : "2011-02-10 21:47:46", "title" : "The Prince and Betty"}}
json_instruct
{"type": "object", "properties": {"id_5106": {"type": "object", "properties": {"publicdate": {"type": "string"}, "title": {"type": "string"}}, "required": ["publicdate", "title"]}}, "required": ["id_5106"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"extends": {"type": "string"}, "compilerOptions": {"type": "object", "properties": {"outDir": {"type": "string"}, "plugins": {"type": "array", "items": {"type": "object", "properties": {"transform": {"type": "string"...
{"extends" : "./tsconfig.options.json", "compilerOptions" : {"outDir" : "lib/prod", "plugins" : [{"transform" : "ts-transformer-strip-const-enums", "entrySourceFiles" : ["./src/index.ts"]}, {"transform" : "ts-transformer-properties-rename", "entrySourceFiles" : ["./src/index.ts"]}], "stripInternal" : true}, "include" :...
json_instruct
{"type": "object", "properties": {"extends": {"type": "string"}, "compilerOptions": {"type": "object", "properties": {"outDir": {"type": "string"}, "plugins": {"type": "array", "items": {"type": "object", "properties": {"transform": {"type": "string"}, "entrySourceFiles": {"type": "array", "items": {"type": "string"}}}...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type...
{"title" : "(Unseen) event recognition via semantic compositionality.", "fields" : ["image retrieval", "contextual image classification", "principle of compositionality", "semantic gap", "scalability"], "abstract" : "Since high-level events in images (e.g. \u201cdinner\u201d, \u201cmotorcycle stunt\u201d, etc.) may not...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"typ...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "dharmaVerificationStatus": {"type": "string"}}, "required": ["name", "symbol", "address", "decimals", "dha...
{"name" : "ETHEREUM YIELD", "symbol" : "ETHY", "address" : "0xB5050ff6D5Ff88524D4604941A90b24E17c3bC74", "decimals" : 18, "dharmaVerificationStatus" : "UNVERIFIED"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "dharmaVerificationStatus": {"type": "string"}}, "required": ["name", "symbol", "address", "decimals", "dharmaVerificationStatus"], "$schema": "http://json-schema.o...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"Id": {"type": "integer"}, "Description": {"type": "string"}, "DialogueText": {"type": "string"}}, "required": ["Id", "Description", "DialogueText"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Id" : 596, "Description" : "Do I just go to a Dr to determine if it's a sinus infection or do I go get tested for COVID first? To not risk anyone in practice?\r\n\r\n", "DialogueText" : "Patient:\r\nDo I just go to a Dr to determine if it's a sinus infection or do I go get tested for COVID first? To not risk anyone i...
json_instruct
{"type": "object", "properties": {"Id": {"type": "integer"}, "Description": {"type": "string"}, "DialogueText": {"type": "string"}}, "required": ["Id", "Description", "DialogueText"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"...
{"citations" : [{"textCitation" : "[See geo2sum2 on Metamath](http://us.metamath.org/mpegif/geo2sum2.html)"}], "names" : ["geo2sum2"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_cN", "#T_wcel", "#T_cn0", "#T_wi", "#T_csu--1", "#T_vk", "#T_csu--2", "#T_cc0", "#T_cfzo", "#T_cN", "#T_c2", "#T_cexp", "#T_vk", "#T...
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...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"900756139": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900756140": {"type": "object", "properties": {"nama": {"type...
{"900756139" : {"nama" : "TPS 1", "dapil" : [8101, 18102, 2810401]}, "900756140" : {"nama" : "TPS 2", "dapil" : [8101, 18102, 2810401]}, "900756141" : {"nama" : "TPS 3", "dapil" : [8101, 18102, 2810401]}, "900756142" : {"nama" : "TPS 4", "dapil" : [8101, 18102, 2810401]}}
json_instruct
{"type": "object", "properties": {"900756139": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900756140": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"file_name": {"type": "string"}, "guid": {"type": "object", "properties": {"a": {"type": "integer"}, "b": {"type": "integer"}, "c": {"type": "integer"}, "d": {"type": "integer"}}, "required": ["a", "b", "c", "d"]}, "exports": {...
{"file_name" : "FactoryGame/Content/FactoryGame/-Shared/Particle/Texture/Lensflare.uasset", "guid" : {"a" : 2840842642, "b" : 1159149276, "c" : 2329423759, "d" : 3898332893}, "exports" : [{"name" : "Lensflare", "class" : {"package" : "/Script/Engine", "name" : "Texture2D"}, "super" : null, "template" : {"package" : "/S...
json_instruct
{"type": "object", "properties": {"file_name": {"type": "string"}, "guid": {"type": "object", "properties": {"a": {"type": "integer"}, "b": {"type": "integer"}, "c": {"type": "integer"}, "d": {"type": "integer"}}, "required": ["a", "b", "c", "d"]}, "exports": {"type": "array", "items": {"type": "object", "properties": ...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-sc...
{"variants" : {"" : {"model" : "allthecompressed:block/deepslate_block_9x"}}}
json_instruct
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"HostConfigHash": {"type": "string"}, "CardHash": {"type": "string"}, "Error": {"type": "null"}}, "required": ["HostConfigHash", "CardHash", "Error"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"HostConfigHash" : "bad5110", "CardHash" : "1076b7f", "Error" : null}
json_instruct
{"type": "object", "properties": {"HostConfigHash": {"type": "string"}, "CardHash": {"type": "string"}, "Error": {"type": "null"}}, "required": ["HostConfigHash", "CardHash", "Error"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "1209070001", "nama" : "DOLOK PARMONANGAN"}, {"id" : "1209070002", "nama" : "NEGERI DOLOK"}, {"id" : "1209070003", "nama" : "GUNUNG MARIAH"}, {"id" : "1209070004", "nama" : "MARIHAT DOLOK"}, {"id" : "1209070005", "nama" : "MARIHAT RAJA"}, {"id" : "1209070006", "nama" : "TIGA DOLOK"}, {"id" : "1209070007", "nam...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"author": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "w...
{"author" : {"name" : "[deleted]"}, "date" : {"day" : 1513468800, "full" : 1513477940, "month" : 1512086400, "week" : 1513468800}, "id" : "t3_7kbc6o", "picture" : {"filesize" : 38334, "fullUrl" : "https://external-preview.redd.it/wSmFuSFnaS8ZyisWhb__IWcLes_XbdjspclDx8mStPA.jpg?auto=webp&s=ed555e643aabffe5ae27933c234b8e...
json_instruct
{"type": "object", "properties": {"author": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "mo...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"": {"type": "array", "items": {"type": "string"}}, "imgMeta": {"type": "string"}, "largeImageError": {"type": "string"}, "resourceOpenExternalButton": {"type": "string"}, "nativeBinaryError": {"type": "string"}, "sizeB": {"type"...
{"" : ["--------------------------------------------------------------------------------------------", "Copyright (c) Microsoft Corporation. All rights reserved.", "Licensed under the Source EULA. See License.txt in the project root for license information.", "-----------------------------------------------------------...
json_instruct
{"type": "object", "properties": {"": {"type": "array", "items": {"type": "string"}}, "imgMeta": {"type": "string"}, "largeImageError": {"type": "string"}, "resourceOpenExternalButton": {"type": "string"}, "nativeBinaryError": {"type": "string"}, "sizeB": {"type": "string"}, "sizeKB": {"type": "string"}, "sizeMB": {"ty...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number...
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[148.875, 28.833333333333332], [148.875, 28.916666666666668], [149.0, 28.916666666666668], [149.0, 28.833333333333332], [148.875, 28.833333333333332]]]}, "properties" : {"code" : 434827, "url" : "http://madefor.github.io/0410/api/v1/434827.geojson...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {...
{"t" : "marakam", "h" : [{"d" : [{"f" : "\u8d64\u8173\u8d70\u8def\u8173\u5e95\u523a\u75db\u96e3\u884c\u3002", "e" : ["\ufff9`Ma~`rakam~ `kako~ `a~ `romakat~ `i~ `s~`i~`'~`l~`ra~`'~`e~`l~`aca~`n~ `a~ `lalan~.\ufffa\ufffb\u6211\u8d64\u8173\u8d70\u5728\u788e\u77f3\u5b50\u8def\u4e0a\u8173\u5e95\u523a\u75db\u96e3\u884c\u300...
json_instruct
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e"]}}}, "required": ["d"]}}, "s...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"peers": {"type": "object", "properties": {"ns2.sys.cloudsys.tmcs": {"type": "object", "properties": {"delay": {"type": "number"}, "jitter": {"type": "number"}, "lastReceived": {"type": "number"}, "peerType": {"type": "string"}...
{"peers" : {"ns2.sys.cloudsys.tmcs" : {"delay" : 0.426, "jitter" : 0.0, "lastReceived" : 1583162316.0, "peerType" : "unicast", "reachabilityHistory" : [true], "condition" : "reject", "offset" : -0.379, "peerIpAddr" : "10.75.33.5", "pollInterval" : 64, "refid" : "169.254.0.1", "stratumLevel" : 3}}}
json_instruct
{"type": "object", "properties": {"peers": {"type": "object", "properties": {"ns2.sys.cloudsys.tmcs": {"type": "object", "properties": {"delay": {"type": "number"}, "jitter": {"type": "number"}, "lastReceived": {"type": "number"}, "peerType": {"type": "string"}, "reachabilityHistory": {"type": "array", "items": {"type"...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "stri...
{"name" : "Bumerang", "version" : "0.5.2", "summary" : "Bumerang iOS platformu i\u00e7in geli\u015ftirilmi\u015f bir sunucu<->istemci haberle\u015fmesini sa\u011flayan Swift dili ile yaz\u0131lm\u0131\u015f bir k\u00fct\u00fcphanedir.", "description" : "Bumerang, \u00f6ncelikli olarak yerli yaz\u0131l\u0131m geli\u015f...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"SpringBurger": {"type": "string"}, "SummerBurger": {"type": "string"}, "FallBurger": {"type": "string"}, "WinterBurger": {"type": "string"}}, "required": ["SpringBurger", "SummerBurger", "FallBurger", "WinterBurger"], "$schema...
{"SpringBurger" : "Panino 'Sopravvivi' (prim)", "SummerBurger" : "Panino 'Sopravvivi' (est)", "FallBurger" : "Panino 'Sopravvivi' (aut)", "WinterBurger" : "Panino 'Sopravvivi' (inv)"}
json_instruct
{"type": "object", "properties": {"SpringBurger": {"type": "string"}, "SummerBurger": {"type": "string"}, "FallBurger": {"type": "string"}, "WinterBurger": {"type": "string"}}, "required": ["SpringBurger", "SummerBurger", "FallBurger", "WinterBurger"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "propertie...
{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-2.42787, 53.58222]}, "properties" : {"site-plan-url" : "http://mappinggm.org.uk/gmodin/", "maximum-net-dwellings" : "7", "deliverable" : "yes", "ownership-status" : "not owned by a public authority", "notes" : "CHANGE OF USE AND CONVERSION FROM PUBL...
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": {"site-plan-url": {"type": "string"...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"900136636": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900136637": {"type": "object", "properties": {"...
{"900136636" : {"nama" : "TPS 01", "dapil" : [1802, 11805, 2180302]}, "900136637" : {"nama" : "TPS 02", "dapil" : [1802, 11805, 2180302]}, "900136638" : {"nama" : "TPS 03", "dapil" : [1802, 11805, 2180302]}, "900136639" : {"nama" : "TPS 04", "dapil" : [1802, 11805, 2180302]}, "900136640" : {"nama" : "TPS 05", "dapil" :...
json_instruct
{"type": "object", "properties": {"900136636": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900136637": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "recant", "definition" : "To withdraw or repudiate formally and publicly (opinions formerly expressed); to contradict, as a former declaration; to take back openly; to retract; to recall. How soon . . . ease would recant Vows made in pain, as violent and void! Milton. Syn. -- To retract; recall; revoke; abjur...
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"face_keypoints": {"type": "array", "items": {}}, "pose_keypoints": {"type": "array", "items": {"type": "number"}}, "hand_rig...
{"version" : 1.0, "people" : [{"face_keypoints" : [], "pose_keypoints" : [92.7244094488189, 49.5709090909091, 0.897019624710083, 95.244094488189, 71.68, 0.766503348946571, 58.9606299212598, 74.4727272727273, 0.700382724404335, 59.2125984251968, 125.207272727273, 0.584641769528389, 63.496062992126, 166.4, 0.160220505262...
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"face_keypoints": {"type": "array", "items": {}}, "pose_keypoints": {"type": "array", "items": {"type": "number"}}, "hand_right_keypoints": {"type": "array", "items": {}}, "hand_left_k...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"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" : "lesion3470.png", "image_height" : 512, "camera_gps" : "", "bbox" : [{"score" : 1.0, "frontview" : true, "other" : {"region_attributes" : {"id" : 1.0, "type" : "car"}}, "category_id" : "car", "segmentation" : "197.0,281.0,205.0,284.0,208.0,293.0,215.0,299.0,225.0,302.0,231.0,306.0,229.0,315.0,225.0,327....
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...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "server": {"type": "s...
{"name" : "authserver", "version" : "1.0.0", "description" : "An online community for people solving health problem using TCM", "main" : "server.js", "scripts" : {"start" : "node server", "server" : "nodemon server"}, "author" : "Qi Zhang", "license" : "MIT", "dependencies" : {"algoliasearch" : "^3.35.1", "bcryptjs" : ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "server": {"type": "string"}}, "required": ["start", "server"]}, "author": {"type": "strin...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["domp"]
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": {"id": {"type": "string"}, "regency_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "regency_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "2102051", "regency_id" : "2102", "name" : "TELUK SEBONG"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "regency_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "regency_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/s...
[{"name" : "G\ufffdNTAC", "frequency" : 2, "gender" : "male"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"app\\": {"type": "string"}}, "required": ["app\\"]}}, "required...
{"name" : "rebuni/webprogramming", "description" : "Rebuni online education platform (ROEP) is a web based system which aim to connect colleges, teachers and students in one organized platform.", "autoload" : {"psr-4" : {"app\\" : "./"}}, "require" : {"vlucas/phpdotenv" : "^5.3", "yenepay/php-sdk" : "dev-master"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"app\\": {"type": "string"}}, "required": ["app\\"]}}, "required": ["psr-4"]}, "require": {"type": "object", "properties": {"vlucas/ph...
Generate sample JSON data that conforms to the following schema definition: {"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-sche...
[{"year" : 2003, "sex" : "M", "n" : 5, "prop" : 2.38e-06}, {"year" : 2004, "sex" : "M", "n" : 13, "prop" : 6.15e-06}, {"year" : 2005, "sex" : "M", "n" : 24, "prop" : 0}, {"year" : 2006, "sex" : "M", "n" : 19, "prop" : 8.67e-06}, {"year" : 2007, "sex" : "M", "n" : 19, "prop" : 8.58e-06}, {"year" : 2008, "sex" : "M", "n"...
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#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "au...
{"title" : "[MMD Kancolle] summertime \u00d7 Prinz Eugen", "author" : "4bv61pcqwnt3089", "description" : "Comment\uff1a<br>\u30b4\u30fc\u30eb\u30c7\u30f3\u30a6\u30a3\u30fc\u30af\u4e2d\u3082\u5927\u4eba\u3057\u304f\u30b9\u30c6\u30a4\u30db\u30fc\u30e0\u3057\u3066\u304a\u308a\u307e\u3057\u305f\u304c<br>\u7686\u69d8\u3044\...
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": "object", "properties": {"name": {"type": "string"}, "chain": {"type": "string"}, "network": {"type": "string"}, "rpc": {"type": "array", "items": {"type": "string"}}, "faucets": {"type": "array", "items": {}}, "nativeCurrency": {"type": "object", "prope...
{"name" : "AVIS Testnet", "chain" : "AVIS Testnet", "network" : "avis", "rpc" : ["https://seed5.evanesco.org:8547"], "faucets" : [], "nativeCurrency" : {"name" : "AVIS", "symbol" : "AVIS", "decimals" : 18}, "infoURL" : "https://evanesco.org/", "shortName" : "avis", "chainId" : 1201, "networkId" : 1201}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "chain": {"type": "string"}, "network": {"type": "string"}, "rpc": {"type": "array", "items": {"type": "string"}}, "faucets": {"type": "array", "items": {}}, "nativeCurrency": {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"900740654": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900740655": {"type": "object", "properties": {"...
{"900740654" : {"nama" : "TPS 1", "dapil" : [7401, 17405, 2741103]}, "900740655" : {"nama" : "TPS 2", "dapil" : [7401, 17405, 2741103]}, "900740656" : {"nama" : "TPS 3", "dapil" : [7401, 17405, 2741103]}}
json_instruct
{"type": "object", "properties": {"900740654": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900740655": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"},...
{"id" : 123407, "info" : {"name" : "Tema Amor Doce Lady Noir", "description" : "tema de miraculous ladybug para o site amor doce", "additionalInfo" : null, "format" : "uso", "category" : "amordoce", "createdAt" : "2016-01-22T20:48:51.000Z", "updatedAt" : "2016-01-22T20:48:51.000Z", "license" : "NO-REDISTRIBUTION", "aut...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {}, "required": []}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : "c62016b5052c8c62a004", "c" : {}}
json_instruct
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {}, "required": []}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "me...
{"ast" : null, "code" : "'use strict';\n\nObject.defineProperty(exports, '__esModule', {\n value: true\n});\n\nvar identity = require('./bases/identity.js');\n\nvar base2 = require('./bases/base2.js');\n\nvar base8 = require('./bases/base8.js');\n\nvar base10 = require('./bases/base10.js');\n\nvar base16 = require('./...
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/s...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"axes": {"type": "string"}, "background": {"type": "string"}, "border-color": {"type": "string"}, "border-width": {"type": "string"}, "change-orientation": {"type": "string"}, "close": {"type": "string"}, "copied-to-clipboard": {...
{"axes" : "Axes", "background" : "Bakgrund", "border-color" : "F\u00e4rg p\u00e5 gr\u00e4nsen", "border-width" : "Bredd p\u00e5 gr\u00e4nsen", "change-orientation" : "\u00c4ndra legenden orientering", "close" : "St\u00e4ng", "copied-to-clipboard" : "Kopieras till urklipp", "count" : "R\u00e4kna", "customize-layout" : "...
json_instruct
{"type": "object", "properties": {"axes": {"type": "string"}, "background": {"type": "string"}, "border-color": {"type": "string"}, "border-width": {"type": "string"}, "change-orientation": {"type": "string"}, "close": {"type": "string"}, "copied-to-clipboard": {"type": "string"}, "count": {"type": "string"}, "customiz...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "3510180015", "district_id" : "3510180", "name" : "SINGOTRUNAN"}
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 a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "array", "items": {}}...
{"contract" : "0x8fd3121013a07c57f0d69646e86e7a4880b467b7", "tool" : "manticore", "start" : 1563982812.9919102, "end" : 1563984614.749985, "duration" : 1801.758074760437, "analysis" : [[]]}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "array", "items": {}}}}, "required": ["contract", "tool", "start", "end", "duration", "ana...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"Name": {"type": "string"}, "RelayDirs": {"type": "array", "items": {"type": "string"}}, "TemplateFile": {"type": "string"}}, "required": ["Name", "RelayDirs", "TemplateFile"], "$schema": "http://json-schema.org/draft-07/schema...
{"Name" : "devnet", "RelayDirs" : ["primary"], "TemplateFile" : "devnet.json"}
json_instruct
{"type": "object", "properties": {"Name": {"type": "string"}, "RelayDirs": {"type": "array", "items": {"type": "string"}}, "TemplateFile": {"type": "string"}}, "required": ["Name", "RelayDirs", "TemplateFile"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "password": {"type": "string"}}, "required": ["name", "email", "password"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "Josh", "email" : "josh@test.com", "password" : "password"}, {"name" : "Greg", "email" : "greg@test.com", "password" : "password"}, {"name" : "Aaron", "email" : "aaron@test.com", "password" : "password"}, {"name" : "Koalia", "email" : "koalia@test.com", "password" : "password"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "password": {"type": "string"}}, "required": ["name", "email", "password"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"": {"type": "string"}}, "required"...
{"name" : "felipeelia/cli-command-docs", "type" : "wp-cli-package", "license" : "MIT", "autoload" : {"psr-4" : {"" : "src/"}, "files" : ["cli-command-docs-command.php"]}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"": {"type": "string"}}, "required": [""]}, "files": {"type": "array", "items": {"type": "string"}}}, "require...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"object": {"type": "string"}, "callback_url": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "active": {"type": "boolean"}}, "r...
{"data" : [{"object" : "user", "callback_url" : "http://fbgraphsample.heroku.com/subscription", "fields" : ["email"], "active" : true}]}
json_instruct
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"object": {"type": "string"}, "callback_url": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "active": {"type": "boolean"}}, "required": ["object", "callback_url", "fields", "active"]}}}...
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"}, "whiteboard": {"type": "object", "properties": {"server": {"type": "string"}, "port": {"type": ...
{"name" : "whiteboard", "version" : "0.1.227", "description" : "A real-time multi-user collaborative whiteboard and chat", "main" : "index.js", "whiteboard" : {"server" : "node.mymacys.net", "port" : 2000}, "scripts" : {"start" : "gulp"}, "author" : "Gary Storey", "license" : "MIT", "dependencies" : {"express" : "^4.14...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "whiteboard": {"type": "object", "properties": {"server": {"type": "string"}, "port": {"type": "integer"}}, "required": ["server", "port"]}, "scripts": {"type": "ob...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["1936", "cubana de aviaci\u00c3\u00b3n", "cienfuegos", "cuba", "montreal", "canada", "0"], ["1936", "cubana de aviaci\u00c3\u00b3n", "cienfuegos", "cuba", "toronto", "canada", "0"], ["1936", "cubana de aviaci\u00c3\u00b3n", "montreal", "canada", "cienfuegos", "cuba", "0"]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1880, 7], [1881, 6], [1882, 9], [1883, 5], [1884, 8], [1885, 6], [1886, 10], [1888, 6], [1889, 14], [1890, 10], [1892, 12], [1893, 9], [1894, 12], [1895, 12], [1896, 10], [1897, 9], [1898, 11], [1899, 5], [1900, 20], [1901, 6], [1902, 8], [1903, 7], [1904, 11], [1905, 7], [1906, 6], [1907, 9], [1908, 7], [1909, 10], ...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "stri...
{"name" : "SelectController", "version" : "0.02", "summary" : "SelectControllerController used for selecting options", "description" : "Select View Controller is a component for selecting options presented in a picker view which is dynamically created in controller", "homepage" : "https://gitlab.com/work.shakiba/Select...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties...
{"name" : "BRCocoaLumberjack", "version" : "2.0.0", "summary" : "Easy CocoaLumberjack for iOS.", "description" : "This project provides a way to integrate the\n[CocoaLumberjack](https://github.com/robbiehanson/CocoaLumberjack) project easily\ninto your own project with log levels configurable per Cocoa class, similar t...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"Matt Magoffin": {"type": "string"}}, "required": ["M...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"text": {"type": "array", "items": {"type": "object", "properties": {"desc": {"type": "null"}, "bounds": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}}, "requ...
{"text" : [{"desc" : null, "bounds" : [{"x" : 539, "y" : 762}, {"x" : 1464, "y" : 762}, {"x" : 1464, "y" : 1127}, {"x" : 539, "y" : 1127}]}, {"desc" : null, "bounds" : [{"x" : 677, "y" : 762}, {"x" : 1308, "y" : 762}, {"x" : 1308, "y" : 912}, {"x" : 677, "y" : 912}]}, {"desc" : null, "bounds" : [{"x" : 833, "y" : 930},...
json_instruct
{"type": "object", "properties": {"text": {"type": "array", "items": {"type": "object", "properties": {"desc": {"type": "null"}, "bounds": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}}, "required": ["x", "y"]}}}, "required": ["desc", "bounds"]}}, "image...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"},...
{"id" : 8536, "source" : "clarke", "verse_id" : 18336, "verse_count" : 1, "reference" : "36:5", "title" : "", "html" : " <p> <em>I say \"Thou hast said\"\u2014</em>, Fourteen MSS. (three ancient) of Kennicott's and De Rossi's have it in the second person, <span class=\"greek-hebrew\">,\u05d0\u05de\u05e8\u05ea </span> <...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}, "audit": {"type": "null"}}, "required": ["id", "source", "verse_id", "...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "...
{"type" : "MultiPolygon", "coordinates" : [[[[-75.47045547499992, 40.60418766600002], [-75.47235105599997, 40.60365928100003], [-75.47496600399994, 40.60919938500006], [-75.47625069899992, 40.611877592000035], [-75.47433753499993, 40.61239836200007], [-75.46711002599993, 40.61435531200003], [-75.46709786799993, 40.6137...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "name": {...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"JavaScript": {"type": "integer"}}, "required": ["JavaScript"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"JavaScript" : 17716}
json_instruct
{"type": "object", "properties": {"JavaScript": {"type": "integer"}}, "required": ["JavaScript"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"addr": {"type": "string"}, "fields": {"type": "object", "properties": {"SLFB_XBUF_RX": {"type": "object", "properties": {"bits": {"type": "string"}}, "required": ["bits"]}, "SLFB_XBUF_TX"...
[{"addr" : "0x0085", "fields" : {"SLFB_XBUF_RX" : {"bits" : "8"}, "SLFB_XBUF_TX" : {"bits" : "7"}, "BYP_XBUF_RX" : {"bits" : "6"}, "BYP_XBUF_TX" : {"bits" : "5"}, "EN_OUT2_XBUF_TX" : {"bits" : "4"}, "EN_TBUFIN_XBUF_RX" : {"bits" : "3"}, "PD_XBUF_RX" : {"bits" : "2"}, "PD_XBUF_TX" : {"bits" : "1"}, "EN_G_XBUF" : {"bits"...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"addr": {"type": "string"}, "fields": {"type": "object", "properties": {"SLFB_XBUF_RX": {"type": "object", "properties": {"bits": {"type": "string"}}, "required": ["bits"]}, "SLFB_XBUF_TX": {"type": "object", "properties": {"bits": {"type": "string"}}, "requi...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"pli-tv-bu-vb-sk48:1.1": {"type": "string"}, "pli-tv-bu-vb-sk48:1.3.1": {"type": "string"}, "pli-tv-bu-vb-sk48:1.4": {"type": "string"}, "pli-tv-bu-vb-sk48:1.6.1": {"type": "string"}, "pli-tv-bu-vb-sk48:1.15": {"type": "string"}}...
{"pli-tv-bu-vb-sk48:1.1" : "ms2V_1924, msdiv624, ndp2.265, pts-cs48", "pli-tv-bu-vb-sk48:1.3.1" : "ms2V_1925", "pli-tv-bu-vb-sk48:1.4" : "dr2.447, ms2V_1926", "pli-tv-bu-vb-sk48:1.6.1" : "ms2V_1927, pts-vp-pli4.197, sya2.553", "pli-tv-bu-vb-sk48:1.15" : "ms2V_1928"}
json_instruct
{"type": "object", "properties": {"pli-tv-bu-vb-sk48:1.1": {"type": "string"}, "pli-tv-bu-vb-sk48:1.3.1": {"type": "string"}, "pli-tv-bu-vb-sk48:1.4": {"type": "string"}, "pli-tv-bu-vb-sk48:1.6.1": {"type": "string"}, "pli-tv-bu-vb-sk48:1.15": {"type": "string"}}, "required": ["pli-tv-bu-vb-sk48:1.1", "pli-tv-bu-vb-sk4...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"artists": {"type": "array", "items": {"type": "object", "properties": {"attribute-list": {"type": "array", "items": {"type": "string"}}, "mbid": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}, "...
{"artists" : [{"attribute-list" : ["tanbur"], "mbid" : "65e0df9a-64a6-450c-acae-009a8c725661", "name" : "Necip G\u00fclses", "type" : "instrument"}, {"attribute-list" : ["nai"], "mbid" : "86299acc-2dd4-49d2-b20e-d1707c699d62", "name" : "Kudsi Erg\u00fcner", "type" : "instrument"}, {"attribute-list" : ["kanun"], "mbid" ...
json_instruct
{"type": "object", "properties": {"artists": {"type": "array", "items": {"type": "object", "properties": {"attribute-list": {"type": "array", "items": {"type": "string"}}, "mbid": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["attribute-list", "mbid", "name", "type"]}}, "mbid...
Construct a JSON document that adheres to this schema specification: {"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" : "3273150005", "district_id" : "3273150", "name" : "BABAKAN SURABAYA"}
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": {"datestamp": {"type": "string"}, "nameWithOwner": {"type": "string"}, "name": {"type": "string"}, "commits": {"type": "integer"}, "forkCount": {"type": "integer"}, "issues": {"type": "integer"}, "openIssues": {"type": "integer"...
{"datestamp" : "2019-05-24", "nameWithOwner" : "pantsbuild/pants", "name" : "pants", "commits" : 6542, "forkCount" : 325, "issues" : 2573, "openIssues" : 839, "closedIssues" : 1734, "pullRequests" : 5228, "openPullRequests" : 103, "mergedPullRequests" : 2266, "closedPullRequests" : 2859, "stargazers" : 1142, "watchers"...
json_instruct
{"type": "object", "properties": {"datestamp": {"type": "string"}, "nameWithOwner": {"type": "string"}, "name": {"type": "string"}, "commits": {"type": "integer"}, "forkCount": {"type": "integer"}, "issues": {"type": "integer"}, "openIssues": {"type": "integer"}, "closedIssues": {"type": "integer"}, "pullRequests": {"t...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "size": {"type": "integer"}, "link": {"type": "string"}, "created_at": {"type": "string"}, "downloads": {"type": "integer"}, "linkid": {"type": "string"}, "convert": {"type":...
[{"name" : "docp-161_1", "size" : 1110419878, "link" : "https://streamtape.com/e/o2AGL48KrDiJlBw", "created_at" : "2022\u5e7403\u670818\u65e5 17:20:25", "downloads" : 0, "linkid" : "o2AGL48KrDiJlBw", "convert" : "converted", "achorname" : "\u4e38\u5b50\u5466", "subscribe" : "0\u4f4d\u8ba2\u9605\u8005", "avatar-img" : "...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "size": {"type": "integer"}, "link": {"type": "string"}, "created_at": {"type": "string"}, "downloads": {"type": "integer"}, "linkid": {"type": "string"}, "convert": {"type": "string"}, "achorname": {"type": "string"}, "subscribe":...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"return": {"type": "array", "items": {"type": "object", "properties": {"name.count": {"type": "integer"}}, "required": ["name.count"]}}, "meta": {"type": "object", "properties": {"datasource": {"type": "string"}}, "required"...
{"return" : [{"name.count" : 9}], "meta" : {"datasource" : "postgres"}}
json_instruct
{"type": "object", "properties": {"return": {"type": "array", "items": {"type": "object", "properties": {"name.count": {"type": "integer"}}, "required": ["name.count"]}}, "meta": {"type": "object", "properties": {"datasource": {"type": "string"}}, "required": ["datasource"]}}, "required": ["return", "meta"], "$schema":...
Using the following JSON schema, generate a compatible 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"}}, "location":...
{"id" : 2448, "title" : ["[Clovertooth Hall, Lockers]"], "description" : ["A rainbow of colors covers the curtain marking a locker booth to the north. A small bench rests against the south wall and more locker booths are visible to the east and west."], "paths" : ["Obvious exits: east, west"], "location" : "Icemule Tr...
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": {"2447":...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "...
{"id" : 101761489, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "923ee9d5d56c89560e703b37481fbe72", "wof:id" : 101761489, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [5.91159, 49.17313, 5.91159, 49.17313], "geometry" : {"coordinates"...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "content_in_root": {"type": "boolean"}, "domains": {"type": "array", "items": {"type": "string"}}, "homeassistant": {"type": "string"}, "render_readme": {"type": "boolean"}}, "required": ["...
{"name" : "Timeslot", "content_in_root" : true, "domains" : ["timeslot"], "homeassistant" : "2021.12.0", "render_readme" : true}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "content_in_root": {"type": "boolean"}, "domains": {"type": "array", "items": {"type": "string"}}, "homeassistant": {"type": "string"}, "render_readme": {"type": "boolean"}}, "required": ["name", "content_in_root", "domains", "homeassistant", "render_readme"...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "str...
{"name" : "js-testing-introduction", "version" : "1.0.0", "description" : "An introduction to JS testing", "main" : "app.js", "scripts" : {"start" : "webpack app.js --mode development --watch", "test" : "echo \"Error: no test specified\" && exit 1"}, "keywords" : ["js", "javascript", "testing", "jest", "unit", "tests",...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "keywords": {"type": "array",...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "requir...
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[123.5, 32.25], [123.5, 32.333333333333336], [123.625, 32.333333333333336], [123.625, 32.25], [123.5, 32.25]]]}, "properties" : {"code" : 482334, "url" : "http://madefor.github.io/0410/api/v1/482334.geojson", "view" : "https://github.com/madefor/0...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "path": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type": "array", "it...
{"rustc" : 14339930153574751747, "features" : "[]", "target" : 10002350141840078372, "profile" : 8248545651247322450, "path" : 1036222786711178230, "deps" : [], "local" : [{"CheckDepInfo" : {"dep_info" : ".fingerprint\\threadspawn-c58bfd0357a66c6e\\dep-test-bin-threadspawn-c58bfd0357a66c6e"}}], "rustflags" : [], "metad...
json_instruct
{"type": "object", "properties": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "path": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type": "array", "items": {"type": "object", "properties": {"CheckDepInfo": {"type...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1989, 6], [1991, 5], [1993, 6], [1995, 7], [1996, 10], [1997, 5], [1998, 7], [1999, 11], [2000, 5], [2001, 5], [2002, 11], [2003, 12], [2004, 7], [2005, 12], [2006, 9], [2007, 7], [2008, 6], [2009, 6], [2013, 6]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}...
{"directions" : ["Combine the cubed potatoes, diced potatoes, broccoli, onion, milk, garlic powder, and chives in a slow cooker; cover, and cook on High for 4 hours.", "Stir the instant potato flakes and bread crumbs into the soup. Reduce heat to Low and simmer another 30 minutes. Serve hot."], "ingredients" : ["4 pota...
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 a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"Results": {"type": "object", "properties": {"Message": {"type": "string"}, "QueryID": {"type": "string"}, "QueryRows": {"type": "string"}, "IndianCountryRows": {"type": "string"}, "SVRows": {"type": "string"}, "CVRow...
{"Results" : {"Message" : "Success", "QueryID" : "285", "QueryRows" : "1", "IndianCountryRows" : "0", "SVRows" : "0", "CVRows" : "0", "V3Rows" : "0", "FEARows" : "0", "InfFEARows" : "0", "INSPRows" : "1", "BioCVRows" : "0", "BioV3Rows" : "0", "VioLast4QRows" : "0", "TotalPenalties" : "$0", "BadSystemIDs" : null, "IconB...
json_instruct
{"type": "object", "properties": {"Results": {"type": "object", "properties": {"Message": {"type": "string"}, "QueryID": {"type": "string"}, "QueryRows": {"type": "string"}, "IndianCountryRows": {"type": "string"}, "SVRows": {"type": "string"}, "CVRows": {"type": "string"}, "V3Rows": {"type": "string"}, "FEARows": {"ty...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"contacts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "designation": {"type": "string"}, "mobile": {"type": "array", "items": {}}}, "required...
{"contacts" : [{"name" : "Dr. Satish Ghanta", "email" : "choicefoundation.hyderabad@gmail.com", "designation" : "Director", "mobile" : []}], "guideStarURL" : "http://www.guidestarindia.org/Summary.aspx?CCReg=10419", "name" : "CHOICE FOUNDATION", "primaryEmail" : "choicefoundation.hyderabad@gmail.com", "website" : "http...
json_instruct
{"type": "object", "properties": {"contacts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "designation": {"type": "string"}, "mobile": {"type": "array", "items": {}}}, "required": ["name", "email", "designation", "mobile"]}}, "guideStarURL": {"ty...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["511724103001", "\u4e07\u798f\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "121", "0"], ["511724103200", "\u516d\u5830\u6751\u6c11\u59d4\u5458\u4f1a", "122", "0"], ["511724103201", "\u592a\u5e73\u6865\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["511724103202", "\u9f99\u53f0\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"...
json_instruct
{"type": "array", "items": {"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": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "s...
{"name" : "larabuild/cms", "description" : "Laravel Theme management", "version" : "0.0.2", "authors" : [{"name" : "edgarravenhorst", "email" : "edgar@code.rehab"}], "require" : {"ktquez/laravel-tinymce" : "^1.0", "laravelcollective/html" : "^5.3", "zizaco/entrust" : "^1.7", "jenssegers/model" : "^1.1"}, "autoload" : {...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object",...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1909, 5], [1911, 6], [1912, 6], [1913, 5], [1914, 11], [1915, 9], [1916, 16], [1917, 15], [1918, 17], [1919, 18], [1920, 18], [1921, 12], [1922, 12], [1923, 6], [1924, 17], [1925, 20], [1926, 18], [1927, 19], [1928, 30], [1929, 32], [1930, 35], [1931, 36], [1932, 51], [1933, 32], [1934, 40], [1935, 42], [1936, 46], [...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"han\u00b7ne\u00b7qe\u1e07": {"type": "object", "properties": {"jos.19.33|6": {"type": "array", "items": {"type": "string"}}}, "required"...
{"pos" : "proper", "translits" : {"han\u00b7ne\u00b7qe\u1e07" : {"jos.19.33|6" : ["and\uff64", "Adami Nekeb\uff64", "and Jabneel\uff64"]}}, "meanings" : {"adami" : 1}, "meaningsCount" : 1, "occurences" : 1}
json_instruct
{"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"han\u00b7ne\u00b7qe\u1e07": {"type": "object", "properties": {"jos.19.33|6": {"type": "array", "items": {"type": "string"}}}, "required": ["jos.19.33|6"]}}, "required": ["han\u00b7ne\u00b7qe\u1e07"]}, "meanings"...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "string"}, "version": {"type": "string"}, "git": {"type": "string"}}, "required": ["name", "des...
{"name" : "spin", "description" : "Simple spinner package for Meteor", "homepage" : "https://github.com/sachag/meteor-spin", "author" : "Sacha Greif", "version" : "0.2.0", "git" : "https://github.com/SachaG/meteor-spin.git"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "string"}, "version": {"type": "string"}, "git": {"type": "string"}}, "required": ["name", "description", "homepage", "author", "version", "git"], "$schema": "http://json-s...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"timezone": {"type": "string"}}, "required": ["...
{"type" : "FeatureCollection", "features" : [{"type" : "Feature", "properties" : {"timezone" : "America/Indiana/Winamac"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[-86.46705627441406, 41.171119689941406], [-86.46770477294922, 41.08400344848633], [-86.4665298461914, 40.997344970703125], [-86.4671783447...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"timezone": {"type": "string"}}, "required": ["timezone"]}, "geometry": {"type": "object", "properties": {"ty...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"axes": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "centroid": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "part_id": {"type": "integer"}, "scales": {"t...
{"axes" : [[0.9621400237083435, -0.2721976935863495, -0.01396222598850727], [-0.035799916833639145, -0.07542701065540314, -0.9965084791183472], [0.2701941728591919, 0.9592805504798889, -0.08231599628925323]], "centroid" : [[1.5382497310638428], [0.2744763195514679], [3.3838067054748535]], "part_id" : 0, "scales" : [[0....
json_instruct
{"type": "object", "properties": {"axes": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "centroid": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "part_id": {"type": "integer"}, "scales": {"type": "array", "items": {"type": "array", "items": {"type": "number"}...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "d319-76", "text" : "August 6, 1956\nMr, Seymour N, Siegel\nDirector, Radio Station WNYC\n2>00 Municipal Building\nNew York 7, New York\nDear Sy:\nI\u2019ve read the draft of the Appendix to the Prix Italia, for Television entries#\nI see no objections. But since I\u2019m leaving today for Alabama and won\u2019...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"powers": {"type": "array", "items": {"type": "string"}}, "icon": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "order": {"type": "integer"}, "impact": {"type": "integer"}...
{"powers" : ["origins:fall_immunity", "origins:sprint_jump", "origins:velvet_paws", "origins:nine_lives", "origins:scare_creepers", "origins:cat_vision"], "icon" : {"item" : "minecraft:orange_wool"}, "order" : 0, "impact" : 2}
json_instruct
{"type": "object", "properties": {"powers": {"type": "array", "items": {"type": "string"}}, "icon": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "order": {"type": "integer"}, "impact": {"type": "integer"}}, "required": ["powers", "icon", "order", "impact"], "$schema": "http://js...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}, "regency_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "regency_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "7210050", "regency_id" : "7210", "name" : "NOKILALAKI"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "regency_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "regency_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"op": {"type": "string"}, "path": {"type": "string"}, "value": {"type": "object", "properties": {"ValueType": {"type": "string"}}, "required": ["ValueType"]}}, "required": ["op", "path", "value"]}, "$...
[{"op" : "add", "path" : "/PropertyTypes/AWS::WAFv2::RuleGroup.RateBasedStatementOne/Properties/Limit/Value", "value" : {"ValueType" : "AWS::WAFv2::RuleGroup.Rate.Limit"}}, {"op" : "add", "path" : "/PropertyTypes/AWS::WAFv2::RuleGroup.RateBasedStatementTwo/Properties/Limit/Value", "value" : {"ValueType" : "AWS::WAFv2::...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"op": {"type": "string"}, "path": {"type": "string"}, "value": {"type": "object", "properties": {"ValueType": {"type": "string"}}, "required": ["ValueType"]}}, "required": ["op", "path", "value"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"accountLinkingWhitelistedDomains": {"type": "null"}, "asin": {"type": "string"}, "averageRating": {"type": "integer"}, "canDisable": {"type": "boolean"}, "capabilities": {"type": "null"}, "category": {"type": "null...
{"accountLinkingWhitelistedDomains" : null, "asin" : "B01MDN73MR", "averageRating" : 4, "canDisable" : true, "capabilities" : null, "category" : null, "description" : "This skill gives you the top science posts from reddit's r/Futurology from the last 24 hours. You can ask for the latest post, or ask for the first to t...
json_instruct
{"type": "object", "properties": {"accountLinkingWhitelistedDomains": {"type": "null"}, "asin": {"type": "string"}, "averageRating": {"type": "integer"}, "canDisable": {"type": "boolean"}, "capabilities": {"type": "null"}, "category": {"type": "null"}, "description": {"type": "string"}, "enablement": {"type": "null"}, ...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"title": {"type": "string"}, "genre": {"type": "string"}, "creators": {"type": "array", "items": {"type": "string"}}, "cast": {"type": "array", "items": {}}, "country_of_origin": {"type": "string"}, "seasons": {"type...
{"title" : "Frontier", "genre" : "anthology series", "creators" : ["Morton S. Fine", "David Friedkin"], "cast" : [], "country_of_origin" : "United States", "seasons" : 1, "episodes" : 31, "start_date" : "Sun Sep 25 00:00:00 EDT 1955", "end_date" : "Sun Sep 09 00:00:00 EDT 1956"}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "genre": {"type": "string"}, "creators": {"type": "array", "items": {"type": "string"}}, "cast": {"type": "array", "items": {}}, "country_of_origin": {"type": "string"}, "seasons": {"type": "integer"}, "episodes": {"type": "integer"}, "start_date": {"type":...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"<page title>": {"type": "string"}, "audio formats": {"type": "string"}, "auto focus": {"type": "string"}, "camera resolution": {"type": "string"}, "digital zoom": {"type": "string"}, "focal length": {"type": "string"}, "image ...
{"<page title>" : "Wespro DV540 Price In India, Bangalore, Hyderabad, Delhi, Chennai, Mumbai, Pune, Kolkatta", "audio formats" : "WAV", "auto focus" : "Yes", "camera resolution" : "5.0 MP", "digital zoom" : "4x", "focal length" : "9.3 mm", "image format" : "JPEG", "image stablizer" : "Yes", "manual focus" : "Yes", "vid...
json_instruct
{"type": "object", "properties": {"<page title>": {"type": "string"}, "audio formats": {"type": "string"}, "auto focus": {"type": "string"}, "camera resolution": {"type": "string"}, "digital zoom": {"type": "string"}, "focal length": {"type": "string"}, "image format": {"type": "string"}, "image stablizer": {"type": "s...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "st...
{"contract" : "0x4b354bc1cedd5887a3d7206a1e0b1f1882c446e0", "tool" : "osiris", "start" : 1564595708.1339996, "end" : 1564595711.1790855, "duration" : 3.045085906982422, "analysis" : []}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"layer0": {"type": "string"}, "layer1": {"type": "string"}}, "required": ["layer0", "layer1"]}}, "required": ["parent", "textures"], "$schema": "htt...
{"parent" : "minecraft:item/generated", "textures" : {"layer0" : "wolfarmor:items/leather_wolf_armor", "layer1" : "wolfarmor:items/leather_wolf_armor_overlay"}}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"layer0": {"type": "string"}, "layer1": {"type": "string"}}, "required": ["layer0", "layer1"]}}, "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"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "reposit...
{"name" : "node-app-testing-helpers-for-sequelize", "version" : "0.0.1", "description" : "A set of helpers for testing Node JavaScript applications with Sequelize", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/...
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": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, ...
{"name" : "Lichess-Keyboard-Input", "version" : "0.0.1.8", "description" : "Use your keyboard to play chess", "author" : "Sentero-esp12", "main" : "code.js", "scripts" : {"start" : "code.js"}, "dependencies" : {}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", ...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "it...
{"directions" : ["Place cooked bacon in a large stockpot over medium-high heat; add potatoes, chicken broth, carrots, onion, parsley, celery seed, salt, and pepper. Bring mixture to a boil, cover stockpot with a lid, reduce heat to medium-low, and simmer, stirring frequently and slightly mashing potatoes, until potatoe...
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...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "...
{"n_dim" : 34, "n_trials" : 80, "objective" : "markowitz_analytic_on_cube", "white" : "ultraopt_etpe", "black" : "bobyqa_default", "traceback" : ["passing", "passing"], "best_val" : [7.78182178263644, 0.5375313955104619], "best_x" : [[0.0, 0.5393644734467866, 0.4496180147795268, 0.0, 1.0, 0.0, 0.6358585321041521, 0.0, ...
json_instruct
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {...
Create an example JSON object that satisfies 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" : "FN Five-seveN MK2 FDE Geh\u00e4use 5,7 x 28 Pistole", "ShortName" : "FN 5-7 FDE", "Description" : "Die FN Five-Seven, markenrechtlich gesch\u00fctzt als Five-seveN, ist eine halbautomatische Pistole entwickelt und hergestellt von FN Herstal in Belgien. Modell mit einem FDE Gestell."}
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#"}
Based on the schema below, produce a valid JSON object: {"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" : "1406081001", "district_id" : "1406081", "name" : "PANTAI RAJA"}
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#"}