input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors":...
{"name" : "arillo/silverstripe-utils", "description" : "Utils and helpers for SilverStripe CMS.", "type" : "silverstripe-vendormodule", "homepage" : "https://github.com/arillo/silverstripe-utils", "keywords" : ["silverstripe", "utils", "utils"], "license" : "MIT", "authors" : [{"name" : "Sebastian Fischer", "email" : "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"images": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "tag": {"type": "string"}, "fileName": {"type": "string"}, "fileSizeBytes": {"type": "integer"}, "url": {"type": "strin...
{"images" : [{"id" : "sha256:00b8e6ba6536c8e35ef1297c231c5f9c72304d7708a00313a53c33ab78b91b82", "tag" : "orchestrate:v2.4.0-rc3", "fileName" : "orchestrate-v2.4.0-rc3.tgz", "fileSizeBytes" : 25500336, "url" : "https://relay.quorum.consensys.net/quorum-dev-quickstart/orchestrate-v2.4.0-rc3.tgz"}]}
json_instruct
{"type": "object", "properties": {"images": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "tag": {"type": "string"}, "fileName": {"type": "string"}, "fileSizeBytes": {"type": "integer"}, "url": {"type": "string"}}, "required": ["id", "tag", "fileName", "fileSizeBytes", "url"]}}}...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"PhoneNumber": {"type": "string"}, "AddressSid": {"type": "string"}, "SmsApplicationSid": {"type": "string"}, "VoiceApplicationSid": {"type": "string"}}, "required": ["PhoneNumber", "AddressSid", "SmsApplication...
{"PhoneNumber" : "+16155882109", "AddressSid" : "b7796f9d-f990-4555-8313-95bb40c668ca", "SmsApplicationSid" : "APf1bf5f86f9a566837b060e13e27707c1", "VoiceApplicationSid" : "APf1bf5f86f9a566837b060e13e27707c1"}
json_instruct
{"type": "object", "properties": {"PhoneNumber": {"type": "string"}, "AddressSid": {"type": "string"}, "SmsApplicationSid": {"type": "string"}, "VoiceApplicationSid": {"type": "string"}}, "required": ["PhoneNumber", "AddressSid", "SmsApplicationSid", "VoiceApplicationSid"], "$schema": "http://json-schema.org/draft-07/s...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "license": {"type": "string"...
{"name" : "wing", "version" : "1.0.0", "main" : "main.js", "scripts" : {"start" : "electron ."}, "license" : "MIT", "dependencies" : {"electron" : "^11.0.3", "electron-packager" : "^15.2.0", "windows-shortcuts-ps" : "^1.0.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"electron": {"type"...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_da...
{"id" : 1384, "citation_title" : "The Heights of Americans in Three Centuries: Some Economic and Demographic Implications", "citation_author" : ["Kenneth L. Sokoloff"], "citation_publication_date" : "1984-06-01", "issue_date" : "1984-06-01", "revision_date" : "None", "topics" : null, "program" : ["Development of the A...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_date": {"type": "string"}, "topics": {"type": "null"}, "progr...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "events": {"type": "array", "items": {"type": "object", "properties": {"alpha": {"type": "number"}, "style": {"type": "object", "properties": {"posY": {"type": "number"}, "dir": {"typ...
{"id" : "NG0024", "events" : [{"alpha" : 0.4, "style" : {"posY" : -230.2, "dir" : 1, "text" : "META \uc5f0\uad6c\uc2e4\uc5d0\ub294 <color=#ff5c5c>\uc5d0\ub108\uc9c0 \ud65c\uc131\ud654</color>, <color=#ff5c5c>\ud568\uc7a5 \uac15\ud654</color>, <color=#ff5c5c>\uc804\uc220 \uc591\uc131</color>, <color=#ff5c5c>\uc815\ubcf4...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "events": {"type": "array", "items": {"type": "object", "properties": {"alpha": {"type": "number"}, "style": {"type": "object", "properties": {"posY": {"type": "number"}, "dir": {"type": "integer"}, "text": {"type": "string"}, "posX": {"type": "number"}, "mode...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "do": {"type": "string"}, "dont": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "category": {"type": "string"}, "type": {"type": "string"}, "date": {"typ...
{"name" : "augmented_reality", "do" : "<ul><li>Use this icon for augmented reality applications or software</li></ul>", "dont" : "<ul><li>Don't use it for virtual reality</li></ul>", "tags" : ["ar", "real world", "interactive", "real life", "experience", "eos"], "category" : "augmented reality", "type" : "static", "dat...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "do": {"type": "string"}, "dont": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "category": {"type": "string"}, "type": {"type": "string"}, "date": {"type": "string"}}, "required": ["name", "do", "dont", "tags", "category", "typ...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type"...
{"id" : 100718, "info" : {"name" : "Twitter ( small header, consistent font-size )", "description" : "- Reduced the header height on the new profiles.\r\n- Text-size is the same in all tweets on the new profiles", "additionalInfo" : null, "format" : "uso", "category" : "twitter", "createdAt" : "2014-04-23T08:49:42.000Z...
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": "...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "str...
{"id" : 73788, "name" : "safe came home button", "description" : "safe came home button", "user" : {"id" : 110069, "name" : "sherrice", "email" : "redacted", "paypal_email" : null, "homepage" : null, "about" : null, "license" : "ccbysa"}, "updated" : "2012-09-09T15:29:32.000Z", "weekly_install_count" : 0, "total_instal...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[351.69099096244855, 603.4780157301547], [328.92395493625855, 605.7414340773366], [303.51207064503836, 607.8590911016051], [280.2178433780865, 612.0944051501417], [267.5119012324764, 618.4473762229468], [267.5119012324764, 648.0945745627037], [278.1001863538182, 660.8005167083138], [301.39441362077, 679.859429926729],...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"collectCoverage": {"type": "boolean"}, "collectCoverageFrom": {"type": "array", "items": {"type": "string"}}}, "required": ["collectCoverage", "collectCoverageFrom"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"collectCoverage" : true, "collectCoverageFrom" : ["src/main/javascript/*"]}
json_instruct
{"type": "object", "properties": {"collectCoverage": {"type": "boolean"}, "collectCoverageFrom": {"type": "array", "items": {"type": "string"}}}, "required": ["collectCoverage", "collectCoverageFrom"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}, "video": {"type": "string"}}, "required": ["name", "description", "image", "video"], "$schema": "http://json-schema.org/draft-07/schema#"...
{"name" : "outsideOUTSIDE SXSW2019 Show - 1st BootlegToken ever!!!", "description" : "Recording of the artist outsideOUTSIDE at the Consensys SXSW Blockchain house. Captured March 13th, 2019 @ 8PM. https://www.outsideoutside.band", "image" : "https://s3.amazonaws.com/web3studio-bootlegs/outsideOUTSIDE-SXSW2019-Bootleg-...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}, "video": {"type": "string"}}, "required": ["name", "description", "image", "video"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"origin": {"type": "array", "items": {"type": "string"}}, "responseHeader": {"type": "array", "items": {"type": "string"}}, "method": {"type": "array", "items": {"type": "string"}}, "maxAgeSeconds": {...
[{"origin" : ["*"], "responseHeader" : ["Content-Type", "Authorization", "Content-Length", "User-Agent", "x-goog-resumable"], "method" : ["PUT", "OPTIONS"], "maxAgeSeconds" : 3600}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"origin": {"type": "array", "items": {"type": "string"}}, "responseHeader": {"type": "array", "items": {"type": "string"}}, "method": {"type": "array", "items": {"type": "string"}}, "maxAgeSeconds": {"type": "integer"}}, "required": ["origin", "responseHeader...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"smsboomer": {"type": "string"}}, "required": ["sms...
{"name" : "smsboomer", "version" : "1.2.6", "description" : "\u5229\u7528chrome\u7684headless\u6a21\u5f0f\uff0c\u6a21\u62df\u7528\u6237\u6ce8\u518c\u8fdb\u884c\u77ed\u4fe1\u8f70\u70b8\u673a", "main" : "index.js", "bin" : {"smsboomer" : "./bin/boomer"}, "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"smsboomer": {"type": "string"}}, "required": ["smsboomer"]}, "scripts": {"type": "object", "properties": {"test": {"type":...
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" : "1115011006", "district_id" : "1115011", "name" : "PASI KEUBEU DOM"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"courseCode": {"type": "string"}, "courseCredit": {"type": "string"}, "description": {"type": "string"}, "faculty": {"type": "string"}, "title": {"type": "string"}}, "required": ["courseCode", "courseCredit", "descri...
{"courseCode" : "SPH5307", "courseCredit" : "4", "description" : "This module on Principles of Workplace Health aims at providing an overview on Occupational Health & Safety and will focus on the principles of risk control and the prevention of work-related diseases and accidents at the workplace. It is specifically de...
json_instruct
{"type": "object", "properties": {"courseCode": {"type": "string"}, "courseCredit": {"type": "string"}, "description": {"type": "string"}, "faculty": {"type": "string"}, "title": {"type": "string"}}, "required": ["courseCode", "courseCredit", "description", "faculty", "title"], "$schema": "http://json-schema.org/draft-...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "addressLine2": {"type": "string"}, "postcode": {"type": "string...
{"id" : "db1fc5e6-8736-467f-b3c8-6f7689f3391d", "name" : "Childeric Primary School", "code" : "V", "address" : {"addressLine1" : "Childeric Road", "addressLine2" : "London", "postcode" : "SE14 6DG"}, "organisation" : {"id" : "3b39f229-cdd2-4d41-b4e0-9e9ae5ab006d", "code" : "1DS", "name" : "John Donne Primary School"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "addressLine2": {"type": "string"}, "postcode": {"type": "string"}}, "required": ["addressLine1", "addressLine2", "postcode...
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" : "ursa-purejs", "version" : "0.0.3", "description" : "A pure-js drop-in replacement for URSA, using node-rsa", "main" : "lib/ursa.js", "scripts" : {"test" : "node test/test.js"}, "repository" : {"type" : "git", "url" : "https://github.com/roblabla/ursa-purejs"}, "keywords" : ["rsa"], "author" : "roblabla", "li...
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...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"lodash.js": {"type": "string"}, "lodash.min.js": {"type": "string"}}, "required": ["lodash.js", "lodash.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"lodash.js" : "sha256-eHbZmzBv5in6lMwSJ177W6z+X7QyKWfdinX1a2SzQZ8=", "lodash.min.js" : "sha256-N46rcytntMcJeqz79Hc0u1cz1e/zMLwZ4ojCKiVPrpw="}
json_instruct
{"type": "object", "properties": {"lodash.js": {"type": "string"}, "lodash.min.js": {"type": "string"}}, "required": ["lodash.js", "lodash.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"ty...
{"id" : 11692, "info" : {"name" : "force ikariam left", "description" : "force ikariam left", "additionalInfo" : null, "format" : "uso", "category" : "ikariam", "createdAt" : "2008-10-30T20:58:48.000Z", "updatedAt" : "2008-10-30T20:58:48.000Z", "license" : "NO-REDISTRIBUTION", "author" : {"id" : 15892, "name" : "fukid"...
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": "...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"$schema": {"type": "string"}, "contentVersion": {"type": "string"}, "apiProfile": {"type": "string"}, "parameters": {"type": "object", "properties": {}, "required": []}, "variables": {"type": "object", "properties": {}, "requi...
{"$schema" : "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion" : "2.0.0.0", "apiProfile" : "2019-03-01-hybrid", "parameters" : {}, "variables" : {}, "functions" : [], "resources" : [{"name" : "server", "type" : "Microsoft.DBforMySQL/servers", "apiVersion" : "2017-12-01"...
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "contentVersion": {"type": "string"}, "apiProfile": {"type": "string"}, "parameters": {"type": "object", "properties": {}, "required": []}, "variables": {"type": "object", "properties": {}, "required": []}, "functions": {"type": "array", "items": {}}, "re...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "object", "properties": {"name": {"ty...
{"name" : "@types/redis", "version" : "2.8.6", "description" : "TypeScript definitions for redis", "license" : "MIT", "contributors" : [{"name" : "Carlos Ballesteros Velasco", "url" : "https://github.com/soywiz", "githubUsername" : "soywiz"}, {"name" : "Peter Harris", "url" : "https://github.com/CodeAnimal", "githubUse...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}, "githubUsername": {"type": "s...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"use": {"type": "string"}, "kty": {"type": "string"}, "kid": {"type": "string"}, "alg": {"type": "string"}, "n": {"type": "string"}, "e": {"type": "string"}, "d": {"type": "string"}, "p": {"type": "string"}, "q": {"type": "stri...
{"use" : "enc", "kty" : "RSA", "kid" : "client2-OAEP", "alg" : "RSA-OAEP", "n" : "qPNLdO3qcM4E4QU-bGiYaWSIY4tL52uDOz8o4oyFNBFAp7-W98ybc0Kww1FsguOfQqQq7w2x8NAcxX6W-roytufcn3o-o8gI_8y3gc130H-L7jjSt5pyfiI8xiiYkGuI5xwTHwAlr_WrbaEzm9EiMLoVyzmgZATYNfdLsCzlAq8HOdu0MSatBxoD8Xn05MrNwFlno8fkh8DE6hwqSKPcIBqNEccDqwiq2PZd3o8Gh85F9I...
json_instruct
{"type": "object", "properties": {"use": {"type": "string"}, "kty": {"type": "string"}, "kid": {"type": "string"}, "alg": {"type": "string"}, "n": {"type": "string"}, "e": {"type": "string"}, "d": {"type": "string"}, "p": {"type": "string"}, "q": {"type": "string"}, "dp": {"type": "string"}, "dq": {"type": "string"}, "...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["v9.9.0", "v9.8.0", "v9.7.0", "v9.6.0", "v9.5.0", "v9.4.0", "v9.3.0", "v9.2.0", "v9.1.0", "v9.0.1", "v9.0.0", "v8.1.0", "v8.0.0", "v7.2.0", "v7.1.0", "v7.0.0", "v6.0.0", "v5.0.1", "v5.0.0", "v4.0.0", "v3.0.1", "v3.0.0", "v2.0.1", "v2.0.0", "v1.24.0", "v1.23.2", "v1.23.1", "v1.23.0", "v1.22.1", "v1.22.0", "v1.21.0", "v...
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"usage": {"type": "string"}, "description": {"type": "array", "items": {"type": "string"}}, "params": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "descrip...
{"usage" : "combineAngles(<angles A>, <angles B>)", "description" : ["Returns angles B reoriented by angles A."], "params" : [{"name" : "angles A", "type" : "Vector3", "description" : ["Angles representing the orientation in which to place angles B."]}, {"name" : "angles B", "type" : "Vector3", "description" : ["Angles...
json_instruct
{"type": "object", "properties": {"usage": {"type": "string"}, "description": {"type": "array", "items": {"type": "string"}}, "params": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "array", "items": {"type": "string"}}}, "re...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"profiles": {"type": "object", "properties": {"YaWhois.App": {"type": "object", "properties": {"commandName": {"type": "string"}, "commandLineArgs": {"type": "string"}}, "required": ["commandName", "commandLineArgs"]}}, "requir...
{"profiles" : {"YaWhois.App" : {"commandName" : "Project", "commandLineArgs" : "-I --verbose example.com"}}}
json_instruct
{"type": "object", "properties": {"profiles": {"type": "object", "properties": {"YaWhois.App": {"type": "object", "properties": {"commandName": {"type": "string"}, "commandLineArgs": {"type": "string"}}, "required": ["commandName", "commandLineArgs"]}}, "required": ["YaWhois.App"]}}, "required": ["profiles"], "$schema"...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "publish": {"type": "string"}}, "required": ["dev", "b...
{"name" : "docs", "version" : "1.0.0", "scripts" : {"dev" : "vuepress dev .", "build" : "vuepress build .", "publish" : "tools\\deploy.sh"}, "devDependencies" : {"vuepress" : "^1.8.2", "vuepress-plugin-code-copy" : "^1.0.6"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "publish": {"type": "string"}}, "required": ["dev", "build", "publish"]}, "devDependencies": {"type": "object", "properties": ...
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": {"start": {"type": "string"}, "start_local": {"ty...
{"name" : "do-it-2day-server", "version" : "1.0.0", "description" : "Server for the DoIt2Day Angular sample app.", "main" : "server.js", "scripts" : {"start" : "node src/server.js", "start_local" : "node -r dotenv/config src/server.js", "test" : "jasmine", "coverage" : "istanbul cover ./node_modules/jasmine/bin/jasmine...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "start_local": {"type": "string"}, "test": {"type": "string"}, "coverage": {"type": "strin...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"nombre": {"type": "string"}, "alias": {"type": "string"}, "puesto": {"type": "string"}, "descripcion": {"type": "string"}, "transfondo": {"type": "string"}, "talentos": {"type": "string"}, "cerebro": {"type": "stri...
{"nombre" : "Nombre Completo:", "alias" : "Alias:", "puesto" : "Puesto:", "descripcion" : "Descripci\u00f3n:", "transfondo" : "Transfondo:", "talentos" : "Talentos:", "cerebro" : "CEREBRO", "cuerpo" : "CUERPO", "tecnologia" : "TECNOLOG\u00cdA", "labia" : "LABIA", "estres" : "ESTR\u00c9S ACTUAL", "alarde" : "ALARDE ACTU...
json_instruct
{"type": "object", "properties": {"nombre": {"type": "string"}, "alias": {"type": "string"}, "puesto": {"type": "string"}, "descripcion": {"type": "string"}, "transfondo": {"type": "string"}, "talentos": {"type": "string"}, "cerebro": {"type": "string"}, "cuerpo": {"type": "string"}, "tecnologia": {"type": "string"}, "...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"waypoints": {"type": "array", "items": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}}}, "required": ["waypoints"], "$schema": "http://json-schema.org/draft...
{"waypoints" : [{"lat" : -27.503614431928114, "lng" : 153.01686508017664}, {"lat" : -27.50013119151871, "lng" : 153.02176858184308}, {"lat" : -27.494500226154184, "lng" : 153.0190317815483}, {"lat" : -27.491075603673387, "lng" : 153.01327948869763}, {"lat" : -27.49122258478291, "lng" : 153.00630316640743}, {"lat" : -27...
json_instruct
{"type": "object", "properties": {"waypoints": {"type": "array", "items": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}}}, "required": ["waypoints"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "values": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "value": {"type": "string"}, "enabled": {"type": "boolean"}...
{"id" : "9b33b06a-dd09-45ba-b4da-53c09fb4c282", "name" : "local - 8080", "values" : [{"key" : "host", "value" : "http://localhost:8080", "enabled" : true}], "_postman_variable_scope" : "environment", "_postman_exported_at" : "2018-12-08T20:08:14.603Z", "_postman_exported_using" : "Postman/6.5.3"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "values": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "value": {"type": "string"}, "enabled": {"type": "boolean"}}, "required": ["key", "value", "enabled"]}}, "_postman_variable_scope": {"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "st...
{"schema_version" : "1.2.0", "id" : "GHSA-4xw8-vwjr-7vpq", "modified" : "2022-05-02T06:18:56Z", "published" : "2022-05-02T06:18:56Z", "aliases" : ["CVE-2010-1097"], "details" : "include/userlogin.class.php in DeDeCMS 5.5 GBK, when session.auto_start is enabled, allows remote attackers to bypass authentication and gain ...
json_instruct
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "a...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "group": {"type": "string"}, "joblink": {"type": "boolean"}, "name": {"type": "string"}, "potential": {"type": "integer"}, "skills": {"type": "array", "items": {"type": "object", "properti...
{"id" : 8792, "group" : "81313100", "joblink" : false, "name" : "Fachkrankenschwester/-pfleger", "potential" : 25, "skills" : [{"id" : 63090, "skill" : "Krankenhaus-, Praxishygiene", "replaceable" : true}, {"id" : 64582, "skill" : "Patientenbetreuung", "replaceable" : false}, {"id" : 64657, "skill" : "Krankenpflege", "...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "group": {"type": "string"}, "joblink": {"type": "boolean"}, "name": {"type": "string"}, "potential": {"type": "integer"}, "skills": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "skill": {"type": "string"}, "replacea...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"77decb50aa6360f0dc9c8ded9086b94e": {"type": "string"}, "b5d4af08bf61e58d375923977290d67b": {"type": "string"}}, "required": ["77decb50aa6360f0dc9c8ded9086b94e", "b5d4af08bf61e58d375923977290d67b"], "$schema": "http://json-s...
{"77decb50aa6360f0dc9c8ded9086b94e" : "Shipping cost is {0}.", "b5d4af08bf61e58d375923977290d67b" : "Listening on {0} by {1}."}
json_instruct
{"type": "object", "properties": {"77decb50aa6360f0dc9c8ded9086b94e": {"type": "string"}, "b5d4af08bf61e58d375923977290d67b": {"type": "string"}}, "required": ["77decb50aa6360f0dc9c8ded9086b94e", "b5d4af08bf61e58d375923977290d67b"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type":...
{"hash" : "0xee717cc6c1de1c9de5b16ebaa1baa8b4907a4352819becb6d4e1dae62617873a", "parentHash" : "0xe153df41f477902ac13a6f40aeee93340af3c76ad013e0bf7779380568050a6f", "number" : 90882, "timestamp" : 1439646852, "nonce" : "0x9a5c150c7d7ae035", "difficulty" : 3404009812297, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {...
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "c613b8880c8ea3a18354234a43bab93becc5ad55"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$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"}, "main": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"angular": {"type": "string"}}, "required": ["angular"]}}, "re...
{"name" : "extras.angular.plus", "version" : "0.9.2", "main" : ["ngplus-overlay.js"], "dependencies" : {"angular" : ">=1.2.25 <1.4.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"angular": {"type": "string"}}, "required": ["angular"]}}, "required": ["name", "version", "main", "dependencies"], "$sch...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "minimum-stability": {"type": "string"}, "require": {"type": "object", "properties": {"php":...
{"name" : "cemerson/dbsafe", "description" : "Library for using AWS Parameter Store or AWS Secrets Manager with database connections in PHP", "type" : "library", "license" : "MIT", "minimum-stability" : "stable", "require" : {"php" : "^7.1|^8.0", "aws/aws-sdk-php" : "^3.145", "psr/cache" : "^1.0", "psr/log" : "^1.1"}, ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "minimum-stability": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "aws/aws-sdk-php": {"type": "string"}, "psr/cache":...
Using the following JSON schema, generate a compatible 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" : "7314070", "regency_id" : "7314", "name" : "PITU RIAWA"}
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#"}
The schema below describes a JSON structure. Generate a valid example: {"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", ...
{"solution_size" : 2398, "ok" : true, "resemblance" : 0.65635, "problem_id" : 5493, "solution_spec_hash" : "ff2c21c9e92f0a31a14be242ea1836be32897357"}
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...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "integer"}, "winners": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "string"}}, "required": ["name", "v...
{"name" : "John", "value" : 10000, "winners" : [{"name" : "what", "value" : "that"}, {"name" : "John", "value" : "200"}, {"name" : "Peter", "value" : "1000"}], "people" : {"name" : "peopleName", "value" : "peopleValue"}, "test" : {"people" : {"name" : "testName", "value" : "testValue"}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "integer"}, "winners": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "string"}}, "required": ["name", "value"]}}, "people": {"type": "object", "properties": {"name": {"type": "str...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "conjoint", "definition" : "United; connected; associated. \"Influence conjoint.\" Glover. Conjoint degrees (Mus.), two notes which follow each other immediately in the order of the scale, as ut and re. Johnson. Conjoint tetrachords (Mus.), two tetrachords or fourths, where the same note is the highest of one...
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": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJe...
[{"namaKab" : "EMPAT LAWANG", "originalFilename" : "SUPRIANTO.jpg", "namaPartai" : "Partai NasDem", "id" : 16212, "noUrut" : 1, "nama" : "SUPRIYANTO", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "EMPAT LAWANG", "originalFilename" : "EPLAN.jpg", "namaPartai" : "Partai NasDem", "id" : 111361, "noUrut" : 2, "nama" :...
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": {"name": {"type": "string"}, "$collection": {"type": "string"}, "uuid": {"type": "string"}, "font__name": {"type": "string"}, "code": {"type": "integer"}}, "required": ["name", "$collection", "uuid", "font__name", "code"], "$sch...
{"name" : "FontAwesome | flag-o", "$collection" : "main.glyphs", "uuid" : "150ce207-4657-4560-8336-cfcc2c1a72d3", "font__name" : "FontAwesome", "code" : 61725}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "$collection": {"type": "string"}, "uuid": {"type": "string"}, "font__name": {"type": "string"}, "code": {"type": "integer"}}, "required": ["name", "$collection", "uuid", "font__name", "code"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type"...
{"id" : "3b683b3c-5679-4442-b928-7f0b371234d8", "playerTags" : [], "teamTags" : ["adc5b394-8f76-416d-9ce9-813706877b84", "105bc3ff-1320-4e37-8ef0-8d595cb95dd0"], "gameTags" : ["6370258d-a288-45ac-a052-604d9599821d"], "metadata" : {"away" : "adc5b394-8f76-416d-9ce9-813706877b84", "home" : "105bc3ff-1320-4e37-8ef0-8d595c...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"away": {"type": "string"}, "home": {"type": "st...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "current_version": {"type": "object", "properties": {"requires": {"type": "object", "properties": {"gdal": {"type": "string"}, "ruby": {"type": "string"}, "nodejs": {"type": "string"}, "python": {"ty...
{"name" : "carto_builder", "current_version" : {"requires" : {"gdal" : ">=2.2.0 <2.4.0", "ruby" : ">=2.4.0 <2.5.0", "nodejs" : ">=10.3.0 <11.0.0", "python" : "~2.7.0", "unp" : ">=2.0.0", "zip" : ">=3.0.0", "imagemagick" : ">=6.9.0"}, "works_with" : {"dataservices-api-client-extension" : "0.26.2", "carto_postgresql_ext"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "current_version": {"type": "object", "properties": {"requires": {"type": "object", "properties": {"gdal": {"type": "string"}, "ruby": {"type": "string"}, "nodejs": {"type": "string"}, "python": {"type": "string"}, "unp": {"type": "string"}, "zip": {"type": ...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", ...
{"id" : "2013", "provinceId" : "63", "regencyId" : "08", "districtId" : "10", "name" : "Rantau Bujur Hulu"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "landowner", "definition" : "An owner of land."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"sketch": {"type": "string"}, "board": {"type": "string"}, "configuration": {"type": "string"}, "port": {"type": "string"}, "programmer": {"type": "string"}}, "required": ["sketch", "board", "configuration", "port", "...
{"sketch" : "arduino/bt_demo.cpp", "board" : "arduino:avr:nano", "configuration" : "cpu=atmega328old", "port" : "/dev/cu.usbserial-1460", "programmer" : "AVR ISP"}
json_instruct
{"type": "object", "properties": {"sketch": {"type": "string"}, "board": {"type": "string"}, "configuration": {"type": "string"}, "port": {"type": "string"}, "programmer": {"type": "string"}}, "required": ["sketch", "board", "configuration", "port", "programmer"], "$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"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "stri...
{"name" : "asciidoctor-opal-runtime", "description" : "Opal Runtime for Asciidoctor.js", "keywords" : ["javascript", "opal", "asciidoctor", "runtime", "ruby"], "author" : "Guillaume Grossetie", "version" : "0.3.0", "license" : "MIT", "engines" : {"node" : ">=8.11"}, "files" : ["src"], "directories" : {"lib" : "src"}, "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"...
{"userId" : 81958, "cartId" : "ea7a4e88-f8b6-4537-a043-cc69c187d503", "preferredProducts" : [1714, 3576, 4571, 2125, 2554, 4517, 3737, 1989], "productReviews" : [{"productId" : 1484, "reviewText" : "My neighbor Aldona has one of these. She works as a butler and she says it looks humongous.", "reviewDate" : "2020-04-13T...
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD...
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"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}...
{"name" : "@hnrchrdl/babel-plugin-import-sideeffects", "version" : "1.0.2", "description" : "Transform import statements to include side effects.", "main" : "dist/index.js", "repository" : "git@github.com:hnrchrdl/babel-plugin-import-sideeffects.git", "author" : "hnrch", "license" : "MIT", "publishConfig" : {"access" :...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "publishConfig": {"type": "object", "properties": {"access": {"type":...
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" : "captivate", "version" : "1.0.0", "description" : "Electron application boilerplate based on React, React Router, Webpack, React Hot Loader for rapid application development", "main" : "./dist/main/main.js", "author" : {"name" : "Spenser Saling", "email" : "spenser0saling@gmail.com", "url" : "https://sailingt...
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"}, "url": {"type": "string"}}, "required": ["name", "email", "url"...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"extends": {"type": "string"}, "compilerOptions": {"type": "object", "properties": {"outDir": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}}, "required": ["outDir", "types"]}, "include...
{"extends" : "../tsconfig.json", "compilerOptions" : {"outDir" : "dist", "types" : ["node", "react", "styled-components", "jest"]}, "include" : ["./"]}
json_instruct
{"type": "object", "properties": {"extends": {"type": "string"}, "compilerOptions": {"type": "object", "properties": {"outDir": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}}, "required": ["outDir", "types"]}, "include": {"type": "array", "items": {"type": "string"}}}, "required": ["extend...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "category": {"type": "string"}, "private": {"type": "boolean"}, "content_scripts": {"type": "array", "items": {"type": "object", "properties": {"matches...
{"name" : "chathistory", "description" : "\u0e01\u0e14\u0e25\u0e39\u0e01\u0e28\u0e23\u0e02\u0e36\u0e49\u0e19/\u0e25\u0e07\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e22\u0e49\u0e2d\u0e19 chat \u0e17\u0e35\u0e48\u0e2a\u0e48\u0e07", "category" : "Chat", "private" : true, "content_scripts" : [{"matches" : ["http://mylive.in.th/strea...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "category": {"type": "string"}, "private": {"type": "boolean"}, "content_scripts": {"type": "array", "items": {"type": "object", "properties": {"matches": {"type": "array", "items": {"type": "string"}}, "js": {"type": "arra...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"title": {"type": "array", "items": {"type": "string"}}, "Born": {"type": "array", "items": {"type": "string"}}, "Nationality": {"type": "array", "items": {"type": "string"}}, "Occupation": {"type": "array", "items": {"type": "st...
{"title" : ["Jean Francois Empain"], "Born" : ["5 June 1964 , Boulogne-Billancourt, France"], "Nationality" : ["Belgium"], "Occupation" : ["Internet Entrepreneur"], "Known for" : ["Last Baron Empian, Helvetic Clinics."], "Title" : ["Baron"], "Spouse(s)" : ["Veronique Rousselin (1990-2000) , Anne Simond (2018)"], "Child...
json_instruct
{"type": "object", "properties": {"title": {"type": "array", "items": {"type": "string"}}, "Born": {"type": "array", "items": {"type": "string"}}, "Nationality": {"type": "array", "items": {"type": "string"}}, "Occupation": {"type": "array", "items": {"type": "string"}}, "Known for": {"type": "array", "items": {"type":...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"component": {"type": "object", "properties": {"id": {"type": "string"}, "key": {"type": "string"}, "name": {"type": "string"}, "qualifier": {"type": "string"}, "measures": {"type": "array", "items": {"type": "object", "propert...
{"component" : {"id" : "AWUqTPRXXz0j1RnIAcUy", "key" : "NOS", "name" : "NOS", "qualifier" : "TRK", "measures" : [{"metric" : "SM_CPP_CLONE_TREE", "value" : "{\"cloneClasses\":[]}"}]}}
json_instruct
{"type": "object", "properties": {"component": {"type": "object", "properties": {"id": {"type": "string"}, "key": {"type": "string"}, "name": {"type": "string"}, "qualifier": {"type": "string"}, "measures": {"type": "array", "items": {"type": "object", "properties": {"metric": {"type": "string"}, "value": {"type": "str...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id...
{"id" : 1126049549, "type" : "Feature", "properties" : {"src:alt_label" : "qs_pg", "src:geom" : "qs_pg", "wof:geomhash" : "33efc9f7bf736d75905da002eac595bb", "wof:id" : 1126049549, "wof:repo" : "whosonfirst-data-admin-gb"}, "bbox" : [1.052198, 52.103065, 1.052198, 52.103065], "geometry" : {"coordinates" : [1.052198, 52...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"ps": {"type": "integer"}, "xbox": {"type": "integer"}}, "required": ["ps", "xbox"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ps" : 3097, "xbox" : 1853}
json_instruct
{"type": "object", "properties": {"ps": {"type": "integer"}, "xbox": {"type": "integer"}}, "required": ["ps", "xbox"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"status": {"type": "string"}, "tp": {"type": "integer"}, "msg": {"type": "string"}, "result": {"type": "object", "properties": {"\"29\"": {"type": "string"}, "\"36\"": {"type": "string"}, "\"38\"": {"type": "string"}...
{"status" : "success", "tp" : 1, "msg" : "States fetched successfully.", "result" : {"\"29\"" : "Khartoum", "\"36\"" : "Red Sea", "\"38\"" : "Al Jazirah", "\"39\"" : "Al Qadarif", "\"41\"" : "White Nile", "\"42\"" : "Blue Nile", "\"43\"" : "Northern State", "\"47\"" : "Western Darfur", "\"49\"" : "Southern Darfur", "\"...
json_instruct
{"type": "object", "properties": {"status": {"type": "string"}, "tp": {"type": "integer"}, "msg": {"type": "string"}, "result": {"type": "object", "properties": {"\"29\"": {"type": "string"}, "\"36\"": {"type": "string"}, "\"38\"": {"type": "string"}, "\"39\"": {"type": "string"}, "\"41\"": {"type": "string"}, "\"42\""...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "1109220026", "district_id" : "1109220", "name" : "KULAM"}
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#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["aics", "gulp-alioss-stream", "loopback-component-storage-ali-oss", "loopback-component-storage-oss", "rishiqing-deploy"]
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": {"upper_left_x": {"type": "number"}, "upper_left_y": {"type": "number"}, "bottom_right_x": {"type": "number"}, "bottom_right_y": {"type": "integer"}, "time": {"type": "integer"}, "is_final": {"type": "boolean"}, "even...
{"upper_left_x" : 324.2261728497863, "upper_left_y" : 144.4572057251523, "bottom_right_x" : 1479.8838186510047, "bottom_right_y" : 1760, "time" : 1480245874678, "is_final" : false, "event_type" : "movement", "op_order" : 27, "id" : 27}
json_instruct
{"type": "object", "properties": {"upper_left_x": {"type": "number"}, "upper_left_y": {"type": "number"}, "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": {"...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"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" : "1174020002", "district_id" : "1174020", "name" : "PALOH BATEE"}, {"id" : "1174020003", "district_id" : "1174020", "name" : "LHOK MON PUTEH"}, {"id" : "1174020004", "district_id" : "1174020", "name" : "COT GIREK"}, {"id" : "1174020005", "district_id" : "1174020", "name" : "MANYANG"}, {"id" : "1174020006", "dis...
json_instruct
{"type": "array", "items": {"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": {"acadYear": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "department": {"type": "string"}, "faculty": {"type": "string"}, "workload": {"type": "array", "items": {"type": "integer"}}, "prer...
{"acadYear" : "2019/2020", "description" : "This module provides student with an opportunity for advanced study in an area of finance. The topics covered will vary from semester to semester. Possible topics include finance theory and empirical research in finance.", "title" : "Seminars In Finance", "department" : "Fi...
json_instruct
{"type": "object", "properties": {"acadYear": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "department": {"type": "string"}, "faculty": {"type": "string"}, "workload": {"type": "array", "items": {"type": "integer"}}, "prerequisite": {"type": "string"}, "moduleCredit": {"type": "st...
Please provide a valid JSON object following this schema: {"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...
{"place_name" : "Huntington", "state_name" : "West Virginia", "state_abbrv" : "WV", "lat" : "38.4097", "long" : "-82.4423"}
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#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"limit": {"type": "integer"}, "name": {"type": "string"}, "value": {"type": "integer"}, "highalch": {"type": "integer"}, "id": {"type": "integer"}, "lowalch": {"type": "integer"}, "name_pt": {"type": "string"}, "price": {"ty...
{"limit" : 100, "name" : "Bane pickaxe + 1", "value" : 26668, "highalch" : 16000, "id" : 45156, "lowalch" : 10667, "name_pt" : "Picareta da maldi\u00e7\u00e3o + 1", "price" : 77189, "last" : 77189}
json_instruct
{"type": "object", "properties": {"limit": {"type": "integer"}, "name": {"type": "string"}, "value": {"type": "integer"}, "highalch": {"type": "integer"}, "id": {"type": "integer"}, "lowalch": {"type": "integer"}, "name_pt": {"type": "string"}, "price": {"type": "integer"}, "last": {"type": "integer"}}, "required": ["l...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "pro...
{"id" : "64383", "name" : {"en" : "Ruhengeri"}, "country" : "RW", "region" : "RU", "identifiers" : {"wmo" : "64383", "icao" : "HRYU", "iata" : "RHG", "usaf" : "643830"}, "location" : {"latitude" : -1.5, "longitude" : 29.6333, "elevation" : 1878}, "timezone" : "Africa/Kigali"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"wmo": {"type": "string"}, "icao": {"type": "string"}, "iata...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "is_illegal": {"type": "boolean"}, "is_custom": {"type": "boolean"}, "text": {"type": "string"}, "images": {"type": "array", "items": {"type": "string"}},...
{"id" : 16135253, "name" : "Agido", "is_illegal" : false, "is_custom" : false, "text" : "When this card is destroyed and sent to the Graveyard as a result of battle, roll a six-sided die. You can Special Summon 1 Fairy-Type monster from your Graveyard whose Level is equal to the number rolled. (If the result is 6, you ...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "is_illegal": {"type": "boolean"}, "is_custom": {"type": "boolean"}, "text": {"type": "string"}, "images": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "attribute": {"type": "string"}, "atk": {"type":...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "...
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-88.438435, 43.020552], [-88.435243, 43.024237], [-88.435089, 43.025466], [-88.432706, 43.026012], [-88.432702, 43.032861], [-88.431842, 43.037332], [-88.432416, 43.039732], [-88.43014, 43.041611], [-88.427788, 43.042162]...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "st...
{"name" : "finapi", "description" : "\ud83d\udd25 Aplica\u00e7\u00e3o simples para controle de financeiro constru\u00edda na trilha de NodeJS \u2014 Ignite", "version" : "1.0.0", "main" : "index.js", "license" : "MIT", "author" : {"name" : "Matheus Felipe Zanin", "email" : "matt_z6@hotmail.com", "url" : "https://github...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "req...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object"...
{"name" : "cerium-test", "version" : "1.0.0", "main" : "index.js", "repository" : "git@github.com:EwenLan/cerium-test.git", "author" : "EwenLan <ewen_lan@outlook.com>", "license" : "MIT", "dependencies" : {}, "scripts" : {"generate" : "rm -rf output; ts-node index.ts", "test" : "jest", "clean" : "rm -fR **/*.js"}, "dev...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "scripts": {"type": "object", "pro...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"resolution": {"type": "string"}, "tree": {"type": "object", "properties": {"src": {"type": "string"}, "raw": {"type": "string"}, "typings": {"type": "string"}}, "required": ["src", "raw", "typings"]}}, "requi...
{"resolution" : "main", "tree" : {"src" : "https://raw.githubusercontent.com/screepers/Screeps-Typescript-Declarations/TS2/dist/screeps.d.ts", "raw" : "github:screepers/Screeps-Typescript-Declarations/dist/screeps.d.ts#TS2", "typings" : "https://raw.githubusercontent.com/screepers/Screeps-Typescript-Declarations/TS2/di...
json_instruct
{"type": "object", "properties": {"resolution": {"type": "string"}, "tree": {"type": "object", "properties": {"src": {"type": "string"}, "raw": {"type": "string"}, "typings": {"type": "string"}}, "required": ["src", "raw", "typings"]}}, "required": ["resolution", "tree"], "$schema": "http://json-schema.org/draft-07/sch...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"<page title>": {"type": "string"}, "brand": {"type": "string"}, "color": {"type": "string"}, "fob price": {"type": "string"}, "minorder quantity": {"type": "string"}, "model": {"type": "string"}, "payment terms": {"t...
{"<page title>" : "1006 Black Color Anti-water Anti-shock Black Digital Camera Case - Buy Black Digital Camera Case,Anti-water Black Digital Camera Case,Anti-shock Black Digital Camera Case Product on Alibaba.com", "brand" : "comers", "color" : "black,grey", "fob price" : "US $40.29 - 40.99 / Piece Get Latest\nPrice", ...
json_instruct
{"type": "object", "properties": {"<page title>": {"type": "string"}, "brand": {"type": "string"}, "color": {"type": "string"}, "fob price": {"type": "string"}, "minorder quantity": {"type": "string"}, "model": {"type": "string"}, "payment terms": {"type": "string"}, "port": {"type": "string"}, "size": {"type": "string...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "integer"}}}, "required": ["value"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"value" : [968337645442474433, 965752232651722417, 975365283864734314, 947827446351663272, 958466368686566163, 947238436473664722]}
json_instruct
{"type": "object", "properties": {"value": {"type": "array", "items": {"type": "integer"}}}, "required": ["value"], "$schema": "http://json-schema.org/draft-07/schema#"}
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": {"build": {"type": "string"}, "start": {"type": "string"}}, "...
{"name" : "demo2", "version" : "1.0.0", "description" : "Chinese Dict Demo with two dictionaries", "main" : "private", "scripts" : {"build" : "webpack", "start" : "webpack-dev-server"}, "author" : "", "license" : "ISC", "dependencies" : {"@alexamies/chinesedict-js" : "../", "rxjs" : "^6.5.3"}, "devDependencies" : {"@ba...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "start": {"type": "string"}}, "required": ["build", "start"]}, "author": {"type": "string"...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"extends": {"type": "string"}, "exclude": {"type": "array", "items": {"type": "string"}}}, "required": ["extends", "exclude"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"extends" : "./tsconfig", "exclude" : ["**/*.test.ts", "**/*.mock.ts", "src/browser-module.ts", "src/browser-rewrites", "src/dev-server.ts"]}
json_instruct
{"type": "object", "properties": {"extends": {"type": "string"}, "exclude": {"type": "array", "items": {"type": "string"}}}, "required": ["extends", "exclude"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"city": {"type": "object", "properties": {"name": {"type": "string"}, "state": {"type": "string"}}, "required": ["name", "state"]}, "borders": {"type": "array", "items": {"type": "array", "items": {"type": "object"...
{"city" : {"name" : "CONCEI\u00c7\u00c3O DAS ALAGOAS", "state" : "MG"}, "borders" : [[{"lat" : -19.74061099689993, "lng" : -48.32720000027973}, {"lat" : -19.773797996680173, "lng" : -48.272930999565915}, {"lat" : -19.845606996865342, "lng" : -48.23103800030344}, {"lat" : -19.882808996537904, "lng" : -48.15452099974431}...
json_instruct
{"type": "object", "properties": {"city": {"type": "object", "properties": {"name": {"type": "string"}, "state": {"type": "string"}}, "required": ["name", "state"]}, "borders": {"type": "array", "items": {"type": "array", "items": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}, "files.eol": {"type": "string"}}, "required": ["cSpell.words", "files.eol"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"cSpell.words" : ["Sudoo"], "files.eol" : "\n"}
json_instruct
{"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}, "files.eol": {"type": "string"}}, "required": ["cSpell.words", "files.eol"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"user": {"type": "string"}, "repos": {"type": "integer"}, "login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "url": {"type": "string"}, "html_url": {"type": "string"}, "follower...
{"user" : "jessepollak", "repos" : 1, "login" : "jessepollak", "id" : 1097953, "avatar_url" : "https://avatars2.githubusercontent.com/u/1097953?v=3", "url" : "https://api.github.com/users/jessepollak", "html_url" : "https://github.com/jessepollak", "followers_url" : "https://api.github.com/users/jessepollak/followers",...
json_instruct
{"type": "object", "properties": {"user": {"type": "string"}, "repos": {"type": "integer"}, "login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "url": {"type": "string"}, "html_url": {"type": "string"}, "followers_url": {"type": "string"}, "following_url": {"type": "string"}, "gist...
The schema below describes a JSON structure. Generate a valid example: {"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" : [[8, 1], [8, 21], [8, 35], [8, 35], [5, 8], [8, 13], [13, 8], [5, 11], [7, 8], [21, 8], [18, 26], [8, 31], [4, 8], [14, 10], [8, 3], [8, 23], [8, 3], [25, 8], [2, 8], [27, 8], [31, 8], [4, 8], [8, 4], [16, 8], [10, 7], [8, 4], [8, 23], [8, 12], [4, 8], [23, 8], [33, 31], [6, 8], [8, 34], [30, 32], [19, 0], [...
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":...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision...
{"id" : 27014, "citation_title" : "Advances in Structural Vector Autoregressions with Imperfect Identifying Information", "citation_author" : ["Christiane Baumeister", "James D. Hamilton"], "citation_publication_date" : "2020-04-20", "issue_date" : "2020-04-16", "revision_date" : "None", "topics" : ["Econometrics", "Es...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_date": {"type": "string"}, "topics": {"type": "array", "items...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Name" : "TROY Battlemag 5.56x45 STANAG 30-mermilik \u015farj\u00f6r", "ShortName" : "Battlemag", "Description" : "5.56x45 m\u00fchimmat i\u00e7in 30 mermilik, TROY Battlemag polimer \u015farj\u00f6r."}
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#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "icon": {"type": "string"}}, "required": ["name", "description", "icon"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "\u70e4\u5236", "description" : "\u4e86\u89e3\u70e4\u9762\u5305\u673a\u7684\u6b63\u786e\u4f7f\u7528\u65b9\u6cd5\u5427\uff01", "icon" : "sandwichable:toaster"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "icon": {"type": "string"}}, "required": ["name", "description", "icon"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"268706a9050816135d419a8662dc2cd9": {"type": "string"}}, "required": ["268706a9050816135d419a8662dc2cd9"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"268706a9050816135d419a8662dc2cd9" : "query CityBMWListQuery(\n $count: Int!\n $cursor: String\n $citySlug: String!\n) {\n city(slug: $citySlug) {\n ...CityBMWList_city_1G22uz\n }\n}\n\nfragment CityBMWList_city_1G22uz on City {\n name\n slug\n sponsoredContent {\n shows(first: $count, status: RUNNING, a...
json_instruct
{"type": "object", "properties": {"268706a9050816135d419a8662dc2cd9": {"type": "string"}}, "required": ["268706a9050816135d419a8662dc2cd9"], "$schema": "http://json-schema.org/draft-07/schema#"}
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" : 8, "n_trials" : 210, "objective" : "markowitz_analytic_on_cube", "white" : "platypus_epsmoea", "black" : "scipy_slsqp", "traceback" : ["passing", "passing"], "best_val" : [0.33016587111012896, -0.0002442836384213276], "best_x" : [[0.36138688355632964, 0.03540819310913512, 0.05706538111110748, 0.0687090207770...
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": {...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"REPORT": {"type": "object", "properties": {"HEADER": {"type": "string"}, "LOADING_CHART": {"type": "string"}, "NO_ENOUGH_DATA": {"type": "string"}, "DOWNLOAD_AGENT_REPORTS": {"type": "string"}, "METRICS": {"type": "object", "p...
{"REPORT" : {"HEADER" : "Jelent\u00e9sek", "LOADING_CHART" : "T\u00e1bl\u00e1zat adatok bet\u00f6lt\u00e9se...", "NO_ENOUGH_DATA" : "Nem \u00e9rkezett el\u00e9g adat hogy jelent\u00e9st gener\u00e1ljunk, k\u00e9rj\u00fck pr\u00f3b\u00e1ld k\u00e9s\u0151bb.", "DOWNLOAD_AGENT_REPORTS" : "\u00dcgyn\u00f6k jelent\u00e9sek ...
json_instruct
{"type": "object", "properties": {"REPORT": {"type": "object", "properties": {"HEADER": {"type": "string"}, "LOADING_CHART": {"type": "string"}, "NO_ENOUGH_DATA": {"type": "string"}, "DOWNLOAD_AGENT_REPORTS": {"type": "string"}, "METRICS": {"type": "object", "properties": {"CONVERSATIONS": {"type": "object", "propertie...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "conquest:block/light_sienna_stucco_segmental_arch_1"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"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" : "9420020001", "district_id" : "9420020", "name" : "MOLOF"}
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#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"$schema": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "anyOf": {"type": "array", "items": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}...
{"$schema" : "http://json-schema.org/draft-04/schema#", "title" : "LSDL Schema", "description" : "Linguistic Schema Definition Language schema", "anyOf" : [{"$ref" : "lsdlschema-3.3.json#"}, {"$ref" : "lsdlschema-3.2.json#"}, {"$ref" : "lsdlschema-3.1.json#"}, {"$ref" : "lsdlschema-3.0.json#"}, {"$ref" : "lsdlschema-2....
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "anyOf": {"type": "array", "items": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}}}, "required": ["$schema", "title", "description", "anyOf"], "$schema"...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"ty...
{"userId" : 70305, "cartId" : "9ea1af7f-6c8d-4705-8866-75b3c5ec9e33", "preferredProducts" : [825, 984, 480, 115, 641, 4343, 2175, 4745], "productReviews" : [{"productId" : 221, "reviewText" : "My neighbor Frona has one of these. She works as a gambler and she says it looks bearded.", "reviewDate" : "2016-09-13T09:26:30...
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "place_type": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "city": {"type": "string"}},...
[{"postal_code" : "95274", "place_name" : "La Fuente", "place_type" : "Barrio", "county" : "Alvarado", "state" : "Veracruz de Ignacio de la Llave", "city" : "Alvarado"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "place_type": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "city": {"type": "string"}}, "required": ["postal_code", "place_name", "place_type", "county", "s...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"require": {"type": "object", "properties": {"guzzlehttp/guzzle": {"type": "string"}, "monolog/monolog": {"type": "string"}}, "required": ["guzzlehttp/guzzle", "monolog/monolog"]}, "autoload": {"type": "object", "p...
{"require" : {"guzzlehttp/guzzle" : "~6.0", "monolog/monolog" : "~1.17.2"}, "autoload" : {"psr-4" : {"" : "src/"}}}
json_instruct
{"type": "object", "properties": {"require": {"type": "object", "properties": {"guzzlehttp/guzzle": {"type": "string"}, "monolog/monolog": {"type": "string"}}, "required": ["guzzlehttp/guzzle", "monolog/monolog"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"": {"type": "st...
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": {"deploy": {"type": "string"}}, "required": ["deplo...
{"name" : "the-crypto-gate", "version" : "1.0.7", "description" : "The-crypto-gate: Blockchain API Library", "main" : "init.js", "scripts" : {"deploy" : "node ./deploy.js"}, "engines" : {"node" : ">=8.0.0"}, "keywords" : ["Blockchain API", "BTC", "crypto-currency"], "repository" : {"type" : "git", "url" : "https://gith...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"deploy": {"type": "string"}}, "required": ["deploy"]}, "engines": {"type": "object", "properties": {"node": {"type": "...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"translations": {"type": "object", "properties": {"No rule given": {"type": "string"}, "File access control": {"type": "string"}, "Restrict access to files based on factors such as filetype, user group membershi...
{"translations" : {"No rule given" : "Nun se dieron regles", "File access control" : "Control d'accesu a ficheros", "Restrict access to files based on factors such as filetype, user group memberships, time and more." : "Torga autom\u00e1ticamente los ficheros seg\u00fan la so triba, grupu d'usuarios, hora y m\u00e1s.",...
json_instruct
{"type": "object", "properties": {"translations": {"type": "object", "properties": {"No rule given": {"type": "string"}, "File access control": {"type": "string"}, "Restrict access to files based on factors such as filetype, user group memberships, time and more.": {"type": "string"}, "Each rule group consists of one o...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "car...
{"userId" : 54927, "cartId" : "955a0fe6-ee52-41d6-8546-b5160d589c68", "preferredProducts" : [1401, 2220, 1284, 3034, 1095, 3654, 1216], "productReviews" : []}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema....
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"index": {"type": "integer"}, "redacted": {"type": "boolean"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "redacted", "hash", "blacklisted"], "$schema": "http://json-sch...
{"index" : 2948, "redacted" : false, "hash" : 3485580444, "blacklisted" : false}
json_instruct
{"type": "object", "properties": {"index": {"type": "integer"}, "redacted": {"type": "boolean"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "redacted", "hash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "d808-73", "text" : "W. K. KELLOGG FOUNDATION\n250 CHAMPION STREET\nBATTLE CREEK, MICHIGAN\nDIVISION OF EDUCATION\nMAURICE F. SEAY\nDIRECTOR\nMarch 1 'J3 1959 phone wo s-s\nRECEIVED\nNAEB HEADQUARTERS\nMAR 18 1959\nT|8|9|ip|ll|12,l|2|8|4,5,6\nL\nMr. Harry J. Skornia, Exec. Director\nNat*l. Ass'n. of Educational...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"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#"}
[{"name" : "JUANA CARMEN", "frequency" : 505, "gender" : "female"}]
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#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"testData": {"type": "string"}, "trueY": {"type": "string"}, "predictedY": {"type": "string"}, "probabilityY": {"type": "string"}, "precomputedExplanations.localFeatureImportance.scores": {"type": "string"}, "dataSummary.featur...
{"testData" : "ExperimentRun/AutoML_2a41b9e7-10e7-4834-a59e-0f003ae86b0d_16/explanation/7000948b/eval_data_viz", "trueY" : "ExperimentRun/AutoML_2a41b9e7-10e7-4834-a59e-0f003ae86b0d_16/explanation/7000948b/true_ys_viz", "predictedY" : "ExperimentRun/AutoML_2a41b9e7-10e7-4834-a59e-0f003ae86b0d_16/explanation/7000948b/ys...
json_instruct
{"type": "object", "properties": {"testData": {"type": "string"}, "trueY": {"type": "string"}, "predictedY": {"type": "string"}, "probabilityY": {"type": "string"}, "precomputedExplanations.localFeatureImportance.scores": {"type": "string"}, "dataSummary.featureNames": {"type": "string"}, "dataSummary.classNames": {"ty...