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": {"ty... | {"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:... |
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"}}... | {"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.102... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob... |
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"], "$sch... | {"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": "numbe... | {"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", "ingredien... |
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": {"... | {"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.p... | 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"... |
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", "... | {"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... | 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": "... | {"__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_PR... | 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... |
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", "p... | {"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" : "4aaaf662c1d3779d4c4ca74942e014cc3173dbd8f28b604966981a5b35dd3e... | 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"}}... |
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"... | {"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, ... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe... |
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"... | 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"]}}, "... | [{"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", "normalizedVertice... |
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"... | {"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", "item... |
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"... | {"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_ha... | 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... |
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"}}, "r... | {"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/... | 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": "objec... |
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"]}, "default... | {"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"}}... |
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"}, "dot... | {"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"}, "dev... | 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... |
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"... | {"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; a... | 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... |
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"]}}, ... | {"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.... |
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"}}, "... | {"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.... |
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": "stri... | {"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... | 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... |
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":... | {"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" : [730... | 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": ... |
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" : "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": "numbe... |
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": "... | {"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\u... | json_instruct | {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e"]}}}, "required": ["d"]}}, "s... |
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", "surah... | {"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\u0... | 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... |
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... | {"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" ... | 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"... |
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": "strin... | {"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... | 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"]}}, "... |
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": "obj... | {"hash" : "0xaad0e98f629a6caa66e52915da87edcd706d45d65ee086327d8007bb84f7a363", "parentHash" : "0x6851bcbaa354c3e52303822f18fddbe4b2cb7073b2b68fe4741c02d75768760e", "number" : 3157, "timestamp" : 1438278257, "nonce" : "0x325f9089aa947b94", "difficulty" : 79060825742, "gasLimit" : {"_hex" : "0x1388"}, "gasUsed" : {"_hex... | json_instruct | {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]... |
Create 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"},... | {"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", "... | 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": ... |
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", "shri... | {"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-... |
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", "propertie... | {"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.... | 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"}}... |
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":... | {"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": "bo... |
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"}... | {"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" : [{"... | 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"}}, "require... |
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-schem... | {"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... | {"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" : "g... | 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": {"typ... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "it... | {"directions" : ["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 pou... | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "r... |
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": "in... | {"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": "stri... |
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": "stri... | {"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", "pre... |
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", "prop... | {"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/0x4E9A46EA6A22f... | 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": {"... |
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... | {"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.2190... | 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": ["... |
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... | {"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" :... | 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"],... |
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": ["cra... | {"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", "li... | 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": ... |
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": {"produc... | {"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"}, {"productI... | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD... |
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"], "$schem... | {"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"... | {"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", ... | 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... |
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": {"t... | {"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", "voi... | 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"... |
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": ... | {"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.1... | 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... |
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"}}, "requ... | {"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_... | 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", "... |
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"... | {"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": {}}}, "... |
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"}, "propertie... | {"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", "prope... | 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": "str... |
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... | {"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/2bd416... | 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": "obje... |
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", "properti... | {"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", "download... | 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_worke... |
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... | {"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:/... | 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"... |
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": "s... | {"yield" : "4", "nutritionEstimates" : [], "totalTime" : "20 min", "images" : [{"hostedSmallUrl" : "http://lh6.ggpht.com/Ay8e0eil-ItNQlCp4HxPou7JEsGk_HG5AenLJGRmi4H7LlLNDlaQRts0q0awJkWuX3AmkCWT0r2xaQJeYtjR=s90", "hostedMediumUrl" : "http://lh6.ggpht.com/Ay8e0eil-ItNQlCp4HxPou7JEsGk_HG5AenLJGRmi4H7LlLNDlaQRts0q0awJkWuX3... | 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": {"ty... |
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":... | {"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... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long... | {"place_name" : "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 par... | 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"... | {"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/... | 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":... |
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_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_DI... | 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": ["TRE... |
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": {"ty... | {"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", "ico... |
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": {"... | {"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", "... | 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": {... |
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"}},... | {"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... | 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",... |
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": "o... | {"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 UIActivityViewContr... | 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": "str... |
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... | {"$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", "ggil... | 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": {"ty... |
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", "i... | {"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, chee... | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "r... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties... | {"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/0x3a4b1eca26... | 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", "properti... |
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... | {"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... |
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"}... | {"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":... |
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/d... | [{"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": {"blue... | {"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" : "h... | 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": {"ty... |
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",... | {"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... | 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": {}}, "han... |
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"... | {"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-pro... | 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": {"t... |
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/s... | 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": "integ... | {"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", "stat... |
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": "str... | {"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 orthopae... | 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... |
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"... | {"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" :... | 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"}, "tab... |
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 th... | 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": "... | {"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... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe... |
Create 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"], "$sche... | {"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... | {"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-sch... |
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.... | 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": "ar... | {"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]... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe... |
Generate 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": {"cloud... | {"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" : [], ... | 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": {"LambdaIamPolicyDocumentStateme... |
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\... | 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"]... | {"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/draf... |
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": [... | {"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... |
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": "strin... | {"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/licens... | 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": {"typ... |
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": {"... | {"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", "re... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {... | {"localities" : ["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"}, "... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.