input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"changepoint": {"type": "string"}, "country": {"type": "object", "properties": {"code": {"type": "string"}, "group": {"type": "string"}, "name": {"type": "string"}}, "required": ["code", "group", "name"]}, "topics": {"type": "array", "items": {"type": "object", "properties": {"diff": {"type": "number"}, "topic": {"type": "string"}}, "required": ["diff", "topic"]}}}, "required": ["changepoint", "country", "topics"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"changepoint" : "2020-12-25", "country" : {"code" : "BLR", "group" : "ru", "name" : "Belarus"}, "topics" : [{"diff" : -72085.0, "topic" : "History"}, {"diff" : -53294.0, "topic" : "Culture"}, {"diff" : -42719.0, "topic" : "Science"}, {"diff" : -42571.0, "topic" : "Biology"}, {"diff" : -40430.0, "topic" : "Humanities"}, {"diff" : -36529.0, "topic" : "Technology"}, {"diff" : -31837.0, "topic" : "Branches"}, {"diff" : -30417.0, "topic" : "Entertainment"}, {"diff" : -30172.0, "topic" : "Categories"}, {"diff" : -29095.0, "topic" : "Philosophy"}, {"diff" : -27979.0, "topic" : "Medicine"}, {"diff" : -27836.0, "topic" : "Language"}, {"diff" : -27347.0, "topic" : "Public health"}, {"diff" : -26686.0, "topic" : "Chemical substances"}, {"diff" : -26313.0, "topic" : "Taxonomy (biology)"}, {"diff" : -25615.0, "topic" : "Universe"}, {"diff" : -25341.0, "topic" : "Molecules"}, {"diff" : -22636.0, "topic" : "Artificial materials"}, {"diff" : -22629.0, "topic" : "Subfields"}, {"diff" : -21130.0, "topic" : "Human behavior"}]} | json_instruct | {"type": "object", "properties": {"changepoint": {"type": "string"}, "country": {"type": "object", "properties": {"code": {"type": "string"}, "group": {"type": "string"}, "name": {"type": "string"}}, "required": ["code", "group", "name"]}, "topics": {"type": "array", "items": {"type": "object", "properties": {"diff": {"type": "number"}, "topic": {"type": "string"}}, "required": ["diff", "topic"]}}}, "required": ["changepoint", "country", "topics"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "citethispage": {"type": "string"}, "citethispage-desc": {"type": "string"}, "citethispage-link": {"type": "string"}, "tooltip-citethispage": {"type": "string"}, "citethispage-change-submit": {"type": "string"}, "citethispage-change-target": {"type": "string"}}, "required": ["@metadata", "citethispage", "citethispage-desc", "citethispage-link", "tooltip-citethispage", "citethispage-change-submit", "citethispage-change-target"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"@metadata" : {"authors" : ["ChrisPtDe"]}, "citethispage" : "Citacion", "citethispage-desc" : "Apond una p\u00e2ge sp\u00e8ci\u00e2la [[Special:Cite|citacion]] et un lim dens la bou\u00e8ta d\u2019outils.", "citethispage-link" : "Citar cela p\u00e2ge", "tooltip-citethispage" : "Enformacions dessus coment citar cela p\u00e2ge", "citethispage-change-submit" : "Citar", "citethispage-change-target" : "P\u00e2ge :"} | json_instruct | {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "citethispage": {"type": "string"}, "citethispage-desc": {"type": "string"}, "citethispage-link": {"type": "string"}, "tooltip-citethispage": {"type": "string"}, "citethispage-change-submit": {"type": "string"}, "citethispage-change-target": {"type": "string"}}, "required": ["@metadata", "citethispage", "citethispage-desc", "citethispage-link", "tooltip-citethispage", "citethispage-change-submit", "citethispage-change-target"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "xlit": {"type": "string"}}, "required": ["derivation", "pron", "outline", "kjv_def", "lemma", "frequency", "strongs_def", "xlit"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"derivation" : "of uncertain derivation;", "pron" : "gah-tawm'", "outline" : "<span class=\"literal-meaning\">Gatam = "a burnt valley"</span><ol><li> fourth son of Eliphaz and grandson of Esau and one of the dukes of Eliphaz</li></ol>", "kjv_def" : "Gatam.", "lemma" : "\u05d2\u05bc\u05b7\u05e2\u05b0\u05ea\u05bc\u05b8\u05dd", "frequency" : 3, "strongs_def" : "Gatam, an Edomite", "xlit" : "Ga\u02bbt\u00e2m"} | json_instruct | {"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "xlit": {"type": "string"}}, "required": ["derivation", "pron", "outline", "kjv_def", "lemma", "frequency", "strongs_def", "xlit"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["I", "get", "the", "party", "live", ",", "Common", "Sense", "will", "get", "the", "party", "live", ",", "huh"], ["I", "get", "the", "party", "live", ",", "Common", "Sense", "will", "get", "the", "party", "live", ",", "huh"], ["I", "get", "the", "party", "live", ",", "Common", "Sense", "will", "get", "the", "party", "live", ",", "huh"], ["I", "get", "the", "party", "live", ",", "Common", "Sense", "will", "get", "the", "party", "live", ",", "huh"], ["I", "was", "born", "in", "Chicago", ",", "raised", "on", "Planet", "Rock"], ["Catch", "knock", "my", "tape", "like", "beats", ",", "I", "'m", "fresh", "as", "fruits"], ["You", "pussy", "MC", ",", "it", "'s", "you", "I", "rebuke", ",", "repent"], ["You", "burn", "up", ",", "you", "got", "me", "bit", ",", "I", "'m", "coming", "as", "ebit"], ["Got", "on", "big", "hoes", "at", "Freak", "nit", ",", "frequently", "your", "telling", "me"], ["So", "he", "ai", "n't", "put", "no", "scratch", "in", "my", "pocket"], ["Yo", "heard", ",", "with", "my", "head", "I", "cock", "it"], ["And", "rock", "it", "like", "that", "brother", "in", "Colors"], ["'Cuz", "I", "want", "y'all", "to", "live", ",", "my", "crew", "is", "2", "Live", ",", "we", "sneakin", "'", "to", "the", "rear"], ["But", "I", "ca", "n't", "get", "us", "all", "in", "free", ",", "it", "'s", "just", "another", "case", "of", "that", "2", "dollar", "MC"], ["I", "rock", "the", "same", "clothes", "3", "days", "straight", "to", "you"], ["Now", "I", "'m", "straight", ",", "are", "you", "straight", "?", "I", "'m", "straight", "as", "long", "as", "I", "got", "beer"], ["I", "thought", "about", "it", "Jack", ",", "and", "now", "I", "'m", "out", "of", "here"], ["I", "get", "the", "party", "live", ",", "Common", "Sense", "will", "get", "the", "party", "live", ",", "huh"], ["I", "get", "the", "party", "live", ",", "Common", "Sense", "will", "get", "the", "party", "live", ",", "huh"]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"coveralls": {"type": "string"}, "lint": {"type": "string"}, "test": {"type": "string"}}, "required": ["coveralls", "lint", "test"]}, "dependencies": {"type": "object", "properties": {"moment": {"type": "string"}}, "required": ["moment"]}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "coveralls": {"type": "string"}, "mocha": {"type": "string"}, "nyc": {"type": "string"}, "standard": {"type": "string"}}, "required": ["chai", "coveralls", "mocha", "nyc", "standard"]}}, "required": ["name", "version", "description", "main", "keywords", "repository", "author", "license", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "rarbg", "version" : "1.1.1", "description" : "A wrapper for RARBG's api", "main" : "index.js", "keywords" : ["torrent", "rarbg", "torrent search"], "repository" : "https://github.com/grantholle/rarbg", "author" : "Grant Holle (https://github.com/grantholle)", "license" : "MIT", "scripts" : {"coveralls" : "cat ./coverage/lcov.info | node ./node_modules/.bin/coveralls", "lint" : "./node_modules/.bin/standard --env mocha", "test" : "./node_modules/.bin/nyc --reporter=text --reporter=lcov ./node_modules/.bin/mocha --timeout 15000 --reporter spec test/**"}, "dependencies" : {"moment" : "^2.18.1"}, "devDependencies" : {"chai" : "^4.1.2", "coveralls" : "^3.0.0", "mocha" : "^3.5.3", "nyc" : "^11.2.1", "standard" : "^10.0.3"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"coveralls": {"type": "string"}, "lint": {"type": "string"}, "test": {"type": "string"}}, "required": ["coveralls", "lint", "test"]}, "dependencies": {"type": "object", "properties": {"moment": {"type": "string"}}, "required": ["moment"]}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "coveralls": {"type": "string"}, "mocha": {"type": "string"}, "nyc": {"type": "string"}, "standard": {"type": "string"}}, "required": ["chai", "coveralls", "mocha", "nyc", "standard"]}}, "required": ["name", "version", "description", "main", "keywords", "repository", "author", "license", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "string"}, "documentation": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "author", "documentation", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Resources", "author" : "Blake O'Hare", "documentation" : "http://crayonlang.org/docs/2.9.0/resources", "description" : "Library for reading bundled text resources."} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "string"}, "documentation": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "author", "documentation", "description"], "$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"}, "private": {"type": "boolean"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "config": {"type": "object", "properties": {"blanket": {"type": "object", "properties": {"loader": {"type": "string"}, "data-cover-never": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}}, "required": ["loader", "data-cover-never", "pattern"]}, "travis-cov": {"type": "object", "properties": {"threshold": {"type": "integer"}}, "required": ["threshold"]}}, "required": ["blanket", "travis-cov"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"browserify": {"type": "string"}, "chai": {"type": "string"}, "coffee-script": {"type": "string"}, "coffeeify": {"type": "string"}, "grunt": {"type": "string"}, "grunt-browserify": {"type": "string"}, "grunt-coffeelint": {"type": "string"}, "grunt-contrib-watch": {"type": "string"}, "grunt-mocha-cov": {"type": "string"}, "grunt-newer": {"type": "string"}, "load-grunt-tasks": {"type": "string"}, "require-subvert": {"type": "string"}, "sinon": {"type": "string"}, "sinon-chai": {"type": "string"}, "time-grunt": {"type": "string"}, "travis-cov": {"type": "string"}}, "required": ["browserify", "chai", "coffee-script", "coffeeify", "grunt", "grunt-browserify", "grunt-coffeelint", "grunt-contrib-watch", "grunt-mocha-cov", "grunt-newer", "load-grunt-tasks", "require-subvert", "sinon", "sinon-chai", "time-grunt", "travis-cov"]}}, "required": ["name", "version", "private", "description", "main", "scripts", "config", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "iki-engine", "version" : "0.0.0", "private" : true, "description" : "Coffeescript game engine", "main" : "src/index.coffee", "scripts" : {"test" : "grunt test"}, "config" : {"blanket" : {"loader" : "./node-loaders/coffee-script", "data-cover-never" : "node_modules", "pattern" : ["src"]}, "travis-cov" : {"threshold" : 80}}, "author" : "Chris Sheppard", "license" : "MIT", "devDependencies" : {"browserify" : "^3.46.0", "chai" : "~1.9.1", "coffee-script" : "~1.7.1", "coffeeify" : "~0.6.0", "grunt" : "~0.4.4", "grunt-browserify" : "^2.0.8", "grunt-coffeelint" : "0.0.10", "grunt-contrib-watch" : "~0.6.0", "grunt-mocha-cov" : "~0.2.1", "grunt-newer" : "^0.7.0", "load-grunt-tasks" : "^0.4.0", "require-subvert" : "0.0.3", "sinon" : "~1.9.1", "sinon-chai" : "~2.5.0", "time-grunt" : "^0.3.1", "travis-cov" : "~0.2.5"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "config": {"type": "object", "properties": {"blanket": {"type": "object", "properties": {"loader": {"type": "string"}, "data-cover-never": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}}, "required": ["loader", "data-cover-never", "pattern"]}, "travis-cov": {"type": "object", "properties": {"threshold": {"type": "integer"}}, "required": ["threshold"]}}, "required": ["blanket", "travis-cov"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"browserify": {"type": "string"}, "chai": {"type": "string"}, "coffee-script": {"type": "string"}, "coffeeify": {"type": "string"}, "grunt": {"type": "string"}, "grunt-browserify": {"type": "string"}, "grunt-coffeelint": {"type": "string"}, "grunt-contrib-watch": {"type": "string"}, "grunt-mocha-cov": {"type": "string"}, "grunt-newer": {"type": "string"}, "load-grunt-tasks": {"type": "string"}, "require-subvert": {"type": "string"}, "sinon": {"type": "string"}, "sinon-chai": {"type": "string"}, "time-grunt": {"type": "string"}, "travis-cov": {"type": "string"}}, "required": ["browserify", "chai", "coffee-script", "coffeeify", "grunt", "grunt-browserify", "grunt-coffeelint", "grunt-contrib-watch", "grunt-mocha-cov", "grunt-newer", "load-grunt-tasks", "require-subvert", "sinon", "sinon-chai", "time-grunt", "travis-cov"]}}, "required": ["name", "version", "private", "description", "main", "scripts", "config", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"solution": {"type": "array", "items": {"type": "string"}}, "objective_func": {"type": "number"}, "elapsed_time": {"type": "number"}, "problem_name": {"type": "string"}}, "required": ["solution", "objective_func", "elapsed_time", "problem_name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"solution" : ["#<Structs::Item:0x3a2d3909>", "#<Structs::Item:0x4fb392c4>", "#<Structs::Item:0x194d329e>", "#<Structs::Item:0x54d1608f>", "#<Structs::Item:0x7e7fe6d>", "#<Structs::Item:0x541179e7>", "#<Structs::Item:0x24386839>", "#<Structs::Item:0x7b32b129>", "#<Structs::Item:0x439e3cb4>", "#<Structs::Item:0x1c9fbb61>", "#<Structs::Item:0x7b81616b>", "#<Structs::Item:0x15d42ccb>", "#<Structs::Item:0x279dd959>", "#<Structs::Item:0x46383a78>", "#<Structs::Item:0x36c281ed>", "#<Structs::Item:0x244418a>", "#<Structs::Item:0x4b5a078a>", "#<Structs::Item:0x4c361f63>", "#<Structs::Item:0x6ed922e1>", "#<Structs::Item:0x4eb166a1>"], "objective_func" : 0.5202131669842587, "elapsed_time" : 0.0, "problem_name" : "SB_20"} | json_instruct | {"type": "object", "properties": {"solution": {"type": "array", "items": {"type": "string"}}, "objective_func": {"type": "number"}, "elapsed_time": {"type": "number"}, "problem_name": {"type": "string"}}, "required": ["solution", "objective_func", "elapsed_time", "problem_name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": {"type": "null"}, "labels": {"type": "array", "items": {}}, "id": {"type": "integer"}, "html_url": {"type": "string"}, "assignees": {"type": "array", "items": {}}, "comments": {"type": "integer"}}, "required": ["body", "user", "url", "updated_at", "created_at", "closed_at", "state", "title", "number", "milestone", "labels", "id", "html_url", "assignees", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"body" : "From @fpruvost:\n\n> I have some troubles since the last merge I've done with your develop branch at cf3d236b9f8177b64aad311655542a848eebbf81 (3 days ago) state.\n> The find process which impact other features like uninstall seems buggy.\n> I reproduced my problem with your develop:\n> \n> ``` bash\n> $ spack install netlib-lapack ^netlib-blas\n> $ spack install netlib-lapack ^openblas\n> $ spack find netlib-lapack ^openblas\n> ```\n> \n> spack returns both netlib-lapack^netlib-blas and netlib-lapack^openblas so that I cannot uninstall one of them.\n> If I `rm -r` the prefix path, the install is still referenced in the database so that I cannot use this method to uninstall this spec.\n> \n> Do you have any idea of what is going wrong with the find process here?\n\n---\n\n> Maybe this is related to virtual packages depending on another virtual package like lapack -> blas\n> because it seems I don't meet the problem with packages on top of blas which do not \"provides\" a virtual package.\n", "user" : "tgamblin", "url" : "https://api.github.com/repos/spack/spack/issues/209", "updated_at" : "2015-11-28 07:22:32", "created_at" : "2015-11-28 07:09:37", "closed_at" : "2015-11-28 07:22:32", "state" : "closed", "title" : "Bug when satisfying vdeps with multiple providers", "number" : 209, "milestone" : null, "labels" : [], "id" : 119275793, "html_url" : "https://github.com/spack/spack/issues/209", "assignees" : [], "comments" : 1} | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": {"type": "null"}, "labels": {"type": "array", "items": {}}, "id": {"type": "integer"}, "html_url": {"type": "string"}, "assignees": {"type": "array", "items": {}}, "comments": {"type": "integer"}}, "required": ["body", "user", "url", "updated_at", "created_at", "closed_at", "state", "title", "number", "milestone", "labels", "id", "html_url", "assignees", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"app": {"type": "string"}}, "required": ["app"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"app" : "npm start"} | json_instruct | {"type": "object", "properties": {"app": {"type": "string"}}, "required": ["app"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"identifier": {"type": "string"}, "name": {"type": "string"}, "grapthData": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "closePrice": {"type": "number"}}, "required": ["identifier", "name", "grapthData", "closePrice"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"identifier" : "OPTIDXBANKNIFTY24-03-2022CE38700.00", "name" : "BANKNIFTY", "grapthData" : [[1646731063000, 0], [1646731387000, 0], [1646734369000, 0], [1646734489000, 0], [1646734549000, 0], [1646734909000, 0], [1646734969000, 0], [1646752268000, 0]], "closePrice" : 1662.9} | json_instruct | {"type": "object", "properties": {"identifier": {"type": "string"}, "name": {"type": "string"}, "grapthData": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "closePrice": {"type": "number"}}, "required": ["identifier", "name", "grapthData", "closePrice"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "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"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Villa Aurora, Capalonga, Camarines Norte, Bicol Region (Region V), PH", "locale" : "ph.bicol-region-region-v.camarines-norte.capalonga.villa-aurora", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "2", "region_reference" : "5", "region_name" : "Bicol Region (Region V)", "province_id" : "19", "province_reference" : "19", "province_name" : "Camarines Norte", "city_id" : "317", "city_reference" : "334", "city_name" : "Capalonga", "barangay_id" : "8751", "barangay_reference" : "7795", "barangay_name" : "Villa Aurora"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[122.484978, 14.2469], [122.488297, 14.24601], [122.501518, 14.24245], [122.516327, 14.2379], [122.52684, 14.23458], [122.533478, 14.23282], [122.533081, 14.22915], [122.532471, 14.22346], [122.530693, 14.21111], [122.523781, 14.21114], [122.517227, 14.21078], [122.512703, 14.21021], [122.504379, 14.20878], [122.497749, 14.20898], [122.492027, 14.20926], [122.48217, 14.21153], [122.483688, 14.21683], [122.478722, 14.22115], [122.47197, 14.22401], [122.471458, 14.22593], [122.468971, 14.22787], [122.464996, 14.22818], [122.461372, 14.22875], [122.458237, 14.23003], [122.457527, 14.23164], [122.45681, 14.23383], [122.45562, 14.23519], [122.453568, 14.23569], [122.452637, 14.23748], [122.450951, 14.23943], [122.448723, 14.24008], [122.447227, 14.24047], [122.44577, 14.24058], [122.444183, 14.24051], [122.446587, 14.24264], [122.450127, 14.24445], [122.450256, 14.24462], [122.453033, 14.24543], [122.458939, 14.24611], [122.462646, 14.24729], [122.463882, 14.2482], [122.465042, 14.24867], [122.466164, 14.24918], [122.467422, 14.24972], [122.469391, 14.24884], [122.469971, 14.24781], [122.471367, 14.24707], [122.472816, 14.24682], [122.474213, 14.24726], [122.47596, 14.24722], [122.48143, 14.24695], [122.484978, 14.2469]]]]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "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"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "spec_version": {"type": "string"}, "objects": {"type": "array", "items": {"type": "object", "properties": {"created_by_ref": {"type": "string"}, "object_marking_refs": {"type": "array", "items": {"type": "string"}}, "source_ref": {"type": "string"}, "target_ref": {"type": "string"}, "relationship_type": {"type": "string"}, "description": {"type": "string"}, "id": {"type": "string"}, "type": {"type": "string"}, "modified": {"type": "string"}, "created": {"type": "string"}}, "required": ["created_by_ref", "object_marking_refs", "source_ref", "target_ref", "relationship_type", "description", "id", "type", "modified", "created"]}}}, "required": ["type", "id", "spec_version", "objects"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "bundle", "id" : "bundle--c13ba386-7ee8-4aaa-b935-3a8797bbb339", "spec_version" : "2.0", "objects" : [{"created_by_ref" : "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5", "object_marking_refs" : ["marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"], "source_ref" : "course-of-action--2a4f6c11-a4a7-4cb9-b0ef-6ae1bb3a718a", "target_ref" : "attack-pattern--ba8e391f-14b5-496f-81f2-2d5ecd646c1c", "relationship_type" : "mitigates", "description" : "Ensure that developers and system administrators are aware of the risk associated with having plaintext passwords in software configuration files that may be left on endpoint systems or servers.", "id" : "relationship--397bdc3e-3c63-4311-a509-e019c655e836", "type" : "relationship", "modified" : "2020-02-04T12:55:04.086Z", "created" : "2019-07-17T15:52:46.456Z"}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "spec_version": {"type": "string"}, "objects": {"type": "array", "items": {"type": "object", "properties": {"created_by_ref": {"type": "string"}, "object_marking_refs": {"type": "array", "items": {"type": "string"}}, "source_ref": {"type": "string"}, "target_ref": {"type": "string"}, "relationship_type": {"type": "string"}, "description": {"type": "string"}, "id": {"type": "string"}, "type": {"type": "string"}, "modified": {"type": "string"}, "created": {"type": "string"}}, "required": ["created_by_ref", "object_marking_refs", "source_ref", "target_ref", "relationship_type", "description", "id", "type", "modified", "created"]}}}, "required": ["type", "id", "spec_version", "objects"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_date": {"type": "string"}, "topics": {"type": "array", "items": {"type": "string"}}, "program": {"type": "array", "items": {"type": "string"}}, "projects": {"type": "null"}, "working_groups": {"type": "null"}, "abstract": {"type": "string"}, "acknowledgement": {"type": "string"}}, "required": ["id", "citation_title", "citation_author", "citation_publication_date", "issue_date", "revision_date", "topics", "program", "projects", "working_groups", "abstract", "acknowledgement"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 16870, "citation_title" : "Finance and Governance in Developing Economies", "citation_author" : ["Randall Morck"], "citation_publication_date" : "2011-03-10", "issue_date" : "2011-03-10", "revision_date" : "None", "topics" : ["Financial Economics", "Corporate Finance", "Development and Growth", "Development", "Other", "Economic Systems"], "program" : ["Corporate Finance"], "projects" : null, "working_groups" : null, "abstract" : "\n\nClassic Big Push industrialization envisions state planners coordinating economic activity to internalize a range of externalities that otherwise lock in a low-income equilibrium, but runs afoul of well-known government failure problems. Successful Big Push coordination may occur instead when a large business group, acting in its controlling shareholder's self-interest, coordinates the establishment and expansion of businesses in diverse sectors. Where business groups play this role, many basic axioms of Anglo-American corporate governance, including the advocacy of shareholder value maximization and contestable corporate control, must be qualified.\n\n", "acknowledgement" : "\nPartial funding from the Social Sciences and Humanities Research Council is gratefully acknowledged. The views expressed herein are those of the author and do not necessarily reflect the views of the National Bureau of Economic Research.\n\n\n"} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_date": {"type": "string"}, "topics": {"type": "array", "items": {"type": "string"}}, "program": {"type": "array", "items": {"type": "string"}}, "projects": {"type": "null"}, "working_groups": {"type": "null"}, "abstract": {"type": "string"}, "acknowledgement": {"type": "string"}}, "required": ["id", "citation_title", "citation_author", "citation_publication_date", "issue_date", "revision_date", "topics", "program", "projects", "working_groups", "abstract", "acknowledgement"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"code" : 5310082014, "parent" : 5310082, "name" : "WATUGONG", "latitude" : null, "longitude" : null, "postal" : [86122, 86116], "children" : []} | json_instruct | {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"Glenn Posadas": {"type": "string"}}, "required": ["Glenn Posadas"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "branch": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "branch", "tag"]}, "source_files": {"type": "array", "items": {"type": "string"}}, "pod_target_xcconfig": {"type": "object", "properties": {"SWIFT_VERSION": {"type": "string"}}, "required": ["SWIFT_VERSION"]}, "pushed_with_swift_version": {"type": "string"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "platforms", "source", "source_files", "pod_target_xcconfig", "pushed_with_swift_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "GPKit", "version" : "0.1.2", "summary" : "A framework for your production iOS development.", "description" : "GPKit is a framework that basically has some of the most commonly used utilities or categories in building iOS projects.", "homepage" : "https://github.com/glennposadas/gpkit-ios", "license" : "MIT License", "authors" : {"Glenn Posadas" : "admin@glennvon.com"}, "platforms" : {"ios" : "9.0"}, "source" : {"git" : "https://github.com/glennposadas/gpkit-ios.git", "branch" : "master", "tag" : "0.1.2"}, "source_files" : ["GPKit", "GPKit/**/*.{swift,xib}"], "pod_target_xcconfig" : {"SWIFT_VERSION" : "3"}, "pushed_with_swift_version" : "3.0"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"Glenn Posadas": {"type": "string"}}, "required": ["Glenn Posadas"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "branch": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "branch", "tag"]}, "source_files": {"type": "array", "items": {"type": "string"}}, "pod_target_xcconfig": {"type": "object", "properties": {"SWIFT_VERSION": {"type": "string"}}, "required": ["SWIFT_VERSION"]}, "pushed_with_swift_version": {"type": "string"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "platforms", "source", "source_files", "pod_target_xcconfig", "pushed_with_swift_version"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["610702008001", "\u535a\u671b\u793e\u533a\u5c45\u6c11\u59d4\u4f1a\u5458", "111", "0"], ["610702008002", "\u5d14\u5bb6\u8425\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "111", "0"], ["610702008003", "\u6731\u5bb6\u8425\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "111", "0"], ["610702008004", "\u70c8\u706b\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "111", "0"], ["610702008005", "\u4e03\u91cc\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "111", "0"], ["610702008006", "\u5149\u8f89\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "112", "0"], ["610702008007", "\u6c6a\u5bb6\u5c71\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "112", "0"], ["610702008008", "\u5468\u5bb6\u6e7e\u793e\u533a\u5c45\u6c11\u59d4\u4f1a\u5458", "112", "0"], ["610702008204", "\u4e5d\u5973\u6751\u59d4\u4f1a", "220", "0"], ["610702008205", "\u5434\u57fa\u5e84\u6751\u59d4\u4f1a", "112", "0"], ["610702008207", "\u9b4f\u5bb6\u575d\u6751\u59d4\u4f1a", "220", "0"], ["610702008208", "\u5b63\u4e30\u6751\u59d4\u4f1a", "112", "0"], ["610702008211", "\u66f9\u5bb6\u8425\u6751\u59d4\u4f1a", "112", "0"], ["610702008213", "\u91d1\u534e\u6751\u59d4\u4f1a", "220", "0"], ["610702008215", "\u6587\u5bb6\u5e99\u6751\u59d4\u4f1a", "220", "0"], ["610702008216", "\u9a6c\u5bb6\u575d\u6751\u59d4\u4f1a", "220", "0"], ["610702008217", "\u65b0\u6c11\u5bfa\u6751\u59d4\u4f1a", "112", "0"], ["610702008218", "\u80e1\u5bb6\u6241\u6751\u59d4\u4f1a", "112", "0"], ["610702008219", "\u7530\u5bb6\u5e99\u6751\u59d4\u4f1a", "220", "0"], ["610702008220", "\u67d3\u623f\u8425\u6751\u59d4\u4f1a", "220", "0"], ["610702008221", "\u7559\u9a6c\u5c71\u6751\u59d4\u4f1a", "220", "0"], ["610702008222", "\u5e08\u5bb6\u576a\u6751\u59d4\u4f1a", "220", "0"], ["610702008223", "\u9547\u6c5f\u6751\u59d4\u4f1a", "220", "0"]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "e3c324a8b9119809963164aa33b338206a383aae"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"auto_security_group": {"type": "boolean"}, "availability_zone": {"type": "string"}, "created_at": {"type": "string"}, "description": {"type": "string"}, "flavor_id": {"type": "string"}, "floating_ip_pool": {"type": "string"}, "hadoop_version": {"type": "string"}, "id": {"type": "string"}, "image_id": {"type": "null"}, "is_default": {"type": "boolean"}, "is_proxy_gateway": {"type": "boolean"}, "name": {"type": "string"}, "node_configs": {"type": "object", "properties": {"HDFS": {"type": "object", "properties": {}, "required": []}, "Hadoop": {"type": "object", "properties": {}, "required": []}, "Hive": {"type": "object", "properties": {}, "required": []}, "JobFlow": {"type": "object", "properties": {}, "required": []}, "MapReduce": {"type": "object", "properties": {}, "required": []}, "YARN": {"type": "object", "properties": {}, "required": []}}, "required": ["HDFS", "Hadoop", "Hive", "JobFlow", "MapReduce", "YARN"]}, "node_processes": {"type": "array", "items": {"type": "string"}}, "plugin_name": {"type": "string"}, "security_groups": {"type": "array", "items": {}}, "tenant_id": {"type": "string"}, "updated_at": {"type": "string"}, "volume_local_to_instance": {"type": "boolean"}, "volume_mount_prefix": {"type": "string"}, "volume_type": {"type": "null"}, "volumes_availability_zone": {"type": "null"}, "volumes_per_node": {"type": "integer"}, "volumes_size": {"type": "integer"}}, "required": ["auto_security_group", "availability_zone", "created_at", "description", "flavor_id", "floating_ip_pool", "hadoop_version", "id", "image_id", "is_default", "is_proxy_gateway", "name", "node_configs", "node_processes", "plugin_name", "security_groups", "tenant_id", "updated_at", "volume_local_to_instance", "volume_mount_prefix", "volume_type", "volumes_availability_zone", "volumes_per_node", "volumes_size"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"auto_security_group" : true, "availability_zone" : "nova", "created_at" : "2015-03-27 09:04:43", "description" : "", "flavor_id" : "42", "floating_ip_pool" : "82757050-c76d-423e-9634-757b4fbef83d", "hadoop_version" : "2.6.0", "id" : "e50ecf50-b7d1-47cc-b993-a0cdd018afa5", "image_id" : null, "is_default" : false, "is_proxy_gateway" : false, "name" : "updaaa", "node_configs" : {"HDFS" : {}, "Hadoop" : {}, "Hive" : {}, "JobFlow" : {}, "MapReduce" : {}, "YARN" : {}}, "node_processes" : ["namenode", "resourcemanager", "oozie", "historyserver"], "plugin_name" : "vanilla", "security_groups" : [], "tenant_id" : "4ad2cbb9cb564018b2c1bf69865218d7", "updated_at" : "2015-03-27 09:56:23.304374", "volume_local_to_instance" : false, "volume_mount_prefix" : "/volumes/disk", "volume_type" : null, "volumes_availability_zone" : null, "volumes_per_node" : 0, "volumes_size" : 0} | json_instruct | {"type": "object", "properties": {"auto_security_group": {"type": "boolean"}, "availability_zone": {"type": "string"}, "created_at": {"type": "string"}, "description": {"type": "string"}, "flavor_id": {"type": "string"}, "floating_ip_pool": {"type": "string"}, "hadoop_version": {"type": "string"}, "id": {"type": "string"}, "image_id": {"type": "null"}, "is_default": {"type": "boolean"}, "is_proxy_gateway": {"type": "boolean"}, "name": {"type": "string"}, "node_configs": {"type": "object", "properties": {"HDFS": {"type": "object", "properties": {}, "required": []}, "Hadoop": {"type": "object", "properties": {}, "required": []}, "Hive": {"type": "object", "properties": {}, "required": []}, "JobFlow": {"type": "object", "properties": {}, "required": []}, "MapReduce": {"type": "object", "properties": {}, "required": []}, "YARN": {"type": "object", "properties": {}, "required": []}}, "required": ["HDFS", "Hadoop", "Hive", "JobFlow", "MapReduce", "YARN"]}, "node_processes": {"type": "array", "items": {"type": "string"}}, "plugin_name": {"type": "string"}, "security_groups": {"type": "array", "items": {}}, "tenant_id": {"type": "string"}, "updated_at": {"type": "string"}, "volume_local_to_instance": {"type": "boolean"}, "volume_mount_prefix": {"type": "string"}, "volume_type": {"type": "null"}, "volumes_availability_zone": {"type": "null"}, "volumes_per_node": {"type": "integer"}, "volumes_size": {"type": "integer"}}, "required": ["auto_security_group", "availability_zone", "created_at", "description", "flavor_id", "floating_ip_pool", "hadoop_version", "id", "image_id", "is_default", "is_proxy_gateway", "name", "node_configs", "node_processes", "plugin_name", "security_groups", "tenant_id", "updated_at", "volume_local_to_instance", "volume_mount_prefix", "volume_type", "volumes_availability_zone", "volumes_per_node", "volumes_size"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/angle": {"type": "number"}, "user/throttle": {"type": "number"}, "user/mode": {"type": "string"}, "milliseconds": {"type": "integer"}}, "required": ["cam/image_array", "user/angle", "user/throttle", "user/mode", "milliseconds"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"cam/image_array" : "105_cam-image_array_.jpg", "user/angle" : -0.8285714285714284, "user/throttle" : 1.0, "user/mode" : "user", "milliseconds" : 40951} | json_instruct | {"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/angle": {"type": "number"}, "user/throttle": {"type": "number"}, "user/mode": {"type": "string"}, "milliseconds": {"type": "integer"}}, "required": ["cam/image_array", "user/angle", "user/throttle", "user/mode", "milliseconds"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-123.406513, 48.113612], [-123.405422, 48.116458], [-123.395169, 48.114036], [-123.380885, 48.114869], [-123.374352, 48.114084], [-123.359873, 48.115752], [-123.352954, 48.117976], [-123.34821, 48.1181], [-123.346657, 48.11723], [-123.346637, 48.115713], [-123.34379, 48.115846], [-123.344789, 48.106791], [-123.345602, 48.106018], [-123.34304, 48.104144], [-123.34785, 48.101412], [-123.350133, 48.087703], [-123.378519, 48.092329], [-123.394405, 48.095923], [-123.39162, 48.099106], [-123.391659, 48.101015], [-123.394398, 48.106149], [-123.395789, 48.10734], [-123.398286, 48.107423], [-123.401682, 48.109044], [-123.406513, 48.113612]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 79852}}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"vue-validator.common.js": {"type": "string"}, "vue-validator.js": {"type": "string"}, "vue-validator.min.js": {"type": "string"}}, "required": ["vue-validator.common.js", "vue-validator.js", "vue-validator.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"vue-validator.common.js" : "sha512-HpvIeN9cl9l5lr73ov7NUkxcnGlNVjdh93MDmFJljLw0lxWFqo0UXa6/ysmmkLJILIvQmFcupvHLbvJQraFV4g==", "vue-validator.js" : "sha512-e5a2mRjunYjlJDExwzDx8SUhJG4JXXKLljpfIZyu+7YPjcvbNHGQryRXYw41kXRzmeGJYGbde9A6OUx5S/JZ1A==", "vue-validator.min.js" : "sha512-uGZtb5dmb5EQnDTkSZTc0Bdu0W8LCbQEJbumPCDeYjHNO0IZwDuLBWxd++HwMaeZ5i0FoMLq+kwNp/cx6USnIA=="} | json_instruct | {"type": "object", "properties": {"vue-validator.common.js": {"type": "string"}, "vue-validator.js": {"type": "string"}, "vue-validator.min.js": {"type": "string"}}, "required": ["vue-validator.common.js", "vue-validator.js", "vue-validator.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source_url": {"type": "string"}, "licence": {"type": "string"}, "language": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "text": {"type": "string"}}, "required": ["authors", "doi", "publication_date", "id", "url", "source", "source_url", "licence", "language", "type", "description", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"authors" : [{"author" : "Vesna S Antovska"}, {"author" : "Milka Trajanova"}, {"author" : "Iskra Krstevska"}, {"author" : "Irena Gosheva"}, {"author" : "Jasmina Chelebieva"}, {"author" : "Irina Prodanova"}], "doi" : "10.3889/oamjms.2018.138", "publication_date" : "2018-04-04", "id" : "EN103589", "url" : "https://pubmed.ncbi.nlm.nih.gov/29610616", "source" : "Open access Macedonian journal of medical sciences", "source_url" : "", "licence" : "CC BY-NC", "language" : "en", "type" : "pubmed", "description" : "", "text" : "This is a case report of a 59-year old woman with a 5-year clinical history of perimenopausal uterine bleeding and three explorative curettages. Gynaecological and ultrasound examinations revealed ovarian enlargement with a diameter of 50 mm with hypoechoic zones suspected of benign teratoma. The diagnostic test such as Ca-125, AFP, free-T4 and TSH was in normal range. A smooth, solid right ovarian 50 an mm-size tumour, as well as small amount of fluid in the Douglas pouch, was found during the total abdominal hysterectomy, bilateral salpingo-oophorectomy and staging biopsy. The histopathology revealed teratoma with strumal carcinoid tumour IA stage according to AJCC 2010 of the right ovary and negative cytopathology of the fluid from the Douglas pouch. On the postoperative 2-year control, the patient was tumour free, and Ca-125, free-T4 and TSH were in normal range."} | json_instruct | {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source_url": {"type": "string"}, "licence": {"type": "string"}, "language": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "text": {"type": "string"}}, "required": ["authors", "doi", "publication_date", "id", "url", "source", "source_url", "licence", "language", "type", "description", "text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"_id": {"type": "string"}, "_tpl": {"type": "string"}, "parentId": {"type": "string"}, "slotId": {"type": "string"}}, "required": ["_id", "_tpl", "parentId", "slotId"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"_id" : "5e3c0b8e7dfe975b6f2b127c", "_tpl" : "5beec8ea0db834001a6f9dbf", "parentId" : "5e3c0b8e7dfe975b6f2b127b", "slotId" : "mod_pistol_grip"} | json_instruct | {"type": "object", "properties": {"_id": {"type": "string"}, "_tpl": {"type": "string"}, "parentId": {"type": "string"}, "slotId": {"type": "string"}}, "required": ["_id", "_tpl", "parentId", "slotId"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"$schema": {"type": "string"}, "Folder": {"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "string"}}, "required": ["type", "pattern"]}, "AbsolutePath": {"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "string"}}, "required": ["type", "pattern"]}, "ArrayOfAbsolutePaths": {"type": "object", "properties": {"type": {"type": "string"}, "items": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}}, "required": ["type", "items"]}, "ArrayOfStrings": {"type": "object", "properties": {"type": {"type": "string"}, "items": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["type", "items"]}}, "required": ["$schema", "Folder", "AbsolutePath", "ArrayOfAbsolutePaths", "ArrayOfStrings"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"$schema" : "http://json-schema.org/draft-04/schema#", "Folder" : {"type" : "string", "pattern" : "[^/]"}, "AbsolutePath" : {"type" : "string", "pattern" : "^/"}, "ArrayOfAbsolutePaths" : {"type" : "array", "items" : {"$ref" : "#/AbsolutePath"}}, "ArrayOfStrings" : {"type" : "array", "items" : {"type" : "string"}}} | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "Folder": {"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "string"}}, "required": ["type", "pattern"]}, "AbsolutePath": {"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "string"}}, "required": ["type", "pattern"]}, "ArrayOfAbsolutePaths": {"type": "object", "properties": {"type": {"type": "string"}, "items": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}}, "required": ["type", "items"]}, "ArrayOfStrings": {"type": "object", "properties": {"type": {"type": "string"}, "items": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["type", "items"]}}, "required": ["$schema", "Folder", "AbsolutePath", "ArrayOfAbsolutePaths", "ArrayOfStrings"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "files": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@hapi/code": {"type": "string"}, "@hapi/hapi": {"type": "string"}, "@hapi/lab": {"type": "string"}, "@hapi/scooter": {"type": "string"}, "@hapi/vision": {"type": "string"}, "browser-agents": {"type": "string"}, "handlebars": {"type": "string"}}, "required": ["@hapi/code", "@hapi/hapi", "@hapi/lab", "@hapi/scooter", "@hapi/vision", "browser-agents", "handlebars"]}, "dependencies": {"type": "object", "properties": {"@hapi/hoek": {"type": "string"}, "@hapi/joi": {"type": "string"}}, "required": ["@hapi/hoek", "@hapi/joi"]}}, "required": ["name", "version", "description", "main", "scripts", "engines", "files", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "funksie", "version" : "1.0.0", "description" : "A Feature Policy plugin for hapi", "main" : "lib/index.js", "scripts" : {"test" : "lab -a @hapi/code -t 95 -L"}, "engines" : {"node" : ">= 8.9.0"}, "files" : ["lib"], "repository" : {"type" : "git", "url" : "git://github.com/dnukumamras/funksie.git"}, "keywords" : ["hapi", "feature policy", "plugin", "HTTP Feature Policy"], "author" : "Spashtata", "license" : "MIT", "bugs" : {"url" : "https://github.com/dnukumamras/funksie/issues"}, "homepage" : "https://github.com/dnukumamras/funksie", "devDependencies" : {"@hapi/code" : "^8.0.1", "@hapi/hapi" : "^19.1.1", "@hapi/lab" : "^22.0.3", "@hapi/scooter" : "^6.0.0", "@hapi/vision" : "^6.0.0", "browser-agents" : "^1.0.1", "handlebars" : "^4.7.7"}, "dependencies" : {"@hapi/hoek" : "^9.0.3", "@hapi/joi" : "^17.1.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "files": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@hapi/code": {"type": "string"}, "@hapi/hapi": {"type": "string"}, "@hapi/lab": {"type": "string"}, "@hapi/scooter": {"type": "string"}, "@hapi/vision": {"type": "string"}, "browser-agents": {"type": "string"}, "handlebars": {"type": "string"}}, "required": ["@hapi/code", "@hapi/hapi", "@hapi/lab", "@hapi/scooter", "@hapi/vision", "browser-agents", "handlebars"]}, "dependencies": {"type": "object", "properties": {"@hapi/hoek": {"type": "string"}, "@hapi/joi": {"type": "string"}}, "required": ["@hapi/hoek", "@hapi/joi"]}}, "required": ["name", "version", "description", "main", "scripts", "engines", "files", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "postinstall": {"type": "string"}, "start": {"type": "string"}}, "required": ["dev", "postinstall", "start"]}, "devDependencies": {"type": "object", "properties": {"tape": {"type": "string"}}, "required": ["tape"]}, "dependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "typescript": {"type": "string"}, "roi": {"type": "string"}, "node-gyp": {"type": "string"}, "world": {"type": "string"}}, "required": ["@types/node", "typescript", "roi", "node-gyp", "world"]}, "gypfile": {"type": "boolean"}}, "required": ["name", "version", "main", "author", "license", "scripts", "devDependencies", "dependencies", "gypfile"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "node-echo", "version" : "0.0.1", "main" : "server.js", "author" : "Helio Frota", "license" : "MIT", "scripts" : {"dev" : "nodemon --ignore node_modules/ server.js", "postinstall" : "tsc greeting.ts && node-gyp -C addon configure build", "start" : "node server.js"}, "devDependencies" : {"tape" : "*"}, "dependencies" : {"@types/node" : "~9.4.0", "typescript" : "~2.7.1", "roi" : "*", "node-gyp" : "*", "world" : "github:bucharest-gold/world"}, "gypfile" : true} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "postinstall": {"type": "string"}, "start": {"type": "string"}}, "required": ["dev", "postinstall", "start"]}, "devDependencies": {"type": "object", "properties": {"tape": {"type": "string"}}, "required": ["tape"]}, "dependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "typescript": {"type": "string"}, "roi": {"type": "string"}, "node-gyp": {"type": "string"}, "world": {"type": "string"}}, "required": ["@types/node", "typescript", "roi", "node-gyp", "world"]}, "gypfile": {"type": "boolean"}}, "required": ["name", "version", "main", "author", "license", "scripts", "devDependencies", "dependencies", "gypfile"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"ParameterKey": {"type": "string"}, "ParameterValue": {"type": "string"}}, "required": ["ParameterKey", "ParameterValue"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"ParameterKey" : "GitHubRepositoryName", "ParameterValue" : "quickstart-dotnet-serverless-cicd"}, {"ParameterKey" : "GitHubBranchName", "ParameterValue" : "develop"}, {"ParameterKey" : "GitHubOwner", "ParameterValue" : "aws-quickstart"}, {"ParameterKey" : "GitHubOAuthToken", "ParameterValue" : "github-token"}, {"ParameterKey" : "CodeBuildImage", "ParameterValue" : "aws/codebuild/amazonlinux2-x86_64-standard:3.0"}, {"ParameterKey" : "SolutionStack", "ParameterValue" : "64bit Amazon Linux 2 v2.0.1 running .NET Core"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"ParameterKey": {"type": "string"}, "ParameterValue": {"type": "string"}}, "required": ["ParameterKey", "ParameterValue"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"author": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "bin": {"type": "object", "properties": {"maptail": {"type": "string"}}, "required": ["maptail"]}, "main": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "simpl": {"type": "string"}, "geoip-lite-with-city-data": {"type": "string"}}, "required": ["express", "simpl", "geoip-lite-with-city-data"]}, "devDependencies": {"type": "object", "properties": {"colors": {"type": "string"}}, "required": ["colors"]}}, "required": ["author", "name", "description", "version", "repository", "bin", "main", "engines", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"author" : "George Stagas <gstagas@gmail.com> (http://stagas.com)", "name" : "maptail", "description" : "maptail is a realtime map view of GeoIP data", "version" : "0.1.10", "repository" : {"url" : "git://github.com/stagas/maptail.git"}, "bin" : {"maptail" : "./bin/maptail"}, "main" : "./index.js", "engines" : {"node" : "~0.6.8"}, "dependencies" : {"express" : "~2.5.8", "simpl" : "~0.4.0", "geoip-lite-with-city-data" : "~1.0.5"}, "devDependencies" : {"colors" : "*"}} | json_instruct | {"type": "object", "properties": {"author": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "bin": {"type": "object", "properties": {"maptail": {"type": "string"}}, "required": ["maptail"]}, "main": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "simpl": {"type": "string"}, "geoip-lite-with-city-data": {"type": "string"}}, "required": ["express", "simpl", "geoip-lite-with-city-data"]}, "devDependencies": {"type": "object", "properties": {"colors": {"type": "string"}}, "required": ["colors"]}}, "required": ["author", "name", "description", "version", "repository", "bin", "main", "engines", "dependencies", "devDependencies"], "$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"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"tuananh": {"type": "string"}}, "required": ["tuananh"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source_files": {"type": "string"}, "resources": {"type": "string"}, "dependencies": {"type": "object", "properties": {"TUSafariActivity": {"type": "array", "items": {"type": "string"}}, "ARChromeActivity": {"type": "array", "items": {"type": "string"}}}, "required": ["TUSafariActivity", "ARChromeActivity"]}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "source", "platforms", "source_files", "resources", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "VEDAuth", "version" : "1.0.0", "summary" : "A web browser module for your apps.", "description" : "KINWebBrowser is a web browser module for your apps. Powered by WKWebView on iOS 8. Backwards compatible with iOS 7 using UIWebView. KINWebBrowser offers the simplest way to add a web browser to your apps.", "homepage" : "https://github.com/tuananh-vn/VEDAuth", "license" : {"type" : "MIT", "file" : "LICENSE"}, "authors" : {"tuananh" : "viking8490@gmail.com"}, "source" : {"git" : "https://github.com/tuananh-vn/VEDAuth.git", "tag" : "1.0.0"}, "platforms" : {"ios" : "7.0"}, "source_files" : "VEDAuth/Classes/**/*", "resources" : "VEDAuth/Assets/*.png", "dependencies" : {"TUSafariActivity" : ["1.0.4"], "ARChromeActivity" : ["1.0.5"]}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"tuananh": {"type": "string"}}, "required": ["tuananh"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source_files": {"type": "string"}, "resources": {"type": "string"}, "dependencies": {"type": "object", "properties": {"TUSafariActivity": {"type": "array", "items": {"type": "string"}}, "ARChromeActivity": {"type": "array", "items": {"type": "string"}}}, "required": ["TUSafariActivity", "ARChromeActivity"]}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "source", "platforms", "source_files", "resources", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nom" : "La Chapelle-Glain", "circ" : "6\u00e8me circonscription", "dpt" : "Loire-Atlantique", "inscrits" : 551, "abs" : 301, "votants" : 250, "blancs" : 12, "nuls" : 5, "exp" : 233, "res" : [{"nuance" : "LR", "nom" : "M. Alain HUNAULT", "voix" : 126}, {"nuance" : "REM", "nom" : "M. Yves DANIEL", "voix" : 107}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$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": "array", "items": {"type": "string"}}, "SERIES_NAME": {"type": "array", "items": {"type": "string"}}, "X_CALENDAR_YEAR": {"type": "array", "items": {"type": "integer"}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {"type": "number"}}}, "required": ["TRELLIS_NAME", "SERIES_NAME", "X_CALENDAR_YEAR", "Y_PREVALENCE_1000PP"]}, "PREVALENCE_BY_MONTH": {"type": "object", "properties": {"X_CALENDAR_MONTH": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["X_CALENDAR_MONTH", "Y_PREVALENCE_1000PP"]}, "OBS_FREQUENCY_DISTRIBUTION": {"type": "object", "properties": {"Y_NUM_PERSONS": {"type": "array", "items": {"type": "integer"}}, "X_COUNT": {"type": "array", "items": {"type": "integer"}}}, "required": ["Y_NUM_PERSONS", "X_COUNT"]}, "OBSERVATIONS_BY_TYPE": {"type": "object", "properties": {"CONCEPT_NAME": {"type": "string"}, "COUNT_VALUE": {"type": "integer"}}, "required": ["CONCEPT_NAME", "COUNT_VALUE"]}, "AGE_AT_FIRST_OCCURRENCE": {"type": "object", "properties": {"CATEGORY": {"type": "array", "items": {"type": "string"}}, "MIN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P10_VALUE": {"type": "array", "items": {"type": "integer"}}, "P25_VALUE": {"type": "array", "items": {"type": "integer"}}, "MEDIAN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P75_VALUE": {"type": "array", "items": {"type": "integer"}}, "P90_VALUE": {"type": "array", "items": {"type": "integer"}}, "MAX_VALUE": {"type": "array", "items": {"type": "integer"}}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}}, "required": ["PREVALENCE_BY_GENDER_AGE_YEAR", "PREVALENCE_BY_MONTH", "OBS_FREQUENCY_DISTRIBUTION", "OBSERVATIONS_BY_TYPE", "AGE_AT_FIRST_OCCURRENCE"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : ["10-19", "10-19"], "SERIES_NAME" : ["MALE", "FEMALE"], "X_CALENDAR_YEAR" : [2009, 2015], "Y_PREVALENCE_1000PP" : [0.01844, 0.026]}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_MONTH" : [], "Y_PREVALENCE_1000PP" : []}, "OBS_FREQUENCY_DISTRIBUTION" : {"Y_NUM_PERSONS" : [0, 0], "X_COUNT" : [1, 2]}, "OBSERVATIONS_BY_TYPE" : {"CONCEPT_NAME" : "Observation recorded from EHR", "COUNT_VALUE" : 258}, "AGE_AT_FIRST_OCCURRENCE" : {"CATEGORY" : ["FEMALE", "MALE"], "MIN_VALUE" : [4, 3], "P10_VALUE" : [10, 7], "P25_VALUE" : [15, 10], "MEDIAN_VALUE" : [29, 19], "P75_VALUE" : [45, 36], "P90_VALUE" : [57, 49], "MAX_VALUE" : [77, 68]}} | json_instruct | {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {"type": "string"}}, "SERIES_NAME": {"type": "array", "items": {"type": "string"}}, "X_CALENDAR_YEAR": {"type": "array", "items": {"type": "integer"}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {"type": "number"}}}, "required": ["TRELLIS_NAME", "SERIES_NAME", "X_CALENDAR_YEAR", "Y_PREVALENCE_1000PP"]}, "PREVALENCE_BY_MONTH": {"type": "object", "properties": {"X_CALENDAR_MONTH": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["X_CALENDAR_MONTH", "Y_PREVALENCE_1000PP"]}, "OBS_FREQUENCY_DISTRIBUTION": {"type": "object", "properties": {"Y_NUM_PERSONS": {"type": "array", "items": {"type": "integer"}}, "X_COUNT": {"type": "array", "items": {"type": "integer"}}}, "required": ["Y_NUM_PERSONS", "X_COUNT"]}, "OBSERVATIONS_BY_TYPE": {"type": "object", "properties": {"CONCEPT_NAME": {"type": "string"}, "COUNT_VALUE": {"type": "integer"}}, "required": ["CONCEPT_NAME", "COUNT_VALUE"]}, "AGE_AT_FIRST_OCCURRENCE": {"type": "object", "properties": {"CATEGORY": {"type": "array", "items": {"type": "string"}}, "MIN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P10_VALUE": {"type": "array", "items": {"type": "integer"}}, "P25_VALUE": {"type": "array", "items": {"type": "integer"}}, "MEDIAN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P75_VALUE": {"type": "array", "items": {"type": "integer"}}, "P90_VALUE": {"type": "array", "items": {"type": "integer"}}, "MAX_VALUE": {"type": "array", "items": {"type": "integer"}}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}}, "required": ["PREVALENCE_BY_GENDER_AGE_YEAR", "PREVALENCE_BY_MONTH", "OBS_FREQUENCY_DISTRIBUTION", "OBSERVATIONS_BY_TYPE", "AGE_AT_FIRST_OCCURRENCE"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"appid": {"type": "string"}, "name": {"type": "string"}, "website": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "enhanced": {"type": "boolean"}, "tile_background": {"type": "string"}, "icon": {"type": "string"}}, "required": ["appid", "name", "website", "license", "description", "enhanced", "tile_background", "icon"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"appid" : "9d24b65315557ddd848ba44b09191a6ab305966f", "name" : "Jackett", "website" : "https://github.com/Jackett/Jackett", "license" : "GNU General Public License v2.0 only", "description" : "Jackett works as a proxy server: it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, DuckieTV, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software.", "enhanced" : false, "tile_background" : "light", "icon" : "jackett.svg"} | json_instruct | {"type": "object", "properties": {"appid": {"type": "string"}, "name": {"type": "string"}, "website": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "enhanced": {"type": "boolean"}, "tile_background": {"type": "string"}, "icon": {"type": "string"}}, "required": ["appid", "name", "website", "license", "description", "enhanced", "tile_background", "icon"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[137.625, 31.833333333333332], [137.625, 31.916666666666668], [137.75, 31.916666666666668], [137.75, 31.833333333333332], [137.625, 31.833333333333332]]]}, "properties" : {"code" : 473765, "url" : "http://madefor.github.io/0410/api/v1/473765.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/473765.geojson"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "release": {"type": "string"}, "format": {"type": "string"}}, "required": ["build", "release", "format"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "peerDependencies": {"type": "object", "properties": {"react": {"type": "string"}}, "required": ["react"]}, "dependencies": {"type": "object", "properties": {"babel-cli": {"type": "string"}, "babel-core": {"type": "string"}, "babel-plugin-transform-class-properties": {"type": "string"}, "babel-plugin-transform-object-rest-spread": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "babel-preset-react": {"type": "string"}}, "required": ["babel-cli", "babel-core", "babel-plugin-transform-class-properties", "babel-plugin-transform-object-rest-spread", "babel-preset-es2015", "babel-preset-react"]}, "devDependencies": {"type": "object", "properties": {"prettier": {"type": "string"}}, "required": ["prettier"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "peerDependencies", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "react-updatable-context", "version" : "1.1.0", "description" : "Regular React context with setter/updater method injected in consumer", "main" : "ReactUpdatableContextBuild.js", "scripts" : {"build" : "babel ReactUpdatableContext.js --out-file ReactUpdatableContextBuild.js --plugins=transform-class-properties,transform-object-rest-spread --presets=es2015,react", "release" : "npm run build && npm publish", "format" : "prettier --write 'ReactUpdatableContext.js'"}, "repository" : {"type" : "git", "url" : "git+https://github.com/slorber/react-updatable-context.git"}, "keywords" : ["react", "context", "setter", "updater", "state"], "author" : "S\u00e9bastien Lorber", "license" : "MIT", "bugs" : {"url" : "https://github.com/slorber/react-updatable-context/issues"}, "homepage" : "https://github.com/slorber/react-updatable-context#readme", "peerDependencies" : {"react" : ">= 16.3.0"}, "dependencies" : {"babel-cli" : "^6.24.1", "babel-core" : "^6.26.3", "babel-plugin-transform-class-properties" : "^6.8.0", "babel-plugin-transform-object-rest-spread" : "^6.8.0", "babel-preset-es2015" : "^6.24.1", "babel-preset-react" : "^6.24.1"}, "devDependencies" : {"prettier" : "^1.13.7"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "release": {"type": "string"}, "format": {"type": "string"}}, "required": ["build", "release", "format"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "peerDependencies": {"type": "object", "properties": {"react": {"type": "string"}}, "required": ["react"]}, "dependencies": {"type": "object", "properties": {"babel-cli": {"type": "string"}, "babel-core": {"type": "string"}, "babel-plugin-transform-class-properties": {"type": "string"}, "babel-plugin-transform-object-rest-spread": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "babel-preset-react": {"type": "string"}}, "required": ["babel-cli", "babel-core", "babel-plugin-transform-class-properties", "babel-plugin-transform-object-rest-spread", "babel-preset-es2015", "babel-preset-react"]}, "devDependencies": {"type": "object", "properties": {"prettier": {"type": "string"}}, "required": ["prettier"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "peerDependencies", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "wayto": {"type": "object", "properties": {"17716": {"type": "string"}, "17718": {"type": "string"}, "17719": {"type": "string"}}, "required": ["17716", "17718", "17719"]}, "timeto": {"type": "object", "properties": {"17716": {"type": "number"}, "17718": {"type": "number"}, "17719": {"type": "number"}}, "required": ["17716", "17718", "17719"]}, "image": {"type": "string"}, "image_coords": {"type": "array", "items": {"type": "integer"}}}, "required": ["id", "title", "description", "paths", "wayto", "timeto", "image", "image_coords"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 17717, "title" : ["[Citadel, Dungeon Corridor]"], "description" : ["Drafts of warm air flow through the corridor, alternating in directions for no apparent reason. Keys hang from a thin metal ring hung on a wood spike set into the wall next to a steel door. Meanwhile, a trail of shattered swords and broken shields lead away to the east."], "paths" : ["Obvious exits: east, west"], "wayto" : {"17716" : "east", "17718" : "go door", "17719" : "west"}, "timeto" : {"17716" : 0.2, "17718" : 0.2, "17719" : 0.2}, "image" : "rr-citadel-1267238976.png", "image_coords" : [73, 984, 83, 994]} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "wayto": {"type": "object", "properties": {"17716": {"type": "string"}, "17718": {"type": "string"}, "17719": {"type": "string"}}, "required": ["17716", "17718", "17719"]}, "timeto": {"type": "object", "properties": {"17716": {"type": "number"}, "17718": {"type": "number"}, "17719": {"type": "number"}}, "required": ["17716", "17718", "17719"]}, "image": {"type": "string"}, "image_coords": {"type": "array", "items": {"type": "integer"}}}, "required": ["id", "title", "description", "paths", "wayto", "timeto", "image", "image_coords"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"w": {"type": "integer"}, "h": {"type": "integer"}}, "required": ["w", "h"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"w" : 100, "h" : 100} | json_instruct | {"type": "object", "properties": {"w": {"type": "integer"}, "h": {"type": "integer"}}, "required": ["w", "h"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "array", "items": {"type": "object", "properties": {"count": {"type": "integer"}, "_tpl": {"type": "string"}}, "required": ["count", "_tpl"]}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[{"count" : 13549, "_tpl" : "5449016a4bdc2d6f028b456f"}]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "object", "properties": {"count": {"type": "integer"}, "_tpl": {"type": "string"}}, "required": ["count", "_tpl"]}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1994, 5], [1995, 10], [1996, 11], [1997, 33], [1998, 48], [1999, 44], [2000, 41], [2001, 28], [2002, 27], [2003, 35], [2004, 18], [2005, 16], [2006, 19], [2007, 23], [2008, 12], [2009, 10], [2010, 15], [2011, 18], [2012, 16], [2013, 22], [2014, 17]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"diagnostic.displayByAle": {"type": "boolean"}, "suggest.echodocSupport": {"type": "boolean"}, "signature.target": {"type": "string"}, "python.venvPath": {"type": "string"}, "python.analysis.typeCheckingMode": {"type": "string"}, "python.analysis.useLibraryCodeForTypes": {"type": "boolean"}, "python.linting.mypyEnabled": {"type": "boolean"}, "coc.preferences.rootPatterns": {"type": "array", "items": {"type": "string"}}, "markdownlint.config": {"type": "object", "properties": {"first-line-h1": {"type": "boolean"}, "no-hard-tabs": {"type": "boolean"}, "no-inline-html": {"type": "boolean"}, "no-trailing-punctuation": {"type": "boolean"}, "single-h1": {"type": "boolean"}, "ul-indent": {"type": "boolean"}, "line-length": {"type": "boolean"}, "ol-prefix": {"type": "boolean"}}, "required": ["first-line-h1", "no-hard-tabs", "no-inline-html", "no-trailing-punctuation", "single-h1", "ul-indent", "line-length", "ol-prefix"]}, "tabnine.priority": {"type": "integer"}}, "required": ["diagnostic.displayByAle", "suggest.echodocSupport", "signature.target", "python.venvPath", "python.analysis.typeCheckingMode", "python.analysis.useLibraryCodeForTypes", "python.linting.mypyEnabled", "coc.preferences.rootPatterns", "markdownlint.config", "tabnine.priority"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"diagnostic.displayByAle" : true, "suggest.echodocSupport" : true, "signature.target" : "echo", "python.venvPath" : "/home/evan/python-venvs/", "python.analysis.typeCheckingMode" : "basic", "python.analysis.useLibraryCodeForTypes" : true, "python.linting.mypyEnabled" : false, "coc.preferences.rootPatterns" : ["pyrightconfig.json", ".git", ".hg", ".projections.json"], "markdownlint.config" : {"first-line-h1" : false, "no-hard-tabs" : false, "no-inline-html" : false, "no-trailing-punctuation" : false, "single-h1" : false, "ul-indent" : false, "line-length" : false, "ol-prefix" : false}, "tabnine.priority" : -1} | json_instruct | {"type": "object", "properties": {"diagnostic.displayByAle": {"type": "boolean"}, "suggest.echodocSupport": {"type": "boolean"}, "signature.target": {"type": "string"}, "python.venvPath": {"type": "string"}, "python.analysis.typeCheckingMode": {"type": "string"}, "python.analysis.useLibraryCodeForTypes": {"type": "boolean"}, "python.linting.mypyEnabled": {"type": "boolean"}, "coc.preferences.rootPatterns": {"type": "array", "items": {"type": "string"}}, "markdownlint.config": {"type": "object", "properties": {"first-line-h1": {"type": "boolean"}, "no-hard-tabs": {"type": "boolean"}, "no-inline-html": {"type": "boolean"}, "no-trailing-punctuation": {"type": "boolean"}, "single-h1": {"type": "boolean"}, "ul-indent": {"type": "boolean"}, "line-length": {"type": "boolean"}, "ol-prefix": {"type": "boolean"}}, "required": ["first-line-h1", "no-hard-tabs", "no-inline-html", "no-trailing-punctuation", "single-h1", "ul-indent", "line-length", "ol-prefix"]}, "tabnine.priority": {"type": "integer"}}, "required": ["diagnostic.displayByAle", "suggest.echodocSupport", "signature.target", "python.venvPath", "python.analysis.typeCheckingMode", "python.analysis.useLibraryCodeForTypes", "python.linting.mypyEnabled", "coc.preferences.rootPatterns", "markdownlint.config", "tabnine.priority"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"!users": {"type": "array", "items": {"type": "object", "properties": {"!password": {"type": "string"}, "sudo": {"type": "boolean"}, "username": {"type": "string"}}, "required": ["!password", "sudo", "username"]}}}, "required": ["!users"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"!users" : [{"!password" : "password", "sudo" : true, "username" : "jcardoso"}]} | json_instruct | {"type": "object", "properties": {"!users": {"type": "array", "items": {"type": "object", "properties": {"!password": {"type": "string"}, "sudo": {"type": "boolean"}, "username": {"type": "string"}}, "required": ["!password", "sudo", "username"]}}}, "required": ["!users"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"email": {"type": "string"}, "password": {"type": "string"}, "nickname": {"type": "string"}}, "required": ["email", "password", "nickname"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"email" : "noname@mail.net", "password" : "$2a$08$rCi5ZgC2hxQ2XE6FsV/NKebzclpyMfoAGXpW9sdBwWnqe8.DCrEty", "nickname" : "\ubb34\uba85\uc528"}, {"email" : "test@mail.net", "password" : "$2a$08$rCi5ZgC2hxQ2XE6FsV/NKebzclpyMfoAGXpW9sdBwWnqe8.DCrEty", "nickname" : "\ud14c\uc2a4\ud130"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"email": {"type": "string"}, "password": {"type": "string"}, "nickname": {"type": "string"}}, "required": ["email", "password", "nickname"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"\uc758\uc548\uc811\uc218\uc815\ubcf4": {"type": "object", "properties": {"\uc758\uc548\ubc88\ud638": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc77c\uc790": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc790": {"type": "array", "items": {"type": "string"}}, "\ubb38\uc11c": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\ud68c\uae30": {"type": "array", "items": {"type": "string"}}}, "required": ["\uc758\uc548\ubc88\ud638", "\uc81c\uc548\uc77c\uc790", "\uc81c\uc548\uc790", "\ubb38\uc11c", "\uc81c\uc548\ud68c\uae30"]}, "\ubcf8\ud68c\uc758 \uc2ec\uc758\uc815\ubcf4": {"type": "object", "properties": {"\uc0c1\uc815\uc77c": {"type": "array", "items": {"type": "string"}}, "\uc758\uacb0\uc77c": {"type": "array", "items": {"type": "string"}}, "\ud68c\uc758\uba85": {"type": "array", "items": {"type": "string"}}, "\ud68c\uc758\uacb0\uacfc": {"type": "array", "items": {"type": "string"}}, "\ud68c\uc758\ub85d": {"type": "array", "items": {"type": "string"}}}, "required": ["\uc0c1\uc815\uc77c", "\uc758\uacb0\uc77c", "\ud68c\uc758\uba85", "\ud68c\uc758\uacb0\uacfc", "\ud68c\uc758\ub85d"]}}, "required": ["\uc758\uc548\uc811\uc218\uc815\ubcf4", "\ubcf8\ud68c\uc758 \uc2ec\uc758\uc815\ubcf4"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"\uc758\uc548\uc811\uc218\uc815\ubcf4" : {"\uc758\uc548\ubc88\ud638" : ["1806515"], "\uc81c\uc548\uc77c\uc790" : ["2009-11-11"], "\uc81c\uc548\uc790" : ["\uc758\uc7a5"], "\ubb38\uc11c" : [""], "\uc81c\uc548\ud68c\uae30" : ["\uc81c18\ub300(2008~2012)\uc81c284\ud68c"]}, "\ubcf8\ud68c\uc758 \uc2ec\uc758\uc815\ubcf4" : {"\uc0c1\uc815\uc77c" : ["2009-11-11"], "\uc758\uacb0\uc77c" : ["2009-11-11"], "\ud68c\uc758\uba85" : ["\uc81c284\ud68c\uc81c11\ucc28"], "\ud68c\uc758\uacb0\uacfc" : ["\uc6d0\uc548\uac00\uacb0"], "\ud68c\uc758\ub85d" : [""]}} | json_instruct | {"type": "object", "properties": {"\uc758\uc548\uc811\uc218\uc815\ubcf4": {"type": "object", "properties": {"\uc758\uc548\ubc88\ud638": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc77c\uc790": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc790": {"type": "array", "items": {"type": "string"}}, "\ubb38\uc11c": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\ud68c\uae30": {"type": "array", "items": {"type": "string"}}}, "required": ["\uc758\uc548\ubc88\ud638", "\uc81c\uc548\uc77c\uc790", "\uc81c\uc548\uc790", "\ubb38\uc11c", "\uc81c\uc548\ud68c\uae30"]}, "\ubcf8\ud68c\uc758 \uc2ec\uc758\uc815\ubcf4": {"type": "object", "properties": {"\uc0c1\uc815\uc77c": {"type": "array", "items": {"type": "string"}}, "\uc758\uacb0\uc77c": {"type": "array", "items": {"type": "string"}}, "\ud68c\uc758\uba85": {"type": "array", "items": {"type": "string"}}, "\ud68c\uc758\uacb0\uacfc": {"type": "array", "items": {"type": "string"}}, "\ud68c\uc758\ub85d": {"type": "array", "items": {"type": "string"}}}, "required": ["\uc0c1\uc815\uc77c", "\uc758\uacb0\uc77c", "\ud68c\uc758\uba85", "\ud68c\uc758\uacb0\uacfc", "\ud68c\uc758\ub85d"]}}, "required": ["\uc758\uc548\uc811\uc218\uc815\ubcf4", "\ubcf8\ud68c\uc758 \uc2ec\uc758\uc815\ubcf4"], "$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"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "start": {"type": "string"}, "lint": {"type": "string"}, "prepare": {"type": "string"}, "check-types": {"type": "string"}, "check-format": {"type": "string"}, "check-lint": {"type": "string"}, "format": {"type": "string"}, "pre-commit": {"type": "string"}, "test-all": {"type": "string"}}, "required": ["dev", "build", "start", "lint", "prepare", "check-types", "check-format", "check-lint", "format", "pre-commit", "test-all"]}, "dependencies": {"type": "object", "properties": {"@next/bundle-analyzer": {"type": "string"}, "next": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}}, "required": ["@next/bundle-analyzer", "next", "react", "react-dom"]}, "devDependencies": {"type": "object", "properties": {"@ava/babel": {"type": "string"}, "@babel/core": {"type": "string"}, "@types/node": {"type": "string"}, "@types/react": {"type": "string"}, "@typescript-eslint/eslint-plugin": {"type": "string"}, "@typescript-eslint/parser": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-next": {"type": "string"}, "eslint-config-prettier": {"type": "string"}, "eslint-plugin-react": {"type": "string"}, "husky": {"type": "string"}, "lint-staged": {"type": "string"}, "prettier": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@ava/babel", "@babel/core", "@types/node", "@types/react", "@typescript-eslint/eslint-plugin", "@typescript-eslint/parser", "eslint", "eslint-config-next", "eslint-config-prettier", "eslint-plugin-react", "husky", "lint-staged", "prettier", "typescript"]}}, "required": ["name", "version", "private", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "nextjs-typescript-template", "version" : "0.1.0", "private" : false, "scripts" : {"dev" : "next dev", "build" : "next build", "start" : "next start", "lint" : "next lint", "prepare" : "husky install", "check-types" : "tsc --pretty --noEmit", "check-format" : "prettier --check", "check-lint" : "eslint . --ext ts --ext tsx --ext js", "format" : "prettier --write .", "pre-commit" : "lint-staged", "test-all" : "npm run check-format && nom run check-lint && nom run check-types && npm run build"}, "dependencies" : {"@next/bundle-analyzer" : "^11.0.1", "next" : "11.0.1", "react" : "17.0.2", "react-dom" : "17.0.2"}, "devDependencies" : {"@ava/babel" : "^2.0.0", "@babel/core" : "^7.14.8", "@types/node" : "^16.4.3", "@types/react" : "^17.0.15", "@typescript-eslint/eslint-plugin" : "^4.28.5", "@typescript-eslint/parser" : "^4.28.5", "eslint" : "^7.31.0", "eslint-config-next" : "11.0.1", "eslint-config-prettier" : "^8.3.0", "eslint-plugin-react" : "^7.24.0", "husky" : "^7.0.1", "lint-staged" : "^11.1.1", "prettier" : "^2.3.2", "typescript" : "^4.3.5"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "start": {"type": "string"}, "lint": {"type": "string"}, "prepare": {"type": "string"}, "check-types": {"type": "string"}, "check-format": {"type": "string"}, "check-lint": {"type": "string"}, "format": {"type": "string"}, "pre-commit": {"type": "string"}, "test-all": {"type": "string"}}, "required": ["dev", "build", "start", "lint", "prepare", "check-types", "check-format", "check-lint", "format", "pre-commit", "test-all"]}, "dependencies": {"type": "object", "properties": {"@next/bundle-analyzer": {"type": "string"}, "next": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}}, "required": ["@next/bundle-analyzer", "next", "react", "react-dom"]}, "devDependencies": {"type": "object", "properties": {"@ava/babel": {"type": "string"}, "@babel/core": {"type": "string"}, "@types/node": {"type": "string"}, "@types/react": {"type": "string"}, "@typescript-eslint/eslint-plugin": {"type": "string"}, "@typescript-eslint/parser": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-next": {"type": "string"}, "eslint-config-prettier": {"type": "string"}, "eslint-plugin-react": {"type": "string"}, "husky": {"type": "string"}, "lint-staged": {"type": "string"}, "prettier": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@ava/babel", "@babel/core", "@types/node", "@types/react", "@typescript-eslint/eslint-plugin", "@typescript-eslint/parser", "eslint", "eslint-config-next", "eslint-config-prettier", "eslint-plugin-react", "husky", "lint-staged", "prettier", "typescript"]}}, "required": ["name", "version", "private", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"platform": {"type": "object", "properties": {"win_x64_vs2017": {"type": "object", "properties": {"copy_extra": {"type": "array", "items": {"type": "string"}}}, "required": ["copy_extra"]}}, "required": ["win_x64_vs2017"]}}, "required": ["platform"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"platform" : {"win_x64_vs2017" : {"copy_extra" : ["Binary/windows-x64/astcenc.exe:."]}}} | json_instruct | {"type": "object", "properties": {"platform": {"type": "object", "properties": {"win_x64_vs2017": {"type": "object", "properties": {"copy_extra": {"type": "array", "items": {"type": "string"}}}, "required": ["copy_extra"]}}, "required": ["win_x64_vs2017"]}}, "required": ["platform"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"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": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Measuring Influence on Instagram: A Network-Oblivious Approach.", "fields" : ["ranking", "the internet", "social network", "graph", "social media"], "abstract" : "This paper focuses on the problem of scoring and ranking influential users of Instagram, a visual content sharing online social network (OSN). Instagram is the second largest OSN in the world with 700 million active Instagram accounts, 32% of all worldwide Internet users. Among the millions of users, photos shared by more influential users are viewed by more users than posts shared by less influential counterparts. This raises the question of how to identify those influential Instagram users. In our work, we present and discuss the lack of relevant tools and insufficient metrics for influence measurement, focusing on a network oblivious approach and show that the graph-based approach used in other OSNs is a poor fit for Instagram. In our study, we consider user statistics, some of which are more intuitive than others, and several regression models to measure users' influence.", "citation" : "Not cited", "departments" : ["Klear, Haifa, Israel", "Klear, Haifa, Israel", "Klear, Haifa, Israel"], "authors" : ["Noam Segev.....http://dblp.org/pers/hd/s/Segev:Noam", "Noam Avigdor.....http://dblp.org/pers/hd/a/Avigdor:Noam", "Eytan Avigdor.....http://dblp.org/pers/hd/a/Avigdor:Eytan"], "conf" : "sigir", "year" : "2018", "pages" : 4} | 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": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"is_release": {"type": "boolean"}, "git_version": {"type": "string"}}, "required": ["is_release", "git_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"is_release" : true, "git_version" : "286792b"} | json_instruct | {"type": "object", "properties": {"is_release": {"type": "boolean"}, "git_version": {"type": "string"}}, "required": ["is_release", "git_version"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id_7704": {"type": "object", "properties": {"publicdate": {"type": "string"}, "downloads": {"type": "integer"}}, "required": ["publicdate", "downloads"]}}, "required": ["id_7704"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id_7704" : {"publicdate" : "2015-08-26 23:00:07", "downloads" : 0}} | json_instruct | {"type": "object", "properties": {"id_7704": {"type": "object", "properties": {"publicdate": {"type": "string"}, "downloads": {"type": "integer"}}, "required": ["publicdate", "downloads"]}}, "required": ["id_7704"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "keywords": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}, "branch": {"type": "string"}}, "required": ["type", "url", "branch"]}, "authors": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}, "maintainer": {"type": "boolean"}}, "required": ["name", "url", "maintainer"]}, "version": {"type": "string"}, "license": {"type": "string"}, "frameworks": {"type": "string"}, "platforms": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "keywords", "description", "repository", "authors", "version", "license", "frameworks", "platforms"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "multi-half-bridge", "keywords" : "infineon arduino motor arduino-ide arduino-library dc-motor-control", "description" : "Library of Infineon's Multi Half-Bridge IC controllers family", "repository" : {"type" : "git", "url" : "https://github.com/Infineon/arduino-multi-half-bridge", "branch" : "master"}, "authors" : {"name" : "Infineon Technologies", "url" : "https://www.infineon.com/cms/en/product/power/motor-control-ics/brushed-dc-motor-driver-ics/multi-half-bridge-ics/", "maintainer" : true}, "version" : "4.0.0", "license" : "MIT", "frameworks" : "arduino", "platforms" : ["infineonxmc", "atmelavr"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "keywords": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}, "branch": {"type": "string"}}, "required": ["type", "url", "branch"]}, "authors": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}, "maintainer": {"type": "boolean"}}, "required": ["name", "url", "maintainer"]}, "version": {"type": "string"}, "license": {"type": "string"}, "frameworks": {"type": "string"}, "platforms": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "keywords", "description", "repository", "authors", "version", "license", "frameworks", "platforms"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"version": {"type": "integer"}, "terraform_version": {"type": "string"}, "serial": {"type": "integer"}, "lineage": {"type": "string"}, "resources": {"type": "array", "items": {}}}, "required": ["version", "terraform_version", "serial", "lineage", "resources"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : 3, "terraform_version" : "0.11.14", "serial" : 83, "lineage" : "3fd5eb87-d6b9-8b47-6c2d-7209f7f884ee", "resources" : []} | json_instruct | {"type": "object", "properties": {"version": {"type": "integer"}, "terraform_version": {"type": "string"}, "serial": {"type": "integer"}, "lineage": {"type": "string"}, "resources": {"type": "array", "items": {}}}, "required": ["version", "terraform_version", "serial", "lineage", "resources"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "string"}, "town": {"type": "string"}, "longitude": {"type": "number"}, "latitude": {"type": "number"}, "status": {"type": "integer"}}, "required": ["stationId", "stationGroupId", "name", "lineId", "zipCode", "pref", "city", "town", "longitude", "latitude", "status"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"stationId" : 9991006, "stationGroupId" : 9991006, "name" : "\u5927\u6728", "lineId" : 99910, "zipCode" : "849-4154", "pref" : "\u4f50\u8cc0\u770c", "city" : "\u897f\u677e\u6d66\u90e1\u6709\u7530\u753a", "town" : "\u5927\u6728\u5bbf", "longitude" : 129.850119, "latitude" : 33.221615, "status" : 0} | json_instruct | {"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "string"}, "town": {"type": "string"}, "longitude": {"type": "number"}, "latitude": {"type": "number"}, "status": {"type": "integer"}}, "required": ["stationId", "stationGroupId", "name", "lineId", "zipCode", "pref", "city", "town", "longitude", "latitude", "status"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"collections": {"type": "array", "items": {"type": "object", "properties": {"fullName": {"type": "string"}, "methods": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "count": {"type": "integer"}}, "required": ["name", "type", "count"]}}}, "required": ["fullName", "methods"]}}}, "required": ["collections"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"collections" : [{"fullName" : "System.Collections.Concurrent.Partitioner", "methods" : [{"name" : "System.Collections.Concurrent.Partitioner.Create(System.Int32 fromInclusive, System.Int32 toExclusive)", "type" : "SIMPLE", "count" : 64}, {"name" : "System.Collections.Concurrent.Partitioner.Create(System.Int32 fromInclusive, System.Int32 toExclusive, System.Int32 rangeSize)", "type" : "SIMPLE", "count" : 12}]}]} | json_instruct | {"type": "object", "properties": {"collections": {"type": "array", "items": {"type": "object", "properties": {"fullName": {"type": "string"}, "methods": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "count": {"type": "integer"}}, "required": ["name", "type", "count"]}}}, "required": ["fullName", "methods"]}}}, "required": ["collections"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"language": {"type": "string"}, "function-name": {"type": "string"}, "experiment-name": {"type": "string"}, "variables": {"type": "object", "properties": {"x": {"type": "object", "properties": {"type": {"type": "string"}, "size": {"type": "integer"}, "min": {"type": "integer"}, "max": {"type": "integer"}}, "required": ["type", "size", "min", "max"]}, "y": {"type": "object", "properties": {"type": {"type": "string"}, "size": {"type": "integer"}, "min": {"type": "integer"}, "max": {"type": "integer"}}, "required": ["type", "size", "min", "max"]}}, "required": ["x", "y"]}}, "required": ["language", "function-name", "experiment-name", "variables"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"language" : "PYTHON", "function-name" : "branin", "experiment-name" : "braninhoo-example", "variables" : {"x" : {"type" : "FLOAT", "size" : 1, "min" : -5, "max" : 10}, "y" : {"type" : "FLOAT", "size" : 1, "min" : 0, "max" : 15}}} | json_instruct | {"type": "object", "properties": {"language": {"type": "string"}, "function-name": {"type": "string"}, "experiment-name": {"type": "string"}, "variables": {"type": "object", "properties": {"x": {"type": "object", "properties": {"type": {"type": "string"}, "size": {"type": "integer"}, "min": {"type": "integer"}, "max": {"type": "integer"}}, "required": ["type", "size", "min", "max"]}, "y": {"type": "object", "properties": {"type": {"type": "string"}, "size": {"type": "integer"}, "min": {"type": "integer"}, "max": {"type": "integer"}}, "required": ["type", "size", "min", "max"]}}, "required": ["x", "y"]}}, "required": ["language", "function-name", "experiment-name", "variables"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"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#"}
| {"Time" : "2021-02-01T14:00:00Z", "Temp" : 25.3, "RelHum" : 25, "WindSpeed" : 3.1, "WindDir" : 85} | 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#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"900345545": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900345546": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900345547": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900345548": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900345549": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900345550": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900345551": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900345545", "900345546", "900345547", "900345548", "900345549", "900345550", "900345551"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"900345545" : {"nama" : "TPS 1", "dapil" : [3306, 13309, 2330601]}, "900345546" : {"nama" : "TPS 2", "dapil" : [3306, 13309, 2330601]}, "900345547" : {"nama" : "TPS 3", "dapil" : [3306, 13309, 2330601]}, "900345548" : {"nama" : "TPS 4", "dapil" : [3306, 13309, 2330601]}, "900345549" : {"nama" : "TPS 5", "dapil" : [3306, 13309, 2330601]}, "900345550" : {"nama" : "TPS 6", "dapil" : [3306, 13309, 2330601]}, "900345551" : {"nama" : "TPS 7", "dapil" : [3306, 13309, 2330601]}} | json_instruct | {"type": "object", "properties": {"900345545": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900345546": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900345547": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900345548": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900345549": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900345550": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900345551": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900345545", "900345546", "900345547", "900345548", "900345549", "900345550", "900345551"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}, "damageType": {"type": "integer"}, "redacted": {"type": "boolean"}, "isDisplayable": {"type": "boolean"}, "displayProperties": {"type": "object", "properties": {"icon": {"type": "string"}, "hasIcon": {"type": "boolean"}, "description": {"type": "string"}, "name": {"type": "string"}}, "required": ["icon", "hasIcon", "description", "name"]}}, "required": ["index", "hash", "blacklisted", "damageType", "redacted", "isDisplayable", "displayProperties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"index" : 1561, "hash" : 3316971533, "blacklisted" : false, "damageType" : 0, "redacted" : false, "isDisplayable" : true, "displayProperties" : {"icon" : "/common/destiny2_content/icons/7463abc78634f814f400aa76548dfbcb.png", "hasIcon" : true, "description" : "Slightly reduces flinching from incoming fire while aiming Rocket Launchers, Grenade Launchers, Machine Guns, and Shotguns.", "name" : "Unflinching Large Arms"}} | json_instruct | {"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}, "damageType": {"type": "integer"}, "redacted": {"type": "boolean"}, "isDisplayable": {"type": "boolean"}, "displayProperties": {"type": "object", "properties": {"icon": {"type": "string"}, "hasIcon": {"type": "boolean"}, "description": {"type": "string"}, "name": {"type": "string"}}, "required": ["icon", "hasIcon", "description", "name"]}}, "required": ["index", "hash", "blacklisted", "damageType", "redacted", "isDisplayable", "displayProperties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"angular-recaptcha.js": {"type": "string"}, "angular-recaptcha.min.js": {"type": "string"}}, "required": ["angular-recaptcha.js", "angular-recaptcha.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"angular-recaptcha.js" : "sha512-Zm7no73+O980KBVWptWqiI8hlDFJ/eCxf8E5rTO2skHI3DM+KcLsyHPJyj2T0N8OeuhvC39vDxO16u2R9OjUTA==", "angular-recaptcha.min.js" : "sha512-2Cl8lj6FvKYbkCVFDSzQ2uXKISQVk+Q+gTQFOYwnLwB1KxyZ0pKHFUEy17wSlp4mdM4h+VynX4bGFjzyysYOtg=="} | json_instruct | {"type": "object", "properties": {"angular-recaptcha.js": {"type": "string"}, "angular-recaptcha.min.js": {"type": "string"}}, "required": ["angular-recaptcha.js", "angular-recaptcha.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["210901000000", "\u5e02\u8f96\u533a", "3", "0"], ["210902000000", "\u6d77\u5dde\u533a", "3", "1"], ["210903000000", "\u65b0\u90b1\u533a", "3", "1"], ["210904000000", "\u592a\u5e73\u533a", "3", "1"], ["210905000000", "\u6e05\u6cb3\u95e8\u533a", "3", "1"], ["210911000000", "\u7ec6\u6cb3\u533a", "3", "1"], ["210921000000", "\u961c\u65b0\u8499\u53e4\u65cf\u81ea\u6cbb\u53bf", "3", "1"], ["210922000000", "\u5f70\u6b66\u53bf", "3", "1"]] | json_instruct | {"type": "array", "items": {"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": {"count": {"type": "integer"}, "412031": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "434041": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "519061": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "412010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "434051": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "311010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "436010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "439022": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}}, "required": ["count", "412031", "N.A.//", "434041", "519061", "412010", "434051", "311010", "436010", "439022"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"count" : 21, "412031" : {"count" : 1}, "N.A.//" : {"count" : 11}, "434041" : {"count" : 1}, "519061" : {"count" : 1}, "412010" : {"count" : 1}, "434051" : {"count" : 2}, "311010" : {"count" : 1}, "436010" : {"count" : 2}, "439022" : {"count" : 1}} | json_instruct | {"type": "object", "properties": {"count": {"type": "integer"}, "412031": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "434041": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "519061": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "412010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "434051": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "311010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "436010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "439022": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}}, "required": ["count", "412031", "N.A.//", "434041", "519061", "412010", "434051", "311010", "436010", "439022"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"authority": {"type": "string"}, "mintWrapper": {"type": "string"}, "quarries": {"type": "array", "items": {"type": "object", "properties": {"cached": {"type": "object", "properties": {"famineTs": {"type": "string"}, "index": {"type": "integer"}, "lastUpdateTs": {"type": "string"}, "numMiners": {"type": "string"}, "rewardsPerTokenStored": {"type": "string"}, "rewardsShare": {"type": "string"}, "totalTokensDeposited": {"type": "string"}}, "required": ["famineTs", "index", "lastUpdateTs", "numMiners", "rewardsPerTokenStored", "rewardsShare", "totalTokensDeposited"]}, "index": {"type": "integer"}, "quarry": {"type": "string"}, "slug": {"type": "string"}, "stakedToken": {"type": "object", "properties": {"decimals": {"type": "integer"}, "mint": {"type": "string"}}, "required": ["decimals", "mint"]}}, "required": ["cached", "index", "quarry", "slug", "stakedToken"]}}, "rewardsToken": {"type": "object", "properties": {"decimals": {"type": "integer"}, "mint": {"type": "string"}}, "required": ["decimals", "mint"]}, "rewardsTokenInfo": {"type": "object", "properties": {"address": {"type": "string"}, "chainId": {"type": "integer"}, "decimals": {"type": "integer"}, "name": {"type": "string"}, "symbol": {"type": "string"}}, "required": ["address", "chainId", "decimals", "name", "symbol"]}}, "required": ["authority", "mintWrapper", "quarries", "rewardsToken", "rewardsTokenInfo"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"authority" : "FVAy46cABqxfxHCjMwwWcj64iFqzLjSbJ8dbpu9h4DzY", "mintWrapper" : "6k9tk1biJRyhp9cvGMGrJzfcEGXYvHtHhMkVpZXCkYW", "quarries" : [{"cached" : {"famineTs" : "9223372036854775807", "index" : 0, "lastUpdateTs" : "0", "numMiners" : "1", "rewardsPerTokenStored" : "0", "rewardsShare" : "0", "totalTokensDeposited" : "0"}, "index" : 0, "quarry" : "DMoMPUruNttScH6rYv2r5GZfgogNwtCNRhhSejeesLjN", "slug" : "crkgy", "stakedToken" : {"decimals" : 6, "mint" : "CrKGyBDsGwXKTNh4Rw8b8WZMTjqro5Ex6KHeHLFyZPfs"}}, {"cached" : {"famineTs" : "9223372036854775807", "index" : 1, "lastUpdateTs" : "0", "numMiners" : "1", "rewardsPerTokenStored" : "0", "rewardsShare" : "0", "totalTokensDeposited" : "0"}, "index" : 1, "quarry" : "2rohejmoGotttb3bm4ZQacrC3nMfQBGA9icm2coDTktU", "slug" : "9ntba", "stakedToken" : {"decimals" : 6, "mint" : "9NTbabdNDfcfJXxMUXuMBARbb3gfohxZAFbk4QYUkpQD"}}], "rewardsToken" : {"decimals" : 6, "mint" : "6izMra1zx2nFLZKueaXn7fuXpgcZdJrkec3Zqexc1wD4"}, "rewardsTokenInfo" : {"address" : "6izMra1zx2nFLZKueaXn7fuXpgcZdJrkec3Zqexc1wD4", "chainId" : 103, "decimals" : 6, "name" : "Token 6izM", "symbol" : "6izMr"}} | json_instruct | {"type": "object", "properties": {"authority": {"type": "string"}, "mintWrapper": {"type": "string"}, "quarries": {"type": "array", "items": {"type": "object", "properties": {"cached": {"type": "object", "properties": {"famineTs": {"type": "string"}, "index": {"type": "integer"}, "lastUpdateTs": {"type": "string"}, "numMiners": {"type": "string"}, "rewardsPerTokenStored": {"type": "string"}, "rewardsShare": {"type": "string"}, "totalTokensDeposited": {"type": "string"}}, "required": ["famineTs", "index", "lastUpdateTs", "numMiners", "rewardsPerTokenStored", "rewardsShare", "totalTokensDeposited"]}, "index": {"type": "integer"}, "quarry": {"type": "string"}, "slug": {"type": "string"}, "stakedToken": {"type": "object", "properties": {"decimals": {"type": "integer"}, "mint": {"type": "string"}}, "required": ["decimals", "mint"]}}, "required": ["cached", "index", "quarry", "slug", "stakedToken"]}}, "rewardsToken": {"type": "object", "properties": {"decimals": {"type": "integer"}, "mint": {"type": "string"}}, "required": ["decimals", "mint"]}, "rewardsTokenInfo": {"type": "object", "properties": {"address": {"type": "string"}, "chainId": {"type": "integer"}, "decimals": {"type": "integer"}, "name": {"type": "string"}, "symbol": {"type": "string"}}, "required": ["address", "chainId", "decimals", "name", "symbol"]}}, "required": ["authority", "mintWrapper", "quarries", "rewardsToken", "rewardsTokenInfo"], "$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"}, "private": {"type": "boolean"}, "main": {"type": "string"}}, "required": ["name", "version", "private", "main"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Portfolio", "version" : "0.0.1", "private" : true, "main" : "./portfolio.js"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "main": {"type": "string"}}, "required": ["name", "version", "private", "main"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"code" : 1214066012, "parent" : 1214066, "name" : "SIRAHA", "latitude" : null, "longitude" : null, "postal" : [22873], "children" : []} | json_instruct | {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "achievementgroup": {"type": "string"}, "sortorder": {"type": "integer"}, "stages": {"type": "integer"}, "stage1": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "progress": {"type": "integer"}, "reward": {"type": "object", "properties": {"name": {"type": "string"}, "count": {"type": "integer"}}, "required": ["name", "count"]}}, "required": ["title", "description", "progress", "reward"]}}, "required": ["name", "achievementgroup", "sortorder", "stages", "stage1"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Der Profichurl", "achievementgroup" : "Herausforderer \u2013 Reihe 3", "sortorder" : 2070, "stages" : 1, "stage1" : {"title" : "Der Profichurl", "description" : "Besiege einen Frostarm-Lawachurl, bevor seine D\u00e4monenform abl\u00e4uft.", "progress" : 1, "reward" : {"name" : "Urgestein", "count" : 10}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "achievementgroup": {"type": "string"}, "sortorder": {"type": "integer"}, "stages": {"type": "integer"}, "stage1": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "progress": {"type": "integer"}, "reward": {"type": "object", "properties": {"name": {"type": "string"}, "count": {"type": "integer"}}, "required": ["name", "count"]}}, "required": ["title", "description", "progress", "reward"]}}, "required": ["name", "achievementgroup", "sortorder", "stages", "stage1"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"text": {"type": "string"}, "user_id": {"type": "integer"}, "screen_name": {"type": "string"}, "id": {"type": "integer"}, "bid": {"type": "string"}, "article_url": {"type": "string"}, "pics": {"type": "string"}, "video_url": {"type": "string"}, "location": {"type": "string"}, "created_at": {"type": "string"}, "source": {"type": "string"}, "attitudes_count": {"type": "integer"}, "comments_count": {"type": "integer"}, "reposts_count": {"type": "integer"}, "topics": {"type": "string"}, "at_users": {"type": "string"}, "history_date": {"type": "string"}, "type": {"type": "integer"}}, "required": ["text", "user_id", "screen_name", "id", "bid", "article_url", "pics", "video_url", "location", "created_at", "source", "attitudes_count", "comments_count", "reposts_count", "topics", "at_users", "history_date", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"text" : "29\u65e5\u8baf\uff1a\u6211\u7b2c6\u6218\u533a\u64a4\u9500\uff0c\u7b2c1\u96c6\u56e2\u519b\u5b8b\u54f2\u5143\u90e8\u5f52\u7b2c1\u6218\u533a\u6307\u6325\uff0c\u5728\u5180\u5357\u5b8c\u6210\u96c6\u7ed3\uff1b\u5e9e\u70b3\u52cb40\u519b\u7eb3\u5165\u6d25\u6d66\u8def\u65b9\u5411\u7684\u7b2c5\u6218\u533a\u300267\u519b\u5434\u514b\u4ec1\u90e8\u548c49\u519b\u5218\u591a\u8343\u90e8\u8c03\u5f80\u6dde\u6caa\u6218\u573a\u3002\u5c71\u4e1c\u6210\u7acb\u7b2c5\u6218\u533a\uff0c\u7531\u97e9\u590d\u6e20\u7684\u7b2c3\u96c6\u56e2\u519b\u8d1f\u8d23\u5b88\u536b\uff0c\u8f96\u97e9\u590d\u6e20\u539f\u5c71\u4e1c\u90e8\u961f\u6539\u7f16\u76843\u4e2a\u519b\u5e76\u4e1c\u5317\u519b\u7684\u4e8e\u5b66\u5fe051\u519b\uff0c\u5175\u529b\u8ba110\u4e07\u4f59\u4eba\u3002 ", "user_id" : 2896390104, "screen_name" : "\u6297\u6218\u76f4\u64ad", "id" : 3495534365413591, "bid" : "yE5hGmIjZ", "article_url" : "", "pics" : "", "video_url" : "", "location" : "", "created_at" : "2012-09-29", "source" : "\u5fae\u535a weibo.com", "attitudes_count" : 0, "comments_count" : 0, "reposts_count" : 0, "topics" : "", "at_users" : "", "history_date" : "1937\u5e7409\u670829\u65e5", "type" : 0} | json_instruct | {"type": "object", "properties": {"text": {"type": "string"}, "user_id": {"type": "integer"}, "screen_name": {"type": "string"}, "id": {"type": "integer"}, "bid": {"type": "string"}, "article_url": {"type": "string"}, "pics": {"type": "string"}, "video_url": {"type": "string"}, "location": {"type": "string"}, "created_at": {"type": "string"}, "source": {"type": "string"}, "attitudes_count": {"type": "integer"}, "comments_count": {"type": "integer"}, "reposts_count": {"type": "integer"}, "topics": {"type": "string"}, "at_users": {"type": "string"}, "history_date": {"type": "string"}, "type": {"type": "integer"}}, "required": ["text", "user_id", "screen_name", "id", "bid", "article_url", "pics", "video_url", "location", "created_at", "source", "attitudes_count", "comments_count", "reposts_count", "topics", "at_users", "history_date", "type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"hash" : "0x7eac3c77cccafc32af1eda804f17829a9ddf8495883939d953c5c04c89fce438", "parentHash" : "0x69dd8dc98ac94dbdbcdda27983c0ba6fe7b9dbdd83790c9b960fd49a2f4278b5", "number" : 105819, "timestamp" : 1439894022, "nonce" : "0xa4b4c9e05e58ee58", "difficulty" : 4429604062550, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0xf927a40C8B7F6E07c5af7FA2155B4864a4112B13", "extraData" : "0x", "transactions" : []} | json_instruct | {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"modal-launch-title": {"type": "string"}, "modalClass": {"type": "string"}, "modal-id": {"type": "string"}, "onboarding-steps": {"type": "array", "items": {"type": "object", "properties": {"step-counter": {"type": "string"}, "lead-text-content": {"type": "string"}, "buttons": {"type": "array", "items": {"type": "object", "properties": {"button-text": {"type": "string"}, "button-class": {"type": "string"}, "onclick": {"type": "boolean"}}, "required": ["button-text", "button-class", "onclick"]}}}, "required": ["step-counter", "lead-text-content", "buttons"]}}}, "required": ["modal-launch-title", "modalClass", "modal-id", "onboarding-steps"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"modal-launch-title" : "\u00c5pne onboarding", "modalClass" : "a-onboarding", "modal-id" : "modalOnboardingExample", "onboarding-steps" : [{"step-counter" : "1 av 1", "lead-text-content" : "Tekst!", "buttons" : [{"button-text" : "Knapp!", "button-class" : "a-btn a-btn-success", "onclick" : false}, {"button-text" : "Hopp over introen", "button-class" : "a-btn-link a-textWhite", "display-as-link" : true, "data-dismiss" : "data-dismiss=\"modal\"", "onclick" : false}]}]} | json_instruct | {"type": "object", "properties": {"modal-launch-title": {"type": "string"}, "modalClass": {"type": "string"}, "modal-id": {"type": "string"}, "onboarding-steps": {"type": "array", "items": {"type": "object", "properties": {"step-counter": {"type": "string"}, "lead-text-content": {"type": "string"}, "buttons": {"type": "array", "items": {"type": "object", "properties": {"button-text": {"type": "string"}, "button-class": {"type": "string"}, "onclick": {"type": "boolean"}}, "required": ["button-text", "button-class", "onclick"]}}}, "required": ["step-counter", "lead-text-content", "buttons"]}}}, "required": ["modal-launch-title", "modalClass", "modal-id", "onboarding-steps"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"messages": {"type": "object", "properties": {"UPLOAD_SUCCESS": {"type": "string"}, "UPLOAD_FAIL": {"type": "string"}, "DOWNLOAD_FAIL": {"type": "string"}, "DOWNLOAD_SUCCESS": {"type": "string"}}, "required": ["UPLOAD_SUCCESS", "UPLOAD_FAIL", "DOWNLOAD_FAIL", "DOWNLOAD_SUCCESS"]}}, "required": ["messages"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"messages" : {"UPLOAD_SUCCESS" : "\u062a\u0645 \u0631\u0641\u0639 \u0627\u0644\u0645\u0644\u0641 \u0628\u0646\u062c\u0627\u062d", "UPLOAD_FAIL" : "\u062e\u0637\u0623 \u0641\u064a \u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u0631\u0641\u0639", "DOWNLOAD_FAIL" : "\u062e\u0637\u0623 \u0641\u064a \u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u062a\u0646\u0632\u064a\u0644", "DOWNLOAD_SUCCESS" : "\u062a\u0645 \u062a\u0646\u0632\u064a\u0644 \u0627\u0644\u0645\u0644\u0641 \u0628\u0646\u062c\u0627\u062d"}} | json_instruct | {"type": "object", "properties": {"messages": {"type": "object", "properties": {"UPLOAD_SUCCESS": {"type": "string"}, "UPLOAD_FAIL": {"type": "string"}, "DOWNLOAD_FAIL": {"type": "string"}, "DOWNLOAD_SUCCESS": {"type": "string"}}, "required": ["UPLOAD_SUCCESS", "UPLOAD_FAIL", "DOWNLOAD_FAIL", "DOWNLOAD_SUCCESS"]}}, "required": ["messages"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"issuer_ca_id": {"type": "integer"}, "issuer_name": {"type": "string"}, "name_value": {"type": "string"}, "min_cert_id": {"type": "integer"}, "min_entry_timestamp": {"type": "string"}, "not_before": {"type": "string"}, "not_after": {"type": "string"}}, "required": ["issuer_ca_id", "issuer_name", "name_value", "min_cert_id", "min_entry_timestamp", "not_before", "not_after"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"issuer_ca_id" : 16418, "issuer_name" : "C=US, O=Let's Encrypt, CN=Let's Encrypt Authority X3", "name_value" : "jenkins.jx.51.255.75.215.nip.io", "min_cert_id" : 1000581969, "min_entry_timestamp" : "2018-12-03T19:16:35.275", "not_before" : "2018-12-03T18:16:33", "not_after" : "2019-03-03T18:16:33"} | json_instruct | {"type": "object", "properties": {"issuer_ca_id": {"type": "integer"}, "issuer_name": {"type": "string"}, "name_value": {"type": "string"}, "min_cert_id": {"type": "integer"}, "min_entry_timestamp": {"type": "string"}, "not_before": {"type": "string"}, "not_after": {"type": "string"}}, "required": ["issuer_ca_id", "issuer_name", "name_value", "min_cert_id", "min_entry_timestamp", "not_before", "not_after"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"directions" : ["In a cocktail mixer full of ice, combine vodka, melon liqueur and sweet and sour mix. Shake vigorously and strain into glass. Garnish with a cherry."], "ingredients" : ["1 fluid ounce vodka", "2 fluid ounces melon liqueur", "1 fluid ounce sweet and sour mix", "1 maraschino cherry"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Green Apple Martini", "url" : "http://allrecipes.com/recipe/32307/green-apple-martini/"} | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "misc": {"type": "object", "properties": {"postHint": {"type": "string"}}, "required": ["postHint"]}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "thumbnailUrl": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "thumbnailUrl", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "isCurated": {"type": "boolean"}, "ratio": {"type": "integer"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "isCurated", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "misc", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"author" : {"id" : "t2_evu8w", "name" : "NovercaIis"}, "date" : {"day" : 1523923200, "full" : 1523943354, "month" : 1522540800, "week" : 1523750400}, "id" : "t3_8cu8zj", "misc" : {"postHint" : "link"}, "picture" : {"filesize" : 57184, "fullUrl" : "https://external-preview.redd.it/2ormeeamn3Vx_RaB8ltuDB9GDEcAPEvd4Prfwl3WNhA.jpg?auto=webp&s=3e526e1f8698c43e5297d3fe908e8e374ef97ff5", "hash" : "9c300cae8e", "height" : 400, "lqip" : "data:image/jpg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKABADASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABgf/xAAgEAACAgICAgMAAAAAAAAAAAABAgMEBREABhIhFDFB/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAfEQABAgYDAAAAAAAAAAAAAAABAAQCAxESE7EhMVH/2gAMAwEAAhEDEQA/AEXcrGQbLXIalqxDF8h9uk7IQQdADR5Q+mvbbpmLa1OZbeiJJZCSW05+/fIXnbVh8rZ8p5W8js7cnZ436hlL8eJpxx3rSxhTpVmYAez+b5MaXZIhX3ac7AMsEd8aX//Z", "thumbnailUrl" : "https://b.thumbs.redditmedia.com/tyY2IUSVHDHlwGWOKynGnfqi84K_m-gLIDGMecwT2LU.jpg", "url" : "https://external-preview.redd.it/2ormeeamn3Vx_RaB8ltuDB9GDEcAPEvd4Prfwl3WNhA.jpg?width=640&crop=smart&auto=webp&s=fa5a81b5803f9837941e04559f138bf1c8d7aef9", "width" : 640}, "score" : {"comments" : 3, "downs" : 0, "isCurated" : false, "ratio" : 1, "ups" : 6, "value" : 6}, "subreddit" : {"id" : "t5_3isai", "name" : "dndmaps"}, "tags" : [], "title" : "My Desert Town - need some feedback - Should I add more buildings in the bottom left corner or keep it as is? This map is 35x35", "url" : "https://www.reddit.com/r/dndmaps/comments/8cu8zj/my_desert_town_need_some_feedback_should_i_add/"} | json_instruct | {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "misc": {"type": "object", "properties": {"postHint": {"type": "string"}}, "required": ["postHint"]}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "thumbnailUrl": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "thumbnailUrl", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "isCurated": {"type": "boolean"}, "ratio": {"type": "integer"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "isCurated", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "misc", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"default": {"type": "object", "properties": {"driver": {"type": "string"}, "database": {"type": "string"}}, "required": ["driver", "database"]}}, "required": ["default"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"default" : {"driver" : "pg", "database" : "open-marriage"}} | json_instruct | {"type": "object", "properties": {"default": {"type": "object", "properties": {"driver": {"type": "string"}, "database": {"type": "string"}}, "required": ["driver", "database"]}}, "required": ["default"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"INSERTED": {"type": "array", "items": {"type": "string"}}, "UPDATED": {"type": "array", "items": {}}, "PERMANENTLY_SKIPPED": {"type": "array", "items": {"type": "string"}}, "SKIPPED_DUE_PROCESSING_EXCEPTION": {"type": "array", "items": {}}, "SKIPPED_DUE_HARVESTING_EXCEPTION": {"type": "array", "items": {}}}, "required": ["INSERTED", "UPDATED", "PERMANENTLY_SKIPPED", "SKIPPED_DUE_PROCESSING_EXCEPTION", "SKIPPED_DUE_HARVESTING_EXCEPTION"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"INSERTED" : ["96da7ff7-f36a-490a-946f-f1aa3e287147", "198de061-3772-492d-bced-25789ac818dd"], "UPDATED" : [], "PERMANENTLY_SKIPPED" : ["da793b84-83a4-43f6-9aea-8f218e5ede4d"], "SKIPPED_DUE_PROCESSING_EXCEPTION" : [], "SKIPPED_DUE_HARVESTING_EXCEPTION" : []} | json_instruct | {"type": "object", "properties": {"INSERTED": {"type": "array", "items": {"type": "string"}}, "UPDATED": {"type": "array", "items": {}}, "PERMANENTLY_SKIPPED": {"type": "array", "items": {"type": "string"}}, "SKIPPED_DUE_PROCESSING_EXCEPTION": {"type": "array", "items": {}}, "SKIPPED_DUE_HARVESTING_EXCEPTION": {"type": "array", "items": {}}}, "required": ["INSERTED", "UPDATED", "PERMANENTLY_SKIPPED", "SKIPPED_DUE_PROCESSING_EXCEPTION", "SKIPPED_DUE_HARVESTING_EXCEPTION"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"status": {"type": "integer"}, "sol": {"type": "integer"}, "season": {"type": "string"}, "min_temp": {"type": "integer"}, "max_temp": {"type": "integer"}, "atmo_opacity": {"type": "string"}, "sunset": {"type": "string"}, "sunrise": {"type": "string"}, "min_gts_temp": {"type": "integer"}, "max_gts_temp": {"type": "integer"}, "unitOfMeasure": {"type": "string"}, "TZ_Data": {"type": "string"}}, "required": ["status", "sol", "season", "min_temp", "max_temp", "atmo_opacity", "sunset", "sunrise", "min_gts_temp", "max_gts_temp", "unitOfMeasure", "TZ_Data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"status" : 200, "sol" : 2036, "season" : "Month 6", "min_temp" : -72, "max_temp" : -5, "atmo_opacity" : "Sunny", "sunset" : "17:20", "sunrise" : "05:24", "min_gts_temp" : -81, "max_gts_temp" : 14, "unitOfMeasure" : "Celsius", "TZ_Data" : "America/Port_of_Spain"} | json_instruct | {"type": "object", "properties": {"status": {"type": "integer"}, "sol": {"type": "integer"}, "season": {"type": "string"}, "min_temp": {"type": "integer"}, "max_temp": {"type": "integer"}, "atmo_opacity": {"type": "string"}, "sunset": {"type": "string"}, "sunrise": {"type": "string"}, "min_gts_temp": {"type": "integer"}, "max_gts_temp": {"type": "integer"}, "unitOfMeasure": {"type": "string"}, "TZ_Data": {"type": "string"}}, "required": ["status", "sol", "season", "min_temp", "max_temp", "atmo_opacity", "sunset", "sunrise", "min_gts_temp", "max_gts_temp", "unitOfMeasure", "TZ_Data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"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"}}, "required": ["id", "links", "data_recebimento", "remetente", "origem", "descricao", "caixa", "em_resposta"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 579, "links" : ["https://legis.senado.leg.br/sdleg-getter/documento/download/ad204994-a16a-4bc6-bbd5-309e27e463b3"], "data_recebimento" : "27/05/2021", "remetente" : "MRE - Minist\u00e9rio das Rela\u00e7\u00f5es Exteriores", "origem" : "\n27G/SG/AFEPA/SARP/SASC/PARL\n27/05/2021\n", "descricao" : "\nComunica\u00e7\u00f5es, telegramas e documentos relativos \u00e0 obten\u00e7\u00e3o de vacinas.\nDocumento de acesso restrito aos membros da comiss\u00e3o, em virtude de conter informa\u00e7\u00f5es recobertas por sigilo legal - Ato da Comiss\u00e3o Diretora n\u00ba 9, de 2012, art. 26, \u00a73\u00ba.\n\n\t\t\t\t\t\t\tDocumenta\u00e7\u00e3o contendo:\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t4 folha(s).\n\t\t\t\t\t\t\t\n", "caixa" : " 1 ", "em_resposta" : " 1 "} | 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"}}, "required": ["id", "links", "data_recebimento", "remetente", "origem", "descricao", "caixa", "em_resposta"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "minimum-stability": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Source\\": {"type": "string"}}, "required": ["Source\\"]}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["psr-4", "files"]}, "require": {"type": "object", "properties": {"coffeecode/datalayer": {"type": "string"}, "dompdf/dompdf": {"type": "string"}}, "required": ["coffeecode/datalayer", "dompdf/dompdf"]}}, "required": ["name", "description", "minimum-stability", "license", "authors", "autoload", "require"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "reinaldorti/phptips", "description" : "CONVERTENDO HTML PARA PDF COM PHP E DOMPDF | PHP TIPS #014", "minimum-stability" : "stable", "license" : "MIT", "authors" : [{"name" : "Reinaldo Dorti", "email" : "reinaldorti@gmail.com"}], "autoload" : {"psr-4" : {"Source\\" : "source/"}, "files" : ["source/Config.php"]}, "require" : {"coffeecode/datalayer" : "1.1.*", "dompdf/dompdf" : "0.8.*"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "minimum-stability": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Source\\": {"type": "string"}}, "required": ["Source\\"]}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["psr-4", "files"]}, "require": {"type": "object", "properties": {"coffeecode/datalayer": {"type": "string"}, "dompdf/dompdf": {"type": "string"}}, "required": ["coffeecode/datalayer", "dompdf/dompdf"]}}, "required": ["name", "description", "minimum-stability", "license", "authors", "autoload", "require"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"replace" : false, "values" : ["end_stone", "red_sand", "red_sandstone", "blackstone", "smooth_basalt", "magma_block", "orange_concrete"]} | json_instruct | {"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"published": {"type": "string"}, "media-type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "content": {"type": "string"}, "source": {"type": "string"}}, "required": ["published", "media-type", "title", "id", "content", "source"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"published" : "2015-09-21T21:40:00Z", "media-type" : "News", "title" : "Flowers Foods President And CEO Exercises Options", "id" : "e6abfa45-ad10-471a-9835-f81c637854b1", "content" : "SOURCE Flowers Foods, Inc.\n\nIncreases ownership to 612,000 shares\n\nTHOMASVILLE, Ga. \n\nAbout Flowers Foods \n\nHeadquartered in Thomasville, Ga. \n\nTo view the original version on PR Newswire, visit:http://www.prnewswire.com/news-releases/flowers-foods-president-and-ceo-exercises-options-300146471.html\n\n\u00a92015 PR Newswire. All Rights Reserved.", "source" : "ABC6.com"} | json_instruct | {"type": "object", "properties": {"published": {"type": "string"}, "media-type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "content": {"type": "string"}, "source": {"type": "string"}}, "required": ["published", "media-type", "title", "id", "content", "source"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "6304070004", "district_id" : "6304070", "name" : "PUNTIK LUAR"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"get": {"type": "object", "properties": {"security": {"type": "array", "items": {}}, "operationId": {"type": "string"}, "description": {"type": "string"}, "responses": {"type": "object", "properties": {"302": {"type": "object", "properties": {"description": {"type": "string"}}, "required": ["description"]}, "default": {"type": "object", "properties": {"description": {"type": "string"}, "schema": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}}, "required": ["description", "schema"]}}, "required": ["302", "default"]}}, "required": ["security", "operationId", "description", "responses"]}}, "required": ["get"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"get" : {"security" : [], "operationId" : "bcg", "description" : "Redirect to BCG Okta login", "responses" : {"302" : {"description" : "Redirect"}, "default" : {"description" : "Error", "schema" : {"$ref" : "../../definitions/common/errorResponse.json"}}}}} | json_instruct | {"type": "object", "properties": {"get": {"type": "object", "properties": {"security": {"type": "array", "items": {}}, "operationId": {"type": "string"}, "description": {"type": "string"}, "responses": {"type": "object", "properties": {"302": {"type": "object", "properties": {"description": {"type": "string"}}, "required": ["description"]}, "default": {"type": "object", "properties": {"description": {"type": "string"}, "schema": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}}, "required": ["description", "schema"]}}, "required": ["302", "default"]}}, "required": ["security", "operationId", "description", "responses"]}}, "required": ["get"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"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"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ast" : null, "code" : "import { describe } from 'react-desc';\nimport { getAvailableAtBadge } from '../../utils';\nexport var doc = function doc(Main) {\n var DocumentedMain = describe(Main).availableAt(getAvailableAtBadge('Main')).description('main content of a document.').usage(\"import { Main } from 'grommet';\\n<Main />\");\n return DocumentedMain;\n};", "map" : {"version" : 3, "sources" : ["/mnt/c/Users/leewq/OneDrive/Desktop/Projects/Hackers/VTour/node_modules/grommet/es6/components/Main/doc.js"], "names" : ["describe", "getAvailableAtBadge", "doc", "Main", "DocumentedMain", "availableAt", "description", "usage"], "mappings" : "AAAA,SAASA,QAAT,QAAyB,YAAzB;AACA,SAASC,mBAAT,QAAoC,aAApC;AACA,OAAO,IAAIC,GAAG,GAAG,SAASA,GAAT,CAAaC,IAAb,EAAmB;AAClC,MAAIC,cAAc,GAAGJ,QAAQ,CAACG,IAAD,CAAR,CAAeE,WAAf,CAA2BJ,mBAAmB,CAAC,MAAD,CAA9C,EAAwDK,WAAxD,CAAoE,6BAApE,EAAmGC,KAAnG,CAAyG,2CAAzG,CAArB;AACA,SAAOH,cAAP;AACD,CAHM", "sourcesContent" : ["import { describe } from 'react-desc';\nimport { getAvailableAtBadge } from '../../utils';\nexport var doc = function doc(Main) {\n var DocumentedMain = describe(Main).availableAt(getAvailableAtBadge('Main')).description('main content of a document.').usage(\"import { Main } from 'grommet';\\n<Main />\");\n return DocumentedMain;\n};"]}, "metadata" : {}, "sourceType" : "module"} | 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"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[134.625, 25.833333333333332], [134.625, 25.916666666666668], [134.75, 25.916666666666668], [134.75, 25.833333333333332], [134.625, 25.833333333333332]]]}, "properties" : {"code" : 383465, "url" : "http://madefor.github.io/0410/api/v1/383465.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/383465.geojson"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {}, "required": []}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"SON\\": {"type": "string"}}, "required": ["SON\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "authors", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "ernandes/php-error-handling", "description" : "", "authors" : [{"name" : "Ernandes Carvalho", "email" : "ernandesdecarvalho@gmail.com"}], "require" : {}, "autoload" : {"psr-4" : {"SON\\" : "src"}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {}, "required": []}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"SON\\": {"type": "string"}}, "required": ["SON\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "authors", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"CorePluginsAdmin": {"type": "object", "properties": {"Activate": {"type": "string"}, "Activated": {"type": "string"}, "Active": {"type": "string"}, "AuthorHomepage": {"type": "string"}, "Deactivate": {"type": "string"}, "Inactive": {"type": "string"}, "LicenseHomepage": {"type": "string"}, "OncePluginIsInstalledYouMayActivateHere": {"type": "string"}, "PluginHomepage": {"type": "string"}, "PluginsExtendPiwik": {"type": "string"}, "PluginsManagement": {"type": "string"}, "Status": {"type": "string"}, "Version": {"type": "string"}}, "required": ["Activate", "Activated", "Active", "AuthorHomepage", "Deactivate", "Inactive", "LicenseHomepage", "OncePluginIsInstalledYouMayActivateHere", "PluginHomepage", "PluginsExtendPiwik", "PluginsManagement", "Status", "Version"]}}, "required": ["CorePluginsAdmin"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"CorePluginsAdmin" : {"Activate" : "Sl\u00e5 p\u00e5", "Activated" : "P\u00e5", "Active" : "Aktivt", "AuthorHomepage" : "Nettsida til forfattaren av innstikket", "Deactivate" : "Sl\u00e5 av", "Inactive" : "Av", "LicenseHomepage" : "Lisensen til innstikket", "OncePluginIsInstalledYouMayActivateHere" : "N\u00e5r eit innstikk er lagt til, kan du sl\u00e5 det av og p\u00e5 her.", "PluginHomepage" : "Nettsida til innstikket", "PluginsExtendPiwik" : "Innstikk utvidar funksjonane til Piwik.", "PluginsManagement" : "Innstikkstyring", "Status" : "Status", "Version" : "Versjon"}} | json_instruct | {"type": "object", "properties": {"CorePluginsAdmin": {"type": "object", "properties": {"Activate": {"type": "string"}, "Activated": {"type": "string"}, "Active": {"type": "string"}, "AuthorHomepage": {"type": "string"}, "Deactivate": {"type": "string"}, "Inactive": {"type": "string"}, "LicenseHomepage": {"type": "string"}, "OncePluginIsInstalledYouMayActivateHere": {"type": "string"}, "PluginHomepage": {"type": "string"}, "PluginsExtendPiwik": {"type": "string"}, "PluginsManagement": {"type": "string"}, "Status": {"type": "string"}, "Version": {"type": "string"}}, "required": ["Activate", "Activated", "Active", "AuthorHomepage", "Deactivate", "Inactive", "LicenseHomepage", "OncePluginIsInstalledYouMayActivateHere", "PluginHomepage", "PluginsExtendPiwik", "PluginsManagement", "Status", "Version"]}}, "required": ["CorePluginsAdmin"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"data": {"type": "object", "properties": {"logo": {"type": "object", "properties": {"name": {"type": "string"}, "image": {"type": "object", "properties": {"fluid": {"type": "object", "properties": {"base64": {"type": "string"}, "aspectRatio": {"type": "integer"}, "src": {"type": "string"}, "srcSet": {"type": "string"}, "sizes": {"type": "string"}}, "required": ["base64", "aspectRatio", "src", "srcSet", "sizes"]}}, "required": ["fluid"]}}, "required": ["name", "image"]}}, "required": ["logo"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"data" : {"logo" : {"name" : "moth", "image" : {"fluid" : {"base64" : "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACV0lEQVQ4y9WUzUtWQRTG773mR5reM685V0vNFynnJr5hSbhJpYSi0CgKhDbvNnARbfogaNMukFpEmyAQ/CNcRARB/5a/M3fuvFcs2taFw8x5znmemblz5iTJv/S5QpLSip/rqH5SFiZz3iQ9FrTmj0JliOkIN/FcHX/HcVZSXcknemEJuAkmDTFJT65WmNuQNwm22dnp3i5EY7UYO1C/NpM1+GfhzrHAAxa7pQmrWAebBbiOLTd2m2H9Pd+kjQUHiN0E67ChaYQd2JIGWoiNA7RYaZCkLcYdsNInW/OE2DTYNewO8XNgq9hT5muIDRKHL0OMKmjalaiZAOzHb5G4wrhD8n1sF/JbsAPmz7B35D1HfAvOAHnn4c+CTZLn9MeOA0xiI5BGSMoJzkO8QewNtgeJmHlB/BfxPbB15lfApuB1iJ/Bn8fy8GOlqI4iM3p8CA8R/EryN7BD/EfYB4j7YK+YfyTvLuL3EDVOL8aKjeUQxinAdZL1Hy1ji/gbjK8hfAH/wfyzXgRixOUxgpssclVP2KxPvc0+rAg1OIRADnkUX4/SVVGSf4K/xG+HEw2Tm4Phm4v1y6mf0Clswf/DSnyMcQzsMgRKyXQR+e6PrhegCxWi9aeVoXkubMxvMw0FOkdgMYpZXyY5cXwtfnmP+JKrLugCC7TIs/BmiI3GHcZtVqKWpEuILWj5NIp4F/vUKHA9ruayQzMcLrb5/Hpv9ngTkL5wlG3m3YBlJ5+vxO4T36uOZWhHldUdpdcAytAMtDLKYC7y5e/9roydxre2LDYNK8n/+x0Bbjtw1u3FvfkAAAAASUVORK5CYII=", "aspectRatio" : 1, "src" : "/static/1040dd0d421bc50f84a8b2047102ac91/ee604/moth.png", "srcSet" : "/static/1040dd0d421bc50f84a8b2047102ac91/69585/moth.png 200w,\n/static/1040dd0d421bc50f84a8b2047102ac91/497c6/moth.png 400w,\n/static/1040dd0d421bc50f84a8b2047102ac91/ee604/moth.png 800w,\n/static/1040dd0d421bc50f84a8b2047102ac91/f3583/moth.png 1200w,\n/static/1040dd0d421bc50f84a8b2047102ac91/5707d/moth.png 1600w,\n/static/1040dd0d421bc50f84a8b2047102ac91/e8d33/moth.png 1707w", "sizes" : "(max-width: 800px) 100vw, 800px"}}}}} | json_instruct | {"type": "object", "properties": {"data": {"type": "object", "properties": {"logo": {"type": "object", "properties": {"name": {"type": "string"}, "image": {"type": "object", "properties": {"fluid": {"type": "object", "properties": {"base64": {"type": "string"}, "aspectRatio": {"type": "integer"}, "src": {"type": "string"}, "srcSet": {"type": "string"}, "sizes": {"type": "string"}}, "required": ["base64", "aspectRatio", "src", "srcSet", "sizes"]}}, "required": ["fluid"]}}, "required": ["name", "image"]}}, "required": ["logo"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"jquery.tokeninput.js": {"type": "string"}, "jquery.tokeninput.min.js": {"type": "string"}}, "required": ["jquery.tokeninput.js", "jquery.tokeninput.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"jquery.tokeninput.js" : "sha256-AJli9sykboNICD+dXW8zoYSabk3AqK5dBufGmhp76Fk=", "jquery.tokeninput.min.js" : "sha256-bOi7CWWlEsXyD33948s9GEzpo0fN3HUS2RGqjfzpR0g="} | json_instruct | {"type": "object", "properties": {"jquery.tokeninput.js": {"type": "string"}, "jquery.tokeninput.min.js": {"type": "string"}}, "required": ["jquery.tokeninput.js", "jquery.tokeninput.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "myodynamiometer", "definition" : "A myodynamometer."} | 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": {"x": {"type": "array", "items": {"type": "integer"}}, "y": {"type": "array", "items": {"type": "string"}}, "mode": {"type": "string"}, "name": {"type": "string"}}, "required": ["x", "y", "mode", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"x" : [1960, 1961, 1962, 1963, 1964, 1965, 1966, 1967, 1968, 1969, 1970, 1971, 1972, 1973, 1974, 1975, 1976, 1977, 1978, 1979, 1980, 1981, 1982, 1983, 1984, 1985, 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017], "y" : ["0.376362636222925", "0.391633852851805", "0.471114965990728", "0.478035540665561", "0.724709335323436", "0.615983879775145", "0.602876513655558", "0.673816086335735", "0.697652452431672", "0.745799585536179", "0.840967147281229", "0.928736557644358", "0.942527222145342", "0.9952099510991", "1.03591214044241", "0.99583740886858", "0.771845377139181", "1.09512004828611", "0.986917235117339", "1.11718879677422", "1.09301559085265", "1.30967335117199", "1.09217966215656", "0.995717086646458", "0.881431700819745", "0.91605312064621", "0.901862491007441", "0.80601186708994", "0.881973846624441", "0.955611314309127", "1.0304766496712", "0.941914129874498", "0.957107145325232", "0.952697349224519", "0.940601842198458", "0.941791601531851", "0.963649919129272", "0.948974461351907", "0.925771007258226", "0.933765706250335", "0.962319078377458", "1.08467288419831", "0.99074612253362", "1.06691040641153", "1.18920720657456", "1.056915968841", "1.10488136099871", "1.09389974180989", "0.953525312706551", "0.927520475101015", "1.09619921978542", "1.0305165764266", "1.00536252351559", "1.04127997853753", "1.06612774478568", "", "", ""], "mode" : "lines+markers", "name" : "Pacific island small states(Total CO2 Emissions in metric tons per capita)"} | json_instruct | {"type": "object", "properties": {"x": {"type": "array", "items": {"type": "integer"}}, "y": {"type": "array", "items": {"type": "string"}}, "mode": {"type": "string"}, "name": {"type": "string"}}, "required": ["x", "y", "mode", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["Make a continuous line of toys from the front door to the button.", "!start", "!button", "!Challenge Complete"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "screenshots": {"type": "array", "items": {"type": "string"}}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"Dariusz Bukowski": {"type": "string"}}, "required": ["Dariusz Bukowski"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "social_media_url": {"type": "string"}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "swift_version": {"type": "string"}, "source_files": {"type": "string"}}, "required": ["name", "version", "summary", "description", "homepage", "screenshots", "license", "authors", "source", "social_media_url", "platforms", "swift_version", "source_files"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Disintegrate", "version" : "0.2.0", "summary" : "Disintegration animation inspired by THAT thing Thanos did at the end of Avengers: Infinity War.", "description" : "Disintegrate is a small library providing an animation inspired by how our favorite heroes disappeared at the end of Avengers: Infinity War.\n The view or layer that you use it on is divided into small triangles, which then move into one direction and fade away. You can customize\n the estimated number of triangles and the direction they will move to.", "homepage" : "https://github.com/dbukowski/Disintegrate", "screenshots" : ["https://i.imgur.com/kPXjfNP.png", "https://i.imgur.com/bz7zFez.png", "https://i.imgur.com/EnYu6uJ.png", "https://i.imgur.com/bNWiGrD.png", "https://i.imgur.com/kytYTMT.png"], "license" : {"type" : "MIT", "file" : "LICENSE"}, "authors" : {"Dariusz Bukowski" : "dariusz.m.bukowski@gmail.com"}, "source" : {"git" : "https://github.com/dbukowski/Disintegrate.git", "tag" : "0.2.0"}, "social_media_url" : "https://twitter.com/darekbukowski", "platforms" : {"ios" : "8.0"}, "swift_version" : "4.2", "source_files" : "Disintegrate/Classes/**/*"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "screenshots": {"type": "array", "items": {"type": "string"}}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"Dariusz Bukowski": {"type": "string"}}, "required": ["Dariusz Bukowski"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "social_media_url": {"type": "string"}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "swift_version": {"type": "string"}, "source_files": {"type": "string"}}, "required": ["name", "version", "summary", "description", "homepage", "screenshots", "license", "authors", "source", "social_media_url", "platforms", "swift_version", "source_files"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"code" : 9410031002, "parent" : 9410031, "name" : "WOTAI", "latitude" : null, "longitude" : null, "postal" : [98751, 98726], "children" : []} | json_instruct | {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "null"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Dynamic Optimization of Landscape Connectivity Embedding Spatial-Capture-Recapture Information.", "fields" : ["mark and recapture", "landscape connectivity", "artificial intelligence", "embedding", "machine learning"], "abstract" : null, "citation" : "Citations (2)", "departments" : ["Cornell University", "University of Massachusetts Amherst", "Cornell University", "Georgia Institute of Technology", "United States Geological Survey"], "authors" : ["Yexiang Xue.....http://dblp.org/pers/hd/x/Xue:Yexiang", "XiaoJian Wu.....http://dblp.org/pers/hd/w/Wu:XiaoJian", "Dana Morin.....http://dblp.org/pers/hd/m/Morin:Dana", "Bistra Dilkina.....http://dblp.org/pers/hd/d/Dilkina:Bistra", "Angela Fuller.....http://dblp.org/pers/hd/f/Fuller:Angela", "J. Andrew Royle.....http://dblp.org/pers/hd/r/Royle:J=_Andrew", "Carla P. Gomes.....http://dblp.org/pers/hd/g/Gomes:Carla_P="], "conf" : "aaai", "year" : "2017", "pages" : 7} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "null"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nom" : "Boisney", "circ" : "2\u00e8me circonscription", "dpt" : "Eure", "inscrits" : 266, "abs" : 146, "votants" : 120, "blancs" : 15, "nuls" : 0, "exp" : 105, "res" : [{"nuance" : "REM", "nom" : "M. Fabien GOUTTEFARDE", "voix" : 60}, {"nuance" : "FN", "nom" : "M. Emmanuel CAMOIN", "voix" : 45}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"illuminate/support": {"type": "string"}}, "required": ["illuminate/support"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Faizanbashir\\Cacheable\\": {"type": "string"}}, "required": ["Faizanbashir\\Cacheable\\"]}}, "required": ["psr-4"]}, "autoload-dev": {"type": "object", "properties": {"classmap": {"type": "array", "items": {"type": "string"}}}, "required": ["classmap"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}, "illuminate/database": {"type": "string"}, "illuminate/cache": {"type": "string"}}, "required": ["phpunit/phpunit", "illuminate/database", "illuminate/cache"]}}, "required": ["name", "description", "license", "keywords", "authors", "require", "autoload", "autoload-dev", "require-dev"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "faizanbashir/cacheable", "description" : "Caching for Laravel.", "license" : "MIT", "keywords" : ["laravel", "cache"], "authors" : [{"name" : "Faizan Bashir", "email" : "faizan.ibn.bashir@gmail.com"}], "require" : {"illuminate/support" : "^5.1"}, "autoload" : {"psr-4" : {"Faizanbashir\\Cacheable\\" : "src/"}}, "autoload-dev" : {"classmap" : ["tests/TestCase.php"]}, "require-dev" : {"phpunit/phpunit" : "^5.2", "illuminate/database" : "^5.1", "illuminate/cache" : "^5.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"illuminate/support": {"type": "string"}}, "required": ["illuminate/support"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Faizanbashir\\Cacheable\\": {"type": "string"}}, "required": ["Faizanbashir\\Cacheable\\"]}}, "required": ["psr-4"]}, "autoload-dev": {"type": "object", "properties": {"classmap": {"type": "array", "items": {"type": "string"}}}, "required": ["classmap"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}, "illuminate/database": {"type": "string"}, "illuminate/cache": {"type": "string"}}, "required": ["phpunit/phpunit", "illuminate/database", "illuminate/cache"]}}, "required": ["name", "description", "license", "keywords", "authors", "require", "autoload", "autoload-dev", "require-dev"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["peer-connection-network", "peer-connection-pool"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$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"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "d728-168", "text" : "Page 2\nOctober 23, 1952\nFuture Operation\nNetwork Hdq, would like to take a breather during^the\nChristmas season! and since many of the stations are off\nthe air, we think the following would be an acceptable plan.\nPackage #9 expires the week of December 7* Ordinarily\nPackage #10, the Winter package, would start the following\nweek of December 14, Since this is a budy time for all con~\ncerned and since some of the stations also take a vacation,\nNetwork il&q, would like to start Pek, #10 the week of\nJanuary 4*\nWe would appreciate any comments or opinions you might\nhave on the matter. Please fill out the enclosed form and\ntell us if you approve the plan or if you wish to receive\ntapes during the Christmas season. We will be governed by\nmajority rule on this point, so please get the forms in as\nsoon as possible.\nmmm\nThere will be no interruption in the service of the\nfollowing series.\nMusic for the Connoisseur\nVoices of Europe\nTreasure Island\nWays of Mankind\nPeople Under Communism"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1882, 9], [1883, 6], [1885, 9], [1886, 7], [1889, 7], [1890, 9], [1891, 7], [1892, 12], [1893, 7], [1894, 16], [1895, 5], [1896, 10], [1897, 16], [1898, 12], [1899, 8], [1900, 10], [1901, 9], [1902, 6], [1903, 9], [1904, 9], [1905, 13], [1906, 10], [1907, 20], [1908, 14], [1909, 8], [1910, 21], [1911, 11], [1912, 18], [1913, 20], [1914, 15], [1915, 13], [1916, 18], [1917, 25], [1918, 21], [1919, 22], [1920, 22], [1921, 20], [1922, 18], [1923, 15], [1924, 24], [1925, 22], [1926, 18], [1927, 21], [1928, 12], [1929, 12], [1930, 12], [1931, 15], [1932, 13], [1933, 16], [1934, 14], [1935, 7], [1936, 7], [1937, 12], [1938, 18], [1939, 27], [1940, 33], [1941, 27], [1942, 33], [1943, 68], [1944, 69], [1945, 54], [1946, 85], [1947, 109], [1948, 104], [1949, 90], [1950, 93], [1951, 98], [1952, 101], [1953, 102], [1954, 123], [1955, 121], [1956, 134], [1957, 168], [1958, 160], [1959, 198], [1960, 191], [1961, 212], [1962, 230], [1963, 258], [1964, 208], [1965, 208], [1966, 145], [1967, 134], [1968, 128], [1969, 135], [1970, 109], [1971, 114], [1972, 86], [1973, 94], [1974, 63], [1975, 58], [1976, 43], [1977, 57], [1978, 44], [1979, 39], [1980, 30], [1981, 30], [1982, 26], [1983, 32], [1984, 29], [1985, 26], [1986, 21], [1987, 16], [1988, 17], [1989, 18], [1990, 16], [1991, 11], [1992, 9], [1993, 8], [1994, 10], [1995, 7], [1998, 6], [1999, 8], [2001, 5], [2003, 10], [2004, 8], [2005, 8], [2006, 7], [2008, 5], [2009, 9], [2010, 8], [2011, 11], [2012, 10], [2013, 11], [2014, 12]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"code": {"type": "integer"}, "description": {"type": "string"}}, "required": ["code", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"code" : -1, "description" : "\u72b6\u6001\u66f4\u65b0\u5931\u8d25"} | json_instruct | {"type": "object", "properties": {"code": {"type": "integer"}, "description": {"type": "string"}}, "required": ["code", "description"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"body" : "THEY BELIEVE IT TO BE A REVELATION, ONLY BECAUSE THEY STRONGLY BELIEVE IT TO BE A REVELATION;", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/13200.json"} | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"ts-drop-shorter-than": {"type": "string"}}, "required": ["ts-drop-shorter-than"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"jsonparse": {"type": "string"}}, "required": ["jsonparse"]}}, "required": ["name", "version", "description", "main", "bin", "repository", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "ts-drop-shorter-than", "version" : "0.1.0", "description" : "Prune files created by tsc --generateTrace", "main" : "index.js", "bin" : {"ts-drop-shorter-than" : "./bin/ts-drop-shorter-than"}, "repository" : {"type" : "git", "url" : "git+https://github.com/amcasey/ts-drop-shorter-than.git"}, "author" : "Andrew Casey", "license" : "MIT", "bugs" : {"url" : "https://github.com/amcasey/ts-drop-shorter-than/issues"}, "homepage" : "https://github.com/amcasey/ts-drop-shorter-than#readme", "dependencies" : {"jsonparse" : "^1.3.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"ts-drop-shorter-than": {"type": "string"}}, "required": ["ts-drop-shorter-than"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"jsonparse": {"type": "string"}}, "required": ["jsonparse"]}}, "required": ["name", "version", "description", "main", "bin", "repository", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"label": {"type": "string"}, "preselected": {"type": "string"}, "files": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "type": {"type": "string"}}, "required": ["path", "type"]}}, "questions": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "type": {"type": "integer"}, "defaultValue": {"type": "string"}, "variable": {"type": "string"}}, "required": ["text", "type", "defaultValue", "variable"]}}, "volumes": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "defaultValue": {"type": "string"}, "variable": {"type": "string"}, "advanced": {"type": "boolean"}}, "required": ["text", "defaultValue", "variable", "advanced"]}}}, "required": ["label", "preselected", "files", "questions", "volumes"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"label" : "TeamSpeak", "preselected" : "false", "files" : [{"path" : "service.yml", "type" : "service"}, {"path" : "README.md", "type" : "docs"}], "questions" : [{"text" : "Which version of TeamSpeak do you want to use?", "type" : 2, "defaultValue" : "3.13", "variable" : "TEAMSPEAK_VERSION"}], "volumes" : [{"text" : "Custom path for TeamSpeak data volume?", "defaultValue" : "./volumes/teamspeak-data", "variable" : "VOLUME_TEAMSPEAK_DATA", "advanced" : true}, {"text" : "Custom path for TeamSpeak logs volume?", "defaultValue" : "./volumes/teamspeak-logs", "variable" : "VOLUME_TEAMSPEAK_LOGS", "advanced" : true}]} | json_instruct | {"type": "object", "properties": {"label": {"type": "string"}, "preselected": {"type": "string"}, "files": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "type": {"type": "string"}}, "required": ["path", "type"]}}, "questions": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "type": {"type": "integer"}, "defaultValue": {"type": "string"}, "variable": {"type": "string"}}, "required": ["text", "type", "defaultValue", "variable"]}}, "volumes": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "defaultValue": {"type": "string"}, "variable": {"type": "string"}, "advanced": {"type": "boolean"}}, "required": ["text", "defaultValue", "variable", "advanced"]}}}, "required": ["label", "preselected", "files", "questions", "volumes"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.