input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"add:": {"type": "string"}, "cells": {"type": "string"}, "cells:": {"type": "string"}, "currentCell": {"type": "string"}, "currentCell:": {"type": "string"}}, "required": ["add:", "cells", "cells:", "currentCell", "currentCell:"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"class" : {}, "instance" : {"add:" : "mt 8/8/2012 15:53:32.938", "cells" : "mt 10/11/2010 14:35:26.499", "cells:" : "mt 6/26/2012 13:56:35.69", "currentCell" : "mt 10/16/2010 08:16:06.717", "currentCell:" : "mt 7/13/2011 14:27:18.775"}}
json_instruct
{"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"add:": {"type": "string"}, "cells": {"type": "string"}, "cells:": {"type": "string"}, "currentCell": {"type": "string"}, "currentCell:": {"type": "string"}}, "required": ["add:", "cells", "cells:", "currentCell", "currentCell:"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"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": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[-1.13165, 53.54176], [-1.12486, 53.53797], [-1.12322, 53.5326], [-1.12127, 53.5324], [-1.12167, 53.52842], [-1.11853, 53.52794], [-1.11748, 53.52387], [-1.12104, 53.52201], [-1.12171, 53.51853], [-1.11876, 53.51996], [-1.11018, 53.51772], [-1.1026, 53.51999], [-1.09843, 53.51944], [-1.0914, 53.52043], [-1.08542, 53.52329], [-1.07714, 53.52592], [-1.07417, 53.52617], [-1.07643, 53.53333], [-1.07403, 53.53651], [-1.08102, 53.53911], [-1.07649, 53.54198], [-1.07021, 53.54409], [-1.07305, 53.54574], [-1.07845, 53.54709], [-1.07824, 53.55147], [-1.08632, 53.55361], [-1.08404, 53.55541], [-1.08346, 53.56047], [-1.09822, 53.56374], [-1.10197, 53.55971], [-1.10505, 53.55784], [-1.10732, 53.55064], [-1.10901, 53.5492], [-1.11878, 53.54646], [-1.12053, 53.54542], [-1.12874, 53.54384], [-1.13165, 53.54176]]]}, "properties" : {"name" : "DN2"}}
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": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"copyright": {"type": "string"}, "url": {"type": "string"}, "email": {"type": "string"}, "format": {"type": "string"}, "theme": {"type": "string"}}, "required": ["copyright", "url", "email", "format", "theme"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"copyright" : "Kristin Anthony, http://knanthony.com", "url" : "http://knanthony.com", "email" : "kristin@knanthony.com", "format" : "html", "theme" : "mitserrat"}
json_instruct
{"type": "object", "properties": {"copyright": {"type": "string"}, "url": {"type": "string"}, "email": {"type": "string"}, "format": {"type": "string"}, "theme": {"type": "string"}}, "required": ["copyright", "url", "email", "format", "theme"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"type": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "result": {"type": "string"}, "experience": {"type": "number"}, "brewtime": {"type": "integer"}}, "required": ["type", "ingredients", "result", "experience", "brewtime"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "lotr:brewing", "ingredients" : [{"item" : "minecraft:potato"}, {"item" : "minecraft:potato"}, {"item" : "minecraft:potato"}, {"item" : "minecraft:potato"}, {"item" : "minecraft:potato"}, {"item" : "minecraft:potato"}], "result" : "lotr:vodka", "experience" : 1.0, "brewtime" : 12000}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "result": {"type": "string"}, "experience": {"type": "number"}, "brewtime": {"type": "integer"}}, "required": ["type", "ingredients", "result", "experience", "brewtime"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"pageProps": {"type": "object", "properties": {"project": {"type": "object", "properties": {"name": {"type": "string"}, "logo": {"type": "string"}, "backgroundColor": {"type": "string"}, "languages": {"type": "array", "items": {"type": "string"}}, "companies": {"type": "array", "items": {"type": "string"}}, "url": {"type": "string"}, "images": {"type": "array", "items": {"type": "string"}}, "description_project": {"type": "string"}, "description_mission": {"type": "string"}, "recommandations": {"type": "array", "items": {}}, "start": {"type": "string"}, "end": {"type": "string"}}, "required": ["name", "logo", "backgroundColor", "languages", "companies", "url", "images", "description_project", "description_mission", "recommandations", "start", "end"]}}, "required": ["project"]}, "__N_SSG": {"type": "boolean"}}, "required": ["pageProps", "__N_SSG"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"pageProps" : {"project" : {"name" : "Agora", "logo" : "agora", "backgroundColor" : "#f9f9f9", "languages" : ["Kotlin", "Android", "Git"], "companies" : ["school"], "url" : "https://play.google.com/store/apps/details?id=io.agora.agora", "images" : ["agora/5.png", "agora/1.png", "agora/2.png", "agora/3.png", "agora/4.png"], "description_project" : "Agora est une plateforme web et mobile dont l\u2019objectif est de mettre en relation des personnes qui ont des comp\u00e9tences diff\u00e9rentes, compl\u00e9mentaires, et qui veulent cr\u00e9er ainsi que d\u00e9velopper de nouvelles id\u00e9es en \u00e9quipe. Avec Agora, vous pouvez former votre \u00e9quipe autour de votre projet, ou rejoindre une \u00e9quipe d\u00e9j\u00e0 form\u00e9e en proposant votre savoir-faire.\nL'application fournit les outils n\u00e9cessaires pour le bon d\u00e9roulement d\u2019un projet : un r\u00e9tro-planning, du stockage, un gestionnaire de t\u00e2ches, etc.", "description_mission" : "<div>D\u00e9veloppement de l'application Android.</div>", "recommandations" : [], "start" : "2017-09-01", "end" : "2019-03-01"}}, "__N_SSG" : true}
json_instruct
{"type": "object", "properties": {"pageProps": {"type": "object", "properties": {"project": {"type": "object", "properties": {"name": {"type": "string"}, "logo": {"type": "string"}, "backgroundColor": {"type": "string"}, "languages": {"type": "array", "items": {"type": "string"}}, "companies": {"type": "array", "items": {"type": "string"}}, "url": {"type": "string"}, "images": {"type": "array", "items": {"type": "string"}}, "description_project": {"type": "string"}, "description_mission": {"type": "string"}, "recommandations": {"type": "array", "items": {}}, "start": {"type": "string"}, "end": {"type": "string"}}, "required": ["name", "logo", "backgroundColor", "languages", "companies", "url", "images", "description_project", "description_mission", "recommandations", "start", "end"]}}, "required": ["project"]}, "__N_SSG": {"type": "boolean"}}, "required": ["pageProps", "__N_SSG"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"keV": {"type": "array", "items": {"type": "number"}}, "intensity": {"type": "array", "items": {"type": "number"}}, "halfLife": {"type": "array", "items": {"type": "string"}}}, "required": ["keV", "intensity", "halfLife"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"keV" : [3.6, 26.111, 26.359, 29.679, 29.726, 30.393, 85.58, 91.7, 93.9, 134.7, 162.8, 246.87, 340.53, 426.1, 443.5, 529.09, 549.23, 652.31, 795.7, 899.04, 992.66, 1078.3, 1239.63, 1739.1, 1842.22], "intensity" : [3.69, 10.9, 20.2, 1.84, 3.54, 1.0, 47.8, 0.083, 0.098, 0.117, 0.07, 42.0, 48.8, 0.24, 0.224, 2.1, 2.29, 2.68, 0.307, 44.0, 36.6, 2.49, 9.7, 0.14, 0.73], "halfLife" : ["39.7 s"]}
json_instruct
{"type": "object", "properties": {"keV": {"type": "array", "items": {"type": "number"}}, "intensity": {"type": "array", "items": {"type": "number"}}, "halfLife": {"type": "array", "items": {"type": "string"}}}, "required": ["keV", "intensity", "halfLife"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"__symbolic": {"type": "string"}, "version": {"type": "integer"}, "metadata": {"type": "object", "properties": {"INTERNAL_BROWSER_DYNAMIC_PLATFORM_PROVIDERS": {"type": "object", "properties": {"__symbolic": {"type": "string"}, "expression": {"type": "object", "properties": {"__symbolic": {"type": "string"}, "module": {"type": "string"}, "name": {"type": "string"}}, "required": ["__symbolic", "module", "name"]}, "member": {"type": "string"}}, "required": ["__symbolic", "expression", "member"]}}, "required": ["INTERNAL_BROWSER_DYNAMIC_PLATFORM_PROVIDERS"]}}, "required": ["__symbolic", "version", "metadata"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"__symbolic" : "module", "version" : 2, "metadata" : {"INTERNAL_BROWSER_DYNAMIC_PLATFORM_PROVIDERS" : {"__symbolic" : "select", "expression" : {"__symbolic" : "reference", "module" : "@angular/platform-browser-dynamic", "name" : "___platform_browser_dynamic_private__"}, "member" : "INTERNAL_BROWSER_DYNAMIC_PLATFORM_PROVIDERS"}}}
json_instruct
{"type": "object", "properties": {"__symbolic": {"type": "string"}, "version": {"type": "integer"}, "metadata": {"type": "object", "properties": {"INTERNAL_BROWSER_DYNAMIC_PLATFORM_PROVIDERS": {"type": "object", "properties": {"__symbolic": {"type": "string"}, "expression": {"type": "object", "properties": {"__symbolic": {"type": "string"}, "module": {"type": "string"}, "name": {"type": "string"}}, "required": ["__symbolic", "module", "name"]}, "member": {"type": "string"}}, "required": ["__symbolic", "expression", "member"]}}, "required": ["INTERNAL_BROWSER_DYNAMIC_PLATFORM_PROVIDERS"]}}, "required": ["__symbolic", "version", "metadata"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"data.json": {"type": "object", "properties": {"sha512": {"type": "string"}, "size": {"type": "integer"}}, "required": ["sha512", "size"]}}, "required": ["data.json"]}, "inner_path": {"type": "string"}, "modified": {"type": "number"}, "signs": {"type": "object", "properties": {"1Ax9p2kWxKAejAhtUyNoo99fhAbV7xfnhx": {"type": "string"}}, "required": ["1Ax9p2kWxKAejAhtUyNoo99fhAbV7xfnhx"]}}, "required": ["address", "cert_auth_type", "cert_sign", "cert_user_id", "files", "inner_path", "modified", "signs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"address" : "1oranGeS2xsKZ4jVsu9SVttzgkYXu4k9v", "cert_auth_type" : "web", "cert_sign" : "GwQrxsc+LOtFykP+N/Qx+IyEHDvBK1nfuI/XhbJ3vcB6bUiokjq4Op+DO0gQ8iARrVxc4yPg/K4ygzkZA1kE6G8=", "cert_user_id" : "moshel@zeroid.bit", "files" : {"data.json" : {"sha512" : "4aaaf662c1d3779d4c4ca74942e014cc3173dbd8f28b604966981a5b35dd3ec2", "size" : 337}}, "inner_path" : "data/users/1Ax9p2kWxKAejAhtUyNoo99fhAbV7xfnhx/content.json", "modified" : 1483960484.99, "signs" : {"1Ax9p2kWxKAejAhtUyNoo99fhAbV7xfnhx" : "G8PJIWDtaSUUD6F90Aba44+GWhIphutVdWnP9dIC+p5/WdJ1SlaMiRX+ptN0IxsOyocwFAkkj5gj5ENQi1Upg6I="}}
json_instruct
{"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"data.json": {"type": "object", "properties": {"sha512": {"type": "string"}, "size": {"type": "integer"}}, "required": ["sha512", "size"]}}, "required": ["data.json"]}, "inner_path": {"type": "string"}, "modified": {"type": "number"}, "signs": {"type": "object", "properties": {"1Ax9p2kWxKAejAhtUyNoo99fhAbV7xfnhx": {"type": "string"}}, "required": ["1Ax9p2kWxKAejAhtUyNoo99fhAbV7xfnhx"]}}, "required": ["address", "cert_auth_type", "cert_sign", "cert_user_id", "files", "inner_path", "modified", "signs"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this 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", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-118.470398, 34.066948], [-118.469273, 34.070516], [-118.466494, 34.072855], [-118.456602, 34.061439], [-118.457921, 34.062135], [-118.460384, 34.060705], [-118.465336, 34.066989], [-118.466731, 34.067708], [-118.470066, 34.065088], [-118.470398, 34.066948]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 6107}}]}
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": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["210211009002", "\u5174\u5bcc\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["210211009003", "\u5174\u6c11\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["210211009004", "\u5174\u5f3a\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["210211009005", "\u5174\u5229\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["210211009006", "\u91d1\u94a2\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["210211009007", "\u91d1\u5b87\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["210211009008", "\u79c0\u6c34\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["210211009009", "\u79c0\u5c71\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["210211009010", "\u534e\u4e2d\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["210211009011", "\u534e\u632f\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["210211009012", "\u534e\u5174\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["210211009013", "\u534e\u5cb3\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["210211009014", "\u534e\u56fd\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"url": {"type": "string"}, "sha1": {"type": "string"}}, "required": ["url", "sha1"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"url" : "https://static.wikia.nocookie.net/griftlands_gamepedia_en/images/3/37/Graft_informed_enemies.png/revision/latest?cb=20200731165807", "sha1" : "4e98272c5cdcd2c9876498e4ec273d4a53b633df"}
json_instruct
{"type": "object", "properties": {"url": {"type": "string"}, "sha1": {"type": "string"}}, "required": ["url", "sha1"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "normalizedVertices": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}, "score": {"type": "number"}}, "required": ["label", "normalizedVertices", "score"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"label" : "Flower", "normalizedVertices" : [{"x" : 0.39849252, "y" : 0.20923124}, {"x" : 0.7020648, "y" : 0.20923124}, {"x" : 0.7020648, "y" : 0.39277497}, {"x" : 0.39849252, "y" : 0.39277497}], "score" : 0.7210754}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "normalizedVertices": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}, "score": {"type": "number"}}, "required": ["label", "normalizedVertices", "score"]}, "$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"}, "private": {"type": "boolean"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}}, "required": ["lint"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"standard": {"type": "string"}}, "required": ["standard"]}}, "required": ["name", "version", "private", "description", "main", "scripts", "keywords", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "solving-hackerrank", "version" : "1.0.0", "private" : true, "description" : "Solution to problems on HackerRank", "main" : "index.js", "scripts" : {"lint" : "npx standard --fix"}, "keywords" : [], "author" : "", "license" : "ISC", "devDependencies" : {"standard" : "^16.0.3"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}}, "required": ["lint"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"standard": {"type": "string"}}, "required": ["standard"]}}, "required": ["name", "version", "private", "description", "main", "scripts", "keywords", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "website": {"type": "string"}, "logo": {"type": "object", "properties": {"src": {"type": "string"}, "width": {"type": "string"}, "height": {"type": "string"}, "ipfs_hash": {"type": "string"}}, "required": ["src", "width", "height", "ipfs_hash"]}, "support": {"type": "object", "properties": {"email": {"type": "string"}, "url": {"type": "string"}}, "required": ["email", "url"]}, "social": {"type": "object", "properties": {"blog": {"type": "string"}, "facebook": {"type": "string"}, "instagram": {"type": "string"}, "twitter": {"type": "string"}}, "required": ["blog", "facebook", "instagram", "twitter"]}}, "required": ["symbol", "name", "address", "decimals", "website", "logo", "support", "social"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"symbol" : "FYZ", "name" : "Fyooz", "address" : "0x6BFf2fE249601ed0Db3a87424a2E923118BB0312", "decimals" : 18, "website" : "https://www.fyooz.io/", "logo" : {"src" : "https://fyooz-miscellaneous.s3.eu-central-1.amazonaws.com/logos/FYOOZ_Coin-Icon_White-on-Black_128x128.png", "width" : "128", "height" : "128", "ipfs_hash" : ""}, "support" : {"email" : "hello@fyooz.io", "url" : "https://www.fyooz.io/contact/"}, "social" : {"blog" : "https://medium.com/fyooz", "facebook" : "https://www.facebook.com/fyooz.io/", "instagram" : "https://www.instagram.com/fyoozofficial", "twitter" : "https://twitter.com/fyooz_io"}}
json_instruct
{"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "website": {"type": "string"}, "logo": {"type": "object", "properties": {"src": {"type": "string"}, "width": {"type": "string"}, "height": {"type": "string"}, "ipfs_hash": {"type": "string"}}, "required": ["src", "width", "height", "ipfs_hash"]}, "support": {"type": "object", "properties": {"email": {"type": "string"}, "url": {"type": "string"}}, "required": ["email", "url"]}, "social": {"type": "object", "properties": {"blog": {"type": "string"}, "facebook": {"type": "string"}, "instagram": {"type": "string"}, "twitter": {"type": "string"}}, "required": ["blog", "facebook", "instagram", "twitter"]}}, "required": ["symbol", "name", "address", "decimals", "website", "logo", "support", "social"], "$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": {"test": {"type": "string"}, "start": {"type": "string"}}, "required": ["test", "start"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "express": {"type": "string"}, "ip2location-nodejs": {"type": "string"}}, "required": ["body-parser", "express", "ip2location-nodejs"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "ipapi", "version" : "1.0.0", "description" : "A web server with a simple API that returns geolocation info based on IPs.", "main" : "app.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "start" : "node app.js"}, "repository" : {"type" : "git", "url" : "git+https://github.com/Roger13/IPAPI.git"}, "author" : "Rog\u00e9rio Bernardo", "license" : "MIT", "bugs" : {"url" : "https://github.com/Roger13/IPAPI/issues"}, "homepage" : "https://github.com/Roger13/IPAPI#readme", "dependencies" : {"body-parser" : "^1.16.1", "express" : "^4.14.1", "ip2location-nodejs" : "^8.0.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}}, "required": ["test", "start"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "express": {"type": "string"}, "ip2location-nodejs": {"type": "string"}}, "required": ["body-parser", "express", "ip2location-nodejs"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"appName": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "appDesc": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "defaultTitle": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}}, "required": ["appName", "appDesc", "defaultTitle"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"appName" : {"message" : "Alt + Q Perjungti naujausius aktyvius skirtukus"}, "appDesc" : {"message" : "Nor\u0117dami greitai perjungti aktyv\u0173j\u012f ir ankstesn\u012f skirtuk\u0105, naudokite \u201eAlt\u201c + Q."}, "defaultTitle" : {"message" : "Perjungti skirtukus"}}
json_instruct
{"type": "object", "properties": {"appName": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "appDesc": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "defaultTitle": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}}, "required": ["appName", "appDesc", "defaultTitle"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "dotenv": {"type": "string"}, "express": {"type": "string"}, "express-validator": {"type": "string"}, "mongodb": {"type": "string"}}, "required": ["body-parser", "dotenv", "express", "express-validator", "mongodb"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}, "dev": {"type": "string"}}, "required": ["test", "start", "dev"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "dependencies", "devDependencies", "scripts", "repository", "keywords", "author", "engines", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "api-eventos-pspbg", "version" : "1.0.0", "description" : "API para consulta dos eventos da Par\u00f3quia S\u00e3o Pedro de Baixo Guandu", "main" : "server.js", "dependencies" : {"body-parser" : "^1.17.1", "dotenv" : "^4.0.0", "express" : "^4.15.2", "express-validator" : "^3.2.0", "mongodb" : "^2.2.26"}, "devDependencies" : {}, "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "start" : "node server.js", "dev" : "nodemon server.js"}, "repository" : {"type" : "git", "url" : "git+https://github.com/davidalves1/api-eventos-pspbg.git"}, "keywords" : ["api", "node", "express", "mongodb"], "author" : "davidalves1 <alves.david@outlook.com>", "engines" : {"node" : ">=6.9.1"}, "license" : "MIT", "bugs" : {"url" : "https://github.com/davidalves1/api-eventos-pspbg/issues"}, "homepage" : "https://github.com/davidalves1/api-eventos-pspbg#readme"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "dotenv": {"type": "string"}, "express": {"type": "string"}, "express-validator": {"type": "string"}, "mongodb": {"type": "string"}}, "required": ["body-parser", "dotenv", "express", "express-validator", "mongodb"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}, "dev": {"type": "string"}}, "required": ["test", "start", "dev"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "dependencies", "devDependencies", "scripts", "repository", "keywords", "author", "engines", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"MLCMG.PA": {"type": "object", "properties": {"short_name": {"type": "string"}, "long_name": {"type": "string"}, "summary": {"type": "string"}, "currency": {"type": "string"}, "sector": {"type": "string"}, "industry": {"type": "string"}, "exchange": {"type": "string"}, "market": {"type": "string"}, "country": {"type": "string"}, "city": {"type": "string"}}, "required": ["short_name", "long_name", "summary", "currency", "sector", "industry", "exchange", "market", "country", "city"]}}, "required": ["MLCMG.PA"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"MLCMG.PA" : {"short_name" : "GRECEMAR", "long_name" : "Compagnie Miniere Grecemar SA", "summary" : "Compagnie Miniere Grecemar SA, a mining company, engages in the extraction of granite in Uruguay. It provides gray granite for various applications, such as tombstones, paving and facades, furniture, and public road; and violet blue granite. The company is based in Montevideo, Uruguay.", "currency" : "EUR", "sector" : "Basic Materials", "industry" : "Other Industrial Metals & Mining", "exchange" : "PAR", "market" : "fr_market", "country" : "Uruguay", "city" : "Montevideo"}}
json_instruct
{"type": "object", "properties": {"MLCMG.PA": {"type": "object", "properties": {"short_name": {"type": "string"}, "long_name": {"type": "string"}, "summary": {"type": "string"}, "currency": {"type": "string"}, "sector": {"type": "string"}, "industry": {"type": "string"}, "exchange": {"type": "string"}, "market": {"type": "string"}, "country": {"type": "string"}, "city": {"type": "string"}}, "required": ["short_name", "long_name", "summary", "currency", "sector", "industry", "exchange", "market", "country", "city"]}}, "required": ["MLCMG.PA"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1997, 17], [2004, 6], [2007, 6], [2009, 6], [2011, 6]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"Entries": {"type": "array", "items": {}}, "Variables": {"type": "object", "properties": {"DateTimeOffsetNow": {"type": "string"}, "RandomSeed": {"type": "string"}}, "required": ["DateTimeOffsetNow", "RandomSeed"]}}, "required": ["Entries", "Variables"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Entries" : [], "Variables" : {"DateTimeOffsetNow" : "2020-10-23T12:48:11.5114128-07:00", "RandomSeed" : "39665277"}}
json_instruct
{"type": "object", "properties": {"Entries": {"type": "array", "items": {}}, "Variables": {"type": "object", "properties": {"DateTimeOffsetNow": {"type": "string"}, "RandomSeed": {"type": "string"}}, "required": ["DateTimeOffsetNow", "RandomSeed"]}}, "required": ["Entries", "Variables"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "integer"}, "children": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "name": {"type": "string"}}, "required": ["id", "children", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 12368, "children" : [{"id" : 17161, "name" : "Rank, Otto -- breaks from Freud"}], "name" : "Rank, Otto"}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "children": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "name": {"type": "string"}}, "required": ["id", "children", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "short_name": {"type": "string"}, "description": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "sizes": {"type": "string"}, "type": {"type": "string"}}, "required": ["src", "sizes", "type"]}}, "start_url": {"type": "string"}, "display": {"type": "string"}, "theme_color": {"type": "string"}, "background_color": {"type": "string"}}, "required": ["name", "short_name", "description", "icons", "start_url", "display", "theme_color", "background_color"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "UseKeeper", "short_name" : "uk", "description" : "SigScale UseKeeper", "icons" : [{"src" : "images/manifest/sigscale-icon-16x16.png", "sizes" : "16x16", "type" : "image/png"}, {"src" : "images/manifest/sigscale-icon-32x32.png", "sizes" : "32x32", "type" : "image/png"}, {"src" : "images/manifest/sigscale-icon-64x64.png", "sizes" : "64x64", "type" : "image/png"}, {"src" : "images/manifest/sigscale-logo-232x132.png", "sizes" : "232x132", "type" : "image/png"}], "start_url" : "/index.html", "display" : "standalone", "theme_color" : "#f57f17", "background_color" : "#ffffff"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "short_name": {"type": "string"}, "description": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "sizes": {"type": "string"}, "type": {"type": "string"}}, "required": ["src", "sizes", "type"]}}, "start_url": {"type": "string"}, "display": {"type": "string"}, "theme_color": {"type": "string"}, "background_color": {"type": "string"}}, "required": ["name", "short_name", "description", "icons", "start_url", "display", "theme_color", "background_color"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"900715578": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900715579": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900715580": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900715581": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900715582": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900715583": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900715578", "900715579", "900715580", "900715581", "900715582", "900715583"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"900715578" : {"nama" : "TPS 1", "dapil" : [7301, 17304, 2730102]}, "900715579" : {"nama" : "TPS 2", "dapil" : [7301, 17304, 2730102]}, "900715580" : {"nama" : "TPS 3", "dapil" : [7301, 17304, 2730102]}, "900715581" : {"nama" : "TPS 4", "dapil" : [7301, 17304, 2730102]}, "900715582" : {"nama" : "TPS 5", "dapil" : [7301, 17304, 2730102]}, "900715583" : {"nama" : "TPS 6", "dapil" : [7301, 17304, 2730102]}}
json_instruct
{"type": "object", "properties": {"900715578": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900715579": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900715580": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900715581": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900715582": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900715583": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900715578", "900715579", "900715580", "900715581", "900715582", "900715583"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"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": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-97.529916, 35.320455], [-97.529885, 35.334288], [-97.512091, 35.334343], [-97.512052, 35.319759], [-97.529918, 35.319753], [-97.529916, 35.320455]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 52430}}]}
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": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"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"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"t" : "tahada'ocay", "h" : [{"d" : [{"f" : "\u76f4\u5230\u7d42\u9ede\u4e86\uff0c\u5805\u6301\u5230\u5e95\u4e86\u3002", "e" : ["\ufff9`Tahada'oc~`ay~ `cingra~ `a~ `comikay~.\ufffa\ufffb\u4ed6\u8dd1\u5230\u7d42\u9ede\u4e86\u3002"]}, {"f" : "\u6307\u76f4\u5230\u7d42\u9ede\u7684\uff0c\u5805\u6301\u5230\u5e95\u7684\uff08\u4eba\uff09\u3002", "e" : ["\ufff9`Tahada'oc~`ay~ `a~ `kapah~.\ufffa\ufffb\u5805\u6301\u5230\u5e95\u7684\u5e74\u8f15\u4eba\u3002"]}]}], "stem" : "da'oc"}
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"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"], "$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"}, "surahNumber": {"type": "string"}, "ayatNumber": {"type": "string"}, "arabic": {"type": "string"}, "english": {"type": "string"}, "bengali": {"type": "string"}}, "required": ["id", "surahNumber", "ayatNumber", "arabic", "english", "bengali"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 5244, "surahNumber" : "067", "ayatNumber" : "003", "arabic" : "\u0627\u0644\u0651\u064e\u0630\u0650\u064a \u062e\u064e\u0644\u064e\u0642\u064e \u0633\u064e\u0628\u0652\u0639\u064e \u0633\u064e\u0645\u064e\u0627\u0648\u064e\u0627\u062a\u064d \u0637\u0650\u0628\u064e\u0627\u0642\u064b\u0627 \u06d6 \u0645\u064e\u0627 \u062a\u064e\u0631\u064e\u0649\u0670 \u0641\u0650\u064a \u062e\u064e\u0644\u0652\u0642\u0650 \u0627\u0644\u0631\u0651\u064e\u062d\u0652\u0645\u064e\u0670\u0646\u0650 \u0645\u0650\u0646\u0652 \u062a\u064e\u0641\u064e\u0627\u0648\u064f\u062a\u064d \u06d6 \u0641\u064e\u0627\u0631\u0652\u062c\u0650\u0639\u0650 \u0627\u0644\u0652\u0628\u064e\u0635\u064e\u0631\u064e \u0647\u064e\u0644\u0652 \u062a\u064e\u0631\u064e\u0649\u0670 \u0645\u0650\u0646\u0652 \u0641\u064f\u0637\u064f\u0648\u0631\u064d", "english" : "Who has created the seven heavens one above another, you can see no fault in the creations of the Most Beneficent. Then look again: \"Can you see any rifts?\"", "bengali" : "\u09a4\u09bf\u09a8\u09bf \u09b8\u09aa\u09cd\u09a4 \u0986\u0995\u09be\u09b6 \u09b8\u09cd\u09a4\u09b0\u09c7 \u09b8\u09cd\u09a4\u09b0\u09c7 \u09b8\u09c3\u09b7\u09cd\u099f\u09bf \u0995\u09b0\u09c7\u099b\u09c7\u09a8\u0964 \u09a4\u09c1\u09ae\u09bf \u0995\u09b0\u09c1\u09a3\u09be\u09ae\u09df \u0986\u09b2\u09cd\u09b2\u09be\u09b9 \u09a4\u09be\u2019\u0986\u09b2\u09be\u09b0 \u09b8\u09c3\u09b7\u09cd\u099f\u09bf\u09a4\u09c7 \u0995\u09c7\u09be\u09a8 \u09a4\u09ab\u09be\u09a4 \u09a6\u09c7\u0996\u09a4\u09c7 \u09aa\u09be\u09ac\u09c7 \u09a8\u09be\u0964 \u0986\u09ac\u09be\u09b0 \u09a6\u09c3\u09b7\u09cd\u099f\u09bf\u09ab\u09c7\u09b0\u09be\u0993; \u0995\u09c7\u09be\u09a8 \u09ab\u09be\u099f\u09b2 \u09a6\u09c7\u0996\u09a4\u09c7 \u09aa\u09be\u0993 \u0995\u09bf?"}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "surahNumber": {"type": "string"}, "ayatNumber": {"type": "string"}, "arabic": {"type": "string"}, "english": {"type": "string"}, "bengali": {"type": "string"}}, "required": ["id", "surahNumber", "ayatNumber", "arabic", "english", "bengali"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "test": {"type": "string"}, "test:coverage": {"type": "string"}, "lint": {"type": "string"}, "lint:fix": {"type": "string"}}, "required": ["build", "test", "test:coverage", "lint", "lint:fix"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@pdf-lib/fontkit": {"type": "string"}, "adif-parser-ts": {"type": "string"}, "callsign": {"type": "string"}, "commander": {"type": "string"}, "moment": {"type": "string"}, "pdf-lib": {"type": "string"}}, "required": ["@pdf-lib/fontkit", "adif-parser-ts", "callsign", "commander", "moment", "pdf-lib"]}, "devDependencies": {"type": "object", "properties": {"@types/jest": {"type": "string"}, "@typescript-eslint/eslint-plugin": {"type": "string"}, "@typescript-eslint/parser": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-airbnb-typescript": {"type": "string"}, "eslint-config-prettier": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "jest": {"type": "string"}, "prettier": {"type": "string"}, "ts-jest": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/jest", "@typescript-eslint/eslint-plugin", "@typescript-eslint/parser", "eslint", "eslint-config-airbnb-typescript", "eslint-config-prettier", "eslint-plugin-import", "jest", "prettier", "ts-jest", "typescript"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "qslcard-pdf-maker", "version" : "0.0.1", "description" : "", "main" : "index.js", "scripts" : {"build" : "tsc", "test" : "jest", "test:coverage" : "npm test -- --coverage", "lint" : "eslint './**/*.{ts,tsx}'", "lint:fix" : "eslint --fix './**/*.{ts,tsx}' && prettier --write './**/*.{ts,tsx}'"}, "repository" : {"type" : "git", "url" : "git@github.com:inukai-norio/QSLcardPdfMaker.git"}, "author" : "inukai norio <jj1uty@jarl.com>", "license" : "MIT", "dependencies" : {"@pdf-lib/fontkit" : "^1.1.1", "adif-parser-ts" : "^0.3.6", "callsign" : "^1.0.4", "commander" : "^7.1.0", "moment" : "^2.29.1", "pdf-lib" : "^1.16.0"}, "devDependencies" : {"@types/jest" : "^26.0.16", "@typescript-eslint/eslint-plugin" : "^4.15.0", "@typescript-eslint/parser" : "^4.15.0", "eslint" : "^7.20.0", "eslint-config-airbnb-typescript" : "^12.3.1", "eslint-config-prettier" : "^7.2.0", "eslint-plugin-import" : "^2.22.1", "jest" : "^26.6.3", "prettier" : "^2.2.1", "ts-jest" : "^26.4.4", "typescript" : "^4.1.2"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "test": {"type": "string"}, "test:coverage": {"type": "string"}, "lint": {"type": "string"}, "lint:fix": {"type": "string"}}, "required": ["build", "test", "test:coverage", "lint", "lint:fix"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@pdf-lib/fontkit": {"type": "string"}, "adif-parser-ts": {"type": "string"}, "callsign": {"type": "string"}, "commander": {"type": "string"}, "moment": {"type": "string"}, "pdf-lib": {"type": "string"}}, "required": ["@pdf-lib/fontkit", "adif-parser-ts", "callsign", "commander", "moment", "pdf-lib"]}, "devDependencies": {"type": "object", "properties": {"@types/jest": {"type": "string"}, "@typescript-eslint/eslint-plugin": {"type": "string"}, "@typescript-eslint/parser": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-airbnb-typescript": {"type": "string"}, "eslint-config-prettier": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "jest": {"type": "string"}, "prettier": {"type": "string"}, "ts-jest": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/jest", "@typescript-eslint/eslint-plugin", "@typescript-eslint/parser", "eslint", "eslint-config-airbnb-typescript", "eslint-config-prettier", "eslint-plugin-import", "jest", "prettier", "ts-jest", "typescript"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "version": {"type": "string"}, "minimum-stability": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "deflopian/education-tests": {"type": "string"}}, "required": ["php", "deflopian/education-tests"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Deflopian\\EducationTestToCourse\\": {"type": "string"}}, "required": ["Deflopian\\EducationTestToCourse\\"]}}, "required": ["psr-4"]}}, "required": ["name", "type", "license", "description", "authors", "version", "minimum-stability", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "deflopian/education-test-to-course", "type" : "library", "license" : "MIT", "description" : "A Laravel module which provide connection between Courses/Lessons and Tests-Questions-Variants module. Alpha version, not recommended to use in production", "authors" : [{"name" : "Vadim Bannov", "email" : "deflopian@gmail.com"}], "version" : "0.1.0", "minimum-stability" : "stable", "require" : {"php" : ">=7.0.0", "deflopian/education-tests" : "dev-master"}, "autoload" : {"psr-4" : {"Deflopian\\EducationTestToCourse\\" : "src"}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "version": {"type": "string"}, "minimum-stability": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "deflopian/education-tests": {"type": "string"}}, "required": ["php", "deflopian/education-tests"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Deflopian\\EducationTestToCourse\\": {"type": "string"}}, "required": ["Deflopian\\EducationTestToCourse\\"]}}, "required": ["psr-4"]}}, "required": ["name", "type", "license", "description", "authors", "version", "minimum-stability", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"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"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"hash" : "0xaad0e98f629a6caa66e52915da87edcd706d45d65ee086327d8007bb84f7a363", "parentHash" : "0x6851bcbaa354c3e52303822f18fddbe4b2cb7073b2b68fe4741c02d75768760e", "number" : 3157, "timestamp" : 1438278257, "nonce" : "0x325f9089aa947b94", "difficulty" : 79060825742, "gasLimit" : {"_hex" : "0x1388"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0x48040276E9c17DDbe5C8d2976245dCD0235efA43", "extraData" : "0x476574682f76312e302e302d30636463373634372f6c696e75782f676f312e34", "transactions" : []}
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"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1949, 5], [1950, 5], [1951, 5]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "private": {"type": "boolean"}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"grunt": {"type": "string"}, "grunt-browser-sync": {"type": "string"}, "grunt-browserify": {"type": "string"}, "grunt-contrib-clean": {"type": "string"}, "grunt-contrib-copy": {"type": "string"}, "grunt-contrib-watch": {"type": "string"}, "grunt-text-replace": {"type": "string"}, "zThreader": {"type": "string"}}, "required": ["grunt", "grunt-browser-sync", "grunt-browserify", "grunt-contrib-clean", "grunt-contrib-copy", "grunt-contrib-watch", "grunt-text-replace", "zThreader"]}}, "required": ["name", "version", "description", "main", "private", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "js-image-processors", "version" : "0.0.1", "description" : "Experiments with image processing in JavaScript", "main" : "src/Bootstrap.js", "private" : false, "author" : "Igor Zinken", "license" : "MIT", "devDependencies" : {"grunt" : "^0.4.5", "grunt-browser-sync" : "^1.5.2", "grunt-browserify" : "^3.0.1", "grunt-contrib-clean" : "^0.6.0", "grunt-contrib-copy" : "^0.6.0", "grunt-contrib-watch" : "^0.6.1", "grunt-text-replace" : "^0.4.0", "zThreader" : "^1.0.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "private": {"type": "boolean"}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"grunt": {"type": "string"}, "grunt-browser-sync": {"type": "string"}, "grunt-browserify": {"type": "string"}, "grunt-contrib-clean": {"type": "string"}, "grunt-contrib-copy": {"type": "string"}, "grunt-contrib-watch": {"type": "string"}, "grunt-text-replace": {"type": "string"}, "zThreader": {"type": "string"}}, "required": ["grunt", "grunt-browser-sync", "grunt-browserify", "grunt-contrib-clean", "grunt-contrib-copy", "grunt-contrib-watch", "grunt-text-replace", "zThreader"]}}, "required": ["name", "version", "description", "main", "private", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"C": {"type": "number"}, "coef0": {"type": "number"}, "gamma": {"type": "number"}, "shrinking": {"type": "number"}, "strategy": {"type": "number"}, "tol": {"type": "number"}}, "required": ["C", "coef0", "gamma", "shrinking", "strategy", "tol"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"C" : 0.004682594072535468, "coef0" : 0.00482342209244786, "gamma" : 0.922381409884694, "shrinking" : 0.0001477507350174999, "strategy" : 0.00044852680086984373, "tol" : 0.008883041824618975}
json_instruct
{"type": "object", "properties": {"C": {"type": "number"}, "coef0": {"type": "number"}, "gamma": {"type": "number"}, "shrinking": {"type": "number"}, "strategy": {"type": "number"}, "tol": {"type": "number"}}, "required": ["C", "coef0", "gamma", "shrinking", "strategy", "tol"], "$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"}, "author": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "dependencies": {"type": "object", "properties": {"es5-ext": {"type": "string"}, "d": {"type": "string"}}, "required": ["es5-ext", "d"]}, "devDependencies": {"type": "object", "properties": {"tad": {"type": "string"}}, "required": ["tad"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "licence": {"type": "string"}}, "required": ["name", "version", "description", "author", "keywords", "repository", "dependencies", "devDependencies", "scripts", "licence"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "event-emitter", "version" : "0.3.0", "description" : "Environment agnostic event emitter", "author" : "Mariusz Nowak <medyk@medikoo.com> (http://www.medikoo.com/)", "keywords" : ["event", "events", "trigger", "observer", "listener", "emitter", "pubsub"], "repository" : {"type" : "git", "url" : "git://github.com/medikoo/event-emitter.git"}, "dependencies" : {"es5-ext" : "~0.10.2", "d" : "~0.1.1"}, "devDependencies" : {"tad" : "~0.1.21"}, "scripts" : {"test" : "node ./node_modules/tad/bin/tad"}, "licence" : "MIT"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "dependencies": {"type": "object", "properties": {"es5-ext": {"type": "string"}, "d": {"type": "string"}}, "required": ["es5-ext", "d"]}, "devDependencies": {"type": "object", "properties": {"tad": {"type": "string"}}, "required": ["tad"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "licence": {"type": "string"}}, "required": ["name", "version", "description", "author", "keywords", "repository", "dependencies", "devDependencies", "scripts", "licence"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"error": {"type": "null"}, "issues": {"type": "array", "items": {}}, "success": {"type": "boolean"}}, "required": ["error", "issues", "success"]}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0x88ac7fbe0024b025ea61db8c7389aab7e75cf2ee", "tool" : "mythril", "start" : 1563596175.3732378, "end" : 1563596179.2962756, "duration" : 3.9230377674102783, "analysis" : {"error" : null, "issues" : [], "success" : true}}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"error": {"type": "null"}, "issues": {"type": "array", "items": {}}, "success": {"type": "boolean"}}, "required": ["error", "issues", "success"]}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"cSpell.words" : ["browserslist", "describedby", "watermyplants"]}
json_instruct
{"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"uuid": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["name", "status", "start", "stop"]}}, "afters": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["name", "status", "start", "stop"]}}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["uuid", "children", "befores", "afters", "start", "stop"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"uuid" : "fdefd86e-7d86-4a8f-9a6b-bcf525a68d78", "children" : ["c4cd0455-ee8e-4114-a24c-be08c85bc253", "1d7f9f41-e0a0-4553-9511-4cd08e6478cb", "bc4c7402-9e2c-4d9c-8846-d9fcf7153baa", "3dbd19b7-1d6e-4429-b998-7f8558db8f4d", "e557d477-54d8-4448-8c59-47d003fecdf8", "74ad63af-305b-4ebf-bfc5-e7921739a963"], "befores" : [{"name" : "stop", "status" : "passed", "start" : 1633556382057, "stop" : 1633556382057}], "afters" : [{"name" : "stop::fin", "status" : "passed", "start" : 1633556400497, "stop" : 1633556402069}], "start" : 1633556382057, "stop" : 1633556402069}
json_instruct
{"type": "object", "properties": {"uuid": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["name", "status", "start", "stop"]}}, "afters": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["name", "status", "start", "stop"]}}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["uuid", "children", "befores", "afters", "start", "stop"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "Vale", "definitions" : ["A valley (used in place names or as a poetic term)"], "parts-of-speech" : "Noun"}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "serve": {"type": "string"}, "build": {"type": "string"}}, "required": ["test", "serve", "build"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@vue/component-compiler-utils": {"type": "string"}, "less": {"type": "string"}, "parcel-bundler": {"type": "string"}, "prettier": {"type": "string"}, "typescript": {"type": "string"}, "vue-template-compiler": {"type": "string"}}, "required": ["@vue/component-compiler-utils", "less", "parcel-bundler", "prettier", "typescript", "vue-template-compiler"]}, "dependencies": {"type": "object", "properties": {"@mdi/font": {"type": "string"}, "dotty": {"type": "string"}, "object-resolve-path": {"type": "string"}, "penpal": {"type": "string"}, "vue": {"type": "string"}, "vue-hot-reload-api": {"type": "string"}, "vuetify": {"type": "string"}}, "required": ["@mdi/font", "dotty", "object-resolve-path", "penpal", "vue", "vue-hot-reload-api", "vuetify"]}}, "required": ["name", "version", "description", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "zegar-szkolny", "version" : "1.1", "description" : "Clock with progress bar.", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "serve" : "parcel src/index.html src/preferences.html", "build" : "parcel build src/index.html src/preferences.html"}, "repository" : {"type" : "git", "url" : "git+https://github.com/kubagp1/zegar-szkolny.git"}, "keywords" : ["clock", "school"], "author" : "kubagp", "license" : "MIT", "bugs" : {"url" : "https://github.com/kubagp1/zegar-szkolny/issues"}, "homepage" : "https://github.com/kubagp1/zegar-szkolny#readme", "devDependencies" : {"@vue/component-compiler-utils" : "^3.2.2", "less" : "^4.1.2", "parcel-bundler" : "^1.12.5", "prettier" : "^2.4.1", "typescript" : "^4.4.3", "vue-template-compiler" : "^2.6.14"}, "dependencies" : {"@mdi/font" : "^6.2.95", "dotty" : "^0.1.1", "object-resolve-path" : "^1.1.1", "penpal" : "^6.1.0", "vue" : "^2.6.14", "vue-hot-reload-api" : "^2.3.4", "vuetify" : "^2.5.9"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "serve": {"type": "string"}, "build": {"type": "string"}}, "required": ["test", "serve", "build"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@vue/component-compiler-utils": {"type": "string"}, "less": {"type": "string"}, "parcel-bundler": {"type": "string"}, "prettier": {"type": "string"}, "typescript": {"type": "string"}, "vue-template-compiler": {"type": "string"}}, "required": ["@vue/component-compiler-utils", "less", "parcel-bundler", "prettier", "typescript", "vue-template-compiler"]}, "dependencies": {"type": "object", "properties": {"@mdi/font": {"type": "string"}, "dotty": {"type": "string"}, "object-resolve-path": {"type": "string"}, "penpal": {"type": "string"}, "vue": {"type": "string"}, "vue-hot-reload-api": {"type": "string"}, "vuetify": {"type": "string"}}, "required": ["@mdi/font", "dotty", "object-resolve-path", "penpal", "vue", "vue-hot-reload-api", "vuetify"]}}, "required": ["name", "version", "description", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
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", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"directions" : ["Crumble the ground beef in a large skillet over medium-high heat. Add onion; cook and stir until meat is no longer pink. Drain excess grease, and stir in the vinegar, brown sugar, mustard, ketchup, salt and pepper. Simmer over medium heat for about 15 minutes. Serve on buns."], "ingredients" : ["1 pound ground beef", "1 medium onion, chopped", "1 1/2 tablespoons white vinegar", "1 1/2 tablespoons brown sugar", "1 1/2 teaspoons prepared yellow mustard", "3/4 cup ketchup", "salt and pepper to taste", "6 hamburger buns"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Pennsylvania Coal Region Barbecue", "url" : "http://allrecipes.com/recipe/92763/pennsylvania-coal-region-barbecue/"}
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"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {}}, "gameTags": {"type": "array", "items": {}}, "metadata": {"type": "object", "properties": {"being": {"type": "integer"}}, "required": ["being"]}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"type": "integer"}, "type": {"type": "integer"}, "day": {"type": "integer"}, "phase": {"type": "integer"}, "category": {"type": "integer"}, "description": {"type": "string"}, "nuts": {"type": "integer"}}, "required": ["id", "playerTags", "teamTags", "gameTags", "metadata", "created", "season", "tournament", "type", "day", "phase", "category", "description", "nuts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "2071d5a2-02c5-4bf0-97e6-1132d550e158", "playerTags" : [], "teamTags" : [], "gameTags" : [], "metadata" : {"being" : 1}, "created" : "2021-03-21T18:03:09.645Z", "season" : 13, "tournament" : -1, "type" : 29, "day" : 116, "phase" : 13, "category" : 4, "description" : "is this my job", "nuts" : 131}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {}}, "gameTags": {"type": "array", "items": {}}, "metadata": {"type": "object", "properties": {"being": {"type": "integer"}}, "required": ["being"]}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"type": "integer"}, "type": {"type": "integer"}, "day": {"type": "integer"}, "phase": {"type": "integer"}, "category": {"type": "integer"}, "description": {"type": "string"}, "nuts": {"type": "integer"}}, "required": ["id", "playerTags", "teamTags", "gameTags", "metadata", "created", "season", "tournament", "type", "day", "phase", "category", "description", "nuts"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"token": {"type": "string"}, "description": {"type": "string"}, "prefix": {"type": "string"}, "version": {"type": "string"}, "game": {"type": "string"}, "owner_id": {"type": "integer"}, "pm_help": {"type": "string"}, "log": {"type": "string"}}, "required": ["token", "description", "prefix", "version", "game", "owner_id", "pm_help", "log"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"token" : "", "description" : "", "prefix" : "a!", "version" : "PoC", "game" : "stuff", "owner_id" : 0, "pm_help" : "false", "log" : "taiga.log"}
json_instruct
{"type": "object", "properties": {"token": {"type": "string"}, "description": {"type": "string"}, "prefix": {"type": "string"}, "version": {"type": "string"}, "game": {"type": "string"}, "owner_id": {"type": "integer"}, "pm_help": {"type": "string"}, "log": {"type": "string"}}, "required": ["token", "description", "prefix", "version", "game", "owner_id", "pm_help", "log"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"versionEnd": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"]}, "versionStart": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"]}, "changes": {"type": "array", "items": {"type": "string"}}}, "required": ["versionEnd", "versionStart", "changes"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"versionEnd" : {"versionNum" : 2474, "commit" : "0a4769189e5e5d0377f213d3bf5f7f7d20a9e076", "date" : "2021-06-25T07:09:20.940Z"}, "versionStart" : {"versionNum" : 2473, "commit" : "afaefc22fb140436bce1b02ddeb33762721780cc", "date" : "2021-06-25T07:03:08.441Z"}, "changes" : ["blockchains/ethereum/assets/0x4E9A46EA6A22f3894aBEE2302Ad42fd3b69E21E2/info.json", "blockchains/ethereum/assets/0x4E9A46EA6A22f3894aBEE2302Ad42fd3b69E21E2/logo.png"]}
json_instruct
{"type": "object", "properties": {"versionEnd": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"]}, "versionStart": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"]}, "changes": {"type": "array", "items": {"type": "string"}}}, "required": ["versionEnd", "versionStart", "changes"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this 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"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 1126008215, "type" : "Feature", "properties" : {"src:alt_label" : "qs_pg", "src:geom" : "qs_pg", "wof:geomhash" : "58774d997f20ddf81ca69b5ce2758533", "wof:id" : 1126008215, "wof:repo" : "whosonfirst-data-admin-gb"}, "bbox" : [-0.6651, 51.21903, -0.6651, 51.21903], "geometry" : {"coordinates" : [-0.6651, 51.21903], "type" : "Point"}}
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": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"className": {"type": "string"}, "methods": {"type": "object", "properties": {"getMemoizedOperationKey": {"type": "string"}}, "required": ["getMemoizedOperationKey"]}, "path": {"type": "string"}, "typeName": {"type": "string"}}, "required": ["className", "methods", "path", "typeName"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"className" : "io.deephaven.engine.table.impl.QueryTable$MemoizableOperation", "methods" : {"getMemoizedOperationKey" : ":return: (io.deephaven.engine.table.impl.MemoizedOperationKey) the key that should be used to memoize off of"}, "path" : "io.deephaven.engine.table.impl.QueryTable.MemoizableOperation", "typeName" : "interface"}
json_instruct
{"type": "object", "properties": {"className": {"type": "string"}, "methods": {"type": "object", "properties": {"getMemoizedOperationKey": {"type": "string"}}, "required": ["getMemoizedOperationKey"]}, "path": {"type": "string"}, "typeName": {"type": "string"}}, "required": ["className", "methods", "path", "typeName"], "$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"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"crawl": {"type": "string"}}, "required": ["crawl"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"x-ray": {"type": "string"}}, "required": ["x-ray"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "css-props-data", "version" : "1.0.0", "description" : "Data of CSS properties", "main" : "index.js", "scripts" : {"crawl" : "bin/crawl"}, "repository" : {"type" : "git", "url" : "git://github.com/morishitter/css-props-data/git"}, "keywords" : ["css", "properties", "data"], "author" : "Masaaki Morishita", "license" : "MIT", "devDependencies" : {"x-ray" : "^2.3.2"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"crawl": {"type": "string"}}, "required": ["crawl"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"x-ray": {"type": "string"}}, "required": ["x-ray"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["Community Service", "Animal Welfare", "Youth", "Mental Health", "IT"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"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"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"userId" : 86512, "cartId" : "134af2b8-f2db-4e2e-86d0-ec84227b0bb0", "preferredProducts" : [4722, 2943, 4396, 4813, 511, 2612], "productReviews" : [{"productId" : 3582, "reviewText" : "The box this comes in is 4 yard by 5 kilometer and weights 11 pound!", "reviewDate" : "2019-05-31T04:14:27.2378813+03:00"}, {"productId" : 328, "reviewText" : "I tried to maim it but got nectarine all over it.", "reviewDate" : "2017-09-24T00:00:53.0095675+03:00"}, {"productId" : 237, "reviewText" : "This deploy works outstandingly well. It beautifully improves my basketball by a lot.", "reviewDate" : "2018-12-02T18:04:15.4553757+02:00"}, {"productId" : 2818, "reviewText" : "My neighbor Fannie has one of these. She works as a teacher and she says it looks spiky.", "reviewDate" : "2017-02-06T04:38:07.6939685+02:00"}]}
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"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"5.0.1": {"type": "object", "properties": {"ecash:qz5j83ez703wvlwpqh94j6t45f8dn2afjgtgurgua0": {"type": "string"}}, "required": ["ecash:qz5j83ez703wvlwpqh94j6t45f8dn2afjgtgurgua0"]}}, "required": ["5.0.1"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"5.0.1" : {"ecash:qz5j83ez703wvlwpqh94j6t45f8dn2afjgtgurgua0" : "Hxu6LaaBLm9KjfdwHHms6xK6x4/U1Ayo/+0L4vU/TTatbsFAeyM3wInSZbkW8iMi737m9W0tgk9/ZnH3bQ4vprM="}}
json_instruct
{"type": "object", "properties": {"5.0.1": {"type": "object", "properties": {"ecash:qz5j83ez703wvlwpqh94j6t45f8dn2afjgtgurgua0": {"type": "string"}}, "required": ["ecash:qz5j83ez703wvlwpqh94j6t45f8dn2afjgtgurgua0"]}}, "required": ["5.0.1"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "default_locale": {"type": "string"}, "icons": {"type": "object", "properties": {"120": {"type": "string"}}, "required": ["120"]}, "description": {"type": "string"}, "launch_path": {"type": "string"}, "locales": {"type": "object", "properties": {"ru": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "description"]}, "en-US": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "description"]}, "ar": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "description"]}, "fr": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "description"]}, "zh-TW": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "description"]}}, "required": ["ru", "en-US", "ar", "fr", "zh-TW"]}, "developer": {"type": "object", "properties": {"url": {"type": "string"}, "name": {"type": "string"}}, "required": ["url", "name"]}, "permissions": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "default_locale", "icons", "description", "launch_path", "locales", "developer", "permissions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Dialer", "default_locale" : "en-US", "icons" : {"120" : "/style/icons/Phone.png"}, "description" : "Gaia Dialer", "launch_path" : "/", "locales" : {"ru" : {"name" : "\u0422\u0435\u043b\u0435\u0444\u043e\u043d", "description" : "\u0422\u0435\u043b\u0435\u0444\u043e\u043d Gaia"}, "en-US" : {"name" : "Dialer", "description" : "Gaia Dialer"}, "ar" : {"name" : "\u0645\u0643\u0627\u0644\u0645\u0629", "description" : "Gaia \u0645\u0643\u0627\u0644\u0645\u0629 \u0647\u0627\u062a\u0641\u064a\u0629"}, "fr" : {"name" : "Appel", "description" : "Appel t\u00e9l\u00e9phonique Gaia"}, "zh-TW" : {"name" : "\u96fb\u8a71", "description" : "Gaia \u96fb\u8a71"}}, "developer" : {"url" : "https://github.com/andreasgal/gaia", "name" : "The Gaia Team"}, "permissions" : ["telephony", "contacts"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "default_locale": {"type": "string"}, "icons": {"type": "object", "properties": {"120": {"type": "string"}}, "required": ["120"]}, "description": {"type": "string"}, "launch_path": {"type": "string"}, "locales": {"type": "object", "properties": {"ru": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "description"]}, "en-US": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "description"]}, "ar": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "description"]}, "fr": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "description"]}, "zh-TW": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "description"]}}, "required": ["ru", "en-US", "ar", "fr", "zh-TW"]}, "developer": {"type": "object", "properties": {"url": {"type": "string"}, "name": {"type": "string"}}, "required": ["url", "name"]}, "permissions": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "default_locale", "icons", "description", "launch_path", "locales", "developer", "permissions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nom" : "Les Ternes", "dpt" : "Cantal", "inscrits" : 446, "abs" : 70, "votants" : 376, "blancs" : 16, "nuls" : 2, "exp" : 358, "res" : [{"panneau" : "2", "voix" : 88}, {"panneau" : "11", "voix" : 88}, {"panneau" : "3", "voix" : 80}, {"panneau" : "9", "voix" : 58}, {"panneau" : "1", "voix" : 20}, {"panneau" : "4", "voix" : 10}, {"panneau" : "8", "voix" : 8}, {"panneau" : "5", "voix" : 2}, {"panneau" : "6", "voix" : 2}, {"panneau" : "7", "voix" : 1}, {"panneau" : "10", "voix" : 1}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$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"}, "main": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"angular": {"type": "string"}, "momentjs": {"type": "string"}, "angular-ui-bootstrap": {"type": "string"}, "jquery": {"type": "string"}, "lodash": {"type": "string"}}, "required": ["angular", "momentjs", "angular-ui-bootstrap", "jquery", "lodash"]}, "devDependencies": {"type": "object", "properties": {"angular-mocks": {"type": "string"}}, "required": ["angular-mocks"]}, "resolutions": {"type": "object", "properties": {"angular": {"type": "string"}}, "required": ["angular"]}}, "required": ["name", "description", "main", "version", "dependencies", "devDependencies", "resolutions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "forty-datetime-directive", "description" : "Date and time directive", "main" : "dist/forty-datetime.js", "version" : "0.4.1", "dependencies" : {"angular" : "~1.2.0", "momentjs" : "~2.9.0", "angular-ui-bootstrap" : "~1", "jquery" : "~2.1.3", "lodash" : "~3.3.0"}, "devDependencies" : {"angular-mocks" : "~1.3.13"}, "resolutions" : {"angular" : "~1.2.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"angular": {"type": "string"}, "momentjs": {"type": "string"}, "angular-ui-bootstrap": {"type": "string"}, "jquery": {"type": "string"}, "lodash": {"type": "string"}}, "required": ["angular", "momentjs", "angular-ui-bootstrap", "jquery", "lodash"]}, "devDependencies": {"type": "object", "properties": {"angular-mocks": {"type": "string"}}, "required": ["angular-mocks"]}, "resolutions": {"type": "object", "properties": {"angular": {"type": "string"}}, "required": ["angular"]}}, "required": ["name", "description", "main", "version", "dependencies", "devDependencies", "resolutions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["npm-comp-stat-www"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "string"}, "SERIES_NAME": {"type": "string"}, "X_CALENDAR_YEAR": {"type": "integer"}, "Y_PREVALENCE_1000PP": {"type": "number"}}, "required": ["TRELLIS_NAME", "SERIES_NAME", "X_CALENDAR_YEAR", "Y_PREVALENCE_1000PP"]}, "PREVALENCE_BY_MONTH": {"type": "object", "properties": {"X_CALENDAR_MONTH": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["X_CALENDAR_MONTH", "Y_PREVALENCE_1000PP"]}, "OBS_FREQUENCY_DISTRIBUTION": {"type": "object", "properties": {"Y_NUM_PERSONS": {"type": "array", "items": {"type": "integer"}}, "X_COUNT": {"type": "array", "items": {"type": "integer"}}}, "required": ["Y_NUM_PERSONS", "X_COUNT"]}, "OBSERVATIONS_BY_TYPE": {"type": "object", "properties": {"CONCEPT_NAME": {"type": "string"}, "COUNT_VALUE": {"type": "integer"}}, "required": ["CONCEPT_NAME", "COUNT_VALUE"]}, "AGE_AT_FIRST_OCCURRENCE": {"type": "object", "properties": {"CATEGORY": {"type": "array", "items": {"type": "string"}}, "MIN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P10_VALUE": {"type": "array", "items": {"type": "integer"}}, "P25_VALUE": {"type": "array", "items": {"type": "integer"}}, "MEDIAN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P75_VALUE": {"type": "array", "items": {"type": "integer"}}, "P90_VALUE": {"type": "array", "items": {"type": "integer"}}, "MAX_VALUE": {"type": "array", "items": {"type": "integer"}}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}}, "required": ["PREVALENCE_BY_GENDER_AGE_YEAR", "PREVALENCE_BY_MONTH", "OBS_FREQUENCY_DISTRIBUTION", "OBSERVATIONS_BY_TYPE", "AGE_AT_FIRST_OCCURRENCE"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : "80-89", "SERIES_NAME" : "FEMALE", "X_CALENDAR_YEAR" : 2000, "Y_PREVALENCE_1000PP" : 0.08529}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_MONTH" : [], "Y_PREVALENCE_1000PP" : []}, "OBS_FREQUENCY_DISTRIBUTION" : {"Y_NUM_PERSONS" : [0, 0], "X_COUNT" : [1, 2]}, "OBSERVATIONS_BY_TYPE" : {"CONCEPT_NAME" : "Observation recorded from EHR", "COUNT_VALUE" : 60}, "AGE_AT_FIRST_OCCURRENCE" : {"CATEGORY" : ["MALE", "FEMALE"], "MIN_VALUE" : [21, 27], "P10_VALUE" : [45, 42], "P25_VALUE" : [64, 75], "MEDIAN_VALUE" : [80, 85], "P75_VALUE" : [87, 91], "P90_VALUE" : [90, 95], "MAX_VALUE" : [90, 97]}}
json_instruct
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "string"}, "SERIES_NAME": {"type": "string"}, "X_CALENDAR_YEAR": {"type": "integer"}, "Y_PREVALENCE_1000PP": {"type": "number"}}, "required": ["TRELLIS_NAME", "SERIES_NAME", "X_CALENDAR_YEAR", "Y_PREVALENCE_1000PP"]}, "PREVALENCE_BY_MONTH": {"type": "object", "properties": {"X_CALENDAR_MONTH": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["X_CALENDAR_MONTH", "Y_PREVALENCE_1000PP"]}, "OBS_FREQUENCY_DISTRIBUTION": {"type": "object", "properties": {"Y_NUM_PERSONS": {"type": "array", "items": {"type": "integer"}}, "X_COUNT": {"type": "array", "items": {"type": "integer"}}}, "required": ["Y_NUM_PERSONS", "X_COUNT"]}, "OBSERVATIONS_BY_TYPE": {"type": "object", "properties": {"CONCEPT_NAME": {"type": "string"}, "COUNT_VALUE": {"type": "integer"}}, "required": ["CONCEPT_NAME", "COUNT_VALUE"]}, "AGE_AT_FIRST_OCCURRENCE": {"type": "object", "properties": {"CATEGORY": {"type": "array", "items": {"type": "string"}}, "MIN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P10_VALUE": {"type": "array", "items": {"type": "integer"}}, "P25_VALUE": {"type": "array", "items": {"type": "integer"}}, "MEDIAN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P75_VALUE": {"type": "array", "items": {"type": "integer"}}, "P90_VALUE": {"type": "array", "items": {"type": "integer"}}, "MAX_VALUE": {"type": "array", "items": {"type": "integer"}}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}}, "required": ["PREVALENCE_BY_GENDER_AGE_YEAR", "PREVALENCE_BY_MONTH", "OBS_FREQUENCY_DISTRIBUTION", "OBSERVATIONS_BY_TYPE", "AGE_AT_FIRST_OCCURRENCE"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"c": {"type": "object", "properties": {"lisice": {"type": "object", "properties": {"z": {"type": "object", "properties": {}, "required": []}, "l": {"type": "array", "items": {"type": "string"}}}, "required": ["z", "l"]}}, "required": ["lisice"]}, "l": {"type": "array", "items": {}}}, "required": ["c", "l"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"c" : {"lisice" : {"z" : {}, "l" : ["41.6756", "21.6083"]}}, "l" : []}
json_instruct
{"type": "object", "properties": {"c": {"type": "object", "properties": {"lisice": {"type": "object", "properties": {"z": {"type": "object", "properties": {}, "required": []}, "l": {"type": "array", "items": {"type": "string"}}}, "required": ["z", "l"]}}, "required": ["lisice"]}, "l": {"type": "array", "items": {}}}, "required": ["c", "l"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01009168": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01009168"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Topology", "objects" : {"E01009168" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00046461", "LAD11CD" : "E08000025"}, "arcs" : [[0, 1, 2]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00046471", "LAD11CD" : "E08000025"}, "arcs" : [[-1, 3, 4, 5]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00046472", "LAD11CD" : "E08000025"}, "arcs" : [[-2, -6, 6, 7, 8]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00046476", "LAD11CD" : "E08000025"}, "arcs" : [[9, 10, -7, -5]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00046480", "LAD11CD" : "E08000025"}, "arcs" : [[-8, -11, 11]]}]}}, "arcs" : [[[5995, 9300], [-296, -547], [665, -385], [-516, -490], [208, -691], [-932, -592]], [[5124, 6595], [-536, 174], [-442, -745], [-1569, 2], [-398, -1409], [-535, -63]], [[1644, 4554], [-728, 574], [106, 1395], [988, 676], [726, -209], [1259, 310], [270, 1395], [-475, 919], [355, 385], [1850, -699]], [[5995, 9300], [2777, -538], [478, -51], [749, -289], [-2709, -2567]], [[7290, 5855], [-577, -422]], [[6713, 5433], [-1496, 278], [-93, 884]], [[6713, 5433], [-2401, -2163], [-569, -30]], [[3743, 3240], [-648, 711], [216, 591], [-665, -82], [-352, -531], [-668, 521]], [[1626, 4450], [18, 104]], [[7290, 5855], [1289, -1037], [-2566, -2374], [-2789, -1139]], [[3224, 1305], [519, 1935]], [[3224, 1305], [-280, -1072], [-771, -233], [-367, 476], [229, 651], [-762, 1197], [-631, -523], [-642, 778], [1289, 239], [337, 1632]]], "transform" : {"scale" : [9.516991882656231e-07, 7.457893993005624e-07], "translate" : [-1.98066886176873, 52.3874996518527]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01009168": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01009168"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"0.6": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.7": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.8": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.8.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["0.6", "0.7", "0.8", "0.8.1"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"latest_version" : ["0.8.1"], "meta" : {"description" : "A class allowing easy XML generation", "homepage" : "http://xmlegant.from.bz", "license" : "BSD"}, "versions" : {"0.6" : {"sha256" : "3e9ec5afbd513cb26a004d8375879c1356deabba57d8505ad40077da30d0a3d3", "url" : "https://files.pythonhosted.org/packages/3d/3b/2bd416dcb535467a516a9630263aae06b766ce71b8ae25a4c0029b262c48/XMLegant-0.6.tar.gz"}, "0.7" : {"sha256" : "c91ead29dbcf671f58df1224f991dac0501e2fbe1e7924ab6b20878d224bfa8b", "url" : "https://files.pythonhosted.org/packages/5f/9a/29503b89cf24427d311d139e5e18f368096e38bb471417ffa9f39c69356a/XMLegant-0.7.tar.gz"}, "0.8" : {"sha256" : "be16ea20327339592293d4bf645ec5f59bda9f637e1cca25c9b76cad516bc2ef", "url" : "https://files.pythonhosted.org/packages/4b/bd/7a71d3b8fe1fc586150c7d36dd9d753cd7c67376a8fe2d3c20251cfb52b3/XMLegant-0.8.tar.gz"}, "0.8.1" : {"sha256" : "1beb8bdb6376e091d6ce92349efd2820357843f3006733f77b5d093135a350d9", "url" : "https://files.pythonhosted.org/packages/3f/5f/ddae1799c1d175e95d4960f1edea61d3e0f7964024d78c53e1ed66e52e2f/XMLegant-0.8.1.tar.gz"}}}
json_instruct
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"0.6": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.7": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.8": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.8.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["0.6", "0.7", "0.8", "0.8.1"]}}, "required": ["latest_version", "meta", "versions"], "$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"}, "manifest_version": {"type": "integer"}, "devtools_page": {"type": "string"}, "background": {"type": "object", "properties": {"service_worker": {"type": "string"}}, "required": ["service_worker"]}, "permissions": {"type": "array", "items": {"type": "string"}}, "host_permissions": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "version", "manifest_version", "devtools_page", "background", "permissions", "host_permissions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "UserTimestamps", "description" : "Simply tracks user interactions and writes them in FFMPEG Metadata format", "version" : "1.1", "manifest_version" : 3, "devtools_page" : "devtools.html", "background" : {"service_worker" : "background.js"}, "permissions" : ["tabs", "scripting", "activeTab", "tabs", "downloads"], "host_permissions" : ["http://*/*", "https://*/*"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "manifest_version": {"type": "integer"}, "devtools_page": {"type": "string"}, "background": {"type": "object", "properties": {"service_worker": {"type": "string"}}, "required": ["service_worker"]}, "permissions": {"type": "array", "items": {"type": "string"}}, "host_permissions": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "version", "manifest_version", "devtools_page", "background", "permissions", "host_permissions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "text": {"type": "string"}}, "required": ["type", "text"]}, "authors": {"type": "object", "properties": {"benyao": {"type": "string"}}, "required": ["benyao"]}, "source": {"type": "object", "properties": {"http": {"type": "string"}}, "required": ["http"]}, "resources": {"type": "string"}, "frameworks": {"type": "array", "items": {"type": "string"}}, "libraries": {"type": "array", "items": {"type": "string"}}, "vendored_frameworks": {"type": "string"}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "source", "resources", "frameworks", "libraries", "vendored_frameworks", "platforms"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "HMengSDK", "version" : "0.5.3", "summary" : "HMengSDK.frameworks", "description" : "Huang Meng SDK with framework file.", "homepage" : "http://games.ddketang.com/", "license" : {"type" : "Commercial", "text" : "\u00a92019 ddketang.com"}, "authors" : {"benyao" : "yao.h@163.com"}, "source" : {"http" : "https://games.chaosuduokai.com/SDK/HMengSDK.0.5.3.zip"}, "resources" : "HMengSDK.framework/*.bundle", "frameworks" : ["StoreKit", "MobileCoreServices", "WebKit", "MediaPlayer", "CoreMedia", "CoreLocation", "AVFoundation", "CoreTelephony", "SystemConfiguration", "AdSupport", "CoreMotion"], "libraries" : ["c++", "resolv", "z", "sqlite3"], "vendored_frameworks" : "HMengSDK.framework", "platforms" : {"ios" : "8.0"}}
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"}, "text": {"type": "string"}}, "required": ["type", "text"]}, "authors": {"type": "object", "properties": {"benyao": {"type": "string"}}, "required": ["benyao"]}, "source": {"type": "object", "properties": {"http": {"type": "string"}}, "required": ["http"]}, "resources": {"type": "string"}, "frameworks": {"type": "array", "items": {"type": "string"}}, "libraries": {"type": "array", "items": {"type": "string"}}, "vendored_frameworks": {"type": "string"}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "source", "resources", "frameworks", "libraries", "vendored_frameworks", "platforms"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"yield": {"type": "string"}, "nutritionEstimates": {"type": "array", "items": {}}, "totalTime": {"type": "string"}, "images": {"type": "array", "items": {"type": "object", "properties": {"hostedSmallUrl": {"type": "string"}, "hostedMediumUrl": {"type": "string"}, "hostedLargeUrl": {"type": "string"}, "imageUrlsBySize": {"type": "object", "properties": {"90": {"type": "string"}, "360": {"type": "string"}}, "required": ["90", "360"]}}, "required": ["hostedSmallUrl", "hostedMediumUrl", "hostedLargeUrl", "imageUrlsBySize"]}}, "name": {"type": "string"}, "source": {"type": "object", "properties": {"sourceDisplayName": {"type": "string"}, "sourceSiteUrl": {"type": "string"}, "sourceRecipeUrl": {"type": "string"}}, "required": ["sourceDisplayName", "sourceSiteUrl", "sourceRecipeUrl"]}, "id": {"type": "string"}, "ingredientLines": {"type": "array", "items": {"type": "string"}}, "attribution": {"type": "object", "properties": {"html": {"type": "string"}, "url": {"type": "string"}, "text": {"type": "string"}, "logo": {"type": "string"}}, "required": ["html", "url", "text", "logo"]}, "numberOfServings": {"type": "integer"}, "totalTimeInSeconds": {"type": "integer"}, "attributes": {"type": "object", "properties": {"course": {"type": "array", "items": {"type": "string"}}, "cuisine": {"type": "array", "items": {"type": "string"}}}, "required": ["course", "cuisine"]}, "flavors": {"type": "object", "properties": {}, "required": []}, "rating": {"type": "integer"}}, "required": ["yield", "nutritionEstimates", "totalTime", "images", "name", "source", "id", "ingredientLines", "attribution", "numberOfServings", "totalTimeInSeconds", "attributes", "flavors", "rating"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"yield" : "4", "nutritionEstimates" : [], "totalTime" : "20 min", "images" : [{"hostedSmallUrl" : "http://lh6.ggpht.com/Ay8e0eil-ItNQlCp4HxPou7JEsGk_HG5AenLJGRmi4H7LlLNDlaQRts0q0awJkWuX3AmkCWT0r2xaQJeYtjR=s90", "hostedMediumUrl" : "http://lh6.ggpht.com/Ay8e0eil-ItNQlCp4HxPou7JEsGk_HG5AenLJGRmi4H7LlLNDlaQRts0q0awJkWuX3AmkCWT0r2xaQJeYtjR=s180", "hostedLargeUrl" : "http://lh6.ggpht.com/Ay8e0eil-ItNQlCp4HxPou7JEsGk_HG5AenLJGRmi4H7LlLNDlaQRts0q0awJkWuX3AmkCWT0r2xaQJeYtjR=s360", "imageUrlsBySize" : {"90" : "http://lh6.ggpht.com/TDRTqXoEvJcXZ_h6SrmgXPihZvGf5vbelcOJSZcsR--SZqZ7kgZXRwZVPEFQ47PS3OToBr4IP2JsnW1pGA77xTk=s90-c", "360" : "http://lh6.ggpht.com/TDRTqXoEvJcXZ_h6SrmgXPihZvGf5vbelcOJSZcsR--SZqZ7kgZXRwZVPEFQ47PS3OToBr4IP2JsnW1pGA77xTk=s360-c"}}], "name" : "Baja Chicken", "source" : {"sourceDisplayName" : "Unilever North America", "sourceSiteUrl" : "http://www.yummly.com/unilever", "sourceRecipeUrl" : "http://www.yummly.co/recipe/Baja-chicken-300055"}, "id" : "Baja-chicken-300055", "ingredientLines" : ["1 lb. boneless, skinless chicken breasts, sliced", "1 large zucchini, thinly sliced", "1 small onion, thinly sliced", "1 clove garlic, finely chopped", "1 Knorr\u00ae Chicken flavor Bouillon Cube, dissolved in 1/2 cup boiling water", "1/2 cup sour cream", "Chopped fresh cilantro"], "attribution" : {"html" : "<a href='http://www.yummly.co/recipe/Baja-chicken-300055'>Baja Chicken recipe</a> information powered by <img alt='Yummly' src='https://static.yummly.co/api-logo.png'/>", "url" : "http://www.yummly.co/recipe/Baja-chicken-300055", "text" : "Baja Chicken recipes: information powered by Yummly", "logo" : "https://static.yummly.co/api-logo.png"}, "numberOfServings" : 4, "totalTimeInSeconds" : 1200, "attributes" : {"course" : ["Main Dishes"], "cuisine" : ["Mexican"]}, "flavors" : {}, "rating" : 4}
json_instruct
{"type": "object", "properties": {"yield": {"type": "string"}, "nutritionEstimates": {"type": "array", "items": {}}, "totalTime": {"type": "string"}, "images": {"type": "array", "items": {"type": "object", "properties": {"hostedSmallUrl": {"type": "string"}, "hostedMediumUrl": {"type": "string"}, "hostedLargeUrl": {"type": "string"}, "imageUrlsBySize": {"type": "object", "properties": {"90": {"type": "string"}, "360": {"type": "string"}}, "required": ["90", "360"]}}, "required": ["hostedSmallUrl", "hostedMediumUrl", "hostedLargeUrl", "imageUrlsBySize"]}}, "name": {"type": "string"}, "source": {"type": "object", "properties": {"sourceDisplayName": {"type": "string"}, "sourceSiteUrl": {"type": "string"}, "sourceRecipeUrl": {"type": "string"}}, "required": ["sourceDisplayName", "sourceSiteUrl", "sourceRecipeUrl"]}, "id": {"type": "string"}, "ingredientLines": {"type": "array", "items": {"type": "string"}}, "attribution": {"type": "object", "properties": {"html": {"type": "string"}, "url": {"type": "string"}, "text": {"type": "string"}, "logo": {"type": "string"}}, "required": ["html", "url", "text", "logo"]}, "numberOfServings": {"type": "integer"}, "totalTimeInSeconds": {"type": "integer"}, "attributes": {"type": "object", "properties": {"course": {"type": "array", "items": {"type": "string"}}, "cuisine": {"type": "array", "items": {"type": "string"}}}, "required": ["course", "cuisine"]}, "flavors": {"type": "object", "properties": {}, "required": []}, "rating": {"type": "integer"}}, "required": ["yield", "nutritionEstimates", "totalTime", "images", "name", "source", "id", "ingredientLines", "attribution", "numberOfServings", "totalTimeInSeconds", "attributes", "flavors", "rating"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"variants": {"type": "object", "properties": {"snowy=false": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "snowy=true": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": ["snowy=false", "snowy=true"]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"variants" : {"snowy=false" : {"model" : "rankine:block/silty_clay_loam_podzol"}, "snowy=true" : {"model" : "rankine:block/silty_clay_loam_grass_block_snow"}}}
json_instruct
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"snowy=false": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "snowy=true": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": ["snowy=false", "snowy=true"]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
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"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"place_name" : "Manchester", "state_name" : "California", "state_abbrv" : "CA", "lat" : "39.0097", "long" : "-123.6523"}
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": {"description": {"type": "string"}}, "required": ["description"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"description" : "The payload that's appended to the HTTP request. Since there can only be one payload, there can only be one body parameter. The name of the body parameter has no effect on the parameter itself and is used for documentation purposes only. Since Form parameters are also in the payload, body and form parameters cannot exist together for the same operation."}
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}}, "required": ["description"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"parser": {"type": "string"}, "parserOptions": {"type": "object", "properties": {"ecmaVersion": {"type": "integer"}, "project": {"type": "string"}, "sourceType": {"type": "string"}}, "required": ["ecmaVersion", "project", "sourceType"]}, "env": {"type": "object", "properties": {"node": {"type": "boolean"}}, "required": ["node"]}, "extends": {"type": "array", "items": {"type": "string"}}, "plugins": {"type": "array", "items": {"type": "string"}}, "rules": {"type": "object", "properties": {"react/react-in-jsx-scope": {"type": "string"}}, "required": ["react/react-in-jsx-scope"]}, "settings": {"type": "object", "properties": {"react": {"type": "object", "properties": {"version": {"type": "string"}}, "required": ["version"]}}, "required": ["react"]}}, "required": ["parser", "parserOptions", "env", "extends", "plugins", "rules", "settings"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parser" : "@typescript-eslint/parser", "parserOptions" : {"ecmaVersion" : 2020, "project" : "./tsconfig.json", "sourceType" : "module"}, "env" : {"node" : true}, "extends" : ["airbnb-typescript", "plugin:@typescript-eslint/recommended", "plugin:@next/next/recommended", "plugin:react/recommended", "plugin:react-hooks/recommended", "plugin:import/recommended", "plugin:jest/recommended", "plugin:prettier/recommended"], "plugins" : ["@typescript-eslint", "@next/next", "react", "react-hooks", "import", "jest", "prettier"], "rules" : {"react/react-in-jsx-scope" : "off"}, "settings" : {"react" : {"version" : "detect"}}}
json_instruct
{"type": "object", "properties": {"parser": {"type": "string"}, "parserOptions": {"type": "object", "properties": {"ecmaVersion": {"type": "integer"}, "project": {"type": "string"}, "sourceType": {"type": "string"}}, "required": ["ecmaVersion", "project", "sourceType"]}, "env": {"type": "object", "properties": {"node": {"type": "boolean"}}, "required": ["node"]}, "extends": {"type": "array", "items": {"type": "string"}}, "plugins": {"type": "array", "items": {"type": "string"}}, "rules": {"type": "object", "properties": {"react/react-in-jsx-scope": {"type": "string"}}, "required": ["react/react-in-jsx-scope"]}, "settings": {"type": "object", "properties": {"react": {"type": "object", "properties": {"version": {"type": "string"}}, "required": ["version"]}}, "required": ["react"]}}, "required": ["parser", "parserOptions", "env", "extends", "plugins", "rules", "settings"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["TRELLIS_NAME", "SERIES_NAME", "X_CALENDAR_YEAR", "Y_PREVALENCE_1000PP"]}, "PREVALENCE_BY_MONTH": {"type": "object", "properties": {"X_CALENDAR_MONTH": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["X_CALENDAR_MONTH", "Y_PREVALENCE_1000PP"]}, "CONDITIONS_BY_TYPE": {"type": "object", "properties": {"CONCEPT_NAME": {"type": "string"}, "COUNT_VALUE": {"type": "integer"}}, "required": ["CONCEPT_NAME", "COUNT_VALUE"]}, "AGE_AT_FIRST_DIAGNOSIS": {"type": "object", "properties": {"CATEGORY": {"type": "array", "items": {"type": "string"}}, "MIN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P10_VALUE": {"type": "array", "items": {"type": "integer"}}, "P25_VALUE": {"type": "array", "items": {"type": "integer"}}, "MEDIAN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P75_VALUE": {"type": "array", "items": {"type": "integer"}}, "P90_VALUE": {"type": "array", "items": {"type": "integer"}}, "MAX_VALUE": {"type": "array", "items": {"type": "integer"}}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}}, "required": ["PREVALENCE_BY_GENDER_AGE_YEAR", "PREVALENCE_BY_MONTH", "CONDITIONS_BY_TYPE", "AGE_AT_FIRST_DIAGNOSIS"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : [], "SERIES_NAME" : [], "X_CALENDAR_YEAR" : [], "Y_PREVALENCE_1000PP" : []}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_MONTH" : [], "Y_PREVALENCE_1000PP" : []}, "CONDITIONS_BY_TYPE" : {"CONCEPT_NAME" : "Observation recorded from EHR", "COUNT_VALUE" : 55}, "AGE_AT_FIRST_DIAGNOSIS" : {"CATEGORY" : ["MALE", "FEMALE"], "MIN_VALUE" : [26, 29], "P10_VALUE" : [26, 32], "P25_VALUE" : [54, 36], "MEDIAN_VALUE" : [64, 52], "P75_VALUE" : [69, 63], "P90_VALUE" : [82, 69], "MAX_VALUE" : [82, 85]}}
json_instruct
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["TRELLIS_NAME", "SERIES_NAME", "X_CALENDAR_YEAR", "Y_PREVALENCE_1000PP"]}, "PREVALENCE_BY_MONTH": {"type": "object", "properties": {"X_CALENDAR_MONTH": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["X_CALENDAR_MONTH", "Y_PREVALENCE_1000PP"]}, "CONDITIONS_BY_TYPE": {"type": "object", "properties": {"CONCEPT_NAME": {"type": "string"}, "COUNT_VALUE": {"type": "integer"}}, "required": ["CONCEPT_NAME", "COUNT_VALUE"]}, "AGE_AT_FIRST_DIAGNOSIS": {"type": "object", "properties": {"CATEGORY": {"type": "array", "items": {"type": "string"}}, "MIN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P10_VALUE": {"type": "array", "items": {"type": "integer"}}, "P25_VALUE": {"type": "array", "items": {"type": "integer"}}, "MEDIAN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P75_VALUE": {"type": "array", "items": {"type": "integer"}}, "P90_VALUE": {"type": "array", "items": {"type": "integer"}}, "MAX_VALUE": {"type": "array", "items": {"type": "integer"}}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}}, "required": ["PREVALENCE_BY_GENDER_AGE_YEAR", "PREVALENCE_BY_MONTH", "CONDITIONS_BY_TYPE", "AGE_AT_FIRST_DIAGNOSIS"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"partners": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "icon": {"type": "string"}, "ownerID": {"type": "string"}, "serverName": {"type": "string"}, "website": {"type": "string"}, "description": {"type": "string"}}, "required": ["code", "icon", "ownerID", "serverName", "website", "description"]}}}, "required": ["partners"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"partners" : [{"code" : "244681847433", "icon" : "https://qtr3.tk/assets/img/ICON.png", "ownerID" : "865016362459856896", "serverName" : "QTR3.tk", "website" : "https://qtr3.tk/", "description" : "Partner with Qtr3.tk"}]}
json_instruct
{"type": "object", "properties": {"partners": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "icon": {"type": "string"}, "ownerID": {"type": "string"}, "serverName": {"type": "string"}, "website": {"type": "string"}, "description": {"type": "string"}}, "required": ["code", "icon", "ownerID", "serverName", "website", "description"]}}}, "required": ["partners"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"recommendations": {"type": "array", "items": {"type": "string"}}}, "required": ["recommendations"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"recommendations" : ["ms-azuretools.vscode-azurefunctions", "ms-vscode-remote.remote-containers"]}
json_instruct
{"type": "object", "properties": {"recommendations": {"type": "array", "items": {"type": "string"}}}, "required": ["recommendations"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "start": {"type": "string"}, "startmac": {"type": "string"}}, "required": ["build", "start", "startmac"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "electron": {"type": "string"}}, "required": ["@types/node", "electron"]}, "dependencies": {"type": "object", "properties": {"extract-zip": {"type": "string"}, "fix-path": {"type": "string"}}, "required": ["extract-zip", "fix-path"]}}, "required": ["name", "version", "description", "scripts", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "QuestMirror", "version" : "1.2.0", "description" : "A GUI application with scrcpy for mirroing Oculus Quest.", "scripts" : {"build" : "tsc", "start" : "npm run build && electron ./dist/main.js", "startmac" : "npm run build && npx electron ./dist/main.js"}, "author" : "r-asada-ab", "license" : "Apache-2.0", "devDependencies" : {"@types/node" : "^12.12.38", "electron" : "^8.2.5"}, "dependencies" : {"extract-zip" : "^2.0.0", "fix-path" : "^3.0.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "start": {"type": "string"}, "startmac": {"type": "string"}}, "required": ["build", "start", "startmac"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "electron": {"type": "string"}}, "required": ["@types/node", "electron"]}, "dependencies": {"type": "object", "properties": {"extract-zip": {"type": "string"}, "fix-path": {"type": "string"}}, "required": ["extract-zip", "fix-path"]}}, "required": ["name", "version", "description", "scripts", "author", "license", "devDependencies", "dependencies"], "$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"}, "license": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"@bolt/api": {"type": "string"}, "@bolt/build-tools": {"type": "string"}, "globby": {"type": "string"}}, "required": ["@bolt/api", "@bolt/build-tools", "globby"]}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}, "gitHead": {"type": "string"}}, "required": ["name", "version", "description", "license", "main", "scripts", "dependencies", "publishConfig", "gitHead"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@bolt/testing-server", "version" : "2.19.0", "description" : "Webpack and express-powered Node server used for testing out web components and Javascript-powered UI in the Bolt Design System.", "license" : "MIT", "main" : "index.js", "scripts" : {"start" : "node index.js"}, "dependencies" : {"@bolt/api" : "^2.19.0", "@bolt/build-tools" : "^2.19.0", "globby" : "^9.2.0"}, "publishConfig" : {"access" : "public"}, "gitHead" : "d41aa75ae3d195d9d7fb3952eed5e0ae80988133"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"@bolt/api": {"type": "string"}, "@bolt/build-tools": {"type": "string"}, "globby": {"type": "string"}}, "required": ["@bolt/api", "@bolt/build-tools", "globby"]}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}, "gitHead": {"type": "string"}}, "required": ["name", "version", "description", "license", "main", "scripts", "dependencies", "publishConfig", "gitHead"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following 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" : "NELY", "frequency" : 0, "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#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"AUA": {"type": "string"}}, "required": ["AUA"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"AUA" : "Oranjestad"}
json_instruct
{"type": "object", "properties": {"AUA": {"type": "string"}}, "required": ["AUA"], "$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"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "screenshots": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"Jignesh": {"type": "string"}}, "required": ["Jignesh"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "swift_versions": {"type": "string"}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "source_files": {"type": "string"}, "exclude_files": {"type": "string"}, "swift_version": {"type": "string"}}, "required": ["name", "version", "summary", "description", "homepage", "screenshots", "license", "authors", "platforms", "swift_versions", "source", "source_files", "exclude_files", "swift_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "ConsoleLogFile", "version" : "1.2", "summary" : "This framework will redirect console print to log file and you can easily share log file via UIActivityViewController", "description" : "This framwork rediect stdout to log file so that you can dump all the print logs in file and shre using UIActivityViewController. You can just add this pod in existing project and get all print in log file. This is very usefull in debugging QA/UAT release app. You don't have to do anything extra. There are couple of properties you can set like file name, max size that log file can be, should it be recreate if app start again, etc. You can easily share log file using shareFile func basically that will present UIActivityViewController with logfile.", "homepage" : "https://github.com/jigs611989/ConsoleLogFile", "screenshots" : "https://raw.githubusercontent.com/jigs611989/ConsoleLogFile/master/demo.gif", "license" : {"type" : "MIT", "file" : "../LICENSE"}, "authors" : {"Jignesh" : "jigs.patelit@gmail.com"}, "platforms" : {"ios" : "11"}, "swift_versions" : "5.0", "source" : {"git" : "https://github.com/jigs611989/ConsoleLogFile.git", "tag" : "1.2"}, "source_files" : "ConsoleLogFile/**/*.{h,m,swift}", "exclude_files" : "Classes/Exclude", "swift_version" : "5.0"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "screenshots": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"Jignesh": {"type": "string"}}, "required": ["Jignesh"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "swift_versions": {"type": "string"}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "source_files": {"type": "string"}, "exclude_files": {"type": "string"}, "swift_version": {"type": "string"}}, "required": ["name", "version", "summary", "description", "homepage", "screenshots", "license", "authors", "platforms", "swift_versions", "source", "source_files", "exclude_files", "swift_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"$schema": {"type": "string"}, "extends": {"type": "array", "items": {"type": "string"}}, "kubernetes": {"type": "object", "properties": {"fileMatch": {"type": "array", "items": {"type": "string"}}}, "required": ["fileMatch"]}, "prHourlyLimit": {"type": "integer"}, "packageRules": {"type": "array", "items": {"type": "object", "properties": {"packagePatterns": {"type": "array", "items": {"type": "string"}}, "groupName": {"type": "string"}, "semanticCommits": {"type": "boolean"}, "reviewers": {"type": "array", "items": {"type": "string"}}, "extends": {"type": "array", "items": {"type": "string"}}}, "required": ["packagePatterns", "groupName", "semanticCommits", "reviewers", "extends"]}}, "pinDigests": {"type": "boolean"}}, "required": ["$schema", "extends", "kubernetes", "prHourlyLimit", "packageRules", "pinDigests"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"$schema" : "http://json.schemastore.org/renovate", "extends" : ["config:base"], "kubernetes" : {"fileMatch" : ["(^|/)[^/]*\\.yaml$"]}, "prHourlyLimit" : 0, "packageRules" : [{"packagePatterns" : ["^sourcegraph/"], "groupName" : "Sourcegraph Docker images", "semanticCommits" : false, "reviewers" : ["nicksnyder", "ggilmore"], "extends" : ["default:automergeDigest"]}], "pinDigests" : true}
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "extends": {"type": "array", "items": {"type": "string"}}, "kubernetes": {"type": "object", "properties": {"fileMatch": {"type": "array", "items": {"type": "string"}}}, "required": ["fileMatch"]}, "prHourlyLimit": {"type": "integer"}, "packageRules": {"type": "array", "items": {"type": "object", "properties": {"packagePatterns": {"type": "array", "items": {"type": "string"}}, "groupName": {"type": "string"}, "semanticCommits": {"type": "boolean"}, "reviewers": {"type": "array", "items": {"type": "string"}}, "extends": {"type": "array", "items": {"type": "string"}}}, "required": ["packagePatterns", "groupName", "semanticCommits", "reviewers", "extends"]}}, "pinDigests": {"type": "boolean"}}, "required": ["$schema", "extends", "kubernetes", "prHourlyLimit", "packageRules", "pinDigests"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"directions" : ["Place walnuts and sugar in a skillet over medium heat, stirring constantly until the sugar dissolves into a light brown liquid and coats the walnuts. Remove walnuts from skillet, and spread them out on a sheet of aluminum foil to cool.", "Place in a large salad bowl the mixed greens, cranberries, cheese, vinaigrette, vinegar, and olive oil. Toss gently; add candied walnuts, and toss again."], "ingredients" : ["1/2 cup walnut halves", "1/4 cup sugar", "3 cups mixed greens", "1/2 cup dried cranberries", "1/2 cup crumbled Gorgonzola cheese", "1 tablespoon raspberry vinaigrette", "1 tablespoon white vinegar", "1 tablespoon olive oil"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Missy's Candied Walnut Gorgonzola Salad", "url" : "http://allrecipes.com/recipe/87848/missys-candied-walnut-gorgonzola-sal/"}
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"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$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": "object", "properties": {"errors": {"type": "array", "items": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}, "level": {"type": "string"}, "message": {"type": "string"}}, "required": ["line", "column", "level", "message"]}}, "file": {"type": "string"}, "name": {"type": "string"}, "evm_code_coverage": {"type": "string"}, "integer_underflow": {"type": "boolean"}, "integer_overflow": {"type": "boolean"}, "parity_multisig_bug_2": {"type": "boolean"}, "callstack_depth_attack_vulnerability": {"type": "boolean"}, "transaction-ordering_dependence_tod": {"type": "boolean"}, "timestamp_dependency": {"type": "boolean"}, "re-entrancy_vulnerability": {"type": "boolean"}}, "required": ["errors", "file", "name", "evm_code_coverage", "integer_underflow", "integer_overflow", "parity_multisig_bug_2", "callstack_depth_attack_vulnerability", "transaction-ordering_dependence_tod", "timestamp_dependency", "re-entrancy_vulnerability"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0x3a4b1eca26955fba4b99f78ee36153eacdceae85", "tool" : "oyente", "start" : 1563493286.3311253, "end" : 1563493341.1119685, "duration" : 54.78084325790405, "analysis" : [{"errors" : [{"line" : 43, "column" : 13, "level" : "Warning", "message" : "Integer Overflow."}], "file" : "/unique_chucks/4/0x3a4b1eca26955fba4b99f78ee36153eacdceae85.sol", "name" : "EdexStore", "evm_code_coverage" : "86.5%", "integer_underflow" : false, "integer_overflow" : true, "parity_multisig_bug_2" : false, "callstack_depth_attack_vulnerability" : false, "transaction-ordering_dependence_tod" : true, "timestamp_dependency" : false, "re-entrancy_vulnerability" : false}, {"errors" : [], "file" : "/unique_chucks/4/0x3a4b1eca26955fba4b99f78ee36153eacdceae85.sol", "name" : "SafeMath", "evm_code_coverage" : "100.0%", "integer_underflow" : false, "integer_overflow" : false, "parity_multisig_bug_2" : false, "callstack_depth_attack_vulnerability" : false, "transaction-ordering_dependence_tod" : false, "timestamp_dependency" : false, "re-entrancy_vulnerability" : false}]}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}, "level": {"type": "string"}, "message": {"type": "string"}}, "required": ["line", "column", "level", "message"]}}, "file": {"type": "string"}, "name": {"type": "string"}, "evm_code_coverage": {"type": "string"}, "integer_underflow": {"type": "boolean"}, "integer_overflow": {"type": "boolean"}, "parity_multisig_bug_2": {"type": "boolean"}, "callstack_depth_attack_vulnerability": {"type": "boolean"}, "transaction-ordering_dependence_tod": {"type": "boolean"}, "timestamp_dependency": {"type": "boolean"}, "re-entrancy_vulnerability": {"type": "boolean"}}, "required": ["errors", "file", "name", "evm_code_coverage", "integer_underflow", "integer_overflow", "parity_multisig_bug_2", "callstack_depth_attack_vulnerability", "transaction-ordering_dependence_tod", "timestamp_dependency", "re-entrancy_vulnerability"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"41481": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "41494": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "41488": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["41481", "41494", "41488"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"41481" : {"nama" : "MAGELANG SELATAN", "dapil" : [33, 3306, 13308, 2337101]}, "41494" : {"nama" : "MAGELANG TENGAH", "dapil" : [33, 3306, 13308, 2337102]}, "41488" : {"nama" : "MAGELANG UTARA", "dapil" : [33, 3306, 13308, 2337103]}}
json_instruct
{"type": "object", "properties": {"41481": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "41494": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "41488": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["41481", "41494", "41488"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "sizes": {"type": "string"}, "type": {"type": "string"}, "density": {"type": "number"}}, "required": ["src", "sizes", "type", "density"]}}, "start_url": {"type": "string"}, "background_color": {"type": "string"}, "Theme_color": {"type": "string"}, "display": {"type": "string"}, "orientation": {"type": "string"}}, "required": ["name", "icons", "start_url", "background_color", "Theme_color", "display", "orientation"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Cookie Jar", "icons" : [{"src" : "images/favicon.png", "sizes" : "192x192", "type" : "image/png", "density" : 0.9}], "start_url" : "index.html", "background_color" : "#CE6100", "Theme_color" : "#CE6100", "display" : "standalone", "orientation" : "portrait"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "sizes": {"type": "string"}, "type": {"type": "string"}, "density": {"type": "number"}}, "required": ["src", "sizes", "type", "density"]}}, "start_url": {"type": "string"}, "background_color": {"type": "string"}, "Theme_color": {"type": "string"}, "display": {"type": "string"}, "orientation": {"type": "string"}}, "required": ["name", "icons", "start_url", "background_color", "Theme_color", "display", "orientation"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"year" : 1947, "sex" : "F", "n" : 5, "prop" : 2.75e-06}, {"year" : 1961, "sex" : "F", "n" : 5, "prop" : 2.41e-06}, {"year" : 1962, "sex" : "F", "n" : 6, "prop" : 2.96e-06}, {"year" : 1969, "sex" : "F", "n" : 5, "prop" : 2.84e-06}, {"year" : 1976, "sex" : "F", "n" : 6, "prop" : 3.82e-06}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"bluesaintss": {"type": "object", "properties": {"title": {"type": "string"}, "channel_id": {"type": "integer"}, "link": {"type": "string"}, "desc": {"type": "null"}, "plans": {"type": "object", "properties": {"$4.99": {"type": "string"}, "$9.99": {"type": "string"}, "$24.99": {"type": "string"}}, "required": ["$4.99", "$9.99", "$24.99"]}, "id": {"type": "string"}, "first_seen": {"type": "string"}, "badge": {"type": "null"}, "badge_starting": {"type": "null"}, "badge_3m": {"type": "null"}, "badge_6m": {"type": "null"}, "badge_12m": {"type": "null"}, "badge_24m": {"type": "null"}, "badges": {"type": "null"}, "bits_badges": {"type": "null"}, "cheermote1": {"type": "null"}, "cheermote100": {"type": "null"}, "cheermote1000": {"type": "null"}, "cheermote5000": {"type": "null"}, "cheermote10000": {"type": "null"}, "set": {"type": "integer"}, "emotes": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "image_id": {"type": "integer"}, "set": {"type": "integer"}}, "required": ["code", "image_id", "set"]}}}, "required": ["title", "channel_id", "link", "desc", "plans", "id", "first_seen", "badge", "badge_starting", "badge_3m", "badge_6m", "badge_12m", "badge_24m", "badges", "bits_badges", "cheermote1", "cheermote100", "cheermote1000", "cheermote5000", "cheermote10000", "set", "emotes"]}}, "required": ["bluesaintss"]}}, "required": ["template", "channels"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"template" : {"small" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/1.0", "medium" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/2.0", "large" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/3.0"}, "channels" : {"bluesaintss" : {"title" : "bluesaintss", "channel_id" : 125172129, "link" : "http://twitch.tv/bluesaintss", "desc" : null, "plans" : {"$4.99" : "135611", "$9.99" : "135615", "$24.99" : "135616"}, "id" : "bluesaintss", "first_seen" : "2017-07-05 04:55:58", "badge" : null, "badge_starting" : null, "badge_3m" : null, "badge_6m" : null, "badge_12m" : null, "badge_24m" : null, "badges" : null, "bits_badges" : null, "cheermote1" : null, "cheermote100" : null, "cheermote1000" : null, "cheermote5000" : null, "cheermote10000" : null, "set" : 135611, "emotes" : [{"code" : "bluesa1Glad", "image_id" : 257917, "set" : 135611}]}}}
json_instruct
{"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"bluesaintss": {"type": "object", "properties": {"title": {"type": "string"}, "channel_id": {"type": "integer"}, "link": {"type": "string"}, "desc": {"type": "null"}, "plans": {"type": "object", "properties": {"$4.99": {"type": "string"}, "$9.99": {"type": "string"}, "$24.99": {"type": "string"}}, "required": ["$4.99", "$9.99", "$24.99"]}, "id": {"type": "string"}, "first_seen": {"type": "string"}, "badge": {"type": "null"}, "badge_starting": {"type": "null"}, "badge_3m": {"type": "null"}, "badge_6m": {"type": "null"}, "badge_12m": {"type": "null"}, "badge_24m": {"type": "null"}, "badges": {"type": "null"}, "bits_badges": {"type": "null"}, "cheermote1": {"type": "null"}, "cheermote100": {"type": "null"}, "cheermote1000": {"type": "null"}, "cheermote5000": {"type": "null"}, "cheermote10000": {"type": "null"}, "set": {"type": "integer"}, "emotes": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "image_id": {"type": "integer"}, "set": {"type": "integer"}}, "required": ["code", "image_id", "set"]}}}, "required": ["title", "channel_id", "link", "desc", "plans", "id", "first_seen", "badge", "badge_starting", "badge_3m", "badge_6m", "badge_12m", "badge_24m", "badges", "bits_badges", "cheermote1", "cheermote100", "cheermote1000", "cheermote5000", "cheermote10000", "set", "emotes"]}}, "required": ["bluesaintss"]}}, "required": ["template", "channels"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : 1.2, "people" : [{"pose_keypoints_2d" : [412.981, 313.248, 1, 350.526, 336.173, 1, 370.621, 328.208, 1, 436.826, 355.455, 1, 485.819, 372.59, 1, 335.406, 334.152, 1, 409.195, 359.578, 1, 447.576, 364.915, 0, 370.012, 471.774, 1, 480.028, 316.99, 1, 509.302, 381.811, 1, 349.864, 476.709, 1, 478.041, 320.972, 1, 499.042, 400.69, 1, 408.381, 300.307, 1, 419.763, 289.405, 0, 383.118, 305.635, 1, 1165.13, 489.471, 0], "face_keypoints_2d" : [], "hand_left_keypoints_2d" : [], "hand_right_keypoints_2d" : [], "pose_keypoints_3d" : [], "face_keypoints_3d" : [], "hand_left_keypoints_3d" : [], "hand_right_keypoints_3d" : []}]}
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$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": {"test": {"type": "string"}, "hello-world": {"type": "string"}}, "required": ["test", "hello-world"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bin": {"type": "object", "properties": {"es-project-maker": {"type": "string"}}, "required": ["es-project-maker"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "description", "main", "scripts", "repository", "bin", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@mparulski/es-project-maker", "version" : "0.1.0", "description" : "Common scripts for projects", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "hello-world" : "echo \"Hello World\""}, "repository" : {"type" : "git", "url" : "git+https://github.com/mparulski/es-project-maker.git"}, "bin" : {"es-project-maker" : "bin/es-project-maker.js"}, "author" : "Michal Parulski <michal.parulski@gmail.com>", "license" : "MIT", "bugs" : {"url" : "https://github.com/mparulski/es-project-maker/issues"}, "homepage" : "https://github.com/mparulski/es-project-maker#readme", "dependencies" : {}, "devDependencies" : {}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "hello-world": {"type": "string"}}, "required": ["test", "hello-world"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bin": {"type": "object", "properties": {"es-project-maker": {"type": "string"}}, "required": ["es-project-maker"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "description", "main", "scripts", "repository", "bin", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"merged": {"type": "string"}, "source": {"type": "string"}}, "required": ["merged", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"merged" : "/Users/umang/AndroidStudioProjects/Udacity/Advanced_Android_Development-7.05_Pretty_Wallpaper_Time/sunshinedigitalwatchface/build/intermediates/res/merged/debug/mipmap-hdpi-v4/ic_launcher.png", "source" : "/Users/umang/AndroidStudioProjects/Udacity/Advanced_Android_Development-7.05_Pretty_Wallpaper_Time/sunshinedigitalwatchface/src/main/res/mipmap-hdpi/ic_launcher.png"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"merged": {"type": "string"}, "source": {"type": "string"}}, "required": ["merged", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"stationGroupId" : 2800309, "stations" : ["2800309", "9930214"]}
json_instruct
{"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"all": {"type": "boolean"}, "include": {"type": "array", "items": {"type": "string"}}, "exclude": {"type": "array", "items": {"type": "string"}}, "check-coverage": {"type": "boolean"}, "statements": {"type": "integer"}}, "required": ["all", "include", "exclude", "check-coverage", "statements"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"all" : true, "include" : ["src/*.js", "src/modules/*.js", "src/image_providers/*.js", "src/cli/*.js"], "exclude" : ["node_modules", "coverage", "locale", "docs", "__test__"], "check-coverage" : true, "statements" : 99}
json_instruct
{"type": "object", "properties": {"all": {"type": "boolean"}, "include": {"type": "array", "items": {"type": "string"}}, "exclude": {"type": "array", "items": {"type": "string"}}, "check-coverage": {"type": "boolean"}, "statements": {"type": "integer"}}, "required": ["all", "include", "exclude", "check-coverage", "statements"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source_url": {"type": "string"}, "licence": {"type": "string"}, "language": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "text": {"type": "string"}}, "required": ["authors", "doi", "publication_date", "id", "url", "source", "source_url", "licence", "language", "type", "description", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"authors" : [{"author" : "Mark Bugeja"}, {"author" : "Arsen Avakyan"}, {"author" : "Eliezer Zahra Bianco"}, {"author" : "Thomas Azzopardi"}], "doi" : "10.13107/jocr.2250-0685.1190", "publication_date" : "2019-02-12", "id" : "EN112589", "url" : "https://pubmed.ncbi.nlm.nih.gov/30740367", "source" : "Journal of orthopaedic case reports", "source_url" : "", "licence" : "CC BY-NC", "language" : "en", "type" : "pubmed", "description" : "", "text" : "A 4-year-old girl presented with a left elbow swelling after falling from a height of 2 meters. X-rays showed a fracture of the proximal ulna with lateral dislocation of the radial head (type III Monteggia) associated with an ipsilateral fracture of the lateral condyle of the humerus. The fractures were treated by closed reduction of the radial head dislocation, percutaneous Kirschner wire fixation of the proximal ulna fracture, and open reduction and Kirschner wire fixation of the lateral condyle."}
json_instruct
{"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source_url": {"type": "string"}, "licence": {"type": "string"}, "language": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "text": {"type": "string"}}, "required": ["authors", "doi", "publication_date", "id", "url", "source", "source_url", "licence", "language", "type", "description", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"sortable.js": {"type": "string"}, "sortable.min.js": {"type": "string"}}, "required": ["sortable.js", "sortable.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"sortable.js" : "sha512-fT50aF4KobCD0a7vq90AGQbsHajLIT+JtC02t/WSkudIklsum2HPDrpW88Y4UUMeitGpmraDtwWIVFhthPqf+w==", "sortable.min.js" : "sha512-iosNkshtpw9uklxmCI8W7swV6cayjbpwJWFcVV6+e+ATJL2B5j9QKvkYJHjspJnj33w72WPe1r//sOn43EQlqQ=="}
json_instruct
{"type": "object", "properties": {"sortable.js": {"type": "string"}, "sortable.min.js": {"type": "string"}}, "required": ["sortable.js", "sortable.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"relation": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "pageTitle": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "hasHeader": {"type": "boolean"}, "headerPosition": {"type": "string"}, "tableType": {"type": "string"}, "tableNum": {"type": "integer"}, "s3Link": {"type": "string"}, "recordEndOffset": {"type": "integer"}, "recordOffset": {"type": "integer"}, "tableOrientation": {"type": "string"}, "textBeforeTable": {"type": "string"}, "textAfterTable": {"type": "string"}, "hasKeyColumn": {"type": "boolean"}, "keyColumnIndex": {"type": "integer"}, "headerRowIndex": {"type": "integer"}}, "required": ["relation", "pageTitle", "title", "url", "hasHeader", "headerPosition", "tableType", "tableNum", "s3Link", "recordEndOffset", "recordOffset", "tableOrientation", "textBeforeTable", "textAfterTable", "hasKeyColumn", "keyColumnIndex", "headerRowIndex"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"relation" : [["Author", "earthborn", "earthborn"], ["Title", "Mother 1 Novelization Part 2", "Mother One Novel- Volume One"], ["Description", "Part two of my M1 novelization.", "This is the first five chapters from my Mother One novelization."], ["Date", "1/16/09", "1/15/09"], ["Rank", "0.00", "0.00"]], "pageTitle" : "STARMEN.NET - Fanfiction - MOTHER 1 Archives", "title" : "", "url" : "http://starmen.net/fanfics/archives/m1.php?ret=nothing&box9872=AuthASC&box9872FirstLetter=E", "hasHeader" : true, "headerPosition" : "FIRST_ROW", "tableType" : "RELATION", "tableNum" : 0, "s3Link" : "common-crawl/crawl-data/CC-MAIN-2015-32/segments/1438042988458.74/warc/CC-MAIN-20150728002308-00257-ip-10-236-191-2.ec2.internal.warc.gz", "recordEndOffset" : 233421703, "recordOffset" : 233413501, "tableOrientation" : "HORIZONTAL", "textBeforeTable" : "> W T S P O M L H G E D C A < Fanfiction - MOTHER 1 Archives: News: Forums Store Super Smash Bros. Brawl Mother 1+2 Mother 3 (EarthBound 64) Mother 2 (EarthBound) View via SSL to Login _kiq.push(['identify', 'not logged in']);", "textAfterTable" : "1 Junk: Weird Junk: Earthbound Thing of the Day. Awesome Fan Thing of the Day. Archives All\u00a0Fanfics EarthBound\u00a00\u00a0/\u00a0MOTHER EarthBound\u00a0/\u00a0MOTHER\u00a02 EarthBound\u00a02\u00a0/\u00a0MOTHER\u00a03 Group\u00a0Fics Features HTML\u00a0How-To\u00a0Guide Guidelines Submit\u00a0Your\u00a0Fanfic! Writing\u00a0Forum Activities:", "hasKeyColumn" : true, "keyColumnIndex" : 1, "headerRowIndex" : 0}
json_instruct
{"type": "object", "properties": {"relation": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "pageTitle": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "hasHeader": {"type": "boolean"}, "headerPosition": {"type": "string"}, "tableType": {"type": "string"}, "tableNum": {"type": "integer"}, "s3Link": {"type": "string"}, "recordEndOffset": {"type": "integer"}, "recordOffset": {"type": "integer"}, "tableOrientation": {"type": "string"}, "textBeforeTable": {"type": "string"}, "textAfterTable": {"type": "string"}, "hasKeyColumn": {"type": "boolean"}, "keyColumnIndex": {"type": "integer"}, "headerRowIndex": {"type": "integer"}}, "required": ["relation", "pageTitle", "title", "url", "hasHeader", "headerPosition", "tableType", "tableNum", "s3Link", "recordEndOffset", "recordOffset", "tableOrientation", "textBeforeTable", "textAfterTable", "hasKeyColumn", "keyColumnIndex", "headerRowIndex"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "balance wheel", "definition" : "1. (Horology) (a) A wheel which regulates the beats or pulses of a watch or chronometer, answering to the pendulum of a clock; -- often called simply a balance. (b) A ratchet-shaped scape wheel, which in some watches is acted upon by the axis of the balance wheel proper (in those watches called a balance). 2. (Mach.) A wheel which imparts regularity to the movements of any engine or machine; a fly wheel."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-83.373949, 42.681785], [-83.372823, 42.689915], [-83.356088, 42.690217], [-83.345794, 42.686918], [-83.339305, 42.680651], [-83.327768, 42.678237], [-83.327058, 42.661847], [-83.329585, 42.661803], [-83.345403, 42.672657], [-83.372209, 42.679455], [-83.371667, 42.679949], [-83.373949, 42.681785]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 33177}}]}
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": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "addressLines": {"type": "array", "items": {"type": "string"}}, "postalCode": {"type": "string"}, "country": {"type": "string"}}, "required": ["name", "addressLines", "postalCode", "country"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Milton Keynes", "addressLines" : ["117-121 Silbury Arcade", "Milton Keynes", "Buckinghamshire"], "postalCode" : "MK9 3AQ", "country" : "gb"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "addressLines": {"type": "array", "items": {"type": "string"}}, "postalCode": {"type": "string"}, "country": {"type": "string"}}, "required": ["name", "addressLines", "postalCode", "country"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {"type": "string"}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requires", "package"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"generated_at" : "2017-01-27T09:37:26.516288", "required_by" : ["ityou.ESI"], "requires" : ["setuptools", "ityou.esi.theme", "plone.api", "sqlalchemy", "psycopg2", "collective.monkeypatcher", "collective.monkeypatcherpanel", "collective.js.jqueryui"], "package" : "ityou.extuserprofile"}
json_instruct
{"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {"type": "string"}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requires", "package"], "$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": {"name": {"type": "string"}}, "required": ["name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "Pahaz"}, {"name" : "Test"}, {"name" : "test2"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"average_occupancy": {"type": "array", "items": {"type": "number"}}}, "required": ["average_occupancy"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"average_occupancy" : [28.264562357925175, 28.774105412090446, 28.462288734436278, 28.469269509772417, 26.948402979904106, 28.006713488656064, 28.9579378073419, 28.28514993765629, 28.33207179204423, 27.97224123655649, 27.911958651102868, 27.79929126719586, 27.608167385767203, 28.379475610574115, 28.47574602245477, 28.282532645562142, 28.211869445958325, 28.028760484534583, 28.142283294386235, 27.70533222467112, 27.86531811842904, 27.95016796374479, 28.191933053961723, 29.106905213533768, 29.04182957685432, 26.766561781513474, 27.78667539591258, 27.41817306025853, 27.945702284327965, 27.9167154006416, 30.731577248991155, 31.394252874617386, 27.068503760610795, 21.60247072370599, 15.344124944018661, 13.691272789805726, 89.22776204791107, 13.015719266443876, 16.041605557355677, 20.827575720084468, 27.371433825684765, 31.25924993081109, 30.068154357125216, 28.670264923413985, 27.047878495016064, 27.92561499800356, 27.250884568562473, 28.462859317605805, 28.456301472767333, 28.486451378029106, 28.05958588292576, 28.490574636481405, 27.917517865619153, 27.302633511445308, 28.106143701672814, 27.732806793339787, 29.418018389579693, 29.39677655003258, 27.13346414936299, 26.606076034967263, 27.58964478324209, 28.33173036494104, 29.266072823881196, 29.05109650236796, 27.41307115254716, 28.165553039067767, 27.970490608851375, 26.908506850166575, 27.513782068652848, 28.845923271435066, 29.732126361567843, 28.914021916062524, 26.990639031901974, 27.777496869514227, 27.414146502008833]}
json_instruct
{"type": "object", "properties": {"average_occupancy": {"type": "array", "items": {"type": "number"}}}, "required": ["average_occupancy"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"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": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-80.628261, 41.061066], [-80.625518, 41.069629], [-80.624181, 41.069754], [-80.62469, 41.070966], [-80.622637, 41.073848], [-80.624589, 41.076942], [-80.621808, 41.079605], [-80.615921, 41.075879], [-80.614837, 41.075781], [-80.612393, 41.07785], [-80.607894, 41.077243], [-80.606767, 41.075357], [-80.607183, 41.072543], [-80.608341, 41.071332], [-80.600891, 41.064179], [-80.604596, 41.06141], [-80.604597, 41.060687], [-80.628261, 41.061066]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 51839}}]}
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": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "location": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "resources": {"type": "object", "properties": {"cloudFormation": {"type": "object", "properties": {"LambdaIamPolicyDocumentStatements": {"type": "array", "items": {}}, "ApiGatewayIamPolicyDocumentStatements": {"type": "array", "items": {}}, "Resources": {"type": "object", "properties": {}, "required": []}}, "required": ["LambdaIamPolicyDocumentStatements", "ApiGatewayIamPolicyDocumentStatements", "Resources"]}}, "required": ["cloudFormation"]}}, "required": ["name", "version", "location", "author", "description", "resources"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "awsm-s3tokenvendor", "version" : "1.0.0", "location" : "https://github.com/binoculars/awsm-s3tokenvendor", "author" : "Barrett K. Harber <barrett.harber@gmail.com>", "description" : "", "resources" : {"cloudFormation" : {"LambdaIamPolicyDocumentStatements" : [], "ApiGatewayIamPolicyDocumentStatements" : [], "Resources" : {}}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "location": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "resources": {"type": "object", "properties": {"cloudFormation": {"type": "object", "properties": {"LambdaIamPolicyDocumentStatements": {"type": "array", "items": {}}, "ApiGatewayIamPolicyDocumentStatements": {"type": "array", "items": {}}, "Resources": {"type": "object", "properties": {}, "required": []}}, "required": ["LambdaIamPolicyDocumentStatements", "ApiGatewayIamPolicyDocumentStatements", "Resources"]}}, "required": ["cloudFormation"]}}, "required": ["name", "version", "location", "author", "description", "resources"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["320282005001", "\u9f99\u773c\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "111", "0"], ["320282005002", "\u795e\u9f99\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "112", "0"], ["320282005200", "\u82b3\u6865\u6751\u6751\u6c11\u59d4\u5458\u4f1a", "112", "0"], ["320282005201", "\u9633\u5c71\u6751\u6751\u6c11\u59d4\u5458\u4f1a", "112", "0"], ["320282005202", "\u540e\u6751\u6751\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["320282005203", "\u590f\u82b3\u6751\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["320282005204", "\u534e\u9633\u6751\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["320282005205", "\u6276\u98ce\u6751\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["320282005207", "\u91d1\u5170\u6751\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["320282005208", "\u5c7a\u5c71\u6751\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#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"build_from": {"type": "object", "properties": {"aarch64": {"type": "string"}, "amd64": {"type": "string"}, "armv7": {"type": "string"}, "i386": {"type": "string"}}, "required": ["aarch64", "amd64", "armv7", "i386"]}}, "required": ["build_from"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"build_from" : {"aarch64" : "ghcr.io/erik73/base/aarch64:1.0.10", "amd64" : "ghcr.io/erik73/base/amd64:1.0.10", "armv7" : "ghcr.io/erik73/base/armv7:1.0.10", "i386" : "ghcr.io/erik73/base/i386:1.0.10"}}
json_instruct
{"type": "object", "properties": {"build_from": {"type": "object", "properties": {"aarch64": {"type": "string"}, "amd64": {"type": "string"}, "armv7": {"type": "string"}, "i386": {"type": "string"}}, "required": ["aarch64", "amd64", "armv7", "i386"]}}, "required": ["build_from"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"first_name": {"type": "string"}, "last_name": {"type": "string"}, "phone_number": {"type": "string"}, "location": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}}, "required": ["x", "y"]}, "gender": {"type": "string"}, "relationship_status": {"type": "string"}, "interested_in": {"type": "string"}, "hobbies": {"type": "array", "items": {"type": "string"}}}, "required": ["first_name", "last_name", "phone_number", "location", "gender", "relationship_status", "interested_in", "hobbies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"first_name" : "Roni", "last_name" : "Gordin", "phone_number" : "0542193892", "location" : {"x" : 40, "y" : 50}, "gender" : "female", "relationship_status" : "single", "interested_in" : "male", "hobbies" : ["Programming", "Music"]}
json_instruct
{"type": "object", "properties": {"first_name": {"type": "string"}, "last_name": {"type": "string"}, "phone_number": {"type": "string"}, "location": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}}, "required": ["x", "y"]}, "gender": {"type": "string"}, "relationship_status": {"type": "string"}, "interested_in": {"type": "string"}, "hobbies": {"type": "array", "items": {"type": "string"}}}, "required": ["first_name", "last_name", "phone_number", "location", "gender", "relationship_status", "interested_in", "hobbies"], "$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"}, "license": {"type": "object", "properties": {"key": {"type": "string"}, "name": {"type": "string"}, "spdx_id": {"type": "string"}, "url": {"type": "string"}}, "required": ["key", "name", "spdx_id", "url"]}, "starNum": {"type": "integer"}, "folkNum": {"type": "integer"}, "watchNum": {"type": "integer"}, "topic": {"type": "array", "items": {}}}, "required": ["name", "description", "license", "starNum", "folkNum", "watchNum", "topic"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "MutatorMath", "description" : "Python library for piecewise linear interpolation in multiple dimensions with multiple, arbitrarily placed, masters.", "license" : {"key" : "bsd-3-clause", "name" : "BSD 3-clause \"New\" or \"Revised\" License", "spdx_id" : "BSD-3-Clause", "url" : "https://api.github.com/licenses/bsd-3-clause"}, "starNum" : 86, "folkNum" : 25, "watchNum" : 86, "topic" : []}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "object", "properties": {"key": {"type": "string"}, "name": {"type": "string"}, "spdx_id": {"type": "string"}, "url": {"type": "string"}}, "required": ["key", "name", "spdx_id", "url"]}, "starNum": {"type": "integer"}, "folkNum": {"type": "integer"}, "watchNum": {"type": "integer"}, "topic": {"type": "array", "items": {}}}, "required": ["name", "description", "license", "starNum", "folkNum", "watchNum", "topic"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"probe_id": {"type": "integer"}, "resolvers": {"type": "array", "items": {"type": "object", "properties": {"ipv4_tcp": {"type": "boolean"}, "internal": {"type": "string"}, "resolver_asn": {"type": "integer"}, "resolver_net": {"type": "string"}}, "required": ["ipv4_tcp", "internal", "resolver_asn", "resolver_net"]}}}, "required": ["probe_id", "resolvers"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"probe_id" : 23173, "resolvers" : [{"ipv4_tcp" : true, "internal" : "194.239.134.83", "resolver_asn" : 3292, "resolver_net" : "195.215.0.0/16"}]}
json_instruct
{"type": "object", "properties": {"probe_id": {"type": "integer"}, "resolvers": {"type": "array", "items": {"type": "object", "properties": {"ipv4_tcp": {"type": "boolean"}, "internal": {"type": "string"}, "resolver_asn": {"type": "integer"}, "resolver_net": {"type": "string"}}, "required": ["ipv4_tcp", "internal", "resolver_asn", "resolver_net"]}}}, "required": ["probe_id", "resolvers"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "abbr", "name"]}, "city": {"type": "string"}, "type": {"type": "string"}, "lng": {"type": "number"}, "counties": {"type": "array", "items": {"type": "object", "properties": {"fips": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "name"]}}}, "required": ["localities", "state", "postal_code", "locality", "lat", "region", "city", "type", "lng", "counties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"localities" : ["Grand Coteau, LA"], "state" : "LA", "postal_code" : "70541", "locality" : "Grand Coteau, LA", "lat" : 30.426726, "region" : {"fips" : "22", "abbr" : "LA", "name" : "Louisiana"}, "city" : "Grand Coteau", "type" : "POBOX", "lng" : -92.04756, "counties" : [{"fips" : "097", "name" : "St. Landry Parish"}]}
json_instruct
{"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "abbr", "name"]}, "city": {"type": "string"}, "type": {"type": "string"}, "lng": {"type": "number"}, "counties": {"type": "array", "items": {"type": "object", "properties": {"fips": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "name"]}}}, "required": ["localities", "state", "postal_code", "locality", "lat", "region", "city", "type", "lng", "counties"], "$schema": "http://json-schema.org/draft-07/schema#"}