input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"scripts": {"type": "array", "items": {"type": "object", "properties": {"typewriter": {"type": "object", "properties": {"speed": {"type": "number"}, "speedUp": {"type": "number"}}, "required": ["speed", "speedUp"]}... | {"scripts" : [{"typewriter" : {"speed" : 0.05, "speedUp" : 0.01}, "say" : "\u6d77\u8ecd\u98df\u5802\u5927\u98df\u3044\u7af6\u4e89\u3067\u5165\u8cde\uff01\u300c\u71c3\u6599*100\u300d\u3092\u624b\u306b\u5165\u308c\u305f\uff01"}], "id" : "DAFUWENGEVENT2-3", "mode" : 2, "once" : true, "fadein" : 1.5} | json_instruct | {"type": "object", "properties": {"scripts": {"type": "array", "items": {"type": "object", "properties": {"typewriter": {"type": "object", "properties": {"speed": {"type": "number"}, "speedUp": {"type": "number"}}, "required": ["speed", "speedUp"]}, "say": {"type": "string"}}, "required": ["typewriter", "say"]}}, "id":... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"uri": {"type": "string"}, "name": {"type": "string"}, "category": {"type": "string"}, "parent": {"type": "string"}, "flags": {"type": "string"}, "lvars": {"type": "array", "items": {}}, "vars": {"type": "array", "items": {"... | {"uri" : "local://Uymbo25-k28RSKWIGgh5OD/", "name" : "Test Search", "category" : "", "parent" : "local://edkPtDRwO38OvaBEGJZZf6/", "flags" : "U", "lvars" : [], "vars" : [{"name" : "testSearch", "expr" : {"script" : "var matches = $cjs.search({\n uri: \"/common/core/nXFwelpDRVA4faZ54D1kf8/\",\n ruri: \... | json_instruct | {"type": "object", "properties": {"uri": {"type": "string"}, "name": {"type": "string"}, "category": {"type": "string"}, "parent": {"type": "string"}, "flags": {"type": "string"}, "lvars": {"type": "array", "items": {}}, "vars": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "e... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"apps": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "script": {"type": "string"}, "log_date_format": {"type": "string"}, "ignore_watch": {"type": "array", "items": {"type"... | {"apps" : [{"name" : "server", "script" : "./core/scripts/server.js", "log_date_format" : "YYYY-MM-DD HH:mm:ss", "ignore_watch" : ["core/build/config.json", "node_modules"]}]} | json_instruct | {"type": "object", "properties": {"apps": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "script": {"type": "string"}, "log_date_format": {"type": "string"}, "ignore_watch": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "script", "log_date_format", "igno... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"SEMANTIC_MASK": {"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "categoryId": {"type": "integer"}}, "required": ["name"... | {"SEMANTIC_MASK" : {"categories" : [{"name" : "background", "categoryId" : 0}, {"name" : "aeroplane", "categoryId" : 1}, {"name" : "bicycle", "categoryId" : 2}, {"name" : "bird", "categoryId" : 3}, {"name" : "boat", "categoryId" : 4}, {"name" : "bottle", "categoryId" : 5}, {"name" : "bus", "categoryId" : 6}, {"name" : ... | json_instruct | {"type": "object", "properties": {"SEMANTIC_MASK": {"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "categoryId": {"type": "integer"}}, "required": ["name", "categoryId"]}}}, "required": ["categories"]}, "INSTANCE_MASK": {"type": "o... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "give_rate1": {"type": "integer"}, "give_rate2": {"type": "integer"}, "give_rate3": {"type": "integer"}, "give_rate4": {"type": "integer"}, "give_rate5": {... | [{"id" : 1, "give_rate1" : 1000, "give_rate2" : 1000, "give_rate3" : 1000, "give_rate4" : 1000, "give_rate5" : 1000, "give_rate6" : 1000, "give_rate7" : 1000, "give_rate8" : 1000, "give_rate9" : 1000, "give_rate10" : 1000}, {"id" : 2, "give_rate1" : 1200, "give_rate2" : 1200, "give_rate3" : 1200, "give_rate4" : 1200, "... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "give_rate1": {"type": "integer"}, "give_rate2": {"type": "integer"}, "give_rate3": {"type": "integer"}, "give_rate4": {"type": "integer"}, "give_rate5": {"type": "integer"}, "give_rate6": {"type": "integer"}, "give_rate7": {"type":... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "demo": {"type": "string"}, "version": {"type": "string"}, "engines": {"type": "object", "properties": {"ghost": {"type": "string"}}, "required": ["ghos... | {"name" : "miksel", "description" : "minimal theme for writer and creative people", "demo" : "http://pixelcraft.work/", "version" : "1.0.0", "engines" : {"ghost" : ">=1.0.0"}, "license" : "MIT", "screenshots" : {"desktop" : "assets/screenshot-desktop.jpg", "mobile" : "assets/screenshot-mobile.jpg"}, "author" : {"name" ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "demo": {"type": "string"}, "version": {"type": "string"}, "engines": {"type": "object", "properties": {"ghost": {"type": "string"}}, "required": ["ghost"]}, "license": {"type": "string"}, "screenshots": {"type": "object", ... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"styled-components-macro.cjs.js": {"type": "string"}, "styled-components-macro.cjs.min.js": {"type": "string"}, "styled-components-macro.esm.js": {"type": "string"}, "styled-components-macro.esm.min.js": {"type": "string"}, "st... | {"styled-components-macro.cjs.js" : "sha512-Z7+L3jjp7ovawqRtzsVBN0HMbYdO6zv9a4ErPjEmo5ngIcrZ/6AwcGmqfBcUzQTQ1PdmxNs8Vhptln5DmVw/1w==", "styled-components-macro.cjs.min.js" : "sha512-YAOzMfhquuimMiet1b+Tk/huJ3HGgMLS3RrkXCmYMPQL5Yj/GEg9CP5rVwIEaCjuk3GRNLfrlCETVeMUsXFVow==", "styled-components-macro.esm.js" : "sha512-LAKY... | json_instruct | {"type": "object", "properties": {"styled-components-macro.cjs.js": {"type": "string"}, "styled-components-macro.cjs.min.js": {"type": "string"}, "styled-components-macro.esm.js": {"type": "string"}, "styled-components-macro.esm.min.js": {"type": "string"}, "styled-components.browser.cjs.js": {"type": "string"}, "style... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"force-update": {"type": "st... | {"name" : "adaptivecards-controls-testapp", "version" : "0.1.0", "description" : "Test application for Adaptive Card JS/HTML controls", "main" : "built/testapp.js", "private" : true, "scripts" : {"force-update" : "npm install adaptivecards-controls -f", "build" : "webpack", "build-css" : "node-sass ./scss/controls.scss... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"force-update": {"type": "string"}, "build": {"type": "string"}, "build-css": {"type": ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "o... | {"name" : "gear-lib", "version" : "0.8.1", "description" : "Collection of common Gear.js tasks", "author" : "Stephen Murphy <stephen@hypernaut.com>", "keywords" : ["gear", "task", "build"], "repository" : {"type" : "git", "url" : "http://github.com/yahoo/gear-lib.git"}, "bugs" : {"url" : "http://github.com/yahoo/gear-l... | 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"}}... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "string"}, "main"... | {"name" : "nearest-number", "version" : "1.0.0", "description" : "From a list of numbers, picks the one closest to a given target.", "author" : "John Lamansky", "license" : "MIT", "homepage" : "https://github.com/lamansky/nearest-number", "repository" : "lamansky/nearest-number", "main" : "index.js", "dependencies" : {... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "p... |
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" : 1999, "sex" : "M", "n" : 5, "prop" : 2.45e-06}, {"year" : 2000, "sex" : "M", "n" : 7, "prop" : 3.35e-06}, {"year" : 2002, "sex" : "M", "n" : 5, "prop" : 2.42e-06}, {"year" : 2006, "sex" : "M", "n" : 5, "prop" : 2.28e-06}, {"year" : 2009, "sex" : "M", "n" : 6, "prop" : 2.83e-06}, {"year" : 2010, "sex" : "M", ... | 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#"} |
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" : "widmanstatten figures", "definition" : "Certain figures appearing on etched meteoric iron; -- so called after A. B. Widmanst\u00e4tten, of Vienna, who first described them in 1808. See the Note and Illust. under Meteorite."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"_id": {"type": "string"}, "index": {"type": "integer"}, "guid": {"type": "string"}, "isActive": {"type": "boolean"}, "balance": {"type": "string"}, "picture": {"type": "string"}, "age": {"type": "integer"}, "eyeColor": {"ty... | {"_id" : "55ee5e98e7a3f9980d759f0f", "index" : 2534, "guid" : "6624b606-33b9-49df-911d-1181667ade17", "isActive" : true, "balance" : "$78,692.51", "picture" : "http://placehold.it/32x32", "age" : 40, "eyeColor" : "brown", "name" : "Cortez Hicks", "gender" : "male", "company" : "FURNITECH", "email" : "cortezhicks@furnit... | json_instruct | {"type": "object", "properties": {"_id": {"type": "string"}, "index": {"type": "integer"}, "guid": {"type": "string"}, "isActive": {"type": "boolean"}, "balance": {"type": "string"}, "picture": {"type": "string"}, "age": {"type": "integer"}, "eyeColor": {"type": "string"}, "name": {"type": "string"}, "gender": {"type":... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"serve": {"type": "string"}, "build": {"type": "string"}, "dev": {"type": "stri... | {"name" : "tabs", "version" : "1.4.1", "private" : true, "scripts" : {"serve" : "vite serve", "build" : "vite build", "dev" : "vite"}, "dependencies" : {"@fortawesome/fontawesome-svg-core" : "^1.2.36", "@fortawesome/free-regular-svg-icons" : "^5.15.4", "@fortawesome/vue-fontawesome" : "^3.0.0-4", "hammerjs" : "^2.0.8",... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"serve": {"type": "string"}, "build": {"type": "string"}, "dev": {"type": "string"}}, "required": ["serve", "build", "dev"]}, "dependencies": {"type":... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"maxLeafRecords": {"type": "integer"}, "dimensionsSplitOrder": {"type": "array", "items": {"type": "string"}}, "skipStarNodeCreationForDimensions": {"type": "array", "items": {}}, "skipMaterializationForDimensions"... | {"maxLeafRecords" : 100, "dimensionsSplitOrder" : ["l_receiptdate", "l_shipdate", "l_shipmode", "l_returnflag"], "skipStarNodeCreationForDimensions" : [], "skipMaterializationForDimensions" : ["l_partkey", "l_commitdate", "l_linestatus", "l_comment", "l_orderkey", "l_shipinstruct", "l_linenumber", "l_suppkey"]} | json_instruct | {"type": "object", "properties": {"maxLeafRecords": {"type": "integer"}, "dimensionsSplitOrder": {"type": "array", "items": {"type": "string"}}, "skipStarNodeCreationForDimensions": {"type": "array", "items": {}}, "skipMaterializationForDimensions": {"type": "array", "items": {"type": "string"}}}, "required": ["maxLeaf... |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "510503001", "text" : "\u5b89\u5bcc\u8857\u9053"}, {"id" : "510503002", "text" : "\u6c38\u5b81\u8857\u9053"}, {"id" : "510503003", "text" : "\u4e1c\u5347\u8857\u9053"}, {"id" : "510503100", "text" : "\u5927\u6e21\u53e3\u9547"}, {"id" : "510503101", "text" : "\u62a4\u56fd\u9547"}, {"id" : "510503102", "text" : ... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string... | {"\u5de5\u5ee0\u540d\u7a31" : "\u592a\u5730\u4f01\u696d\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99609847", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "06610000064874", "\u5de5\u5ee0\u5730\u5740" : "\u65b0\u5317\u5e02\u9daf\u6b4c\u5340\u4e2d\u5c71\u8def\u4e8c\uff10\u516b... | json_instruct | {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "st... |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"package" : "commet", "downloads" : 4400, "count" : 4461}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"900807123": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900807123"], "$schema": "http://js... | {"900807123" : {"nama" : "TPS 1", "dapil" : [9101, 19103, 2910905]}} | json_instruct | {"type": "object", "properties": {"900807123": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900807123"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"9": {"type": "array", "items": {"type": "integer"}}, "17": {"type": "array", "items": {"type": "integer"}}, "25": {"type": "array", "items": {"type": "integer"}}, "33": {"type": "array", "items": {"type": "in... | {"9" : [1, 1, 1, 7], "17" : [1, 18, 1, 25], "25" : [1, 26, 1, 47], "33" : [1, 18, 1, 48], "41" : [1, 1, 1, 48], "49" : [1, 1, 1, 49], "57" : [1, 1, 1, 49], "65" : [1, 1, 1, 49], "73" : [1, 1, 1, 49], "nBranches" : 0, "originalCodeFileName" : "/home/f3i/umma/node_modules/core-js/internals/path.js", "instrumentedCodeFile... | json_instruct | {"type": "object", "properties": {"9": {"type": "array", "items": {"type": "integer"}}, "17": {"type": "array", "items": {"type": "integer"}}, "25": {"type": "array", "items": {"type": "integer"}}, "33": {"type": "array", "items": {"type": "integer"}}, "41": {"type": "array", "items": {"type": "integer"}}, "49": {"type... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"fail-fast": {"type": "boolean"}, "matrix": {"type": "object", "properties": {"include": {"type": "array", "items": {"type": "object", "properties": {"runs": {"type": "object", "properties": {"build": {"type": "string"}, "histo... | {"fail-fast" : false, "matrix" : {"include" : [{"runs" : {"build" : "docker build --tag 'penn-state-dance-marathon/amazonlinux2-python:3.7.12' --tag 'penn-state-dance-marathon/amazonlinux2-python:3.7' '3.7.12'", "history" : "docker history 'penn-state-dance-marathon/amazonlinux2-python:3.7.12'", "prepare" : "git clone ... | json_instruct | {"type": "object", "properties": {"fail-fast": {"type": "boolean"}, "matrix": {"type": "object", "properties": {"include": {"type": "array", "items": {"type": "object", "properties": {"runs": {"type": "object", "properties": {"build": {"type": "string"}, "history": {"type": "string"}, "prepare": {"type": "string"}, "pu... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "integer"}, "links": {"type": "array", "items": {"type": "string"}}, "data_recebimento": {"type": "string"}, "remetente": {"type": "string"}, "origem": {"type": "string"}, "descricao": {"type": "string"}, "caixa": ... | {"id" : 9, "links" : ["https://legis.senado.leg.br/sdleg-getter/documento/download/73aba225-55d4-47cb-9cd3-afde9ecdde8d"], "data_recebimento" : "05/05/2021", "remetente" : "Minist\u00e9rio P\u00fablico Federal de S\u00e3o Jos\u00e9 do Rio Preto-SP", "origem" : "\n", "descricao" : "\nC\u00f3pia do Procedimento Apurat\u0... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "links": {"type": "array", "items": {"type": "string"}}, "data_recebimento": {"type": "string"}, "remetente": {"type": "string"}, "origem": {"type": "string"}, "descricao": {"type": "string"}, "caixa": {"type": "string"}, "em_resposta": {"type": "string"}}, "... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "... | {"id" : 85863955, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "382085a0f4e46c692f3a4060d65bd149", "wof:id" : 85863955, "wof:repo" : "whosonfirst-data-admin-es"}, "bbox" : [-2.17663, 43.00612, -2.17663, 43.00612], "geometry" : {"coordinates"... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"province": {"type": "string"}, "city": {"type": "string"}, "area": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "string"}, "phone"... | [{"province" : "\u6d59\u6c5f\u7701", "city" : "\u5b81\u6ce2\u5e02", "area" : "\u5317\u4ed1\u533a", "name" : "\u5317\u4ed1\u533a\u6e05\u6c34\u90ae\u653f\u652f\u5c40", "code" : "315826", "address" : "\u9752\u5c71\u6751\u6cb3\u4e0b118\u53f7", "phone" : "0574-86140242"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"province": {"type": "string"}, "city": {"type": "string"}, "area": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "string"}, "phone": {"type": "string"}}, "required": ["province", "city", "area", "name", "code... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/generic/food/cherryporridge.consumable": {"type": "array", "items": {"type": "st... | [{"DeniedAlternatives" : [], "Files" : {"items/generic/food/cherryporridge.consumable" : ["/shortdescription"]}, "Texts" : {"Chs" : "\u6a31\u6843\u9ea6\u7247\u7ca5", "Eng" : "Cherry Porridge"}}, {"DeniedAlternatives" : [], "Files" : {"items/generic/food/cherryporridge.consumable" : ["/description"]}, "Texts" : {"Chs" :... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/generic/food/cherryporridge.consumable": {"type": "array", "items": {"type": "string"}}}, "required": ["items/generic/food/cherryporridge.consumable"]}, "T... |
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" : "philanthropist", "definition" : "One who practices philanthropy; one who loves mankind, and seeks to promote the good of others."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"merged": {"type": "string"}, "source": {"type": "string"}}, "required": ["merged", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"merged" : "/afs/ualberta.ca/home/t/n/tnguyen1/FillerCreepForAndroid/app/build/intermediates/res/merged/debug/drawable-ldpi/dark_matter.png", "source" : "/afs/ualberta.ca/home/t/n/tnguyen1/FillerCreepForAndroid/app/src/main/res/drawable-ldpi/dark_matter.png"}, {"merged" : "/afs/ualberta.ca/home/t/n/tnguyen1/FillerCre... | 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#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "result": {"type": "object", "properties": {"data": {"type": "object", "properties": {"allMarkdownRemark": {"type": "object", "properties": {"edges": {"type": ... | {"componentChunkName" : "component---src-pages-projects-tsx", "path" : "/projects/", "result" : {"data" : {"allMarkdownRemark" : {"edges" : [{"node" : {"id" : "7554b70a-33e1-5807-b00c-8b9a411c23ff", "frontmatter" : {"title" : "100 Days of Code", "path" : "/100DaysOfCode", "date" : "Friday 15 May 2020", "author" : null}... | json_instruct | {"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "result": {"type": "object", "properties": {"data": {"type": "object", "properties": {"allMarkdownRemark": {"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "object", "properties": {"node... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"... | {"userId" : 71139, "cartId" : "ca075f40-a230-463c-b13c-18d99888961a", "preferredProducts" : [1604, 1856], "productReviews" : [{"productId" : 3391, "reviewText" : "one of my hobbies is sailing. and when i'm sailing this works great.", "reviewDate" : "2018-08-03T16:58:30.1653599+03:00"}, {"productId" : 4739, "reviewText"... | 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... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"python.pythonPath": {"type": "string"}, "python.linting.enabled": {"type": "boolean"}, "python.linting.pylintEnabled": {"type": "boolean"}, "python.linting.pycodestyleEnabled": {"type": "boolean"}, "python.formattin... | {"python.pythonPath" : "/home/jannis/.local/share/virtualenvs/main-zCc3g8zz/bin/python", "python.linting.enabled" : true, "python.linting.pylintEnabled" : false, "python.linting.pycodestyleEnabled" : true, "python.formatting.provider" : "black", "ptyhon.formatting.blackArgs" : ["--line-length=119"], "python.linting.fla... | json_instruct | {"type": "object", "properties": {"python.pythonPath": {"type": "string"}, "python.linting.enabled": {"type": "boolean"}, "python.linting.pylintEnabled": {"type": "boolean"}, "python.linting.pycodestyleEnabled": {"type": "boolean"}, "python.formatting.provider": {"type": "string"}, "ptyhon.formatting.blackArgs": {"type... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"domain": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "name": {"type": "string"}, "homepage": {"type": "string"}, "audit": {"type": "string"}, "director": {"typ... | {"domain" : "zhuobao.com", "title" : "\u6df1\u5733\u5e02\u5353\u5b9d\u79d1\u6280\u80a1\u4efd\u6709\u9650\u516c\u53f8", "type" : "\u4f01\u4e1a", "license" : "\u7ca4ICP\u590705147809\u53f7-1", "name" : "\u6df1\u5733\u5e02\u5353\u5b9d\u79d1\u6280\u80a1\u4efd\u6709\u9650\u516c\u53f8", "homepage" : "www.zhuobao.com", "audit... | json_instruct | {"type": "object", "properties": {"domain": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "name": {"type": "string"}, "homepage": {"type": "string"}, "audit": {"type": "string"}, "director": {"type": "string"}, "pre-approval": {"type": "string"}, "updated": ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "propert... | {"contract" : "0x7e2555d31f75a34a6a5604ac04a7ee8fe769731d", "tool" : "honeybadger", "start" : 1565804251.071129, "end" : 1565804265.0057464, "duration" : 13.934617280960083, "analysis" : [{"errors" : [], "file" : "/unique_chucks/30/0x7e2555d31f75a34a6a5604ac04a7ee8fe769731d.sol", "name" : "SpareCurrencyToken"}]} | 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": {}}, "file": {"type": "strin... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"_id": {"type": "string"}, "_isa": {"type": "string"}, "label": {"type": "string"}, "subblock": {"type": "string"}}, "required": ["_id", "_isa", "label", "subblock"], "$schema": "http://json-schema.org/draft-0... | {"_id" : "order_forced-marriage-protection", "_isa" : "radio_group:yes-no-required", "label" : "Forced marriage protection order", "subblock" : "order_forced-marriage-protection_dependencies"} | json_instruct | {"type": "object", "properties": {"_id": {"type": "string"}, "_isa": {"type": "string"}, "label": {"type": "string"}, "subblock": {"type": "string"}}, "required": ["_id", "_isa", "label", "subblock"], "$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"}, "dependencies": {"type": "object", "properties": {"bluebird": {"type": "string"}, "faucet": ... | {"name" : "pg-model-generator", "version" : "1.0.0", "description" : "Generator of PHP 5 classes from PostgreSQL tables schema.", "main" : "index.js", "dependencies" : {"bluebird" : "^3.4.1", "faucet" : "0.0.1", "lodash" : "^4.13.1", "pg" : "^6.0.1", "ramda" : "^0.21.0"}, "devDependencies" : {}, "scripts" : {"generate"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bluebird": {"type": "string"}, "faucet": {"type": "string"}, "lodash": {"type": "string"}, "pg": {"type": "string... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type":... | {"text" : {"0" : {"m1" : "\u0644\u0627\u0644\u0647 \u0628\u0647 \u06a9\u0631\u0634\u0645\u0647 \u0628\u0631 \u0686\u0645\u0646 \u0645\u06cc \u062e\u0646\u062f\u062f", "m2" : "\u062f\u0631 \u0628\u0627\u063a \u0634\u0642\u0627\u06cc\u0642 \u0648 \u0633\u0645\u0646 \u0645\u06cc \u062e\u0646\u062f\u062f"}, "1" : {"m1" : "... | json_instruct | {"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "requ... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"title": {"type": "string"}, "github": {"type": "string"}}, "required": ["title", "github"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Darpan Sunwar", "github" : "dsunwar"} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "github": {"type": "string"}}, "required": ["title", "github"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"GoodFortuneFromGod": {"type": "array", "items": {"type": "string"}}}, "required": ["GoodFortuneFromGod"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"GoodFortuneFromGod" : ["TheAllegedCar", "BigFancyHouse", "HandWave", "ContrivedCoincidence", "DeusExMachina", "AsTheGoodBookSays", "MockMillionaire", "ConspicuousConsumption", "RealLife", "IWishItWereReal", "EasyEvangelism", "BenevolentGenie", "UnexplainedRecovery", "ReligionIsMagic", "LogicalFallacies", "PlayedForLa... | json_instruct | {"type": "object", "properties": {"GoodFortuneFromGod": {"type": "array", "items": {"type": "string"}}}, "required": ["GoodFortuneFromGod"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language... | {"citations" : [{"textCitation" : "[See frec2uzisod on Metamath](http://us.metamath.org/mpegif/frec2uzisod.html)"}], "names" : ["frec2uzisod"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_wph", "#T_wi", "#T_cC", "#T_wcel", "#T_cz", "#T_cG", "#T_wceq", "#T_cfrec--1", "#T_vx", "#T_cmpt--1", "#T_cz", "#T_cmpt--2"... | json_instruct | {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "st... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "... | {"\u5de5\u5ee0\u540d\u7a31" : "\u7fd4\u5b87\u751f\u91ab\u79d1\u6280\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "63022350", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u81fa\u5317\u5e02\u5167\u6e56\u5340\u6e56\u5143\u91cc\u884c\u611b\u8def\u... | json_instruct | {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "st... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "a... | {"title" : "Organizing without formal organization: group identification, goal setting and social modeling in directing online production.", "fields" : ["formal organization", "group decision making", "collective identity", "online community", "goal setting"], "abstract" : "A challenge for many online production commun... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"typ... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "image": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"},... | {"directions" : ["Stir together flour, baking powder, baking soda, cinnamon, and salt.", "In a mixing bowl, combine corn and sugars. Beat in eggs and oil till well blended. Mix flour mixture into batter. Stir in raisins and nuts. Pour batter into greased 9 x 13 inch pan.", "Bake at 350 degrees F (175 degrees C) for... | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "image": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"android23": {"type": "object", "properties": {"browserName": {"type": "string"}, "appium-version": {"type": "string"}, "platformName": {"type": "string"}, "platformVersion": {"type": "string"}, "deviceName": ... | {"android23" : {"browserName" : "", "appium-version" : "1.6.5", "platformName" : "Android", "platformVersion" : "6.0", "deviceName" : "Android Emulator", "noReset" : false, "app" : ""}, "ios-simulator10iPhone6" : {"browserName" : "", "appium-version" : "1.6.5", "platformName" : "iOS", "platformVersion" : "10.0", "devic... | json_instruct | {"type": "object", "properties": {"android23": {"type": "object", "properties": {"browserName": {"type": "string"}, "appium-version": {"type": "string"}, "platformName": {"type": "string"}, "platformVersion": {"type": "string"}, "deviceName": {"type": "string"}, "noReset": {"type": "boolean"}, "app": {"type": "string"}... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "buildpacks": {"type": "array", "items": {"type": "object", "proper... | {"name" : "Datadog Agent Gigalixir Buildpack", "description" : "This Gigalixir Buildpack installs the Datadog Agent in your replica to collect system metrics, custom application metrics, and traces", "scripts" : {"test" : ".buildpack-testrunner/bin/run ."}, "buildpacks" : [{"url" : "https://github.com/heroku/heroku-bui... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "buildpacks": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, ... |
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" : ["Blend first 7 ingredients in processor until almost smooth. Season with salt and pepper. Pour marinade into 13x9x2-inch glass baking dish. Add swordfish, turning to coat. Cover and refrigerate 2 hours, or let stand at room temperature 1 hour, turning fish twice.", "Prepare barbecue (medium heat). Plac... | 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": {"type": "string"}}, "title": {"type": "string"}, "url": {"type"... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"compile": {"type": "string"}, "test": {"type": "string"}... | {"name" : "native-to-erc20-bridge-contracts", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"compile" : "truffle compile", "test" : "scripts/test.sh", "flatten" : "scripts/flatten.sh", "abi" : "scripts/abi.sh", "ui:view" : "solui view --spec dapp/ui.json --artifacts build/contracts", "ui:bu... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"compile": {"type": "string"}, "test": {"type": "string"}, "flatten": {"type": "string"}, "abi": {"type": "string"}, "u... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"Credit": {"type": "string"}}, "required": ["Credit"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Credit" : "0"} | json_instruct | {"type": "object", "properties": {"Credit": {"type": "string"}}, "required": ["Credit"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "... | {"\u5de5\u5ee0\u540d\u7a31" : "\u9f4a\u4e9e\u570b\u969b\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99641752", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u81fa\u4e2d\u5e02\u6f6d\u5b50\u5340\u6817\u6797\u91cc\u4e2d\u5c71\u8def\u4e09\u6bb5\u4e09\uff10\u... | json_instruct | {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "st... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"displayName": {"type": "string"}, "getUrl": {"type": "string"}, "logo": {"type": "string"}}, "required": ["displayName", "getUrl", "logo"]}, "$schema": "http://json-schema.org/draft-0... | [{"displayName" : "Big Data", "getUrl" : "https://api.coursera.org/api/courses.v1?fields=photoUrl&q=search&query=big+data", "logo" : "big-data-logo.jpg"}, {"displayName" : "Machine Learning", "getUrl" : "https://api.coursera.org/api/courses.v1?fields=photoUrl&q=search&query=machine+learning", "logo" : "machine-learning... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"displayName": {"type": "string"}, "getUrl": {"type": "string"}, "logo": {"type": "string"}}, "required": ["displayName", "getUrl", "logo"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"add_is_visible": {"type": "boolean"}, "category": {"type": "string"}, "default_dim": {"type": "object", "properties": {"height": {"type": "integer"}, "width": {"type": "integer"}}, "required": ["height", "wid... | {"add_is_visible" : true, "category" : "visual elements", "default_dim" : {"height" : 240, "width" : 320}, "display" : "VideoReplay", "fields" : {"ABk" : {"caption" : "record", "editor" : "DynamicValue", "name" : "record", "optional" : true, "rank" : 0, "value" : "text"}}, "icon" : "ion-android-checkbox-blank", "proper... | json_instruct | {"type": "object", "properties": {"add_is_visible": {"type": "boolean"}, "category": {"type": "string"}, "default_dim": {"type": "object", "properties": {"height": {"type": "integer"}, "width": {"type": "integer"}}, "required": ["height", "width"]}, "display": {"type": "string"}, "fields": {"type": "object", "propertie... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"cameraNames": {"type": "array", "items": {"type": "string"}}, "cameraPoses": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["cameraNames", "cameraPoses"], "$schema": "http://json-s... | {"cameraNames" : ["camera1"], "cameraPoses" : [[-525.053, 315, -443.864, 0.832883, 0, -0.553449, 0]]} | json_instruct | {"type": "object", "properties": {"cameraNames": {"type": "array", "items": {"type": "string"}}, "cameraPoses": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["cameraNames", "cameraPoses"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"usingComponents": {"type": "object", "properties": {"guess_what": {"type": "string"}}, "required": ["guess_what"]}, "onReachBottomDistance": {"type": "integer"}, "navigationBarBackgroundColor": {"type": "stri... | {"usingComponents" : {"guess_what" : "/components/guess_what/guess_what"}, "onReachBottomDistance" : 50, "navigationBarBackgroundColor" : "#000000", "navigationBarTextStyle" : "white", "backgroundColor" : "#eeeeee", "backgroundTextStyle" : "light"} | json_instruct | {"type": "object", "properties": {"usingComponents": {"type": "object", "properties": {"guess_what": {"type": "string"}}, "required": ["guess_what"]}, "onReachBottomDistance": {"type": "integer"}, "navigationBarBackgroundColor": {"type": "string"}, "navigationBarTextStyle": {"type": "string"}, "backgroundColor": {"type... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]... | {"name" : "@unireact/components", "version" : "0.1.0", "description" : "Universal Rendering Components for React", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "Santhosh Beerelli <san2beerelli@gmail.com> (http://san2beerelli.com/)", "license" : "MIT", "dependenci... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "depen... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"oneOf": {"type": "array", "items": {"type": "object", "properties": {"standsFor": {"type": "string"}, "value": {"type": "integer"}}, "required": ["standsFor", "value"]}}}, "required": ["oneOf"], "$schema": "http://json-sche... | {"oneOf" : [{"standsFor" : "butt", "value" : 1}, {"standsFor" : "round", "value" : 2}, {"standsFor" : "butt", "value" : 3}]} | json_instruct | {"type": "object", "properties": {"oneOf": {"type": "array", "items": {"type": "object", "properties": {"standsFor": {"type": "string"}, "value": {"type": "integer"}}, "required": ["standsFor", "value"]}}}, "required": ["oneOf"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {}, "required": []}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"h" : "2fd481cca4b2b3a49216", "c" : {}} | json_instruct | {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {}, "required": []}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "... | {"IsRecentlyVerified" : false, "ID" : 67765, "UUID" : "39AA32C2-C79C-4D19-8D9F-4B8100ED8AFD", "DataProviderID" : 1, "OperatorID" : 234, "UsageTypeID" : 4, "AddressInfo" : {"ID" : 68111, "Title" : "Freiwillige Feuerwehr", "AddressLine1" : "Badstra\u00dfe 1", "Town" : "Hilpoltstein", "StateOrProvince" : "Landkreis Roth",... | json_instruct | {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "T... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/armors/tier6/fusunwalker/fusunwalker.chest": {"type": "array", "items": {"type":... | [{"DeniedAlternatives" : [], "Files" : {"items/armors/tier6/fusunwalker/fusunwalker.chest" : ["/description"], "items/armors/tier6/fusunwalker/fusunwalker.head" : ["/description"], "items/armors/tier6/fusunwalker/fusunwalker.legs" : ["/description"]}, "Texts" : {"Chs" : "^orange;\u5957\u88c5\u5956\u52b1^reset;\uff1a\n^... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/armors/tier6/fusunwalker/fusunwalker.chest": {"type": "array", "items": {"type": "string"}}, "items/armors/tier6/fusunwalker/fusunwalker.head": {"type": "a... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "item... | {"ast" : null, "code" : "var _jsxFileName = \"/home/habibur/React/my-app/src/Components/ListComponent.js\";\nimport React from 'react';\nimport { jsxDEV as _jsxDEV } from \"react/jsx-dev-runtime\";\nexport const ListComponent = props => {\n const numbers = props.number;\n const listItems = numbers.map(number => /*#__... | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesCont... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"depend": {"type": "array", "items": {"type": "string"}}}, "required": ["depend"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"depend" : ["7f67ed3d-f604-4663-9fb2-aae349ae6fc2@6c48a"]} | json_instruct | {"type": "object", "properties": {"depend": {"type": "array", "items": {"type": "string"}}}, "required": ["depend"], "$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": {"start": {"type": "string"}, "devel": {"type": ... | {"name" : "web-remote", "version" : "0.0.0-a", "description" : "web-remote", "main" : "app.js", "scripts" : {"start" : "node --use_strict app.js", "devel" : "nodemon --use_strict app.js"}, "author" : "Drew Anderson <drew@onlycentral.com>", "license" : "ISC", "dependencies" : {"body-parser" : "^1.15.0", "express" : "^4.... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "devel": {"type": "string"}}, "required": ["start", "devel"]}, "author": {"type": "string"... |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"adcode": {"type": "string"}, "name": {"type": "string"}, "level": {"type": "string"}, "parent": {"type": "string"}}, "required": ["adcode", "name", "level", "parent"]}, "$schema": "http://json-schema.o... | [{"adcode" : "630203100", "name" : "\u5e73\u5b89\u9547", "level" : "street", "parent" : "630203"}, {"adcode" : "630203101", "name" : "\u5c0f\u5ce1\u9547", "level" : "street", "parent" : "630203"}, {"adcode" : "630203102", "name" : "\u4e09\u5408\u9547", "level" : "street", "parent" : "630203"}, {"adcode" : "630203200", ... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"adcode": {"type": "string"}, "name": {"type": "string"}, "level": {"type": "string"}, "parent": {"type": "string"}}, "required": ["adcode", "name", "level", "parent"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "author": {"type": "string"}, "subject": {"type": "string"}, "column": {"type": "string"}, "intro": {"type": "string"}, "keywords": {"type": "array", "items":... | {"name" : "\uff1c\u5929\u6743\uff1e\u731b\u58eb\u9c81\u8fc5", "title" : "\uff1c\u5929\u6743\uff1e\u731b\u58eb\u9c81\u8fc5", "author" : "\u4f5a\u540d", "subject" : "", "column" : "", "intro" : "**\u5728\u6211\u770b\u6765\uff0c\u751f\u6d3b\u800c\u975e\u6279\u5224\u624d\u662f\u9c81\u8fc5\u601d\u60f3\u4e0e\u6587\u5b66\u768... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "author": {"type": "string"}, "subject": {"type": "string"}, "column": {"type": "string"}, "intro": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "cover": {"type": "string"}, "date": {"type": "st... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"stellar-sdk.js": {"type": "string"}, "stellar-sdk.min.js": {"type": "string"}}, "required": ["stellar-sdk.js", "stellar-sdk.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"stellar-sdk.js" : "sha256-CvTxZiwqEB5qcuFyfuPrBq6JobVxYBwOke3HSLCRj5Y=", "stellar-sdk.min.js" : "sha256-LfwcDLzSds5K6wgWoyBHxD51P7Wv8C9/dVl84de9IXU="} | json_instruct | {"type": "object", "properties": {"stellar-sdk.js": {"type": "string"}, "stellar-sdk.min.js": {"type": "string"}}, "required": ["stellar-sdk.js", "stellar-sdk.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "623b42061db8c09a526858e0d8ee68af477e2513"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[190, -586, 8043, -86, -251, 369, -121, -71, -389, -90, -123, 86, 372, 232, -493, 7883, 23, 361, -7809, 118, -10991, 3822, -470, 10228, 177, -10098, 16033, -303, -4948, 5584, 167, 55], [9811, 9982, 2993, 9990, 10061, 1986, 9866, 9964, 9825, 3252, 10112, 9789, 10114, 9986, 9963, 5201, 9962, 948, 9101, 10013, 2508, 1289... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"_id": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}, "data": {"type": "object", "properties": {"type": {"type": "string"}, "attuned": {"type": "boolean"}, "bulk": {"type": "string... | {"_id" : "NvrgoJ53pmEkacLl", "name" : "Chemalyzer", "type" : "technological", "data" : {"type" : "", "attuned" : false, "bulk" : "L", "capacity" : {"max" : 20, "value" : 20}, "damage" : {"parts" : []}, "description" : {"chat" : "", "unidentified" : "", "value" : "<p><span id=\"ctl00_MainContent_DataListTechItems_ctl00_... | json_instruct | {"type": "object", "properties": {"_id": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}, "data": {"type": "object", "properties": {"type": {"type": "string"}, "attuned": {"type": "boolean"}, "bulk": {"type": "string"}, "capacity": {"type": "object", "properties": {"max": {"type": "integer"},... |
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"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type... | {"name" : "eslint-config-skyscanner", "version" : "2.0.0", "description" : "Skyscanner's ESLint config.", "main" : "index.js", "repository" : {"type" : "git", "url" : "https://github.com/Skyscanner/eslint-config-skyscanner"}, "author" : "Matthew Davidson <matthew.davidson@skyscanner.net>", "license" : "Apache-2.0", "ke... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, ... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"body" : "IS THIS, WHAT MOVES THE MIND, IN EVERY PARTICULAR INSTANCE,", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/4266.json"} | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$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"}, "module": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"... | {"name" : "vite-plugin-minify", "version" : "1.3.1", "description" : "Minify html in production", "main" : "dist/index.js", "module" : "dist/index.mjs", "types" : "dist/index.d.ts", "scripts" : {"build" : "tsup"}, "author" : "zhuweiyou <i@zhuweiyou.com>", "license" : "MIT", "keywords" : ["vite", "minify", "minify-html"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "autho... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email"... | {"name" : "shaggy8871/yami", "description" : "Yami is a YAML migration tool", "type" : "application", "license" : "MIT", "authors" : [{"name" : "J. Ginsberg", "email" : "john.ginsberg@tristadeca.com"}], "repositories" : [{"type" : "vcs", "url" : "https://github.com/shaggy8871/php-diff"}], "minimum-stability" : "dev", "... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"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": {"name": {"type": "string"}, "imagePath": {"type": "string"}, "shortDesc": {"type": "string"}, "overViewHTML": {"type": "string"}, "githubUrl": {"type": "string"}, "liveProject": {"type": "string"}, "featured": {"type... | {"name" : "Personal Portfolio", "imagePath" : "/images/projects/portfolio/", "shortDesc" : "An angular application displaying featured projects and work history", "overViewHTML" : "<p>I chose to build my portfolio in angular to explore its capabilities a little more. I encountered some challenges with integrating the m... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "imagePath": {"type": "string"}, "shortDesc": {"type": "string"}, "overViewHTML": {"type": "string"}, "githubUrl": {"type": "string"}, "liveProject": {"type": "string"}, "featured": {"type": "boolean"}, "keywords": {"type": "array", "items": {"type": "string... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "isDefault": {"type": "boolean"}, "gains": {"type": "object", "properties": {"global": {"type": "number"}, "bands": {"type": "array", "items": {"t... | [{"name" : "Cyberdrive Forte Classic Soprano", "id" : "d1cdf635c6d0f8eb8312c76d9e14b6743a75490a", "isDefault" : false, "gains" : {"global" : -6.9, "bands" : [-8.5, -4.3, -3.9, -2.3, 1.8, 3.5, 7.0, -5.9, -2.1, -0.7]}}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "isDefault": {"type": "boolean"}, "gains": {"type": "object", "properties": {"global": {"type": "number"}, "bands": {"type": "array", "items": {"type": "number"}}}, "required": ["global", "bands"]}}, "requ... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1973, 5], [1977, 5], [1985, 5], [1988, 7], [1991, 8], [1992, 8], [1997, 5], [2001, 7], [2002, 8], [2009, 6], [2012, 6]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"RavenDbUrls": {"type": "array", "items": {"type": "string"}}, "RavenDbDatabase": {"type": "string"}, "FacebookAppId": {"type": "string"}, "FacebookAppSecret": {"type": "string"}, "Logging": {"type": "object",... | {"RavenDbUrls" : ["http://localhost:32779"], "RavenDbDatabase" : "IdentitySample", "FacebookAppId" : "", "FacebookAppSecret" : "", "Logging" : {"LogLevel" : {"Default" : "Information", "Microsoft" : "Warning", "Microsoft.Hosting.Lifetime" : "Information"}}, "AllowedHosts" : "*"} | json_instruct | {"type": "object", "properties": {"RavenDbUrls": {"type": "array", "items": {"type": "string"}}, "RavenDbDatabase": {"type": "string"}, "FacebookAppId": {"type": "string"}, "FacebookAppSecret": {"type": "string"}, "Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"ty... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "array", "items": {}}}}, "requi... | {"contract" : "0x59217d3e1daebbeb89a8d92e4ee0e936bf5e7f93", "tool" : "manticore", "start" : 1563993839.2903256, "end" : 1563995641.5900328, "duration" : 1802.2997071743011, "analysis" : [[], [], [], [], []]} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "array", "items": {}}}}, "required": ["contract", "tool", "start", "end", "duration", "ana... |
The schema below describes a JSON structure. Generate a valid example:
{"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:i... | {"id" : 1125965161, "type" : "Feature", "properties" : {"src:alt_label" : "qs_pg", "src:geom" : "qs_pg", "wof:geomhash" : "e3e41f5a94f2a84525832474fe86505f", "wof:id" : 1125965161, "wof:repo" : "whosonfirst-data-admin-gb"}, "bbox" : [-1.65499, 51.86722, -1.65499, 51.86722], "geometry" : {"coordinates" : [-1.65499, 51.8... | 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": ["... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array",... | {"type" : "Feature", "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[104.922592, 24.99295], [104.92054, 24.996906], [104.92012, 24.997726], [104.920166, 24.998133], [104.920494, 25.000776], [104.920616, 25.001842], [104.920731, 25.002884], [104.920876, 25.004766], [104.920807, 25.005199], [104.919876, 25.007... | 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": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}... |
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": {"production": {"type": "string"}, "start": {"ty... | {"name" : "backend-developer-assessment-insurance-company", "version" : "1.0.0", "description" : "", "main" : "./src/index.js", "scripts" : {"production" : "pm2 start ./src/index.js --watch --name backend-app", "start" : "node ./src/index.js", "start-dev" : "nodemon index.js", "migrate" : "node ./src/database/initialSe... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"production": {"type": "string"}, "start": {"type": "string"}, "start-dev": {"type": "string"}, "migrate": {"type": "st... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"atax_kernel20": {"type": "object", "properties": {"write": {"type": "object", "properties": {"device_start": {"type": "integer"}, "host_queued_start": {"type": "number"}, "device_queued": {"type": "integer"}, "dev... | {"atax_kernel20" : {"write" : {"device_start" : -1, "host_queued_start" : 1586234448.596443, "device_queued" : -1, "device_end" : -1, "host_queued_end" : 1586234448.59673}, "device" : "cpu", "nd_range" : {"device_start" : 2902222.7862241142, "device_end" : 2902222.787035177}, "cmdq" : 0, "read" : {"device_start" : -1, ... | json_instruct | {"type": "object", "properties": {"atax_kernel20": {"type": "object", "properties": {"write": {"type": "object", "properties": {"device_start": {"type": "integer"}, "host_queued_start": {"type": "number"}, "device_queued": {"type": "integer"}, "device_end": {"type": "integer"}, "host_queued_end": {"type": "number"}}, "... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"<page title>": {"type": "string"}, "angle of view diagonal": {"type": "string"}, "diaphragm blades": {"type": "string"}, "filter size": {"type": "string"}, "focal length": {"type": "string"}, "lens construction": {"... | {"<page title>" : "Tamron SP AF 24-70mm f/2.8 Di VC USD Lenses - Canon Mount", "angle of view diagonal" : "84\u00b0 4' to 34\u00b0 21' (full-frame 35mm format)", "diaphragm blades" : "9 (rounded diaphragm)", "filter size" : "82mm", "focal length" : "24-70mm", "lens construction" : "17 elements in 12 groups, including:"... | json_instruct | {"type": "object", "properties": {"<page title>": {"type": "string"}, "angle of view diagonal": {"type": "string"}, "diaphragm blades": {"type": "string"}, "filter size": {"type": "string"}, "focal length": {"type": "string"}, "lens construction": {"type": "string"}, "maximum aperture": {"type": "string"}, "maximum mag... |
Create a JSON structure that matches this 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": {}}, ... | {"version" : 1.2, "people" : [{"pose_keypoints_2d" : [1052.36, 222.793, 1, 1084.21, 240.865, 1, 1074.22, 240.87, 1, 1080.36, 292.841, 1, 288.016, 332.77, 0, 1098.33, 239.874, 1, 1107.39, 293.746, 1, 1095.23, 344.038, 1, 1067.25, 336.986, 1, 1069.05, 403.873, 1, 1072.21, 467.951, 1, 1083.22, 336.038, 1, 1101.76, 401.36,... | 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... |
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"}, "directories": {"type": "object", "properties": {"lib": {"type": "string"}, "test": {"typ... | {"name" : "bit-by-bit", "version" : "0.0.6", "description" : "tiny libraries", "main" : "bbb.js", "directories" : {"lib" : "./lib", "test" : "./test", "example" : "./example"}, "scripts" : {"test" : "NODE_PATH=. jasmine-node test", "test-dev" : "NODE_PATH=. jasmine-node --autotest test --watch ./bbb.js ./lib"}, "keywor... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"lib": {"type": "string"}, "test": {"type": "string"}, "example": {"type": "string"}}, "required": ["lib", "test", ... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"fields": {"type": "array", "items": {"type": "string"}}, "moreFields": {"type": "array", "items": {"type": "string"}}, "geometry": {"type": "array", "items": {"type": "string"}}, "terms": {"type": "array", "items": {"type": "str... | {"fields" : ["name", "operator", "address", "access_simple", "building_area"], "moreFields" : ["website", "phone", "email", "fax"], "geometry" : ["point", "area"], "terms" : ["astronomical", "meteorological"], "tags" : {"man_made" : "observatory"}, "name" : "Observatory"} | json_instruct | {"type": "object", "properties": {"fields": {"type": "array", "items": {"type": "string"}}, "moreFields": {"type": "array", "items": {"type": "string"}}, "geometry": {"type": "array", "items": {"type": "string"}}, "terms": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "object", "properties": {"man_ma... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"label": {"type": "string"}, "position": {"type": "integer"}}, "required": ["label", "position"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"label" : "F.A.Q.", "position" : 999} | json_instruct | {"type": "object", "properties": {"label": {"type": "string"}, "position": {"type": "integer"}}, "required": ["label", "position"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "tags": {"type": "array", ... | {"name" : "IMPACT", "symbol" : "$IMPACT", "logoURI" : "https://raw.githubusercontent.com/LexyVolpe/token/main/60kb.png", "decimals" : 9, "address" : "3WA8kxjyBTsfvxdTdmJeRtk1SKWCXYNp6QK4n4j5Zsbg", "chainId" : 101, "tags" : ["social-token"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "symbol", "logoURI", "d... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"projectId": {"type": "string"}, "projectName": {"type": "string"}}, "required": ["projectId", "projectName"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"projectId" : "ee5de5e3-a436-4dad-9c22-7a262d0fbe04", "projectName" : "exoplayer-codelab-00"} | json_instruct | {"type": "object", "properties": {"projectId": {"type": "string"}, "projectName": {"type": "string"}}, "required": ["projectId", "projectName"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://js... | [{"name" : "ALFREDA", "frequency" : 18975, "males" : "0.1844532279314888 %", "females" : "99.81554677206852 %"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"scripts": {"type": "object", "properties": {"dev:server": {"type": "string"}, "typeorm": {"type": "string"}, "test": {"type": "string"}}, "required": ["dev:server", "typeorm", "test"]}, "dependencies": {"type": "o... | {"scripts" : {"dev:server" : "ts-node-dev --inspect --transpile-only --ignore-watch node_modules src/server.ts", "typeorm" : "ts-node-dev -r tsconfig-paths/register ./node_modules/typeorm/cli.js", "test" : "jest"}, "dependencies" : {"@types/express" : "^4.17.8", "@typescript-eslint/eslint-plugin" : "^4.4.0", "@typescri... | json_instruct | {"type": "object", "properties": {"scripts": {"type": "object", "properties": {"dev:server": {"type": "string"}, "typeorm": {"type": "string"}, "test": {"type": "string"}}, "required": ["dev:server", "typeorm", "test"]}, "dependencies": {"type": "object", "properties": {"@types/express": {"type": "string"}, "@typescrip... |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"review_id": {"type": "string"}, "movie_id": {"type": "string"}, "author": {"type": "string"}, "review": {"type": "string"}, "rating": {"type": "string"}, "date": {"type": "string"}}, "required": ["revi... | [{"review_id" : "9567198", "movie_id" : "120514", "author" : "ske4****", "review" : "\uce90\uc2a4\ud305 \ub808\uc54c \ub9d8\uc5d0 \uc548\ub4e4\uc9c0\ub9cc \uc124\ubd80\uc5d0\ub300\ud55c \uc758\ub9ac\ub85c!!", "rating" : "10", "date" : "15.01.06"}, {"review_id" : "8878871", "movie_id" : "120514", "author" : "ddds****", ... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"review_id": {"type": "string"}, "movie_id": {"type": "string"}, "author": {"type": "string"}, "review": {"type": "string"}, "rating": {"type": "string"}, "date": {"type": "string"}}, "required": ["review_id", "movie_id", "author", "review", "rating", "date"]... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"cloud_sidebar_projectlist_create_project": {"type": "string"}, "cloud_sidebar_projectlist_loading_projects": {"type": "string"}, "cloud_sidebar_projectlist_error": {"type": "string"}, "cloud_sidebar_projectlist_title": {"type"... | {"cloud_sidebar_projectlist_create_project" : "Criar um novo projeto", "cloud_sidebar_projectlist_loading_projects" : "A carregar a lista dos seus projetos", "cloud_sidebar_projectlist_error" : "Ocorreu um erro durante o carregamento da lista de projetos ({{ err }})", "cloud_sidebar_projectlist_title" : "Os meus projet... | json_instruct | {"type": "object", "properties": {"cloud_sidebar_projectlist_create_project": {"type": "string"}, "cloud_sidebar_projectlist_loading_projects": {"type": "string"}, "cloud_sidebar_projectlist_error": {"type": "string"}, "cloud_sidebar_projectlist_title": {"type": "string"}, "cloud_sidebar_projectlist_title_search": {"ty... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "OperatorID": {"type": "integer"}, "AddressI... | {"IsRecentlyVerified" : false, "ID" : 8191, "UUID" : "A28DD04A-C9FF-431F-A304-075C5896ED89", "DataProviderID" : 15, "DataProvidersReference" : "6703", "OperatorID" : 26, "AddressInfo" : {"ID" : 8088, "Title" : "3130 Highway 82 E", "AddressLine1" : "3130 Highway 82 E", "Town" : "Greenville", "StateOrProvince" : "MS", "P... | json_instruct | {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "OperatorID": {"type": "integer"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "int... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"mini-dark.css": {"type": "string"}, "mini-dark.min.css": {"type": "string"}, "mini-default.css": {"type": "string"}, "mini-default.min.css": {"type": "string"}, "mini-lite.css": {"type": "string"}, "mini-lite.min.css": {"ty... | {"mini-dark.css" : "sha256-mx/XRAEn+il9LqYPnnRMDYcvwz46n9vVp6/7NbKE/rc=", "mini-dark.min.css" : "sha256-AlNRnrFD+Z6kApvleTlNoAVAP2PiWukIZvjK2EIX92M=", "mini-default.css" : "sha256-R7zXS00WQfP81+L+OOTZ2t+q2iewvaVYFo0SO3QmB70=", "mini-default.min.css" : "sha256-mCG6ZbtwUOWLLxQykJzvJ+pFvtR1a1/j4l1e4QD7c+Y=", "mini-lite.cs... | json_instruct | {"type": "object", "properties": {"mini-dark.css": {"type": "string"}, "mini-dark.min.css": {"type": "string"}, "mini-default.css": {"type": "string"}, "mini-default.min.css": {"type": "string"}, "mini-lite.css": {"type": "string"}, "mini-lite.min.css": {"type": "string"}, "mini-nord.css": {"type": "string"}, "mini-nor... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "short_description": {"type": "string"}, "icon": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "short_description", "icon", "con... | {"name" : "Support Tickets", "short_description" : "LN support ticket system", "icon" : "contact_support", "contributors" : ["benarc"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "short_description": {"type": "string"}, "icon": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "short_description", "icon", "contributors"], "$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"}, "author": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "displayName": {"type": "string"}, "publisher": {"type": "string"}, "description": {"type"... | {"name" : "birds-of-paradise", "author" : {"name" : "Jeroen de Vries"}, "displayName" : "Birds of Paradise", "publisher" : "Programming-Engineer", "description" : "\ud83e\udd9a Birds of paradise with semantic highlighting", "version" : "0.1.0", "icon" : "icon.png", "engines" : {"vscode" : "^1.62.0"}, "repository" : {"t... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "displayName": {"type": "string"}, "publisher": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "icon": {"type": "string"}, ... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"]... | {"Time" : "2021-08-29T22:00:00Z", "Temp" : 27.6, "RelHum" : 72, "WindSpeed" : 1.2, "WindDir" : 43} | json_instruct | {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "descriptio... | {"title" : "MMD/Callme Callme!\uff084k60fps\uff09", "author" : "Mei Chan", "description" : "NULL", "thumb" : "//i.iwara.tv/sites/default/files/styles/thumbnail/public/video_embed_field_thumbnails/youtube/od1YwwScP4Q.jpg?itok=C_GGlPa8", "download" : "https://www.iwara.tv/api/video/lyvdxhxbveiwlo3g6", "origin" : "https:/... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://js... |
Generate a valid JSON object that conforms to the following 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... | {"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : "20-29", "SERIES_NAME" : "FEMALE", "X_CALENDAR_YEAR" : 2005, "Y_PREVALENCE_1000PP" : 0.02502}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_MONTH" : [], "Y_PREVALENCE_1000PP" : []}, "CONDITIONS_BY_TYPE" : {"CONCEPT_NAME" : "Observation recorded from EHR", "COUNT_VALUE" : 49}... | 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 sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"graph": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "infected": {"type": "array", "items": {"type": "integer"}}}, "required": ["graph", "infected"], "$schema": "http://json-sc... | {"graph" : [[0, 0, 0, 0, 1, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 1, 0, 0, 0, 0, 0], [0, 0, 1, 0, 0, 0, 0, 0, 0], [1, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 1, 1], [0, 0, 0, 0, 0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0, 1, 0, 0]], "infected" : [0, 1, 4, 5]} | json_instruct | {"type": "object", "properties": {"graph": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "infected": {"type": "array", "items": {"type": "integer"}}}, "required": ["graph", "infected"], "$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#"}
| [[2001, 5], [2002, 8], [2004, 5], [2005, 9], [2007, 11], [2008, 8], [2009, 11], [2010, 7], [2011, 10], [2013, 5], [2014, 9]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"description": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "sp": {"type": "integer"}, "type": {"type": "string"}}, "required": ["description", "id", "name", "sp", "type"], "$schem... | {"description" : "Grants Def+3 to adjacent allies during combat.", "id" : "spur-def-2", "name" : "Spur Def 2", "sp" : 100, "type" : "s"} | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "sp": {"type": "integer"}, "type": {"type": "string"}}, "required": ["description", "id", "name", "sp", "type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"course_setup": {"type": "object", "properties": {"conv_matrix": {"type": "array", "items": {"type": "object", "properties": {"mark": {"type": "string"}, "min": {"type": "integer"}, "max": {"type": "integer"}}, "requi... | {"course_setup" : {"conv_matrix" : [{"mark" : "A+", "min" : 97, "max" : 100}, {"mark" : "A", "min" : 93, "max" : 97}, {"mark" : "A-", "min" : 89, "max" : 92}, {"mark" : "B+", "min" : 85, "max" : 89}, {"mark" : "B", "min" : 81, "max" : 85}, {"mark" : "B-", "min" : 77, "max" : 81}, {"mark" : "C+", "min" : 73, "max" : 77}... | json_instruct | {"type": "object", "properties": {"course_setup": {"type": "object", "properties": {"conv_matrix": {"type": "array", "items": {"type": "object", "properties": {"mark": {"type": "string"}, "min": {"type": "integer"}, "max": {"type": "integer"}}, "required": ["mark", "min", "max"]}}, "grade_breakdown": {"type": "object",... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.