input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Please provide a valid JSON object following this schema:
{"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" : "Mambulac, Silay City, Negros Occidental, Western Visayas (Region VI), PH", "locale" : "ph.western-visayas-region-vi.negros-occidental.silay-city.mambulac", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "16", "region_reference" : "6", "region_name" : "Western Visayas (Region VI)", "province_id" : "51", "province_reference" : "51", "province_name" : "Negros Occidental", "city_id" : "1231", "city_reference" : "1046", "city_name" : "Silay City", "barangay_id" : "36466", "barangay_reference" : "27531", "barangay_name" : "Mambulac"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[122.971657, 10.80435], [122.970047, 10.80128], [122.968826, 10.79891], [122.969353, 10.79902], [122.969757, 10.79901], [122.97036, 10.79874], [122.968193, 10.79463], [122.970993, 10.79351], [122.967697, 10.78612], [122.964447, 10.78723], [122.964447, 10.78806], [122.964722, 10.78833], [122.964561, 10.78849], [122.964447, 10.78861], [122.964447, 10.78889], [122.964973, 10.78942], [122.965553, 10.79], [122.965553, 10.79028], [122.96611, 10.79083], [122.96611, 10.79111], [122.966393, 10.79139], [122.967361, 10.7921], [122.967644, 10.79265], [122.967499, 10.79348], [122.967499, 10.79389], [122.967361, 10.79445], [122.967216, 10.79528], [122.967216, 10.79556], [122.966942, 10.79583], [122.966652, 10.79645], [122.966362, 10.79715], [122.966377, 10.79801], [122.96611, 10.79806], [122.96611, 10.79944], [122.965553, 10.8], [122.965553, 10.80028], [122.964447, 10.80139], [122.964157, 10.80139], [122.96389, 10.80167], [122.963608, 10.80167], [122.963058, 10.80222], [122.962219, 10.8025], [122.962082, 10.80306], [122.962357, 10.80389], [122.962502, 10.80417], [122.96225, 10.80442], [122.962509, 10.8044], [122.96312, 10.80448], [122.963791, 10.80515], [122.964241, 10.80544], [122.965248, 10.80549], [122.966003, 10.80523], [122.966583, 10.80495], [122.967529, 10.80487], [122.968201, 10.80505], [122.968536, 10.80549], [122.968887, 10.80601], [122.969688, 10.80608], [122.969833, 10.80606], [122.969971, 10.8061], [122.970207, 10.80573], [122.970741, 10.80515], [122.971527, 10.80447], [122.971657, 10.80435]]]]}} | 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#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"scripts": {"type": "object", "properties": {"frontend": {"type": "string"}}, "required": ["frontend"]}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"scripts" : {"frontend" : "parcel watch -d 'server/dist' --public-url '/assets/' 'frontend/src/index.html'"}, "dependencies" : {}} | json_instruct | {"type": "object", "properties": {"scripts": {"type": "object", "properties": {"frontend": {"type": "string"}}, "required": ["frontend"]}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"license": {"type": "string"}, "scripts": {"type": "object", "properties": {"build:all": {"type": "string"}, "dev": {"type": "string"}, "lint:fix": {"type": "string"}, "pre-commit": {"type": "string"}, "prepare": {"type": "string"}}, "required": ["build:all", "dev", "lint:fix", "pre-commit", "prepare"]}, "devDependencies": {"type": "object", "properties": {"@changesets/cli": {"type": "string"}, "@preact/preset-vite": {"type": "string"}, "@testing-library/preact": {"type": "string"}, "@testing-library/preact-hooks": {"type": "string"}, "c8": {"type": "string"}, "canvas": {"type": "string"}, "husky": {"type": "string"}, "jsdom": {"type": "string"}, "typescript": {"type": "string"}, "vite": {"type": "string"}, "vitest": {"type": "string"}, "xo": {"type": "string"}}, "required": ["@changesets/cli", "@preact/preset-vite", "@testing-library/preact", "@testing-library/preact-hooks", "c8", "canvas", "husky", "jsdom", "typescript", "vite", "vitest", "xo"]}}, "required": ["license", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"license" : "MIT", "scripts" : {"build:all" : "pnpm -r run build", "dev" : "pnpm --parallel run dev", "lint:fix" : "xo --fix", "pre-commit" : "pnpm run lint:fix && pnpm run test:run --dir packages/core", "prepare" : "husky install"}, "devDependencies" : {"@changesets/cli" : "^2.21.0", "@preact/preset-vite" : "^2.1.5", "@testing-library/preact" : "^2.0.1", "@testing-library/preact-hooks" : "^1.1.0", "c8" : "^7.11.0", "canvas" : "^2.9.0", "husky" : "^7.0.0", "jsdom" : "^19.0.0", "typescript" : "^4.6.2", "vite" : "^2.8.0", "vitest" : "^0.5.9", "xo" : "^0.48.0"}} | json_instruct | {"type": "object", "properties": {"license": {"type": "string"}, "scripts": {"type": "object", "properties": {"build:all": {"type": "string"}, "dev": {"type": "string"}, "lint:fix": {"type": "string"}, "pre-commit": {"type": "string"}, "prepare": {"type": "string"}}, "required": ["build:all", "dev", "lint:fix", "pre-commit", "prepare"]}, "devDependencies": {"type": "object", "properties": {"@changesets/cli": {"type": "string"}, "@preact/preset-vite": {"type": "string"}, "@testing-library/preact": {"type": "string"}, "@testing-library/preact-hooks": {"type": "string"}, "c8": {"type": "string"}, "canvas": {"type": "string"}, "husky": {"type": "string"}, "jsdom": {"type": "string"}, "typescript": {"type": "string"}, "vite": {"type": "string"}, "vitest": {"type": "string"}, "xo": {"type": "string"}}, "required": ["@changesets/cli", "@preact/preset-vite", "@testing-library/preact", "@testing-library/preact-hooks", "c8", "canvas", "husky", "jsdom", "typescript", "vite", "vitest", "xo"]}}, "required": ["license", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "official_id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "school_type_entity": {"type": "string"}, "fax": {"type": "string"}, "state": {"type": "string"}, "phone": {"type": "string"}, "full_time_school": {"type": "boolean"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "official_id", "address", "school_type", "school_type_entity", "fax", "state", "phone", "full_time_school", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Schule Bieber", "id" : "HE-3255-0", "official_id" : "3255", "address" : "Mauerfeldstra\u00dfe 4, 63073 Offenbach am Main", "school_type" : "Grundschule", "school_type_entity" : "Grundschule", "fax" : "069/80653579", "state" : "HE", "phone" : "069/80652445", "full_time_school" : false, "lon" : 8.804539, "lat" : 50.088259} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "official_id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "school_type_entity": {"type": "string"}, "fax": {"type": "string"}, "state": {"type": "string"}, "phone": {"type": "string"}, "full_time_school": {"type": "boolean"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "official_id", "address", "school_type", "school_type_entity", "fax", "state", "phone", "full_time_school", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"level": {"type": "string"}, "titles": {"type": "object", "properties": {"de": {"type": "string"}, "en": {"type": "string"}}, "required": ["de", "en"]}, "can_search": {"type": "boolean"}, "can_describe": {"type": "boolean"}, "groups": {"type": "array", "items": {"type": "string"}}, "location_type": {"type": "string"}, "routing_inclusion": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}}, "required": ["level", "titles", "can_search", "can_describe", "groups", "location_type", "routing_inclusion", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"level" : "1", "titles" : {"de" : "Doubleoctothorpebuero", "en" : "Doubleoctothorpebuero"}, "can_search" : true, "can_describe" : true, "groups" : ["assembly"], "location_type" : "poi", "routing_inclusion" : "default", "geometry" : {"type" : "Polygon", "coordinates" : [[[86.38, 114.75], [90.12, 114.38], [90.19, 112.44], [86.75, 112.31], [86.38, 114.75]]]}} | json_instruct | {"type": "object", "properties": {"level": {"type": "string"}, "titles": {"type": "object", "properties": {"de": {"type": "string"}, "en": {"type": "string"}}, "required": ["de", "en"]}, "can_search": {"type": "boolean"}, "can_describe": {"type": "boolean"}, "groups": {"type": "array", "items": {"type": "string"}}, "location_type": {"type": "string"}, "routing_inclusion": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}}, "required": ["level", "titles", "can_search", "can_describe", "groups", "location_type", "routing_inclusion", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"C#": {"type": "integer"}}, "required": ["C#"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"C#" : 39434} | json_instruct | {"type": "object", "properties": {"C#": {"type": "integer"}}, "required": ["C#"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "image_prefix": {"type": "string"}, "images": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "sha256": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "sha256", "type"]}}, "metadata_version": {"type": "integer"}, "supported_devices": {"type": "array", "items": {"type": "string"}}, "target": {"type": "string"}, "titles": {"type": "array", "items": {"type": "object", "properties": {"model": {"type": "string"}, "vendor": {"type": "string"}}, "required": ["model", "vendor"]}}, "version_commit": {"type": "string"}, "version_number": {"type": "string"}}, "required": ["id", "image_prefix", "images", "metadata_version", "supported_devices", "target", "titles", "version_commit", "version_number"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "iom_iconnect-1.1", "image_prefix" : "openwrt-kirkwood-iom_iconnect-1.1", "images" : [{"name" : "openwrt-kirkwood-iom_iconnect-1.1-squashfs-factory.bin", "sha256" : "152c003e31481493f2efa32ba62642d433e75dd549e5f55341f89ffb30264a24", "type" : "factory"}, {"name" : "openwrt-kirkwood-iom_iconnect-1.1-squashfs-sysupgrade.bin", "sha256" : "438a93a46558aa8bff22164d74806b92a3861317482c6d92bb2ce398402c900e", "type" : "sysupgrade"}], "metadata_version" : 1, "supported_devices" : ["iom,iconnect-1.1", "iconnect"], "target" : "kirkwood/", "titles" : [{"model" : "Iconnect", "vendor" : "Iomega"}], "version_commit" : "r12145-4716c843d6", "version_number" : "SNAPSHOT"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "image_prefix": {"type": "string"}, "images": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "sha256": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "sha256", "type"]}}, "metadata_version": {"type": "integer"}, "supported_devices": {"type": "array", "items": {"type": "string"}}, "target": {"type": "string"}, "titles": {"type": "array", "items": {"type": "object", "properties": {"model": {"type": "string"}, "vendor": {"type": "string"}}, "required": ["model", "vendor"]}}, "version_commit": {"type": "string"}, "version_number": {"type": "string"}}, "required": ["id", "image_prefix", "images", "metadata_version", "supported_devices", "target", "titles", "version_commit", "version_number"], "$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"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "dependencies": {"type": "object", "properties": {"datatype-expansion": {"type": "string"}, "raml-1-parser": {"type": "string"}}, "required": ["datatype-expansion", "raml-1-parser"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-plugin-prettier": {"type": "string"}, "glob": {"type": "string"}, "mocha": {"type": "string"}, "prettier": {"type": "string"}}, "required": ["eslint", "eslint-plugin-prettier", "glob", "mocha", "prettier"]}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "preferGlobal": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"json": {"type": "string"}, "lint": {"type": "string"}, "test": {"type": "string"}}, "required": ["json", "lint", "test"]}, "files": {"type": "array", "items": {"type": "string"}}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}}, "required": ["name", "description", "version", "author", "bugs", "dependencies", "devDependencies", "homepage", "keywords", "license", "main", "repository", "preferGlobal", "scripts", "files", "engines"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "raml2obj", "description" : "RAML to object", "version" : "6.1.0", "author" : {"name" : "Kevin Renskers", "email" : "info@mixedcase.nl"}, "bugs" : {"url" : "https://github.com/raml2html/raml2obj/issues"}, "dependencies" : {"datatype-expansion" : "^0.3.4", "raml-1-parser" : "1.1.47"}, "devDependencies" : {"eslint" : "5.x", "eslint-plugin-prettier" : "^2.6.2", "glob" : "^7.1.3", "mocha" : "5.x", "prettier" : "^1.14.2"}, "homepage" : "https://github.com/raml2html/raml2obj", "keywords" : ["RAML"], "license" : "MIT", "main" : "index.js", "repository" : {"type" : "git", "url" : "git://github.com/raml2html/raml2obj.git"}, "preferGlobal" : false, "scripts" : {"json" : "node test/output-json.js", "lint" : "eslint . --fix", "test" : "mocha 'test/*.spec.js' --reporter progress"}, "files" : ["index.js", "arrays-objects-helpers.js", "consistency-helpers.js"], "engines" : {"node" : ">=4"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "dependencies": {"type": "object", "properties": {"datatype-expansion": {"type": "string"}, "raml-1-parser": {"type": "string"}}, "required": ["datatype-expansion", "raml-1-parser"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-plugin-prettier": {"type": "string"}, "glob": {"type": "string"}, "mocha": {"type": "string"}, "prettier": {"type": "string"}}, "required": ["eslint", "eslint-plugin-prettier", "glob", "mocha", "prettier"]}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "preferGlobal": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"json": {"type": "string"}, "lint": {"type": "string"}, "test": {"type": "string"}}, "required": ["json", "lint", "test"]}, "files": {"type": "array", "items": {"type": "string"}}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}}, "required": ["name", "description", "version", "author", "bugs", "dependencies", "devDependencies", "homepage", "keywords", "license", "main", "repository", "preferGlobal", "scripts", "files", "engines"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "definition": {"type": "string"}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "phrase": {"type": "string"}, "remarks": {"type": "string"}}, "required": ["citations", "definition", "language", "lookupTerms", "metaLanguage", "phrase", "remarks"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"citations" : [{"textCitation" : "[See cdvds on Metamath](http://us.metamath.org/mpegif/cdvds.html)"}], "definition" : "class ||", "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_cdvds"], "metaLanguage" : "METAMATH", "phrase" : "||", "remarks" : " Extend the definition of a class to include the divides relation. See ~ df-dvds . \n\n---\n\nThis syntax is primitive. The first axiom using it is #P_df-dvds.\n\n---"} | json_instruct | {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "definition": {"type": "string"}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "phrase": {"type": "string"}, "remarks": {"type": "string"}}, "required": ["citations", "definition", "language", "lookupTerms", "metaLanguage", "phrase", "remarks"], "$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"}, "start": {"type": "string"}, "cover": {"type": "string"}}, "required": ["test", "start", "cover"]}, "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": {"eslint": {"type": "string"}, "eslint-config-airbnb": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "eslint-plugin-jsx-a11y": {"type": "string"}, "eslint-plugin-react": {"type": "string"}, "istanbul": {"type": "string"}, "mocha": {"type": "string"}, "sinon": {"type": "string"}}, "required": ["eslint", "eslint-config-airbnb", "eslint-plugin-import", "eslint-plugin-jsx-a11y", "eslint-plugin-react", "istanbul", "mocha", "sinon"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "catchie", "version" : "1.0.2", "description" : "Retries a provided function n times on error", "main" : "src/index.js", "scripts" : {"test" : "node_modules/.bin/eslint . && node_modules/.bin/_mocha --recursive test", "start" : "node src/index.js", "cover" : "node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- test --recursive"}, "repository" : {"type" : "git", "url" : "git+https://github.com/dial-once/node-catchie.git"}, "keywords" : ["error", "catch", "catchie", "retry", "repeat", "repeater"], "author" : "Dial-Once", "license" : "MIT", "bugs" : {"url" : "https://github.com/dial-once/node-catchie/issues"}, "homepage" : "https://github.com/dial-once/node-catchie#readme", "devDependencies" : {"eslint" : "^3.19.0", "eslint-config-airbnb" : "^15.0.1", "eslint-plugin-import" : "^2.3.0", "eslint-plugin-jsx-a11y" : "^5.0.3", "eslint-plugin-react" : "^7.0.1", "istanbul" : "^0.4.5", "mocha" : "^5.2.0", "sinon" : "^2.3.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}, "cover": {"type": "string"}}, "required": ["test", "start", "cover"]}, "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": {"eslint": {"type": "string"}, "eslint-config-airbnb": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "eslint-plugin-jsx-a11y": {"type": "string"}, "eslint-plugin-react": {"type": "string"}, "istanbul": {"type": "string"}, "mocha": {"type": "string"}, "sinon": {"type": "string"}}, "required": ["eslint", "eslint-config-airbnb", "eslint-plugin-import", "eslint-plugin-jsx-a11y", "eslint-plugin-react", "istanbul", "mocha", "sinon"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0x69d79ce351e0f3c994912c30dd5fefc2e2af33e5", "tool" : "oyente", "start" : 1563667013.6071332, "end" : 1563667018.040303, "duration" : 4.433169841766357, "analysis" : []} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"Id": {"type": "string"}, "ThreadId": {"type": "string"}, "Html": {"type": "string"}, "PostedDate": {"type": "string"}, "UserRole": {"type": "null"}, "MarkedAsAnswerDate": {"type": "null"}}, "required": ["Id", "ThreadId", "Html", "PostedDate", "UserRole", "MarkedAsAnswerDate"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"Id" : "450001", "ThreadId" : "214569", "Html" : "<p>Hi,</p>\r\n<p>This is woth reference to the StockTraderRI application. In the class MarketHistoryService class , there is a method called InitializeMarketHistory(). What does this method does. It seems the datetime andvalue is taken out as a result.</p>\r\n<p>I appreciate if anyone gives little more explanation on this method. Also guide me the technology used in this module.</p>\r\n<p> </p>\r\n<p>Thanks</p>\r\n<p>Devasena</p>\r\n<p> </p>\r\n<p> </p>", "PostedDate" : "2010-06-01T05:24:24.043-07:00", "UserRole" : null, "MarkedAsAnswerDate" : null}, {"Id" : "454619", "ThreadId" : "214569", "Html" : "<p id=74123460-57c5-012d-944a-12313b04bdf1>Hi Devasena,</p>\r\n<p id=74124480-57c5-012d-944b-12313b04bdf1>The <strong>InitializeMarketHistory</strong> method fills a dictionary with all default market values grouped by the symbol name. It is something used at RI for displaying history prices of the stocks in a timeline.</p>\r\n<p id=74127a50-57c5-012d-944d-12313b04bdf1>Regarding the technologies used, this module was created to give guidance about modularity with Prism. On the other hand, internally it uses <a href=\"http://msdn.microsoft.com/en-us/library/ff663144.aspx\">Unity</a> as the Dependency Injection Container. For more information about the different approaches implemented in the RI you can check <a href=\"http://msdn.microsoft.com/en-us/library/ff647434.aspx\">this article</a>.</p>\r\n<p id=7412bf10-57c5-012d-944f-12313b04bdf1>Please let me know if this helps.</p>\r\n<p id=7412e800-57c5-012d-9450-12313b04bdf1>Fernando Antivero <br><a href=\"http://blogs.southworks.net/fantivero\">http://blogs.southworks.net/fantivero</a></p>", "PostedDate" : "2010-06-11T15:51:33.953-07:00", "UserRole" : null, "MarkedAsAnswerDate" : null}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"Id": {"type": "string"}, "ThreadId": {"type": "string"}, "Html": {"type": "string"}, "PostedDate": {"type": "string"}, "UserRole": {"type": "null"}, "MarkedAsAnswerDate": {"type": "null"}}, "required": ["Id", "ThreadId", "Html", "PostedDate", "UserRole", "MarkedAsAnswerDate"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}, "id": {"type": "string"}}, "required": ["title", "text", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"title" : "Groceries for party", "text" : "buns\nhotdogs\nwings\npizza\nsodas\nchips", "id" : "84535bb6-54ac-4f61-b652-3efaa327f463"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}, "id": {"type": "string"}}, "required": ["title", "text", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"n_dim" : 5, "n_trials" : 130, "objective" : "markowitz_realized_on_cube", "white" : "hebo_batch", "black" : "bayesopt_ucb", "traceback" : ["passing", "passing"], "best_val" : [-0.046930133340263296, -0.04785403074855925], "best_x" : [[3.519266948637245e-06, 0.9999923958836521, 5.008915195503505e-06, 2.640096130134157e-06, 2.3999697873478e-07], [0.0, 0.5984579305290456, 0.0, 0.40148224581523767, 0.0]], "feval_count" : [130, 130], "n_trials_instructed" : [130, 130], "passing" : [true, true], "completed" : true, "points" : 0.0, "winner" : "bayesopt_ucb_cube", "loser" : "hebo_batch_cube"} | json_instruct | {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"accountLinkingWhitelistedDomains": {"type": "null"}, "asin": {"type": "string"}, "averageRating": {"type": "integer"}, "canDisable": {"type": "boolean"}, "capabilities": {"type": "null"}, "category": {"type": "null"}, "description": {"type": "string"}, "enablement": {"type": "null"}, "exampleInteractions": {"type": "array", "items": {"type": "string"}}, "firstReleaseDate": {"type": "number"}, "homepageLinkText": {"type": "null"}, "homepageLinkUrl": {"type": "null"}, "id": {"type": "string"}, "imageAltText": {"type": "string"}, "imageUrl": {"type": "string"}, "inAppPurchasingSupported": {"type": "boolean"}, "launchPhrase": {"type": "string"}, "name": {"type": "string"}, "numberOfReviews": {"type": "integer"}, "pamsPartnerId": {"type": "null"}, "permissions": {"type": "null"}, "privacyPolicyUrl": {"type": "null"}, "shortDescription": {"type": "string"}, "skillTypes": {"type": "null"}, "stage": {"type": "string"}, "termsOfUseUrl": {"type": "null"}, "vendorId": {"type": "string"}, "vendorName": {"type": "string"}}, "required": ["accountLinkingWhitelistedDomains", "asin", "averageRating", "canDisable", "capabilities", "category", "description", "enablement", "exampleInteractions", "firstReleaseDate", "homepageLinkText", "homepageLinkUrl", "id", "imageAltText", "imageUrl", "inAppPurchasingSupported", "launchPhrase", "name", "numberOfReviews", "pamsPartnerId", "permissions", "privacyPolicyUrl", "shortDescription", "skillTypes", "stage", "termsOfUseUrl", "vendorId", "vendorName"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"accountLinkingWhitelistedDomains" : null, "asin" : "B01G7CQPUS", "averageRating" : 0, "canDisable" : true, "capabilities" : null, "category" : null, "description" : "Tech Hunt can help you know today's top tech products/apps on Product Hunt. Upon invoking, Alexa will tell you the product's name along with a short description of it. \n\nSay, \"Alexa, ask Tech Hunt for top products\" and discover your next favorite thing.", "enablement" : null, "exampleInteractions" : ["Alexa, ask Tech Hunt for top products", "Top products", "Top posts"], "firstReleaseDate" : 1464388708.855, "homepageLinkText" : null, "homepageLinkUrl" : null, "id" : "amzn1.echo-sdk-ams.app.d012cc18-478b-44e3-9f9d-992c47282e55", "imageAltText" : "Tech Hunt icon", "imageUrl" : "https://github.com/dale3h/alexa-skills-list/raw/master/skills/B01G7CQPUS/skill_icon", "inAppPurchasingSupported" : false, "launchPhrase" : "tech hunt", "name" : "Tech Hunt", "numberOfReviews" : 0, "pamsPartnerId" : null, "permissions" : null, "privacyPolicyUrl" : null, "shortDescription" : "Discover your next favorite thing with Daily Hunt.\nJust say, \"Alexa, ask Tech Hunt for top products\"", "skillTypes" : null, "stage" : "live", "termsOfUseUrl" : null, "vendorId" : "M27NOILFNLVSNV", "vendorName" : "Abhishek Warokar"} | json_instruct | {"type": "object", "properties": {"accountLinkingWhitelistedDomains": {"type": "null"}, "asin": {"type": "string"}, "averageRating": {"type": "integer"}, "canDisable": {"type": "boolean"}, "capabilities": {"type": "null"}, "category": {"type": "null"}, "description": {"type": "string"}, "enablement": {"type": "null"}, "exampleInteractions": {"type": "array", "items": {"type": "string"}}, "firstReleaseDate": {"type": "number"}, "homepageLinkText": {"type": "null"}, "homepageLinkUrl": {"type": "null"}, "id": {"type": "string"}, "imageAltText": {"type": "string"}, "imageUrl": {"type": "string"}, "inAppPurchasingSupported": {"type": "boolean"}, "launchPhrase": {"type": "string"}, "name": {"type": "string"}, "numberOfReviews": {"type": "integer"}, "pamsPartnerId": {"type": "null"}, "permissions": {"type": "null"}, "privacyPolicyUrl": {"type": "null"}, "shortDescription": {"type": "string"}, "skillTypes": {"type": "null"}, "stage": {"type": "string"}, "termsOfUseUrl": {"type": "null"}, "vendorId": {"type": "string"}, "vendorName": {"type": "string"}}, "required": ["accountLinkingWhitelistedDomains", "asin", "averageRating", "canDisable", "capabilities", "category", "description", "enablement", "exampleInteractions", "firstReleaseDate", "homepageLinkText", "homepageLinkUrl", "id", "imageAltText", "imageUrl", "inAppPurchasingSupported", "launchPhrase", "name", "numberOfReviews", "pamsPartnerId", "permissions", "privacyPolicyUrl", "shortDescription", "skillTypes", "stage", "termsOfUseUrl", "vendorId", "vendorName"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"average_occupancy": {"type": "array", "items": {"type": "number"}}}, "required": ["average_occupancy"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"average_occupancy" : [1.3729705859827488, 1.3306388276686483, 1.3155091611492118, 1.3459249511012568, 1.3335243770755767, 1.354126072884517, 1.467600952019858, 1.4639155684716838, 1.5086737156367738, 1.485535863942081, 1.4595829228487078, 1.4170974822362155, 1.3405445697336116, 1.3347240530432227, 1.3163287346716344, 1.2865786403478527, 1.3518306884639224, 1.4024130056752335, 1.3972077088606263, 1.4278508693293455, 1.4866738293386743, 1.5223307833678854, 1.5352347732986, 1.5376503861163695, 1.5991119688732855, 1.4877212107957196, 1.3570856103915339, 1.2437095209752753, 1.1496369429435442, 1.0695177662380855, 1.0146226584694797, 1.0173469423881774, 1.0337653676377825, 1.0401031930734776, 1.0184186572433533, 0.9744352921799566, 6.558529681296093, 0.9112042623373396, 0.9262057902151174, 0.9453269342466709, 1.00192823150833, 1.0140453895021049, 1.040233359093086, 1.125437222006197, 1.1756802490757425, 1.2330168104892303, 1.3240185289877753, 1.4264693194955755, 1.5244758666695495, 1.59007312538772, 1.5722543559067603, 1.506924281180076, 1.502091002456315, 1.4676898524809914, 1.4221744982212858, 1.437293716410995, 1.4134037064618967, 1.3683076616427032, 1.320415196128379, 1.334877863641493, 1.3091722848433172, 1.3114644323348943, 1.3427500794499478, 1.3228807276380623, 1.3693584898538387, 1.4017762585737845, 1.507636309526333, 1.5161469778328336, 1.513355322439238, 1.4840544280178969, 1.4427200242388318, 1.4214768225346437, 1.4331488304792068, 1.362863081516602, 1.3191753714047925]} | json_instruct | {"type": "object", "properties": {"average_occupancy": {"type": "array", "items": {"type": "number"}}}, "required": ["average_occupancy"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Midnight Ops"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"brief" : "as often as", "long" : "as often as, as many times as."} | json_instruct | {"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"_type": {"type": "string"}, "bundle_id": {"type": "string"}, "state": {"type": "string"}, "_id": {"type": "string"}, "user_id": {"type": "string"}, "description": {"type": "string"}, "effective_date": {"type": "integer"}, "effective_date_end": {"type": "string"}, "effective_date_start": {"type": "string"}, "measure_ids": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "population_creation_job": {"type": "string"}, "product_id": {"type": "string"}, "result_calculation_jobs": {"type": "object", "properties": {}, "required": []}, "notes": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "text": {"type": "string"}}, "required": ["_id", "text"]}}, "expected_results": {"type": "object", "properties": {"0001": {"type": "object", "properties": {"measure_id": {"type": "string"}, "effective_date": {"type": "integer"}, "DENOM": {"type": "integer"}, "NUMER": {"type": "integer"}, "antinumerator": {"type": "integer"}, "DENEX": {"type": "integer"}, "population_ids": {"type": "object", "properties": {}, "required": []}}, "required": ["measure_id", "effective_date", "DENOM", "NUMER", "antinumerator", "DENEX", "population_ids"]}}, "required": ["0001"]}, "upload_format": {"type": "string"}}, "required": ["_type", "bundle_id", "state", "_id", "user_id", "description", "effective_date", "effective_date_end", "effective_date_start", "measure_ids", "name", "population_creation_job", "product_id", "result_calculation_jobs", "notes", "expected_results", "upload_format"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"_type" : "CalculatedProductTest", "bundle_id" : "4fdb62e01d41c820f6000001", "state" : "pending", "_id" : "4f6b78801d41c851eb0004a7", "user_id" : "4def93dd4f85cf8968000010", "description" : "should be passing", "effective_date" : 1301529600, "effective_date_end" : "12/31/2010", "effective_date_start" : "09/30/2010", "measure_ids" : ["0001", "0002"], "name" : "vendor1 product2 test1", "population_creation_job" : "a04a92d051b3012f0262000c297b3103", "product_id" : "4f6b77831d41c851eb0004a5", "result_calculation_jobs" : {}, "notes" : [{"_id" : "4fa287f99e8f54e9e9000038", "text" : "Blahblahblah"}], "expected_results" : {"0001" : {"measure_id" : "0001", "effective_date" : 1293753600, "DENOM" : 48, "NUMER" : 44, "antinumerator" : 4, "DENEX" : 0, "population_ids" : {}}}, "upload_format" : "c32"} | json_instruct | {"type": "object", "properties": {"_type": {"type": "string"}, "bundle_id": {"type": "string"}, "state": {"type": "string"}, "_id": {"type": "string"}, "user_id": {"type": "string"}, "description": {"type": "string"}, "effective_date": {"type": "integer"}, "effective_date_end": {"type": "string"}, "effective_date_start": {"type": "string"}, "measure_ids": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "population_creation_job": {"type": "string"}, "product_id": {"type": "string"}, "result_calculation_jobs": {"type": "object", "properties": {}, "required": []}, "notes": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "text": {"type": "string"}}, "required": ["_id", "text"]}}, "expected_results": {"type": "object", "properties": {"0001": {"type": "object", "properties": {"measure_id": {"type": "string"}, "effective_date": {"type": "integer"}, "DENOM": {"type": "integer"}, "NUMER": {"type": "integer"}, "antinumerator": {"type": "integer"}, "DENEX": {"type": "integer"}, "population_ids": {"type": "object", "properties": {}, "required": []}}, "required": ["measure_id", "effective_date", "DENOM", "NUMER", "antinumerator", "DENEX", "population_ids"]}}, "required": ["0001"]}, "upload_format": {"type": "string"}}, "required": ["_type", "bundle_id", "state", "_id", "user_id", "description", "effective_date", "effective_date_end", "effective_date_start", "measure_ids", "name", "population_creation_job", "product_id", "result_calculation_jobs", "notes", "expected_results", "upload_format"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}, "files": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"@streamhue/conf": {"type": "string"}, "husky": {"type": "string"}, "type-fest": {"type": "string"}}, "required": ["@streamhue/conf", "husky", "type-fest"]}, "devDependencies": {"type": "object", "properties": {"ava": {"type": "string"}, "electron": {"type": "string"}, "execa": {"type": "string"}, "tsd": {"type": "string"}, "xo": {"type": "string"}}, "required": ["ava", "electron", "execa", "tsd", "xo"]}, "xo": {"type": "object", "properties": {"envs": {"type": "array", "items": {"type": "string"}}}, "required": ["envs"]}, "husky": {"type": "object", "properties": {"hooks": {"type": "object", "properties": {"pre-commit": {"type": "string"}, "pre-push": {"type": "string"}}, "required": ["pre-commit", "pre-push"]}}, "required": ["hooks"]}}, "required": ["name", "version", "description", "license", "repository", "author", "scripts", "publishConfig", "files", "keywords", "dependencies", "devDependencies", "xo", "husky"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@streamhue/electron-store", "version" : "6.1.1", "description" : "Based on sindresorhus/electron-store", "license" : "MIT", "repository" : "streamhue/electron-store", "author" : {"name" : "Nicholai Nissen", "url" : "https://streamhue.com"}, "scripts" : {"test" : "xo && ava && tsd"}, "publishConfig" : {"access" : "public"}, "files" : ["index.js", "index.d.ts"], "keywords" : ["electron", "store", "app", "config", "storage", "conf", "configuration", "settings", "preferences", "json", "data", "persist", "persistent", "save"], "dependencies" : {"@streamhue/conf" : "^7.0.1", "husky" : "^4.2.1", "type-fest" : "^0.7.1"}, "devDependencies" : {"ava" : "^2.1.0", "electron" : "^6.0.7", "execa" : "^2.0.4", "tsd" : "^0.7.2", "xo" : "^0.24.0"}, "xo" : {"envs" : ["node", "browser"]}, "husky" : {"hooks" : {"pre-commit" : "npm test", "pre-push" : "npm test"}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}, "files": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"@streamhue/conf": {"type": "string"}, "husky": {"type": "string"}, "type-fest": {"type": "string"}}, "required": ["@streamhue/conf", "husky", "type-fest"]}, "devDependencies": {"type": "object", "properties": {"ava": {"type": "string"}, "electron": {"type": "string"}, "execa": {"type": "string"}, "tsd": {"type": "string"}, "xo": {"type": "string"}}, "required": ["ava", "electron", "execa", "tsd", "xo"]}, "xo": {"type": "object", "properties": {"envs": {"type": "array", "items": {"type": "string"}}}, "required": ["envs"]}, "husky": {"type": "object", "properties": {"hooks": {"type": "object", "properties": {"pre-commit": {"type": "string"}, "pre-push": {"type": "string"}}, "required": ["pre-commit", "pre-push"]}}, "required": ["hooks"]}}, "required": ["name", "version", "description", "license", "repository", "author", "scripts", "publishConfig", "files", "keywords", "dependencies", "devDependencies", "xo", "husky"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"/media/{media-id}/comments": {"type": "array", "items": {"type": "string"}}, "/users/{user-id}/relationship": {"type": "array", "items": {"type": "string"}}, "/media/{media-id}/likes": {"type": "array", "items": {"type": "string"}}}, "required": ["/media/{media-id}/comments", "/users/{user-id}/relationship", "/media/{media-id}/likes"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"/media/{media-id}/comments" : ["POST", "DELETE"], "/users/{user-id}/relationship" : ["POST"], "/media/{media-id}/likes" : ["POST", "DELETE"]} | json_instruct | {"type": "object", "properties": {"/media/{media-id}/comments": {"type": "array", "items": {"type": "string"}}, "/users/{user-id}/relationship": {"type": "array", "items": {"type": "string"}}, "/media/{media-id}/likes": {"type": "array", "items": {"type": "string"}}}, "required": ["/media/{media-id}/comments", "/users/{user-id}/relationship", "/media/{media-id}/likes"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"contacts": {"type": "array", "items": {}}, "guideStarURL": {"type": "string"}, "name": {"type": "string"}, "primaryEmail": {"type": "string"}, "website": {"type": "string"}, "organisationType": {"type": "array", "items": {"type": "string"}}, "telephone": {"type": "array", "items": {"type": "string"}}, "mainAddrress": {"type": "object", "properties": {"state": {"type": "string"}, "address": {"type": "array", "items": {"type": "string"}}}, "required": ["state", "address"]}, "briefDescription": {"type": "string"}, "yearOfEstablishment": {"type": "string"}}, "required": ["contacts", "guideStarURL", "name", "primaryEmail", "website", "organisationType", "telephone", "mainAddrress", "briefDescription", "yearOfEstablishment"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contacts" : [], "guideStarURL" : "http://www.guidestarindia.org/Summary.aspx?CCReg=5106", "name" : "EQUINOX FOUNDATION", "primaryEmail" : "sujitbhanse@hotmail.com", "website" : "www.equinoxfoundation.org.in", "organisationType" : ["Advocacy & Campaigning", "Direct Service", "Grant-making", "Intermediary", "Network", "Support"], "telephone" : ["919870348116"], "mainAddrress" : {"state" : "Maharashtra", "address" : ["1105, A- Tower, Metro Residency", "Netivali", "Kalyan (East)", "Thane", "Maharashtra", "421306"]}, "briefDescription" : "We take the opportunity to introduce ourselves as EQUINOX FOUNDATION (NGO), whose aim is to provide Dental Checkup, Skill Training, Career development camps, Entrepreneurship development programme etc. for poor and marginalized class people. Since 2010, we are working with the poor and marginalized communities of Maharashtra. We are working with local communities to address collectively the people\u2019s movements, poverty, inequity and injustice.We are reaching out with the target groups, through SHGs (Self-Help Groups) of which, mostly are poor and marginalized, and supporting them in their struggle to access their rights to work, education, healthcare and helping them for their livelihood.The communities we work include poor and marginalized other sections of the rural poor, women, children, and minorities. Within these groups, our focus is on people in most vulnerable situations such as ill health, children out of education, persons with disability and people affected by natural and human-made disasters.As we are working with the Tribal and other backward communities in Thane, Wardha, Chandrapur, Gadchiroli, Bhandara, Nagpur and other districts of the State of Maharashtra, hence we would like to propose the welfare program for the children, youth and the women from the said areas.", "yearOfEstablishment" : "2010"} | json_instruct | {"type": "object", "properties": {"contacts": {"type": "array", "items": {}}, "guideStarURL": {"type": "string"}, "name": {"type": "string"}, "primaryEmail": {"type": "string"}, "website": {"type": "string"}, "organisationType": {"type": "array", "items": {"type": "string"}}, "telephone": {"type": "array", "items": {"type": "string"}}, "mainAddrress": {"type": "object", "properties": {"state": {"type": "string"}, "address": {"type": "array", "items": {"type": "string"}}}, "required": ["state", "address"]}, "briefDescription": {"type": "string"}, "yearOfEstablishment": {"type": "string"}}, "required": ["contacts", "guideStarURL", "name", "primaryEmail", "website", "organisationType", "telephone", "mainAddrress", "briefDescription", "yearOfEstablishment"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "phone": {"type": "string"}, "full_time_school": {"type": "boolean"}, "email": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "state": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "phone", "full_time_school", "email", "programs", "state", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Michael-Ende-Schule\nGrundschule", "id" : "NI-14291-0", "address" : "Pommernring 11, 38518\u00a0Gifhorn", "school_type" : "Grundschule", "phone" : "05371 98790", "full_time_school" : false, "email" : "sekretariat@michaelendeschule.de", "programs" : {"programs" : []}, "state" : "NI", "lon" : 10.564643, "lat" : 52.476012} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "phone": {"type": "string"}, "full_time_school": {"type": "boolean"}, "email": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "state": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "phone", "full_time_school", "email", "programs", "state", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01033362": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01033362"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Topology", "objects" : {"E01033362" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00073225", "LAD11CD" : "E06000023"}, "arcs" : [[0, 1]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00174278", "LAD11CD" : "E06000023"}, "arcs" : [[2, 3]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00174292", "LAD11CD" : "E06000023"}, "arcs" : [[4, -1, 5, 6]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00174314", "LAD11CD" : "E06000023"}, "arcs" : [[-7, 7, -3, 8]]}]}}, "arcs" : [[[8425, 6520], [-1453, -671], [284, 397], [-1736, 132], [586, -501], [-716, -61]], [[5390, 5816], [-920, 491], [778, 478], [-545, 1189], [-1808, 0], [1305, -1149], [-553, -841], [-2389, 2230], [999, 208], [-438, 533], [826, 217], [3204, 827], [2071, -507], [889, -817], [-305, -1880], [-79, -275]], [[3247, 850], [3882, 179]], [[7129, 1029], [132, -667], [-1978, -362], [-2036, 850]], [[2057, 1682], [-595, 1123], [2336, 741], [-335, 548], [1072, 86], [855, 1636]], [[8425, 6520], [1206, -3165]], [[9631, 3355], [-4010, 113], [-844, -1780], [-2720, -6]], [[9631, 3355], [368, -1608], [-2870, -718]], [[3247, 850], [-1579, -504], [-441, 231], [-511, 117], [-716, 790], [2057, 198]]], "transform" : {"scale" : [4.836658629582977e-07, 4.423827038441394e-07], "translate" : [-2.604929138164287, 51.43694347408822]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01033362": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01033362"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"layouts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "file": {"type": "string"}}, "required": ["name", "file"]}}}, "required": ["layouts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"layouts" : [{"name" : "4/3", "file" : "4-3.html"}, {"name" : "4/3 2 race", "file" : "4-3-2race.html"}, {"name" : "4/3 3 race", "file" : "4-3-3race.html"}, {"name" : "4/3 4 race", "file" : "4-3-4race.html"}, {"name" : "4/3 5 race", "file" : "4-3-5race.html"}, {"name" : "4/3 6 race", "file" : "4-3-6race.html"}, {"name" : "16/9", "file" : "16-9.html"}, {"name" : "16/9 2 race", "file" : "16-9-2race.html"}, {"name" : "16/9 3 race", "file" : "16-9-3race.html"}, {"name" : "16/9 4 race", "file" : "16-9-4race.html"}, {"name" : "Interm", "file" : "intermission.html"}, {"name" : "Start", "file" : "start.html"}, {"name" : "Continue", "file" : "continue.html"}, {"name" : "End", "file" : "end.html"}]} | json_instruct | {"type": "object", "properties": {"layouts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "file": {"type": "string"}}, "required": ["name", "file"]}}}, "required": ["layouts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"device": {"type": "string"}, "model": {"type": "string"}, "shouldFail": {"type": "boolean"}, "aluParams": {"type": "object", "properties": {"aluVpls": {"type": "object", "properties": {"mtu": {"type": "integer"}, "serviceName": {"type": "string"}, "svcId": {"type": "integer"}, "saps": {"type": "array", "items": {"type": "object", "properties": {"port": {"type": "string"}, "vlan": {"type": "integer"}, "ingressQosId": {"type": "integer"}, "egressQosId": {"type": "integer"}}, "required": ["port", "vlan", "ingressQosId", "egressQosId"]}}}, "required": ["mtu", "serviceName", "svcId", "saps"]}, "qoses": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "policyName": {"type": "string"}, "policyId": {"type": "integer"}}, "required": ["type", "policyName", "policyId"]}}}, "required": ["aluVpls", "qoses"]}}, "required": ["device", "model", "shouldFail", "aluParams"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"device" : "dev-7750sr12-rt1", "model" : "ALCATEL_SR7750", "shouldFail" : false, "aluParams" : {"aluVpls" : {"mtu" : 9000, "serviceName" : "ABCD", "svcId" : 6011, "saps" : [{"port" : "8/1/1", "vlan" : 3101, "ingressQosId" : 5211, "egressQosId" : 5211}, {"port" : "8/1/2", "vlan" : 3101, "ingressQosId" : 5211, "egressQosId" : 5211}]}, "qoses" : [{"type" : "SAP_INGRESS", "policyName" : "ABCD-in", "policyId" : 5211}, {"type" : "SAP_EGRESS", "policyName" : "ABCD-eg", "policyId" : 5211}]}} | json_instruct | {"type": "object", "properties": {"device": {"type": "string"}, "model": {"type": "string"}, "shouldFail": {"type": "boolean"}, "aluParams": {"type": "object", "properties": {"aluVpls": {"type": "object", "properties": {"mtu": {"type": "integer"}, "serviceName": {"type": "string"}, "svcId": {"type": "integer"}, "saps": {"type": "array", "items": {"type": "object", "properties": {"port": {"type": "string"}, "vlan": {"type": "integer"}, "ingressQosId": {"type": "integer"}, "egressQosId": {"type": "integer"}}, "required": ["port", "vlan", "ingressQosId", "egressQosId"]}}}, "required": ["mtu", "serviceName", "svcId", "saps"]}, "qoses": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "policyName": {"type": "string"}, "policyId": {"type": "integer"}}, "required": ["type", "policyName", "policyId"]}}}, "required": ["aluVpls", "qoses"]}}, "required": ["device", "model", "shouldFail", "aluParams"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"userId" : 52694, "cartId" : "12da7ddb-2c1c-4de1-ad66-7c1150b60950", "preferredProducts" : [2380, 2425, 1782, 3815, 3575, 2385, 4142, 2287], "productReviews" : [{"productId" : 1230, "reviewText" : "This is a really good convergence.", "reviewDate" : "2020-03-25T14:02:52.7510268+02:00"}]} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01018314": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01018314"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Topology", "objects" : {"E01018314" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00092364", "LAD11CD" : "E06000050"}, "arcs" : [[0, 1, 2, 3, 4]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00092368", "LAD11CD" : "E06000050"}, "arcs" : [[5, 6, 7, -1, 8]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00092376", "LAD11CD" : "E06000050"}, "arcs" : [[9, -9, -5]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00092378", "LAD11CD" : "E06000050"}, "arcs" : [[-3, 10]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00092379", "LAD11CD" : "E06000050"}, "arcs" : [[11, -7]]}]}}, "arcs" : [[[5252, 3616], [115, -281]], [[5367, 3335], [179, -554], [31, -219], [22, -307], [-640, -173], [-792, -985], [-368, 232], [-427, -382], [-214, 398], [-170, -670], [-1238, -675], [-223, 183], [-619, 1501]], [[908, 1684], [2014, 776], [-63, 1615], [263, 238], [-987, 2436]], [[2135, 6749], [174, 305], [908, 1236], [743, -14]], [[3960, 8276], [1229, -2430], [202, -658], [-907, -951], [396, -840], [372, 219]], [[6233, 7404], [1283, 1635], [1678, 960], [580, -296], [126, -1098], [-638, -1081], [-765, -195], [192, -1153], [-549, -892], [141, -765], [282, -554]], [[8563, 3965], [-635, -676], [-612, 1160], [-806, -865]], [[6510, 3584], [-1143, -249]], [[5252, 3616], [1949, 2240], [-968, 1548]], [[3960, 8276], [926, -19], [1347, -853]], [[908, 1684], [-307, 753], [-106, 268], [-495, 1252], [1138, 2000], [997, 792]], [[8563, 3965], [655, -1219], [17, -184], [764, -1247], [-813, -1254], [-884, 1448], [-878, -878], [-348, 267], [258, 899], [-824, 1787]]], "transform" : {"scale" : [1.540057176889275e-06, 6.145422294344334e-07], "translate" : [-2.941381838650777, 53.19920893400697]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01018314": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01018314"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "mmd x-mas Lamb rhythmic sex Miku\uff11\uff18\u6b73\u4ee5\u4e0a\uff01", "author" : "HoAy", "description" : "<spanundefinedstyle='color:#FF0000'>wantundefinedtoundefinedsupportundefinedme?undefined<spanundefinedstyle='font-weight:bold'>downloadundefinedThisundefinedvideoundefinedandundefinedotherundefinedvideosundefinedinundefinedFULL-HDundefined60fps</span></span><br><aundefinedhref='https://hoay.fanbox.cc/posts/3129587'>https://hoay.fanbox.cc/posts/3129587</a><br><aundefinedhref='https://www.patreon.com/posts/59884845'>https://www.patreon.com/posts/59884845</a><br><aundefinedhref='https://twitter.com/_HoAy_'>https://twitter.com/_HoAy_</a>", "thumb" : "//i.iwara.tv/sites/default/files/styles/thumbnail/public/videos/thumbnails/2248367/thumbnail-2248367_0007.jpg?itok=zuE-IkBA", "download" : "https://ecchi.iwara.tv/api/video/opkvaimreoh1p57ab", "origin" : "https://ecchi.iwara.tv/videos/opkvaimreoh1p57ab"} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"profiles": {"type": "object", "properties": {"EDTRFeldolgozo": {"type": "object", "properties": {"commandName": {"type": "string"}, "commandLineArgs": {"type": "string"}}, "required": ["commandName", "commandLineArgs"]}}, "required": ["EDTRFeldolgozo"]}}, "required": ["profiles"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"profiles" : {"EDTRFeldolgozo" : {"commandName" : "Project", "commandLineArgs" : "c:\\!\\A_Kozgyules_2020_09_24.zip "}}} | json_instruct | {"type": "object", "properties": {"profiles": {"type": "object", "properties": {"EDTRFeldolgozo": {"type": "object", "properties": {"commandName": {"type": "string"}, "commandLineArgs": {"type": "string"}}, "required": ["commandName", "commandLineArgs"]}}, "required": ["EDTRFeldolgozo"]}}, "required": ["profiles"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"bad": {"type": "string"}, "feedstock_name": {"type": "string"}, "new_version": {"type": "boolean"}, "raw_meta_yaml": {"type": "string"}}, "required": ["bad", "feedstock_name", "new_version", "raw_meta_yaml"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"bad" : "Upstream: Error getting upstream version", "feedstock_name" : "aha", "new_version" : false, "raw_meta_yaml" : "{% set version = \"0.5\" %}\n\npackage:\n name: aha\n version: {{ version }}\n\nsource:\n url: https://github.com/theZiz/aha/archive/{{ version }}.tar.gz\n sha256: 6f8b044bee9760a1a85dffbc362e532d7dd91bb20b7ed4f241ff1119ad74758f\n\nbuild:\n skip: true # [win]\n number: 0 \n\nrequirements:\n build:\n - {{ compiler('c') }}\n - make # [not win]\n\ntest:\n commands:\n - aha -h\n\nabout:\n home: https://github.com/theZiz/aha\n license: MPL-1.1\n license_file: LICENSE.MPL1.1\n summary: \"Converts ANSI escape sequences of a unix terminal to HTML code.\"\n description: |\n Converts ANSI escape sequences of a unix terminal to HTML code.\n doc_url: https://github.com/theZiz/aha\n dev_url: https://github.com/theZiz/aha\n\nextra:\n recipe-maintainers:\n - bsipos\n"} | json_instruct | {"type": "object", "properties": {"bad": {"type": "string"}, "feedstock_name": {"type": "string"}, "new_version": {"type": "boolean"}, "raw_meta_yaml": {"type": "string"}}, "required": ["bad", "feedstock_name", "new_version", "raw_meta_yaml"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[6, 1, 7, 2], [5, 14, 6, 15], [3, 8, 4, 9], [15, 2, 16, 3], [16, 7, 17, 8], [9, 18, 10, 19], [4, 17, 1, 18], [19, 12, 20, 5], [11, 20, 12, 13], [13, 10, 14, 11]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {}, "required": []}, "hashing_algorithm": {"type": "string"}, "categories": {"type": "array", "items": {"type": "string"}}, "description": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country_origin": {"type": "string"}, "genesis_date": {"type": "null"}, "url": {"type": "string"}, "explorers": {"type": "array", "items": {"type": "string"}}, "twitter": {"type": "string"}, "facebook": {"type": "string"}, "github_org": {"type": "string"}}, "required": ["id", "symbol", "name", "platforms", "hashing_algorithm", "categories", "description", "country_origin", "genesis_date", "url", "explorers", "twitter", "facebook", "github_org"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "vantaur", "symbol" : "vtar", "name" : "Vantaur", "platforms" : {}, "hashing_algorithm" : "Scrypt", "categories" : ["Masternodes"], "description" : {"en" : "Vantaur (VTAR) is a cryptocurrency \u2013 a form of digital currency secured and issued by a cryptographic process known as mining. Vantaur's code is based on DASH, thus introducing InstantX and DarkSend transactions, as well as Masternode technology supporting network stability, providing extra services to the network and rewarding masternode holders (approximately 75% of the block reward)."}, "country_origin" : "", "genesis_date" : null, "url" : "http://vantaur.tk/", "explorers" : ["http://92.42.47.93:3001/"], "twitter" : "vantaur", "facebook" : "Vantaur-330663630788882", "github_org" : "vantaur"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {}, "required": []}, "hashing_algorithm": {"type": "string"}, "categories": {"type": "array", "items": {"type": "string"}}, "description": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country_origin": {"type": "string"}, "genesis_date": {"type": "null"}, "url": {"type": "string"}, "explorers": {"type": "array", "items": {"type": "string"}}, "twitter": {"type": "string"}, "facebook": {"type": "string"}, "github_org": {"type": "string"}}, "required": ["id", "symbol", "name", "platforms", "hashing_algorithm", "categories", "description", "country_origin", "genesis_date", "url", "explorers", "twitter", "facebook", "github_org"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "sample1": {"type": "string"}, "sample2": {"type": "string"}, "sample3": {"type": "string"}}, "required": ["name", "sample1", "sample2", "sample3"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "pop bottle, soda bottle", "sample1" : "1bgSuRMLy_zl7P5l-Hj_KFMfp-_LjWQU0", "sample2" : "1hQoOi0czBxXsxak0vWKDN3tAaCEwuktT", "sample3" : "1rZtk6384dIR6IEuM01uSXXm9Uulcd-BR"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "sample1": {"type": "string"}, "sample2": {"type": "string"}, "sample3": {"type": "string"}}, "required": ["name", "sample1", "sample2", "sample3"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"amenity": {"type": "string"}, "name": {"type": "string"}, "id": {"type": "string"}}, "required": ["amenity", "name", "id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "id" : "way/862077137", "properties" : {"amenity" : "marketplace", "name" : "Piac (Szombat)", "id" : "way/862077137"}, "geometry" : {"type" : "Point", "coordinates" : [17.1652088, 47.1225654]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"amenity": {"type": "string"}, "name": {"type": "string"}, "id": {"type": "string"}}, "required": ["amenity", "name", "id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"127.0.0.1": {"type": "integer"}}, "required": ["127.0.0.1"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"127.0.0.1" : 1527350366} | json_instruct | {"type": "object", "properties": {"127.0.0.1": {"type": "integer"}}, "required": ["127.0.0.1"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"markdown-it-emoji-light.js": {"type": "string"}, "markdown-it-emoji-light.min.js": {"type": "string"}, "markdown-it-emoji.js": {"type": "string"}, "markdown-it-emoji.min.js": {"type": "string"}}, "required": ["markdown-it-emoji-light.js", "markdown-it-emoji-light.min.js", "markdown-it-emoji.js", "markdown-it-emoji.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"markdown-it-emoji-light.js" : "sha256-QdLFPSsk8qRToWT9tHwiyEjLJRHkCv9uRIGEUDQPNp8=", "markdown-it-emoji-light.min.js" : "sha256-EkY0CfLXBjthOOPmv9BRZ2VRSz0TWNGakYQerreIfig=", "markdown-it-emoji.js" : "sha256-gnLep98WrxpAzMzhUxyVc+El8J8k1wR9hNItlS09Ne4=", "markdown-it-emoji.min.js" : "sha256-ndKMI4gIGE0b3XI9hXNJ5axM8YA9lXIjXuLh9Olc4hk="} | json_instruct | {"type": "object", "properties": {"markdown-it-emoji-light.js": {"type": "string"}, "markdown-it-emoji-light.min.js": {"type": "string"}, "markdown-it-emoji.js": {"type": "string"}, "markdown-it-emoji.min.js": {"type": "string"}}, "required": ["markdown-it-emoji-light.js", "markdown-it-emoji-light.min.js", "markdown-it-emoji.js", "markdown-it-emoji.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"stationGroupId" : 9991222, "stations" : ["9991222"]} | json_instruct | {"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "remarks": {"type": "string"}, "statement": {"type": "string"}}, "required": ["citations", "names", "language", "lookupTerms", "metaLanguage", "remarks", "statement"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"citations" : [{"textCitation" : "[See mulgrhm2 on Metamath](http://us.metamath.org/mpegif/mulgrhm2.html)"}], "names" : ["mulgrhm2"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_c.x", "#T_wceq", "#T_cmg", "#T_cfv", "#T_cR", "#T_cF", "#T_wceq", "#T_vn", "#T_cmpt--1", "#T_cz", "#T_cmpt--2", "#T_vn", "#T_c.x", "#T_c.1", "#T_c.1", "#T_wceq", "#T_cur", "#T_cfv", "#T_cR", "#T_cR", "#T_wcel", "#T_crg", "#T_wi", "#T_zring", "#T_crh", "#T_cR", "#T_wceq", "#T_csn--1", "#T_cF", "#T_csn--2", "#T_c.1", "#T_vn", "#T_c.x", "#T_vn", "#T_cR", "#T_vn"], "metaLanguage" : "METAMATH", "remarks" : " The powers of the element ` 1 ` give the unique ring homomorphism from ` ZZ ` to a ring. (Contributed by Mario Carneiro, 14-Jun-2015.) (Revised by AV, 12-Jun-2019.) ", "statement" : "mulgghm2.m $e |- .x. = ( .g ` R ) $.\nmulgghm2.f $e |- F = ( n e. ZZ |-> ( n .x. .1. ) ) $.\nmulgrhm.1 $e |- .1. = ( 1r ` R ) $.\nmulgrhm2 $p |- ( R e. Ring -> ( ZZring RingHom R ) = { F } ) $.\n$d .1. n $.\n$d .x. n $.\n$d R n $."} | json_instruct | {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "remarks": {"type": "string"}, "statement": {"type": "string"}}, "required": ["citations", "names", "language", "lookupTerms", "metaLanguage", "remarks", "statement"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"deprecated": {"type": "boolean"}, "description": {"type": "string"}, "typeList": {"type": "object", "properties": {"names": {"type": "array", "items": {"type": "string"}}}, "required": ["names"]}, "children": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "fullname": {"type": "string"}, "isLeaf": {"type": "boolean"}, "typeMap": {"type": "object", "properties": {"*": {"type": "integer"}}, "required": ["*"]}, "typeList": {"type": "object", "properties": {"names": {"type": "array", "items": {"type": "string"}}}, "required": ["names"]}, "description": {"type": "string"}, "deprecated": {"type": "boolean"}, "filename": {"type": "string"}, "line": {"type": "integer"}, "lineEnd": {"type": "integer"}, "version": {"type": "string"}}, "required": ["name", "fullname", "isLeaf", "typeMap", "typeList", "description", "deprecated", "filename", "line", "lineEnd", "version"]}}}, "required": ["deprecated", "description", "typeList", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"deprecated" : true, "description" : "<p>Options for the button appearing when drilling down in a treemap.\nDeprecated and replaced by\n<a href=\"#plotOptions.treemap.traverseUpButton\">traverseUpButton</a>.</p>\n", "typeList" : {"names" : ["*"]}, "children" : [{"name" : "position", "fullname" : "plotOptions.treemap.drillUpButton.position", "isLeaf" : false, "typeMap" : {"*" : 1}, "typeList" : {"names" : ["*"]}, "description" : "<p>The position of the button.</p>\n", "deprecated" : true, "filename" : "js/Series/Treemap/TreemapSeries.js", "line" : 1109, "lineEnd" : 1113, "version" : "4772fd2e03"}]} | json_instruct | {"type": "object", "properties": {"deprecated": {"type": "boolean"}, "description": {"type": "string"}, "typeList": {"type": "object", "properties": {"names": {"type": "array", "items": {"type": "string"}}}, "required": ["names"]}, "children": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "fullname": {"type": "string"}, "isLeaf": {"type": "boolean"}, "typeMap": {"type": "object", "properties": {"*": {"type": "integer"}}, "required": ["*"]}, "typeList": {"type": "object", "properties": {"names": {"type": "array", "items": {"type": "string"}}}, "required": ["names"]}, "description": {"type": "string"}, "deprecated": {"type": "boolean"}, "filename": {"type": "string"}, "line": {"type": "integer"}, "lineEnd": {"type": "integer"}, "version": {"type": "string"}}, "required": ["name", "fullname", "isLeaf", "typeMap", "typeList", "description", "deprecated", "filename", "line", "lineEnd", "version"]}}}, "required": ["deprecated", "description", "typeList", "children"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "3310150019", "district_id" : "3310150", "name" : "BAKUNGAN"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "07", "provinceId" : "92", "regencyId" : "12", "name" : "Catubouw"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"functionsMaxName": {"type": "integer"}, "hostingPlan": {"type": "integer"}, "storageName": {"type": "integer"}, "kvName": {"type": "integer"}}, "required": ["functionsMaxName", "hostingPlan", "storageName", "kvName"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"functionsMaxName" : 60, "hostingPlan" : 40, "storageName" : 23, "kvName" : 24} | json_instruct | {"type": "object", "properties": {"functionsMaxName": {"type": "integer"}, "hostingPlan": {"type": "integer"}, "storageName": {"type": "integer"}, "kvName": {"type": "integer"}}, "required": ["functionsMaxName", "hostingPlan", "storageName", "kvName"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"directions" : ["Place raspberries, mango, and habanero peppers in an electric blender. Blend well. Transfer to a serving bowl, or individual dipping bowls and serve."], "ingredients" : ["1 cup raspberries", "2 cups diced fresh mango", "1 habanero pepper"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Red Hot Cocktail Sauce", "url" : "http://allrecipes.com/recipe/16989/red-hot-cocktail-sauce/"} | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"project_name": {"type": "string"}, "runtime": {"type": "string"}}, "required": ["project_name", "runtime"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"project_name" : "sample-glue-etl-project", "runtime" : "python3.9"} | json_instruct | {"type": "object", "properties": {"project_name": {"type": "string"}, "runtime": {"type": "string"}}, "required": ["project_name", "runtime"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"schemaVersion": {"type": "integer"}, "id": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "contact": {"type": "object", "properties": {"homepage": {"type": "string"}, "issues": {"type": "string"}, "sources": {"type": "string"}}, "required": ["homepage", "issues", "sources"]}, "license": {"type": "string"}, "icon": {"type": "string"}, "environment": {"type": "string"}, "entrypoints": {"type": "object", "properties": {"main": {"type": "array", "items": {"type": "string"}}, "client": {"type": "array", "items": {"type": "string"}}, "rei_plugins": {"type": "array", "items": {"type": "string"}}}, "required": ["main", "client", "rei_plugins"]}, "mixins": {"type": "array", "items": {"type": "string"}}, "depends": {"type": "object", "properties": {"fabricloader": {"type": "string"}, "fabric": {"type": "string"}, "minecraft": {"type": "string"}, "bclib": {"type": "string"}}, "required": ["fabricloader", "fabric", "minecraft", "bclib"]}, "suggests": {"type": "object", "properties": {"byg": {"type": "string"}, "blockus": {"type": "string"}, "nourish": {"type": "string"}, "colored_lights": {"type": "string"}}, "required": ["byg", "blockus", "nourish", "colored_lights"]}}, "required": ["schemaVersion", "id", "version", "name", "description", "authors", "contact", "license", "icon", "environment", "entrypoints", "mixins", "depends", "suggests"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"schemaVersion" : 1, "id" : "betterend", "version" : "${version}", "name" : "Better End", "description" : "More content for The End dimension, including new biomes, plants, mobs, mechanics, terrain generation and more.\nMade by:\n- paulevs (code & art)\n- Bulldog83 (code & art)\n- Edos (building)\n- Yuki (art)\n- Seaward (art)\n- Firel (music)\n", "authors" : ["paulevs (code & art)", "Bulldog83 (code & art)", "Frank (code)", "Edos (building)", "Yuki (art)", "Seaward (art)", "Firel (music)"], "contact" : {"homepage" : "https://www.curseforge.com/minecraft/mc-mods/betterend", "issues" : "https://github.com/paulevsGitch/BetterEnd/issues", "sources" : "https://github.com/paulevsGitch/BetterEnd"}, "license" : "MIT", "icon" : "assets/betterend/icon.png", "environment" : "*", "entrypoints" : {"main" : ["ru.betterend.BetterEnd"], "client" : ["ru.betterend.client.BetterEndClient"], "rei_plugins" : ["ru.betterend.integration.rei.REIPlugin"]}, "mixins" : ["betterend.mixins.common.json", "betterend.mixins.client.json", "betterend.mixins.shadow.json"], "depends" : {"fabricloader" : ">=0.12.4", "fabric" : ">=0.42.1", "minecraft" : ">=1.17", "bclib" : ">=0.5.4"}, "suggests" : {"byg" : ">=1.1.3", "blockus" : ">=2.0.2", "nourish" : ">=1.2.0", "colored_lights" : ">=1.0.3"}} | json_instruct | {"type": "object", "properties": {"schemaVersion": {"type": "integer"}, "id": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "contact": {"type": "object", "properties": {"homepage": {"type": "string"}, "issues": {"type": "string"}, "sources": {"type": "string"}}, "required": ["homepage", "issues", "sources"]}, "license": {"type": "string"}, "icon": {"type": "string"}, "environment": {"type": "string"}, "entrypoints": {"type": "object", "properties": {"main": {"type": "array", "items": {"type": "string"}}, "client": {"type": "array", "items": {"type": "string"}}, "rei_plugins": {"type": "array", "items": {"type": "string"}}}, "required": ["main", "client", "rei_plugins"]}, "mixins": {"type": "array", "items": {"type": "string"}}, "depends": {"type": "object", "properties": {"fabricloader": {"type": "string"}, "fabric": {"type": "string"}, "minecraft": {"type": "string"}, "bclib": {"type": "string"}}, "required": ["fabricloader", "fabric", "minecraft", "bclib"]}, "suggests": {"type": "object", "properties": {"byg": {"type": "string"}, "blockus": {"type": "string"}, "nourish": {"type": "string"}, "colored_lights": {"type": "string"}}, "required": ["byg", "blockus", "nourish", "colored_lights"]}}, "required": ["schemaVersion", "id", "version", "name", "description", "authors", "contact", "license", "icon", "environment", "entrypoints", "mixins", "depends", "suggests"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"datasetObjectId": {"type": "string"}, "dataObject": {"type": "object", "properties": {"s3Uri": {"type": "string"}}, "required": ["s3Uri"]}, "annotations": {"type": "array", "items": {"type": "object", "properties": {"workerId": {"type": "string"}, "annotationData": {"type": "object", "properties": {"content": {"type": "string"}}, "required": ["content"]}}, "required": ["workerId", "annotationData"]}}}, "required": ["datasetObjectId", "dataObject", "annotations"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"datasetObjectId" : "23", "dataObject" : {"s3Uri" : "s3://aws-workshops-labels-1234567/raw-data/images/9.jpg"}, "annotations" : [{"workerId" : "private.us-west-2.cfa634633275ea1a", "annotationData" : {"content" : "{\"boundingBox\":{\"boundingBoxes\":[{\"height\":9,\"label\":\"hole\",\"left\":1010,\"top\":494,\"width\":10},{\"height\":9,\"label\":\"hole\",\"left\":710,\"top\":479,\"width\":9},{\"height\":13,\"label\":\"no_hole\",\"left\":876,\"top\":1408,\"width\":12},{\"height\":15,\"label\":\"no_hole\",\"left\":896,\"top\":1524,\"width\":14},{\"height\":23,\"label\":\"no_hole\",\"left\":843,\"top\":983,\"width\":9},{\"height\":15,\"label\":\"no_hole\",\"left\":886,\"top\":620,\"width\":7},{\"height\":11,\"label\":\"no_hole\",\"left\":726,\"top\":475,\"width\":11},{\"height\":12,\"label\":\"no_hole\",\"left\":693,\"top\":469,\"width\":14},{\"height\":15,\"label\":\"no_hole\",\"left\":859,\"top\":730,\"width\":14}],\"inputImageProperties\":{\"height\":2048,\"width\":1536}}}"}}]}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"datasetObjectId": {"type": "string"}, "dataObject": {"type": "object", "properties": {"s3Uri": {"type": "string"}}, "required": ["s3Uri"]}, "annotations": {"type": "array", "items": {"type": "object", "properties": {"workerId": {"type": "string"}, "annotationData": {"type": "object", "properties": {"content": {"type": "string"}}, "required": ["content"]}}, "required": ["workerId", "annotationData"]}}}, "required": ["datasetObjectId", "dataObject", "annotations"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"require": {"type": "object", "properties": {"gasolwu/zend-rollbar-resource": {"type": "string"}, "rollbar/rollbar": {"type": "string"}, "zendframework/zendframework1": {"type": "string"}}, "required": ["gasolwu/zend-rollbar-resource", "rollbar/rollbar", "zendframework/zendframework1"]}, "repositories": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}}, "required": ["require", "repositories"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"require" : {"gasolwu/zend-rollbar-resource" : "*@dev", "rollbar/rollbar" : "^1", "zendframework/zendframework1" : "1.*"}, "repositories" : [{"type" : "path", "url" : "@TRAVIS_BUILD_DIR@"}]} | json_instruct | {"type": "object", "properties": {"require": {"type": "object", "properties": {"gasolwu/zend-rollbar-resource": {"type": "string"}, "rollbar/rollbar": {"type": "string"}, "zendframework/zendframework1": {"type": "string"}}, "required": ["gasolwu/zend-rollbar-resource", "rollbar/rollbar", "zendframework/zendframework1"]}, "repositories": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}}, "required": ["require", "repositories"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"title_ga": {"type": "string"}, "text_ga": {"type": "string"}, "timestamp": {"type": "string"}, "_type": {"type": "string"}}, "required": ["title_ga", "text_ga", "timestamp", "_type"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title_ga" : "Inneall cuardaigh", "text_ga" : "Acmhainn ar an ngr\u00e9as\u00e1n domhanda at\u00e1 insroichte le brabhs\u00e1la\u00ed Gr\u00e9as\u00e1in, a chabhra\u00edonn leis an \u00fas\u00e1ideoir ionaid is eolas a aimsi\u00fa. B\u00edonn na hinnill cuardaigh (Yahoo, Lycos, Google, Ask Jeeves) ag cuardach tr\u00edd an ngr\u00e9as\u00e1n an t-am ar fad, ag t\u00f3g\u00e1il inn\u00e9acsanna \u00e1bhar \u00e9ags\u00fala \u2014 mar shampla, ag aimsi\u00fa teidil, fotheidil, eochairfhocail is c\u00e9adl\u00ednte c\u00e1ip\u00e9is\u00ed. Uaidh sin, is f\u00e9idir cuid mhaith c\u00e1ip\u00e9is\u00ed \u00e9ags\u00fala ar \u00e1bhar ar leith a aisghabh\u00e1il. D\u00e9anann an cuardach lean\u00fanach cinnte de go bhfuil na hinn\u00e9acsanna suas chun d\u00e1ta. Mar sin f\u00e9in, aisghabhann na hinnill an-chuid ch\u00e1ip\u00e9is\u00ed nach mbaineann le h\u00e1bhar, agus t\u00e1 an-iarracht ar si\u00fal an t-am ar fad iad a fheabhs\u00fa.", "timestamp" : "2013-10-27T18:17:00Z", "_type" : "gawiki"} | json_instruct | {"type": "object", "properties": {"title_ga": {"type": "string"}, "text_ga": {"type": "string"}, "timestamp": {"type": "string"}, "_type": {"type": "string"}}, "required": ["title_ga", "text_ga", "timestamp", "_type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 85894645, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "645a0a56c4d4cd65003a34ad75bd762b", "wof:id" : 85894645, "wof:repo" : "whosonfirst-data-admin-ca"}, "bbox" : [-122.947427, 49.220887, -122.947427, 49.220887], "geometry" : {"coordinates" : [-122.947427, 49.220887], "type" : "Point"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"votes": {"type": "object", "properties": {"diff": {"type": "integer"}, "dem": {"type": "integer"}, "tot": {"type": "integer"}, "gop": {"type": "integer"}}, "required": ["diff", "dem", "tot", "gop"]}, "for": {"type": "string"}, "pct": {"type": "object", "properties": {"dem": {"type": "number"}, "per_point_diff": {"type": "number"}, "gop": {"type": "number"}}, "required": ["dem", "per_point_diff", "gop"]}}, "required": ["votes", "for", "pct"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"votes" : {"diff" : 1570, "dem" : 597, "tot" : 2855, "gop" : 2167}, "for" : "TN/Perry County/47135", "pct" : {"dem" : 20.91, "per_point_diff" : 54.99, "gop" : 75.9}} | json_instruct | {"type": "object", "properties": {"votes": {"type": "object", "properties": {"diff": {"type": "integer"}, "dem": {"type": "integer"}, "tot": {"type": "integer"}, "gop": {"type": "integer"}}, "required": ["diff", "dem", "tot", "gop"]}, "for": {"type": "string"}, "pct": {"type": "object", "properties": {"dem": {"type": "number"}, "per_point_diff": {"type": "number"}, "gop": {"type": "number"}}, "required": ["dem", "per_point_diff", "gop"]}}, "required": ["votes", "for", "pct"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"map": {"type": "string"}, "notingroup": {"type": "string"}}, "required": ["map", "notingroup"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"map" : "Spezialseiten", "notingroup" : "Nicht in Gruppen"} | json_instruct | {"type": "object", "properties": {"map": {"type": "string"}, "notingroup": {"type": "string"}}, "required": ["map", "notingroup"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"background_color": {"type": "string"}, "description": {"type": "string"}, "dir": {"type": "string"}, "display": {"type": "string"}, "lang": {"type": "string"}, "name": {"type": "string"}, "orientation": {"type": "string"}, "short_name": {"type": "string"}, "start_url": {"type": "string"}, "theme_color": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"sizes": {"type": "string"}, "src": {"type": "string"}}, "required": ["sizes", "src"]}}}, "required": ["background_color", "description", "dir", "display", "lang", "name", "orientation", "short_name", "start_url", "theme_color", "icons"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"background_color" : "#E11C52", "description" : "Computer Science House at RIT's Blog", "dir" : "auto", "display" : "standalone", "lang" : "en-us", "name" : "Computer Science House Blog", "orientation" : "any", "short_name" : "CSH Blog", "start_url" : "/", "theme_color" : "#B0197E", "icons" : [{"sizes" : "16x16", "src" : "assets/favicon.ico"}]} | json_instruct | {"type": "object", "properties": {"background_color": {"type": "string"}, "description": {"type": "string"}, "dir": {"type": "string"}, "display": {"type": "string"}, "lang": {"type": "string"}, "name": {"type": "string"}, "orientation": {"type": "string"}, "short_name": {"type": "string"}, "start_url": {"type": "string"}, "theme_color": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"sizes": {"type": "string"}, "src": {"type": "string"}}, "required": ["sizes", "src"]}}}, "required": ["background_color", "description", "dir", "display", "lang", "name", "orientation", "short_name", "start_url", "theme_color", "icons"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "dev": {"type": "string"}}, "required": ["start", "dev"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "cheerio": {"type": "string"}, "compression": {"type": "string"}, "cors": {"type": "string"}, "dotenv": {"type": "string"}, "express": {"type": "string"}, "express-cache-controller": {"type": "string"}, "helmet": {"type": "string"}, "json2csv": {"type": "string"}, "morgan": {"type": "string"}}, "required": ["axios", "cheerio", "compression", "cors", "dotenv", "express", "express-cache-controller", "helmet", "json2csv", "morgan"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "api-covid19-indonesia-v2", "version" : "2.0.0", "description" : "", "main" : "app.js", "scripts" : {"start" : "node app.js", "dev" : "nodemon app.js"}, "author" : "Rey", "license" : "MIT", "dependencies" : {"axios" : "^0.19.2", "cheerio" : "^1.0.0-rc.3", "compression" : "^1.7.4", "cors" : "^2.8.5", "dotenv" : "^8.2.0", "express" : "^4.17.1", "express-cache-controller" : "^1.1.0", "helmet" : "^3.23.3", "json2csv" : "^5.0.3", "morgan" : "^1.10.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "dev": {"type": "string"}}, "required": ["start", "dev"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "cheerio": {"type": "string"}, "compression": {"type": "string"}, "cors": {"type": "string"}, "dotenv": {"type": "string"}, "express": {"type": "string"}, "express-cache-controller": {"type": "string"}, "helmet": {"type": "string"}, "json2csv": {"type": "string"}, "morgan": {"type": "string"}}, "required": ["axios", "cheerio", "compression", "cors", "dotenv", "express", "express-cache-controller", "helmet", "json2csv", "morgan"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"host": {"type": "string"}, "port": {"type": "integer"}, "redis_db_num": {"type": "integer"}, "key_hashing": {"type": "null"}, "use_connection_pool": {"type": "boolean"}, "ssl": {"type": "boolean"}, "password": {"type": "string"}}, "required": ["host", "port", "redis_db_num", "key_hashing", "use_connection_pool", "ssl", "password"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"host" : "172.28.0.3", "port" : 6379, "redis_db_num" : 0, "key_hashing" : null, "use_connection_pool" : true, "ssl" : false, "password" : ""} | json_instruct | {"type": "object", "properties": {"host": {"type": "string"}, "port": {"type": "integer"}, "redis_db_num": {"type": "integer"}, "key_hashing": {"type": "null"}, "use_connection_pool": {"type": "boolean"}, "ssl": {"type": "boolean"}, "password": {"type": "string"}}, "required": ["host", "port", "redis_db_num", "key_hashing", "use_connection_pool", "ssl", "password"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"craftcms/cms": {"type": "string"}}, "required": ["craftcms/cms"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"craft\\orderform\\": {"type": "string"}}, "required": ["craft\\orderform\\"]}}, "required": ["psr-4"]}, "extra": {"type": "object", "properties": {"name": {"type": "string"}, "handle": {"type": "string"}}, "required": ["name", "handle"]}}, "required": ["name", "description", "version", "type", "keywords", "license", "require", "autoload", "extra"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "craftcms/order-form", "description" : "orderform", "version" : "1.0.0", "type" : "craft-plugin", "keywords" : ["cms", "craftcms", "contact", "form", "yii2"], "license" : "MIT", "require" : {"craftcms/cms" : "^3.0.0-RC11"}, "autoload" : {"psr-4" : {"craft\\orderform\\" : "src/"}}, "extra" : {"name" : "Order Form", "handle" : "order-form"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"craftcms/cms": {"type": "string"}}, "required": ["craftcms/cms"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"craft\\orderform\\": {"type": "string"}}, "required": ["craft\\orderform\\"]}}, "required": ["psr-4"]}, "extra": {"type": "object", "properties": {"name": {"type": "string"}, "handle": {"type": "string"}}, "required": ["name", "handle"]}}, "required": ["name", "description", "version", "type", "keywords", "license", "require", "autoload", "extra"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"body": {"type": "string"}, "documents": {"type": "array", "items": {"type": "string"}}, "ideal_answer": {"type": "array", "items": {"type": "string"}}, "exact_answer": {"type": "array", "items": {"type": "string"}}, "concepts": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "id": {"type": "string"}, "snippets": {"type": "array", "items": {"type": "object", "properties": {"offsetInBeginSection": {"type": "integer"}, "offsetInEndSection": {"type": "integer"}, "text": {"type": "string"}, "beginSection": {"type": "string"}, "document": {"type": "string"}, "endSection": {"type": "string"}}, "required": ["offsetInBeginSection", "offsetInEndSection", "text", "beginSection", "document", "endSection"]}}}, "required": ["body", "documents", "ideal_answer", "exact_answer", "concepts", "type", "id", "snippets"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"body" : "What is the function of R-spondin 1 and noggin in non-damaged gallbladders?", "documents" : ["http://www.ncbi.nlm.nih.gov/pubmed/26993089"], "ideal_answer" : ["R-spondin 1 and noggin facilitate expansion of resident stem cells from non-damaged gallbladders."], "exact_answer" : ["The expansion of resident stem cells."], "concepts" : ["https://www.nlm.nih.gov/cgi/mesh/2017/MB_cgi?field=uid&exact=Find+Exact+Term&term=D005704", "http://www.biosemantics.org/jochem#4264633", "http://www.uniprot.org/uniprot/NOGG_HUMAN", "http://www.uniprot.org/uniprot/RSPO1_MOUSE", "http://www.uniprot.org/uniprot/RSPO1_DANRE", "http://www.uniprot.org/uniprot/SPON1_MOUSE", "http://www.uniprot.org/uniprot/RSPO1_HUMAN", "http://www.uniprot.org/uniprot/SPON1_RAT", "http://www.uniprot.org/uniprot/SPON1_CHICK", "http://www.uniprot.org/uniprot/NOGG_XENLA", "http://www.uniprot.org/uniprot/SPON1_XENLA"], "type" : "factoid", "id" : "5883a727e56acf5176000001", "snippets" : [{"offsetInBeginSection" : 0, "offsetInEndSection" : 97, "text" : "R-spondin 1 and noggin facilitate expansion of resident stem cells from non-damaged gallbladders.", "beginSection" : "title", "document" : "http://www.ncbi.nlm.nih.gov/pubmed/26993089", "endSection" : "title"}, {"offsetInBeginSection" : 0, "offsetInEndSection" : 98, "text" : "R-spondin 1 and noggin facilitate expansion of resident stem cells from non-damaged gallbladders.", "beginSection" : "title", "document" : "http://www.ncbi.nlm.nih.gov/pubmed/26993089", "endSection" : "title"}]} | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "documents": {"type": "array", "items": {"type": "string"}}, "ideal_answer": {"type": "array", "items": {"type": "string"}}, "exact_answer": {"type": "array", "items": {"type": "string"}}, "concepts": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "id": {"type": "string"}, "snippets": {"type": "array", "items": {"type": "object", "properties": {"offsetInBeginSection": {"type": "integer"}, "offsetInEndSection": {"type": "integer"}, "text": {"type": "string"}, "beginSection": {"type": "string"}, "document": {"type": "string"}, "endSection": {"type": "string"}}, "required": ["offsetInBeginSection", "offsetInEndSection", "text", "beginSection", "document", "endSection"]}}}, "required": ["body", "documents", "ideal_answer", "exact_answer", "concepts", "type", "id", "snippets"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["ecma-parse", "khepri-parse", "neith-brainfuck"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"LeoAiolia": {"type": "string"}}, "required": ["LeoAiolia"]}, "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"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "source", "platforms", "source_files"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "ISActionSheet", "version" : "0.4.0", "summary" : "\u81ea\u5b9a\u4e49\u5f39\u6846.", "description" : "\u81ea\u5b9a\u4e49actionSheet\u5f39\u6846\uff0c\u4eff\u5fae\u4fe1\u548c\u7cfb\u7edf\uff0c\u89e3\u51b3\u7cfb\u7edf\u5f39\u6846\u5728ipad\u8fd0\u884c\u5d29\u6e83\u7684\u95ee\u9898\uff0c\u5df2\u517c\u5bb9iPhonex\u3001iphoneXs Max\u3001iPhoneXR", "homepage" : "https://github.com/LeoAiolia/ISActionSheet", "license" : "MIT", "authors" : {"LeoAiolia" : "a936381813@163.com"}, "source" : {"git" : "https://github.com/LeoAiolia/ISActionSheet.git", "tag" : "0.4.0"}, "platforms" : {"ios" : "9.0"}, "source_files" : "ISActionSheet/*.{h,m}"} | 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": {"LeoAiolia": {"type": "string"}}, "required": ["LeoAiolia"]}, "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"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "source", "platforms", "source_files"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["psql-api"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"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" : ["031070"], "\uc81c\uc548\uc77c\uc790" : [""], "\uc81c\uc548\uc790" : ["\ubc31\ub0a8\uc2dd\uc758\uc6d0"], "\ubb38\uc11c" : [""], "\uc81c\uc548\ud68c\uae30" : ["\uc81c3\ub300(1954~1958)\uc81c25\ud68c"]}, "\ubcf8\ud68c\uc758 \uc2ec\uc758\uc815\ubcf4" : {"\uc0c1\uc815\uc77c" : [""], "\uc758\uacb0\uc77c" : ["1957-08-03"], "\ud68c\uc758\uba85" : [""], "\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#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"data": {"type": "object", "properties": {"ebayImage": {"type": "object", "properties": {"childImageSharp": {"type": "object", "properties": {"fixed": {"type": "object", "properties": {"base64": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "src": {"type": "string"}, "srcSet": {"type": "string"}}, "required": ["base64", "width", "height", "src", "srcSet"]}}, "required": ["fixed"]}}, "required": ["childImageSharp"]}}, "required": ["ebayImage"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"data" : {"ebayImage" : {"childImageSharp" : {"fixed" : {"base64" : "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAOCAIAAACgpqunAAAACXBIWXMAAB7CAAAewgFu0HU+AAAA8ElEQVQoz2PQiFtKNmIYZJo148nSDNGmEr1YNXqxZvwyuCBW49A1A7WpRC/xrdrqVLRBMXKRZtxStZglytGLgaRGLG7NQHuUohal9uyvm3di45F7FbOO5U06VDD58Lxt19J69gfUbPOu3KIENC4em2at+GVAq6ZvutK36vyxK89j23YDjVi888bSPbfWH7k3ce1F7cRl6rE4bV6qGrPENndtWOMOv+qtQM3BddvDG3e4FG8sn3ksqXOvdMgCrYRlOP0M1K8ctVgubKF8xELZ0AVy4QuBSD58oWHKSvVY4kIbaDzQC1ASzAC6aEikMCIRAONLWZ38UUzpAAAAAElFTkSuQmCC", "width" : 400, "height" : 288, "src" : "/static/f4b5c90090ed7fa4be7208be089dc464/647de/ebay.png", "srcSet" : "/static/f4b5c90090ed7fa4be7208be089dc464/647de/ebay.png 1x,\n/static/f4b5c90090ed7fa4be7208be089dc464/59139/ebay.png 1.5x,\n/static/f4b5c90090ed7fa4be7208be089dc464/af144/ebay.png 2x"}}}}} | json_instruct | {"type": "object", "properties": {"data": {"type": "object", "properties": {"ebayImage": {"type": "object", "properties": {"childImageSharp": {"type": "object", "properties": {"fixed": {"type": "object", "properties": {"base64": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "src": {"type": "string"}, "srcSet": {"type": "string"}}, "required": ["base64", "width", "height", "src", "srcSet"]}}, "required": ["fixed"]}}, "required": ["childImageSharp"]}}, "required": ["ebayImage"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"userId" : 30921, "cartId" : "ac57d45a-0a63-4192-8c9d-1c87faeb142b", "preferredProducts" : [], "productReviews" : [{"productId" : 1925, "reviewText" : "I saw one of these in Grenada and I bought one.", "reviewDate" : "2018-06-07T15:49:09.5819278+03:00"}, {"productId" : 694, "reviewText" : "talk about boredom!!!", "reviewDate" : "2017-05-10T02:51:10.5583398+03:00"}]} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"config": {"type": "object", "properties": {"abort": {"type": "object", "properties": {"already_configured": {"type": "string"}, "reauth_successful": {"type": "string"}}, "required": ["already_configured", "reauth_successful"]}, "error": {"type": "object", "properties": {"cannot_connect": {"type": "string"}, "invalid_auth": {"type": "string"}}, "required": ["cannot_connect", "invalid_auth"]}, "step": {"type": "object", "properties": {"reauth_confirm": {"type": "object", "properties": {"data": {"type": "object", "properties": {"area_id": {"type": "string"}, "name": {"type": "string"}, "password": {"type": "string"}, "username": {"type": "string"}}, "required": ["area_id", "name", "password", "username"]}}, "required": ["data"]}, "user": {"type": "object", "properties": {"data": {"type": "object", "properties": {"area_id": {"type": "string"}, "name": {"type": "string"}, "password": {"type": "string"}, "username": {"type": "string"}}, "required": ["area_id", "name", "password", "username"]}}, "required": ["data"]}}, "required": ["reauth_confirm", "user"]}}, "required": ["abort", "error", "step"]}, "options": {"type": "object", "properties": {"error": {"type": "object", "properties": {"code_format_mismatch": {"type": "string"}}, "required": ["code_format_mismatch"]}, "step": {"type": "object", "properties": {"init": {"type": "object", "properties": {"data": {"type": "object", "properties": {"code": {"type": "string"}, "lock_code_digits": {"type": "string"}}, "required": ["code", "lock_code_digits"]}}, "required": ["data"]}}, "required": ["init"]}}, "required": ["error", "step"]}}, "required": ["config", "options"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"config" : {"abort" : {"already_configured" : "\u5e33\u865f\u5df2\u7d93\u8a2d\u5b9a\u5b8c\u6210", "reauth_successful" : "\u91cd\u65b0\u8a8d\u8b49\u6210\u529f"}, "error" : {"cannot_connect" : "\u9023\u7dda\u5931\u6557", "invalid_auth" : "\u9a57\u8b49\u78bc\u7121\u6548"}, "step" : {"reauth_confirm" : {"data" : {"area_id" : "\u5206\u5340 ID", "name" : "\u540d\u7a31", "password" : "\u5bc6\u78bc", "username" : "\u4f7f\u7528\u8005\u540d\u7a31"}}, "user" : {"data" : {"area_id" : "\u5206\u5340 ID", "name" : "\u540d\u7a31", "password" : "\u5bc6\u78bc", "username" : "\u4f7f\u7528\u8005\u540d\u7a31"}}}}, "options" : {"error" : {"code_format_mismatch" : "\u9580\u9396\u78bc\u8207\u6240\u9700\u6578\u5b57\u6578\u4e0d\u7b26\u5408"}, "step" : {"init" : {"data" : {"code" : "\u9810\u8a2d\u9580\u9396\u78bc\uff0c\u65bc\u672a\u63d0\u4f9b\u6642\u4f7f\u7528", "lock_code_digits" : "\u9580\u9396 PIN \u78bc\u6578\u5b57\u6578"}}}}} | json_instruct | {"type": "object", "properties": {"config": {"type": "object", "properties": {"abort": {"type": "object", "properties": {"already_configured": {"type": "string"}, "reauth_successful": {"type": "string"}}, "required": ["already_configured", "reauth_successful"]}, "error": {"type": "object", "properties": {"cannot_connect": {"type": "string"}, "invalid_auth": {"type": "string"}}, "required": ["cannot_connect", "invalid_auth"]}, "step": {"type": "object", "properties": {"reauth_confirm": {"type": "object", "properties": {"data": {"type": "object", "properties": {"area_id": {"type": "string"}, "name": {"type": "string"}, "password": {"type": "string"}, "username": {"type": "string"}}, "required": ["area_id", "name", "password", "username"]}}, "required": ["data"]}, "user": {"type": "object", "properties": {"data": {"type": "object", "properties": {"area_id": {"type": "string"}, "name": {"type": "string"}, "password": {"type": "string"}, "username": {"type": "string"}}, "required": ["area_id", "name", "password", "username"]}}, "required": ["data"]}}, "required": ["reauth_confirm", "user"]}}, "required": ["abort", "error", "step"]}, "options": {"type": "object", "properties": {"error": {"type": "object", "properties": {"code_format_mismatch": {"type": "string"}}, "required": ["code_format_mismatch"]}, "step": {"type": "object", "properties": {"init": {"type": "object", "properties": {"data": {"type": "object", "properties": {"code": {"type": "string"}, "lock_code_digits": {"type": "string"}}, "required": ["code", "lock_code_digits"]}}, "required": ["data"]}}, "required": ["init"]}}, "required": ["error", "step"]}}, "required": ["config", "options"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "hash", "artDyeHash", "redacted", "dyeManifestHash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"index" : 8822, "hash" : 1286510221, "artDyeHash" : 1286510221, "redacted" : false, "dyeManifestHash" : 2471255181, "blacklisted" : false} | json_instruct | {"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "hash", "artDyeHash", "redacted", "dyeManifestHash", "blacklisted"], "$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"}, "alt_name": {"type": "null"}, "country": {"type": "string"}, "state": {"type": "string"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "string"}, "postal_code": {"type": "string"}}, "required": ["street", "city", "province", "postal_code"]}, "contact": {"type": "object", "properties": {"telephone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "null"}, "fax": {"type": "null"}}, "required": ["telephone", "website", "email", "fax"]}, "funding": {"type": "string"}, "languages": {"type": "null"}, "academic_year": {"type": "null"}, "accrediting_agency": {"type": "null"}}, "required": ["name", "alt_name", "country", "state", "address", "contact", "funding", "languages", "academic_year", "accrediting_agency"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Daytona State College", "alt_name" : null, "country" : "United States", "state" : "Florida", "address" : {"street" : "Po Box 2811", "city" : "Daytona Beach", "province" : "Florida", "postal_code" : "32120-2811"}, "contact" : {"telephone" : "+1(386) 506-3000", "website" : "http://www.daytonastate.edu/", "email" : null, "fax" : null}, "funding" : "Private", "languages" : null, "academic_year" : null, "accrediting_agency" : null} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "null"}, "country": {"type": "string"}, "state": {"type": "string"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "string"}, "postal_code": {"type": "string"}}, "required": ["street", "city", "province", "postal_code"]}, "contact": {"type": "object", "properties": {"telephone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "null"}, "fax": {"type": "null"}}, "required": ["telephone", "website", "email", "fax"]}, "funding": {"type": "string"}, "languages": {"type": "null"}, "academic_year": {"type": "null"}, "accrediting_agency": {"type": "null"}}, "required": ["name", "alt_name", "country", "state", "address", "contact", "funding", "languages", "academic_year", "accrediting_agency"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"copyright": {"type": "string"}, "url": {"type": "string"}, "email": {"type": "string"}, "theme": {"type": "string"}, "gravatar": {"type": "boolean"}}, "required": ["copyright", "url", "email", "theme", "gravatar"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"copyright" : "Te-Chi Liu", "url" : "https://github.com/liuderchi", "email" : "liuderchi@gmail.com", "theme" : "material-orange", "gravatar" : true} | json_instruct | {"type": "object", "properties": {"copyright": {"type": "string"}, "url": {"type": "string"}, "email": {"type": "string"}, "theme": {"type": "string"}, "gravatar": {"type": "boolean"}}, "required": ["copyright", "url", "email", "theme", "gravatar"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"steps": {"type": "object", "properties": {"required": {"type": "array", "items": {"type": "string"}}, "properties": {"type": "object", "properties": {"if": {"type": "object", "properties": {"type": {"type": "string"}, "default": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "default", "description"]}, "input": {"type": "object", "properties": {"patternProperties": {"type": "object", "properties": {".*": {"type": "object", "properties": {"additionalProperties": {"type": "boolean"}, "type": {"type": "array", "items": {"type": "string"}}}, "required": ["additionalProperties", "type"]}}, "required": [".*"]}, "type": {"type": "string"}}, "required": ["patternProperties", "type"]}, "output": {"type": "object", "properties": {"patternProperties": {"type": "object", "properties": {".*": {"type": "object", "properties": {"additionalProperties": {"type": "boolean"}, "type": {"type": "array", "items": {"type": "string"}}}, "required": ["additionalProperties", "type"]}}, "required": [".*"]}, "type": {"type": "string"}}, "required": ["patternProperties", "type"]}, "service": {"type": "object", "properties": {"type": {"type": "string"}, "default": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "default", "description"]}}, "required": ["if", "input", "output", "service"]}, "default": {"type": "object", "properties": {"service": {"type": "string"}, "input": {"type": "object", "properties": {"inputs.content": {"type": "string"}}, "required": ["inputs.content"]}}, "required": ["service", "input"]}, "additionalProperties": {"type": "boolean"}, "type": {"type": "string"}}, "required": ["required", "properties", "default", "additionalProperties", "type"]}}, "required": ["steps"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"steps" : {"required" : ["service"], "properties" : {"if" : {"type" : "string", "default" : "${}", "description" : "if condition for steps"}, "input" : {"patternProperties" : {".*" : {"additionalProperties" : true, "type" : ["array", "boolean", "integer", "number", "null", "object", "string"]}}, "type" : "object"}, "output" : {"patternProperties" : {".*" : {"additionalProperties" : true, "type" : ["array", "boolean", "integer", "number", "null", "object", "string"]}}, "type" : "object"}, "service" : {"type" : "string", "default" : "mqtt_producer", "description" : "service for steps"}}, "default" : {"service" : "mqtt_producer", "input" : {"inputs.content" : "${payload.content}"}}, "additionalProperties" : false, "type" : "object"}} | json_instruct | {"type": "object", "properties": {"steps": {"type": "object", "properties": {"required": {"type": "array", "items": {"type": "string"}}, "properties": {"type": "object", "properties": {"if": {"type": "object", "properties": {"type": {"type": "string"}, "default": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "default", "description"]}, "input": {"type": "object", "properties": {"patternProperties": {"type": "object", "properties": {".*": {"type": "object", "properties": {"additionalProperties": {"type": "boolean"}, "type": {"type": "array", "items": {"type": "string"}}}, "required": ["additionalProperties", "type"]}}, "required": [".*"]}, "type": {"type": "string"}}, "required": ["patternProperties", "type"]}, "output": {"type": "object", "properties": {"patternProperties": {"type": "object", "properties": {".*": {"type": "object", "properties": {"additionalProperties": {"type": "boolean"}, "type": {"type": "array", "items": {"type": "string"}}}, "required": ["additionalProperties", "type"]}}, "required": [".*"]}, "type": {"type": "string"}}, "required": ["patternProperties", "type"]}, "service": {"type": "object", "properties": {"type": {"type": "string"}, "default": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "default", "description"]}}, "required": ["if", "input", "output", "service"]}, "default": {"type": "object", "properties": {"service": {"type": "string"}, "input": {"type": "object", "properties": {"inputs.content": {"type": "string"}}, "required": ["inputs.content"]}}, "required": ["service", "input"]}, "additionalProperties": {"type": "boolean"}, "type": {"type": "string"}}, "required": ["required", "properties", "default", "additionalProperties", "type"]}}, "required": ["steps"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "null"}, "postal_code": {"type": "string"}}, "required": ["street", "city", "province", "postal_code"]}, "contact": {"type": "object", "properties": {"telephone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "fax": {"type": "string"}}, "required": ["telephone", "website", "email", "fax"]}, "funding": {"type": "string"}, "languages": {"type": "null"}, "academic_year": {"type": "null"}, "accrediting_agency": {"type": "null"}}, "required": ["name", "alt_name", "country", "state", "address", "contact", "funding", "languages", "academic_year", "accrediting_agency"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Private Polytechnic Institute of Casablanca", "alt_name" : "Institut polytechnique priv\u00e9 de Casablanca", "country" : "Morocco", "state" : null, "address" : {"street" : "Rue 10, No. 2 Lotissement Allaimoun 1, Route d'El Jadida", "city" : "Casablanca", "province" : null, "postal_code" : "20230"}, "contact" : {"telephone" : "+212(522) 93-65-50", "website" : "http://www.polytechnique.info", "email" : "info@polytechnique.ma", "fax" : "+212(522) 93-65-59"}, "funding" : "Private", "languages" : null, "academic_year" : null, "accrediting_agency" : null} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "null"}, "postal_code": {"type": "string"}}, "required": ["street", "city", "province", "postal_code"]}, "contact": {"type": "object", "properties": {"telephone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "fax": {"type": "string"}}, "required": ["telephone", "website", "email", "fax"]}, "funding": {"type": "string"}, "languages": {"type": "null"}, "academic_year": {"type": "null"}, "accrediting_agency": {"type": "null"}}, "required": ["name", "alt_name", "country", "state", "address", "contact", "funding", "languages", "academic_year", "accrediting_agency"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"service-instance-id": {"type": "string"}, "service-instance-name": {"type": "string"}, "service-type": {"type": "string"}, "service-role": {"type": "string"}, "resource-version": {"type": "string"}}, "required": ["service-instance-id", "service-instance-name", "service-type", "service-role", "resource-version"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"service-instance-id" : "service-instance-id-9b9348f2-f75d-4559-823d-db7ac138ed34", "service-instance-name" : "service-instance-name-9b9348f2-f75d-4559-823d-db7ac138ed34", "service-type" : "service-type-9b9348f2-f75d-4559-823d-db7ac138ed34", "service-role" : "service-role-9b9348f2-f75d-4559-823d-db7ac138ed34", "resource-version" : "1505350720009"} | json_instruct | {"type": "object", "properties": {"service-instance-id": {"type": "string"}, "service-instance-name": {"type": "string"}, "service-type": {"type": "string"}, "service-role": {"type": "string"}, "resource-version": {"type": "string"}}, "required": ["service-instance-id", "service-instance-name", "service-type", "service-role", "resource-version"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "StateOrProvince": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "AccessComments": {"type": "string"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "StateOrProvince", "Postcode", "CountryID", "Latitude", "Longitude", "AccessComments", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "Reference": {"type": "string"}, "LevelID": {"type": "integer"}, "Amps": {"type": "integer"}, "Voltage": {"type": "integer"}, "PowerKW": {"type": "integer"}, "Comments": {"type": "string"}}, "required": ["ID", "ConnectionTypeID", "Reference", "LevelID", "Amps", "Voltage", "PowerKW", "Comments"]}}, "NumberOfPoints": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "DataProvidersReference", "AddressInfo", "Connections", "NumberOfPoints", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"IsRecentlyVerified" : false, "ID" : 68958, "UUID" : "70283944-6385-4218-90CD-A90E5DFAD679", "DataProviderID" : 1, "DataProvidersReference" : "3394", "AddressInfo" : {"ID" : 69304, "Title" : "\u00c5slandhellinga 273-449", "AddressLine1" : "\u00c5slandhellinga 273-449", "Town" : "OSLO", "StateOrProvince" : "Oslo", "Postcode" : "1274", "CountryID" : 168, "Latitude" : 59.82371, "Longitude" : 10.84286, "AccessComments" : "Innerst i Sameiet", "DistanceUnit" : 0}, "Connections" : [{"ID" : 96723, "ConnectionTypeID" : 0, "Reference" : "1", "LevelID" : 2, "Amps" : 32, "Voltage" : 400, "PowerKW" : 22, "Comments" : "Mode 3"}, {"ID" : 96724, "ConnectionTypeID" : 0, "Reference" : "2", "LevelID" : 2, "Amps" : 32, "Voltage" : 400, "PowerKW" : 22, "Comments" : "Mode 3"}], "NumberOfPoints" : 2, "DateLastStatusUpdate" : "2020-05-26T08:23:00Z", "DataQualityLevel" : 2, "DateCreated" : "2016-06-25T03:52:00Z", "SubmissionStatusTypeID" : 100} | json_instruct | {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "StateOrProvince": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "AccessComments": {"type": "string"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "StateOrProvince", "Postcode", "CountryID", "Latitude", "Longitude", "AccessComments", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "Reference": {"type": "string"}, "LevelID": {"type": "integer"}, "Amps": {"type": "integer"}, "Voltage": {"type": "integer"}, "PowerKW": {"type": "integer"}, "Comments": {"type": "string"}}, "required": ["ID", "ConnectionTypeID", "Reference", "LevelID", "Amps", "Voltage", "PowerKW", "Comments"]}}, "NumberOfPoints": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "DataProvidersReference", "AddressInfo", "Connections", "NumberOfPoints", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$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" : "Relevance dimensions in preference-based IR evaluation.", "fields" : ["learning to rank", "data mining", "ir evaluation", "computer science", "information retrieval"], "abstract" : "Evaluation of information retrieval (IR) systems has recently been exploring the use of preference judgments over two search result lists. Unlike the traditional method of collecting relevance labels per single result, this method allows to consider the interaction between search results as part of the judging criteria. For example, one result list may be preferred over another if it has a more diverse set of relevant results, covering a wider range of user intents. In this paper, we investigate how assessors determine their preference for one list of results over another with the aim to understand the role of various relevance dimensions in preference-based evaluation. We run a series of experiments and collect preference judgments over different relevance dimensions in side-by-side comparisons of two search result lists, as well as relevance judgments for the individual documents. Our analysis of the collected judgments reveals that preference judgments combine multiple dimensions of relevance that go beyond the traditional notion of relevance centered on topicality. Measuring performance based on single document judgments and NDCG aligns well with topicality based preferences, but shows misalignment with judges' overall preferences, largely due to the diversity dimension. As a judging method, dimensional preference judging is found to lead to improved judgment quality.", "citation" : "Citations (7)", "departments" : ["Microsoft", "Microsoft", "Microsoft"], "authors" : ["Jinyoung Kim.....http://dblp.org/pers/hd/k/Kim:Jinyoung", "Gabriella Kazai.....http://dblp.org/pers/hd/k/Kazai:Gabriella", "Imed Zitouni.....http://dblp.org/pers/hd/z/Zitouni:Imed"], "conf" : "sigir", "year" : "2013", "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#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}}, "required": ["test", "start"]}, "dependencies": {"type": "object", "properties": {"async": {"type": "string"}, "azure-event-hubs": {"type": "string"}, "azure-iot-common": {"type": "string"}, "azure-iot-device": {"type": "string"}, "azure-iot-device-amqp": {"type": "string"}, "azure-iot-device-amqp-ws": {"type": "string"}, "azure-iot-device-http": {"type": "string"}, "azure-iot-device-mqtt": {"type": "string"}, "azure-iothub": {"type": "string"}, "net-ping": {"type": "string"}, "node-uuid": {"type": "string"}, "winston": {"type": "string"}}, "required": ["async", "azure-event-hubs", "azure-iot-common", "azure-iot-device", "azure-iot-device-amqp", "azure-iot-device-amqp-ws", "azure-iot-device-http", "azure-iot-device-mqtt", "azure-iothub", "net-ping", "node-uuid", "winston"]}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "dependencies", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "iothub-diagnostics", "version" : "1.1.0-dtpreview", "description" : "", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "start" : "node index.js"}, "dependencies" : {"async" : "^2.0.0", "azure-event-hubs" : "^0.0.3", "azure-iot-common" : "1.1.0-dtpreview", "azure-iot-device" : "1.1.0-dtpreview", "azure-iot-device-amqp" : "1.1.0-dtpreview", "azure-iot-device-amqp-ws" : "1.1.0-dtpreview", "azure-iot-device-http" : "1.1.0-dtpreview", "azure-iot-device-mqtt" : "1.1.0-dtpreview", "azure-iothub" : "2.0.0-dtpreview", "net-ping" : "^1.2.0", "node-uuid" : "^1.4.7", "winston" : "^2.2.0"}, "author" : "IOT-SRE", "license" : "ISC"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}}, "required": ["test", "start"]}, "dependencies": {"type": "object", "properties": {"async": {"type": "string"}, "azure-event-hubs": {"type": "string"}, "azure-iot-common": {"type": "string"}, "azure-iot-device": {"type": "string"}, "azure-iot-device-amqp": {"type": "string"}, "azure-iot-device-amqp-ws": {"type": "string"}, "azure-iot-device-http": {"type": "string"}, "azure-iot-device-mqtt": {"type": "string"}, "azure-iothub": {"type": "string"}, "net-ping": {"type": "string"}, "node-uuid": {"type": "string"}, "winston": {"type": "string"}}, "required": ["async", "azure-event-hubs", "azure-iot-common", "azure-iot-device", "azure-iot-device-amqp", "azure-iot-device-amqp-ws", "azure-iot-device-http", "azure-iot-device-mqtt", "azure-iothub", "net-ping", "node-uuid", "winston"]}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "dependencies", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"HostConfigHash": {"type": "string"}, "CardHash": {"type": "string"}, "Error": {"type": "null"}}, "required": ["HostConfigHash", "CardHash", "Error"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"HostConfigHash" : "8451742", "CardHash" : "bc100f8", "Error" : null} | json_instruct | {"type": "object", "properties": {"HostConfigHash": {"type": "string"}, "CardHash": {"type": "string"}, "Error": {"type": "null"}}, "required": ["HostConfigHash", "CardHash", "Error"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"authors": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "description": {"type": "string"}, "frameworks": {"type": "string"}, "keywords": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "required": ["authors", "description", "frameworks", "keywords", "name", "platforms", "repository"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"authors" : {"name" : "Michael Koster", "url" : "https://os.mbed.com/users/michaeljkoster/"}, "description" : "nucleo version", "frameworks" : "mbed", "keywords" : "PololuLedStripNucleo", "name" : "PololuLedStripNucleo", "platforms" : "*", "repository" : {"type" : "hg", "url" : "https://os.mbed.com/users/michaeljkoster/code/PololuLedStripNucleo/"}} | json_instruct | {"type": "object", "properties": {"authors": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "description": {"type": "string"}, "frameworks": {"type": "string"}, "keywords": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "required": ["authors", "description", "frameworks", "keywords", "name", "platforms", "repository"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"epn": {"type": "object", "properties": {"events": {"type": "array", "items": {}}, "epas": {"type": "array", "items": {}}, "contexts": {"type": "object", "properties": {"temporal": {"type": "array", "items": {}}, "segmentation": {"type": "array", "items": {}}, "composite": {"type": "array", "items": {}}}, "required": ["temporal", "segmentation", "composite"]}, "consumers": {"type": "array", "items": {}}, "producers": {"type": "array", "items": {}}, "actions": {"type": "array", "items": {}}, "name": {"type": "string"}}, "required": ["events", "epas", "contexts", "consumers", "producers", "actions", "name"]}, "declaredClass": {"type": "string"}}, "required": ["epn", "declaredClass"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"epn" : {"events" : [], "epas" : [], "contexts" : {"temporal" : [], "segmentation" : [], "composite" : []}, "consumers" : [], "producers" : [], "actions" : [], "name" : "empty_definition"}, "declaredClass" : "metadata.CreateJSON"} | json_instruct | {"type": "object", "properties": {"epn": {"type": "object", "properties": {"events": {"type": "array", "items": {}}, "epas": {"type": "array", "items": {}}, "contexts": {"type": "object", "properties": {"temporal": {"type": "array", "items": {}}, "segmentation": {"type": "array", "items": {}}, "composite": {"type": "array", "items": {}}}, "required": ["temporal", "segmentation", "composite"]}, "consumers": {"type": "array", "items": {}}, "producers": {"type": "array", "items": {}}, "actions": {"type": "array", "items": {}}, "name": {"type": "string"}}, "required": ["events", "epas", "contexts", "consumers", "producers", "actions", "name"]}, "declaredClass": {"type": "string"}}, "required": ["epn", "declaredClass"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"a238eff4cd419021": {"type": "string"}}, "required": ["a238eff4cd419021"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"a238eff4cd419021" : "plugins/rcp-fe-lol-patcher/global/en_us/trans.json"} | json_instruct | {"type": "object", "properties": {"a238eff4cd419021": {"type": "string"}}, "required": ["a238eff4cd419021"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "number"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "number"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title": {"type": "string"}, "year": {"type": "integer"}}, "required": ["artist_id", "artist_latitude", "artist_location", "artist_longitude", "artist_name", "duration", "num_songs", "song_id", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"artist_id" : "AR163GO1187B98C940", "artist_latitude" : 45.51228, "artist_location" : "Montreal, Quebec, Canada", "artist_longitude" : -73.55439, "artist_name" : "Bran Van 3000", "duration" : 128.88771, "num_songs" : 1, "song_id" : "SOGVFRB12AF72A45D1", "title" : "Lucknow", "year" : 1998} | json_instruct | {"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "number"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "number"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title": {"type": "string"}, "year": {"type": "integer"}}, "required": ["artist_id", "artist_latitude", "artist_location", "artist_longitude", "artist_name", "duration", "num_songs", "song_id", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"Frame": {"type": "array", "items": {"type": "object", "properties": {"NAME": {"type": "string"}, "x": {"type": "number"}, "y": {"type": "number"}, "score": {"type": "number"}}, "required": ["NAME", "x", "y", "score"]}}}, "required": ["Frame"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Frame" : [{"NAME" : "NOSE", "x" : 433.14068603515625, "y" : 299.2628173828125, "score" : 0.9108845591545105}, {"NAME" : "LEFT_EYE", "x" : 442.86236572265625, "y" : 287.8606872558594, "score" : 0.9210284948348999}, {"NAME" : "RIGHT_EYE", "x" : 421.9397888183594, "y" : 289.2720947265625, "score" : 0.8851166367530823}, {"NAME" : "LEFT_EAR", "x" : 457.0470275878906, "y" : 293.60064697265625, "score" : 0.8055514097213745}, {"NAME" : "RIGHT_EAR", "x" : 407.22601318359375, "y" : 296.5877380371094, "score" : 0.9016374349594116}, {"NAME" : "LEFT_SHOULDER", "x" : 480.9088134765625, "y" : 356.8304443359375, "score" : 0.8336024284362793}, {"NAME" : "RIGHT_SHOULDER", "x" : 382.59906005859375, "y" : 355.9236755371094, "score" : 0.8702825903892517}, {"NAME" : "LEFT_ELBOW", "x" : 486.2734069824219, "y" : 423.4496154785156, "score" : 0.832206666469574}, {"NAME" : "RIGHT_ELBOW", "x" : 378.5888977050781, "y" : 424.9188232421875, "score" : 0.8928747773170471}, {"NAME" : "LEFT_WRIST", "x" : 444.8288879394531, "y" : 372.6852111816406, "score" : 1.0}, {"NAME" : "RIGHT_WRIST", "x" : 418.34283447265625, "y" : 372.324462890625, "score" : 0.8743124008178711}, {"NAME" : "LEFT_HIP", "x" : 461.7721862792969, "y" : 498.7568054199219, "score" : 0.4489428699016571}, {"NAME" : "RIGHT_HIP", "x" : 395.85357666015625, "y" : 507.0821533203125, "score" : 0.400463730096817}, {"NAME" : "LEFT_KNEE", "x" : 576.1858520507812, "y" : 539.2816162109375, "score" : 0.4215475022792816}, {"NAME" : "RIGHT_KNEE", "x" : 0.0, "y" : 0.0, "score" : 0.0}, {"NAME" : "LEFT_ANKLE", "x" : 572.840087890625, "y" : 657.7504272460938, "score" : 0.5587007403373718}, {"NAME" : "RIGHT_ANKLE", "x" : 274.1537170410156, "y" : 658.2463989257812, "score" : 0.33820024132728577}]} | json_instruct | {"type": "object", "properties": {"Frame": {"type": "array", "items": {"type": "object", "properties": {"NAME": {"type": "string"}, "x": {"type": "number"}, "y": {"type": "number"}, "score": {"type": "number"}}, "required": ["NAME", "x", "y", "score"]}}}, "required": ["Frame"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"binarypoint": {"type": "string"}}, "required": ["binarypoint"]}, "devDependencies": {"type": "object", "properties": {"tap": {"type": "string"}, "async": {"type": "string"}}, "required": ["tap", "async"]}, "license": {"type": "string"}}, "required": ["name", "description", "version", "author", "main", "scripts", "repository", "keywords", "dependencies", "devDependencies", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "daily-protocol", "description" : "daily - The protocol encoder and decoder for network communcation", "version" : "0.3.3", "author" : "Andreas Madsen <amwebdk@gmail.com>", "main" : "./daily-protocol.js", "scripts" : {"test" : "tap test/simple/*"}, "repository" : {"type" : "git", "url" : "git://github.com/daily/daily-protocol.git"}, "keywords" : ["daily", "remote", "protocol", "lowlevel"], "dependencies" : {"binarypoint" : "0.3.x"}, "devDependencies" : {"tap" : "0.6.x", "async" : "0.9.x"}, "license" : "MIT"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"binarypoint": {"type": "string"}}, "required": ["binarypoint"]}, "devDependencies": {"type": "object", "properties": {"tap": {"type": "string"}, "async": {"type": "string"}}, "required": ["tap", "async"]}, "license": {"type": "string"}}, "required": ["name", "description", "version", "author", "main", "scripts", "repository", "keywords", "dependencies", "devDependencies", "license"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"title": {"type": "string"}, "downloads": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}, "hxl": {"type": "integer"}, "org": {"type": "string"}, "id": {"type": "string"}, "resources": {"type": "array", "items": {"type": "object", "properties": {"update_date": {"type": "string"}, "link": {"type": "string"}}, "required": ["update_date", "link"]}}}, "required": ["title", "downloads", "tags", "hxl", "org", "id", "resources"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Kiribati - Trade", "downloads" : 69, "tags" : ["hxl", "indicators", "international trade", "Kiribati"], "hxl" : 1, "org" : "World Bank Group", "id" : "57a30fca-0244-4c31-a875-977575bbc8e9", "resources" : [{"update_date" : "2021-01-28T12:11:07.437569", "link" : "https://data.humdata.org/dataset/57a30fca-0244-4c31-a875-977575bbc8e9/resource/3c3110da-75ad-4f0c-a6a3-e51f2c1a269d/download/trade_kir.csv"}, {"update_date" : "2021-01-28T12:11:07.437569", "link" : "https://data.humdata.org/dataset/57a30fca-0244-4c31-a875-977575bbc8e9/resource/2c1ec98d-b54b-4e29-bf18-5860aa670f6a/download/qc_trade_kir.csv"}]} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "downloads": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}, "hxl": {"type": "integer"}, "org": {"type": "string"}, "id": {"type": "string"}, "resources": {"type": "array", "items": {"type": "object", "properties": {"update_date": {"type": "string"}, "link": {"type": "string"}}, "required": ["update_date", "link"]}}}, "required": ["title", "downloads", "tags", "hxl", "org", "id", "resources"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version-string": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "default-features": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "array", "items": {"type": "string"}}, "features": {"type": "object", "properties": {"zeromq": {"type": "object", "properties": {"description": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "features": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "features"]}}}, "required": ["description", "dependencies"]}, "ipc": {"type": "object", "properties": {"description": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "string"}}}, "required": ["description", "dependencies"]}, "mpi": {"type": "object", "properties": {"description": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "string"}}}, "required": ["description", "dependencies"]}, "webserver": {"type": "object", "properties": {"description": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "string"}}}, "required": ["description", "dependencies"]}}, "required": ["zeromq", "ipc", "mpi", "webserver"]}}, "required": ["name", "version-string", "description", "homepage", "default-features", "dependencies", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "helics", "version-string" : "3.0.0", "description" : "Hierarchical Engine for Large-scale Infrastructure Co-Simulation (HELICS)", "homepage" : "https://helics.org/", "default-features" : ["zeromq", "ipc", "webserver"], "dependencies" : ["boost-core"], "features" : {"zeromq" : {"description" : "Build ZeroMQ core", "dependencies" : [{"name" : "zeromq", "features" : ["sodium"]}]}, "ipc" : {"description" : "Build IPC core", "dependencies" : ["boost-interprocess"]}, "mpi" : {"description" : "Build MPI core", "dependencies" : ["mpi"]}, "webserver" : {"description" : "Build webserver in broker_server", "dependencies" : ["boost-beast"]}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version-string": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "default-features": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "array", "items": {"type": "string"}}, "features": {"type": "object", "properties": {"zeromq": {"type": "object", "properties": {"description": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "features": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "features"]}}}, "required": ["description", "dependencies"]}, "ipc": {"type": "object", "properties": {"description": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "string"}}}, "required": ["description", "dependencies"]}, "mpi": {"type": "object", "properties": {"description": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "string"}}}, "required": ["description", "dependencies"]}, "webserver": {"type": "object", "properties": {"description": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "string"}}}, "required": ["description", "dependencies"]}}, "required": ["zeromq", "ipc", "mpi", "webserver"]}}, "required": ["name", "version-string", "description", "homepage", "default-features", "dependencies", "features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "2001", "provinceId" : "33", "regencyId" : "29", "districtId" : "16", "name" : "Baros"}, {"id" : "2002", "provinceId" : "33", "regencyId" : "29", "districtId" : "16", "name" : "Buara"}, {"id" : "2003", "provinceId" : "33", "regencyId" : "29", "districtId" : "16", "name" : "Bulakelor"}, {"id" : "2004", "provinceId" : "33", "regencyId" : "29", "districtId" : "16", "name" : "Ciduwet"}, {"id" : "2005", "provinceId" : "33", "regencyId" : "29", "districtId" : "16", "name" : "Cikeusal Kidul"}, {"id" : "2006", "provinceId" : "33", "regencyId" : "29", "districtId" : "16", "name" : "Cikeusal Lor"}, {"id" : "2007", "provinceId" : "33", "regencyId" : "29", "districtId" : "16", "name" : "Ciseureuh"}, {"id" : "2008", "provinceId" : "33", "regencyId" : "29", "districtId" : "16", "name" : "Dukuhbadag"}, {"id" : "2009", "provinceId" : "33", "regencyId" : "29", "districtId" : "16", "name" : "Dukuhtengah"}, {"id" : "2010", "provinceId" : "33", "regencyId" : "29", "districtId" : "16", "name" : "Jemasih"}, {"id" : "2011", "provinceId" : "33", "regencyId" : "29", "districtId" : "16", "name" : "Karangbandung"}, {"id" : "2012", "provinceId" : "33", "regencyId" : "29", "districtId" : "16", "name" : "Ketanggungan"}, {"id" : "2013", "provinceId" : "33", "regencyId" : "29", "districtId" : "16", "name" : "Kubangjati"}, {"id" : "2014", "provinceId" : "33", "regencyId" : "29", "districtId" : "16", "name" : "Kubangwungu"}, {"id" : "2015", "provinceId" : "33", "regencyId" : "29", "districtId" : "16", "name" : "Kubangsari"}, {"id" : "2016", "provinceId" : "33", "regencyId" : "29", "districtId" : "16", "name" : "Pamedaran"}, {"id" : "2017", "provinceId" : "33", "regencyId" : "29", "districtId" : "16", "name" : "Sindangjaya"}, {"id" : "2018", "provinceId" : "33", "regencyId" : "29", "districtId" : "16", "name" : "Tanggungsari"}, {"id" : "2019", "provinceId" : "33", "regencyId" : "29", "districtId" : "16", "name" : "Karangmalang"}, {"id" : "2020", "provinceId" : "33", "regencyId" : "29", "districtId" : "16", "name" : "Dukuhturi"}, {"id" : "2021", "provinceId" : "33", "regencyId" : "29", "districtId" : "16", "name" : "Padakaton"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "2004", "provinceId" : "32", "regencyId" : "02", "districtId" : "43", "name" : "Tegallega"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "image": {"type": "string"}, "attributes": {"type": "object", "properties": {"No.": {"type": "string"}, "Type": {"type": "string"}, "Rarity": {"type": "string"}, "MP": {"type": "string"}, "Effects": {"type": "string"}}, "required": ["No.", "Type", "Rarity", "MP", "Effects"]}}, "required": ["name", "id", "image", "attributes"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Siberian Body", "id" : "CHUN-LI009", "image" : "https://nminchow.github.io/teppen-json/images/chun-li009.png", "attributes" : {"No." : "CHUN-LI 009", "Type" : "Action", "Rarity" : "Common", "MP" : "2", "Effects" : "Gives +1/+1 to a friendly green unit."}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "image": {"type": "string"}, "attributes": {"type": "object", "properties": {"No.": {"type": "string"}, "Type": {"type": "string"}, "Rarity": {"type": "string"}, "MP": {"type": "string"}, "Effects": {"type": "string"}}, "required": ["No.", "Type", "Rarity", "MP", "Effects"]}}, "required": ["name", "id", "image", "attributes"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}, "10": {"type": "string"}, "11": {"type": "string"}, "12": {"type": "string"}, "13": {"type": "string"}, "14": {"type": "string"}, "15": {"type": "string"}, "16": {"type": "string"}, "17": {"type": "string"}, "18": {"type": "string"}, "19": {"type": "string"}, "20": {"type": "string"}, "21": {"type": "string"}, "22": {"type": "string"}, "23": {"type": "string"}, "24": {"type": "string"}, "25": {"type": "string"}, "26": {"type": "string"}, "27": {"type": "string"}, "28": {"type": "string"}, "29": {"type": "string"}, "30": {"type": "string"}, "31": {"type": "string"}, "32": {"type": "string"}, "33": {"type": "string"}, "34": {"type": "string"}, "35": {"type": "string"}, "36": {"type": "string"}, "37": {"type": "string"}, "38": {"type": "string"}}, "required": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38"]}}, "required": ["edges", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"edges" : [[11, 38], [11, 4], [14, 11], [10, 11], [12, 23], [26, 7], [7, 9], [38, 11], [11, 27], [11, 19], [22, 11], [11, 7], [3, 11], [11, 13], [11, 9], [4, 11], [5, 2], [11, 32], [11, 28], [31, 11], [11, 15], [11, 0], [18, 30], [11, 9], [11, 24], [11, 24], [1, 11], [11, 8], [11, 23], [21, 11], [21, 11], [11, 24], [11, 38], [11, 35], [11, 4], [34, 11], [37, 11], [7, 11], [11, 17], [11, 31], [7, 11], [36, 11], [11, 20], [29, 11], [11, 4], [11, 33], [11, 24], [11, 8], [16, 6], [11, 25]], "features" : {"0" : "1", "1" : "1", "2" : "1", "3" : "1", "4" : "4", "5" : "1", "6" : "1", "7" : "5", "8" : "2", "9" : "3", "10" : "1", "11" : "44", "12" : "1", "13" : "1", "14" : "1", "15" : "1", "16" : "1", "17" : "1", "18" : "1", "19" : "1", "20" : "1", "21" : "2", "22" : "1", "23" : "2", "24" : "4", "25" : "1", "26" : "1", "27" : "1", "28" : "1", "29" : "1", "30" : "1", "31" : "2", "32" : "1", "33" : "1", "34" : "1", "35" : "1", "36" : "1", "37" : "1", "38" : "3"}} | json_instruct | {"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}, "10": {"type": "string"}, "11": {"type": "string"}, "12": {"type": "string"}, "13": {"type": "string"}, "14": {"type": "string"}, "15": {"type": "string"}, "16": {"type": "string"}, "17": {"type": "string"}, "18": {"type": "string"}, "19": {"type": "string"}, "20": {"type": "string"}, "21": {"type": "string"}, "22": {"type": "string"}, "23": {"type": "string"}, "24": {"type": "string"}, "25": {"type": "string"}, "26": {"type": "string"}, "27": {"type": "string"}, "28": {"type": "string"}, "29": {"type": "string"}, "30": {"type": "string"}, "31": {"type": "string"}, "32": {"type": "string"}, "33": {"type": "string"}, "34": {"type": "string"}, "35": {"type": "string"}, "36": {"type": "string"}, "37": {"type": "string"}, "38": {"type": "string"}}, "required": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38"]}}, "required": ["edges", "features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"out": {"type": "array", "items": {"type": "string"}}}, "required": ["out"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"out" : ["/bin/retroarch-snes9x2002", "/lib/retroarch/cores/snes9x2002_libretro.so"]} | json_instruct | {"type": "object", "properties": {"out": {"type": "array", "items": {"type": "string"}}}, "required": ["out"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"user": {"type": "string"}, "text": {"type": "string"}, "type": {"type": "string"}, "subtype": {"type": "string"}, "ts": {"type": "string"}}, "required": ["user", "text", "type", "subtype", "ts"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"user" : "U15GBPSEB", "text" : "<@U15GBPSEB|milansijan> has joined the channel", "type" : "message", "subtype" : "channel_join", "ts" : "1476815853.000139"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"user": {"type": "string"}, "text": {"type": "string"}, "type": {"type": "string"}, "subtype": {"type": "string"}, "ts": {"type": "string"}}, "required": ["user", "text", "type", "subtype", "ts"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "result": {"type": "object", "properties": {"data": {"type": "object", "properties": {"site": {"type": "object", "properties": {"siteMetadata": {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}}, "required": ["title", "author"]}}, "required": ["siteMetadata"]}, "markdownRemark": {"type": "object", "properties": {"id": {"type": "string"}, "excerpt": {"type": "string"}, "html": {"type": "string"}, "frontmatter": {"type": "object", "properties": {"title": {"type": "string"}, "date": {"type": "string"}, "description": {"type": "string"}, "thumbnail": {"type": "null"}}, "required": ["title", "date", "description", "thumbnail"]}}, "required": ["id", "excerpt", "html", "frontmatter"]}}, "required": ["site", "markdownRemark"]}, "pageContext": {"type": "object", "properties": {"slug": {"type": "string"}, "previous": {"type": "object", "properties": {"fields": {"type": "object", "properties": {"slug": {"type": "string"}}, "required": ["slug"]}, "frontmatter": {"type": "object", "properties": {"title": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["title", "tags"]}}, "required": ["fields", "frontmatter"]}, "next": {"type": "object", "properties": {"fields": {"type": "object", "properties": {"slug": {"type": "string"}}, "required": ["slug"]}, "frontmatter": {"type": "object", "properties": {"title": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["title", "tags"]}}, "required": ["fields", "frontmatter"]}}, "required": ["slug", "previous", "next"]}}, "required": ["data", "pageContext"]}, "staticQueryHashes": {"type": "array", "items": {"type": "string"}}}, "required": ["componentChunkName", "path", "result", "staticQueryHashes"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"componentChunkName" : "component---src-templates-blog-post-js", "path" : "/cervejas/balde_eisenbahn_c4/", "result" : {"data" : {"site" : {"siteMetadata" : {"title" : "Carcaras", "author" : "Diogo Ferreira"}}, "markdownRemark" : {"id" : "33146198-a683-549f-a169-15380483ee5a", "excerpt" : "R$ 37.49", "html" : "<h1>R$ 37.49</h1>", "frontmatter" : {"title" : "Balde Eisenbahn c/4 - R$37.49", "date" : "May 04, 2010", "description" : "Balde Eisenbahn c/4", "thumbnail" : null}}}, "pageContext" : {"slug" : "/cervejas/balde_eisenbahn_c4/", "previous" : {"fields" : {"slug" : "/cervejas/balde_itaipava_c4/"}, "frontmatter" : {"title" : "Balde Itaipava Premium c/4 - R$35.50", "tags" : ["Cervejas"]}}, "next" : {"fields" : {"slug" : "/cervejas/balde_skol_c4/"}, "frontmatter" : {"title" : "Balde Skol c/4 - R$32.49", "tags" : ["Cervejas"]}}}}, "staticQueryHashes" : ["63159454"]} | json_instruct | {"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "result": {"type": "object", "properties": {"data": {"type": "object", "properties": {"site": {"type": "object", "properties": {"siteMetadata": {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}}, "required": ["title", "author"]}}, "required": ["siteMetadata"]}, "markdownRemark": {"type": "object", "properties": {"id": {"type": "string"}, "excerpt": {"type": "string"}, "html": {"type": "string"}, "frontmatter": {"type": "object", "properties": {"title": {"type": "string"}, "date": {"type": "string"}, "description": {"type": "string"}, "thumbnail": {"type": "null"}}, "required": ["title", "date", "description", "thumbnail"]}}, "required": ["id", "excerpt", "html", "frontmatter"]}}, "required": ["site", "markdownRemark"]}, "pageContext": {"type": "object", "properties": {"slug": {"type": "string"}, "previous": {"type": "object", "properties": {"fields": {"type": "object", "properties": {"slug": {"type": "string"}}, "required": ["slug"]}, "frontmatter": {"type": "object", "properties": {"title": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["title", "tags"]}}, "required": ["fields", "frontmatter"]}, "next": {"type": "object", "properties": {"fields": {"type": "object", "properties": {"slug": {"type": "string"}}, "required": ["slug"]}, "frontmatter": {"type": "object", "properties": {"title": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["title", "tags"]}}, "required": ["fields", "frontmatter"]}}, "required": ["slug", "previous", "next"]}}, "required": ["data", "pageContext"]}, "staticQueryHashes": {"type": "array", "items": {"type": "string"}}}, "required": ["componentChunkName", "path", "result", "staticQueryHashes"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"th3b01tg4ming": {"type": "object", "properties": {"title": {"type": "string"}, "channel_id": {"type": "integer"}, "link": {"type": "string"}, "desc": {"type": "null"}, "plans": {"type": "object", "properties": {"$4.99": {"type": "string"}, "$9.99": {"type": "string"}, "$24.99": {"type": "string"}}, "required": ["$4.99", "$9.99", "$24.99"]}, "id": {"type": "string"}, "first_seen": {"type": "string"}, "badge": {"type": "null"}, "badge_starting": {"type": "null"}, "badge_3m": {"type": "null"}, "badge_6m": {"type": "null"}, "badge_12m": {"type": "null"}, "badge_24m": {"type": "null"}, "badges": {"type": "null"}, "bits_badges": {"type": "null"}, "cheermote1": {"type": "null"}, "cheermote100": {"type": "null"}, "cheermote1000": {"type": "null"}, "cheermote5000": {"type": "null"}, "cheermote10000": {"type": "null"}, "set": {"type": "integer"}, "emotes": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "image_id": {"type": "integer"}, "set": {"type": "integer"}}, "required": ["code", "image_id", "set"]}}}, "required": ["title", "channel_id", "link", "desc", "plans", "id", "first_seen", "badge", "badge_starting", "badge_3m", "badge_6m", "badge_12m", "badge_24m", "badges", "bits_badges", "cheermote1", "cheermote100", "cheermote1000", "cheermote5000", "cheermote10000", "set", "emotes"]}}, "required": ["th3b01tg4ming"]}}, "required": ["template", "channels"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"template" : {"small" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/1.0", "medium" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/2.0", "large" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/3.0"}, "channels" : {"th3b01tg4ming" : {"title" : "th3b01tg4ming", "channel_id" : 134699042, "link" : "http://twitch.tv/th3b01tg4ming", "desc" : null, "plans" : {"$4.99" : "65616", "$9.99" : "65618", "$24.99" : "65619"}, "id" : "th3b01tg4ming", "first_seen" : "2017-06-30 00:10:05", "badge" : null, "badge_starting" : null, "badge_3m" : null, "badge_6m" : null, "badge_12m" : null, "badge_24m" : null, "badges" : null, "bits_badges" : null, "cheermote1" : null, "cheermote100" : null, "cheermote1000" : null, "cheermote5000" : null, "cheermote10000" : null, "set" : 65616, "emotes" : [{"code" : "th3b01StBHeart", "image_id" : 241955, "set" : 65616}, {"code" : "th3b01StBHype", "image_id" : 242036, "set" : 65618}, {"code" : "th3b01StBRekt", "image_id" : 242070, "set" : 65619}]}}} | json_instruct | {"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"th3b01tg4ming": {"type": "object", "properties": {"title": {"type": "string"}, "channel_id": {"type": "integer"}, "link": {"type": "string"}, "desc": {"type": "null"}, "plans": {"type": "object", "properties": {"$4.99": {"type": "string"}, "$9.99": {"type": "string"}, "$24.99": {"type": "string"}}, "required": ["$4.99", "$9.99", "$24.99"]}, "id": {"type": "string"}, "first_seen": {"type": "string"}, "badge": {"type": "null"}, "badge_starting": {"type": "null"}, "badge_3m": {"type": "null"}, "badge_6m": {"type": "null"}, "badge_12m": {"type": "null"}, "badge_24m": {"type": "null"}, "badges": {"type": "null"}, "bits_badges": {"type": "null"}, "cheermote1": {"type": "null"}, "cheermote100": {"type": "null"}, "cheermote1000": {"type": "null"}, "cheermote5000": {"type": "null"}, "cheermote10000": {"type": "null"}, "set": {"type": "integer"}, "emotes": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "image_id": {"type": "integer"}, "set": {"type": "integer"}}, "required": ["code", "image_id", "set"]}}}, "required": ["title", "channel_id", "link", "desc", "plans", "id", "first_seen", "badge", "badge_starting", "badge_3m", "badge_6m", "badge_12m", "badge_24m", "badges", "bits_badges", "cheermote1", "cheermote100", "cheermote1000", "cheermote5000", "cheermote10000", "set", "emotes"]}}, "required": ["th3b01tg4ming"]}}, "required": ["template", "channels"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"mithril.js": {"type": "string"}, "mithril.min.js": {"type": "string"}}, "required": ["mithril.js", "mithril.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"mithril.js" : "sha256-bo8aAT9B/w90OM+EpOYc7u8tD/nBDe61q4s8RF+60Us=", "mithril.min.js" : "sha256-LVAybjMfauWTVQ+gXQAyh0swNbLlq8GKKsyW8ASP0/E="} | json_instruct | {"type": "object", "properties": {"mithril.js": {"type": "string"}, "mithril.min.js": {"type": "string"}}, "required": ["mithril.js", "mithril.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"graphiql.css": {"type": "string"}, "graphiql.js": {"type": "string"}, "graphiql.min.css": {"type": "string"}, "graphiql.min.js": {"type": "string"}}, "required": ["graphiql.css", "graphiql.js", "graphiql.min.css", "graphiql.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"graphiql.css" : "sha512-ITcqvcmJOrZ+FOQQ2TQspONfh2JEr8MfguKQ+S+6KdsGJvzAqkxWD+GWMCNgat8zXFtYOdSZliOJXQ4Lf7RUug==", "graphiql.js" : "sha512-Frtrzjb/y3DB6u6x/fmJFizoUq1A8rOr7PJdIU2bKI7tDXKtRVVWhP9FkoWqvU9zg5X1P2BppF5SXsztvN14Ig==", "graphiql.min.css" : "sha512-5sa/PZE7nBbsx8wZ3qzw8KeuAXgi2KIwrXNUI1l/xrxnO0ufU+fvaetSMUb5OS7yIYPa968+2WQ4WDsCx0GStA==", "graphiql.min.js" : "sha512-1suFf4H70lhr6oUOZrStGcqqL8CzL10oDoF4i4ZZkv7MaXCEq9IGeSZhmxhudjvsk0K2G+r/VISBALfTu5wLsQ=="} | json_instruct | {"type": "object", "properties": {"graphiql.css": {"type": "string"}, "graphiql.js": {"type": "string"}, "graphiql.min.css": {"type": "string"}, "graphiql.min.js": {"type": "string"}}, "required": ["graphiql.css", "graphiql.js", "graphiql.min.css", "graphiql.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "defaultLocale": {"type": "string"}, "location": {"type": "object", "properties": {"sell": {"type": "object", "properties": {"lead_card": {"type": "string"}, "company_card": {"type": "string"}, "person_card": {"type": "string"}, "deal_card": {"type": "string"}}, "required": ["lead_card", "company_card", "person_card", "deal_card"]}}, "required": ["sell"]}, "version": {"type": "string"}, "frameworkVersion": {"type": "string"}, "private": {"type": "boolean"}, "domainWhitelist": {"type": "array", "items": {"type": "string"}}, "parameters": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "required": {"type": "boolean"}, "secure": {"type": "boolean"}, "default": {"type": "string"}}, "required": ["name", "type", "required", "secure", "default"]}}}, "required": ["name", "author", "defaultLocale", "location", "version", "frameworkVersion", "private", "domainWhitelist", "parameters"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "iorad", "author" : {"name" : "Habibillah Busri", "email" : "habibillah@iorad.com", "url" : "https://www.iorad.com"}, "defaultLocale" : "en", "location" : {"sell" : {"lead_card" : "assets/iframe.html", "company_card" : "assets/iframe.html", "person_card" : "assets/iframe.html", "deal_card" : "assets/iframe.html"}}, "version" : "1.0", "frameworkVersion" : "2.0", "private" : false, "domainWhitelist" : ["iorad.com", "www.iorad.com", "test.iorad.com", "dev.iorad.local"], "parameters" : [{"name" : "iorad_token", "type" : "text", "required" : true, "secure" : true, "default" : ""}, {"name" : "iorad_secret", "type" : "text", "required" : true, "secure" : false, "default" : ""}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "defaultLocale": {"type": "string"}, "location": {"type": "object", "properties": {"sell": {"type": "object", "properties": {"lead_card": {"type": "string"}, "company_card": {"type": "string"}, "person_card": {"type": "string"}, "deal_card": {"type": "string"}}, "required": ["lead_card", "company_card", "person_card", "deal_card"]}}, "required": ["sell"]}, "version": {"type": "string"}, "frameworkVersion": {"type": "string"}, "private": {"type": "boolean"}, "domainWhitelist": {"type": "array", "items": {"type": "string"}}, "parameters": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "required": {"type": "boolean"}, "secure": {"type": "boolean"}, "default": {"type": "string"}}, "required": ["name", "type", "required", "secure", "default"]}}}, "required": ["name", "author", "defaultLocale", "location", "version", "frameworkVersion", "private", "domainWhitelist", "parameters"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "biotic", "definition" : "Relating to life; as, the biotic principle."} | 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": {"params": {"type": "array", "items": {"type": "number"}}, "infidelity": {"type": "number"}, "energy_expval": {"type": "number"}, "energy_error": {"type": "number"}, "optimizer_success": {"type": "boolean"}, "optimizer_nfev": {"type": "integer"}}, "required": ["params", "infidelity", "energy_expval", "energy_error", "optimizer_success", "optimizer_nfev"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"params" : [-0.001977814987651403, 0.0007281573807497524, -0.0011542472680705245, 8.779300749208562e-05, 0.0009059469403830158, -0.0019345117608943567, -0.0003273431960349336, -0.0006336806694319986, -0.0005451718812258292, 0.0004657925198854613, -0.004029748295623434, -0.00033364226438523326, -0.0004172010680596641, 2.1484126923160986e-05, 0.0001317456068917199, -0.0026939837616559853, 0.004175084356693968, -7.00680212763636e-05, -0.00026591267656971625, -3.3232806003276657e-05, 0.0011715670786108673, -6.913418293269789e-05, -0.0024515896613194503, -9.820899222908488e-05, 0.0046703799348326415, 0.0002145556215287232, -0.0001339753550468154, -2.4858391292662614e-05, -3.795202157116276e-05, -0.0035198101834493303, -6.897126196991514e-05, 0.004037128276818922, -3.693469554827064e-05, 0.0014364476189927952, 0.00238673882470513, -3.294831495533008e-05, -0.003498358549754322, -4.398705859540481e-05, 3.25959622550435e-05, 1.914845179549361e-05, 0.004787549553804854, 5.279463647951495e-05, 4.666207136326255e-05, 0.0012206945185432544, -0.0013605884414295923, 5.0394153461796174e-05, 0.012090895633245698, 6.069147485761862e-05, 0.001126074449613023, -0.0010999844817135135, 7.27861794605995e-06, 0.004354623032728727], "infidelity" : 9.461467086413489e-05, "energy_expval" : -1.9417507372310556, "energy_error" : 0.00011410494261809845, "optimizer_success" : true, "optimizer_nfev" : 1454} | json_instruct | {"type": "object", "properties": {"params": {"type": "array", "items": {"type": "number"}}, "infidelity": {"type": "number"}, "energy_expval": {"type": "number"}, "energy_error": {"type": "number"}, "optimizer_success": {"type": "boolean"}, "optimizer_nfev": {"type": "integer"}}, "required": ["params", "infidelity", "energy_expval", "energy_error", "optimizer_success", "optimizer_nfev"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"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" : "Brouqueyran", "circ" : "12\u00e8me circonscription", "dpt" : "Gironde", "inscrits" : 152, "abs" : 52, "votants" : 100, "blancs" : 9, "nuls" : 7, "exp" : 84, "res" : [{"nuance" : "REM", "nom" : "Mme Christelle DUBOS", "voix" : 63}, {"nuance" : "FI", "nom" : "M. Christophe MIQUEU", "voix" : 21}]} | 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#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-71.522438, 41.480331], [-71.514896, 41.501341], [-71.491527, 41.497126], [-71.456481, 41.499135], [-71.454417, 41.499454], [-71.450101, 41.501801], [-71.446657, 41.489077], [-71.447922, 41.486443], [-71.447362, 41.481249], [-71.4496, 41.472401], [-71.4484, 41.468401], [-71.451034, 41.462205], [-71.451617, 41.453157], [-71.464283, 41.443543], [-71.474835, 41.438891], [-71.479576, 41.440174], [-71.479065, 41.442104], [-71.47966, 41.442348], [-71.469925, 41.451859], [-71.468419, 41.456669], [-71.463532, 41.466424], [-71.488029, 41.463604], [-71.492111, 41.464741], [-71.509422, 41.462257], [-71.512688, 41.468639], [-71.519958, 41.477482], [-71.520897, 41.480084], [-71.522438, 41.480331]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 56989}}]} | 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#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[2007, 6], [2008, 5], [2009, 6], [2012, 8], [2013, 6], [2014, 8]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}, "10": {"type": "string"}, "11": {"type": "string"}, "12": {"type": "string"}, "13": {"type": "string"}, "14": {"type": "string"}, "15": {"type": "string"}, "16": {"type": "string"}, "17": {"type": "string"}, "18": {"type": "string"}}, "required": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18"]}}, "required": ["edges", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"edges" : [[9, 0], [15, 1], [14, 0], [5, 0], [14, 0], [0, 12], [2, 4], [0, 14], [0, 16], [3, 13], [14, 0], [14, 0], [0, 14], [9, 0], [0, 14], [0, 14], [14, 0], [0, 14], [6, 3], [0, 14], [0, 14], [0, 12], [3, 7], [17, 4], [0, 5], [14, 0], [0, 14], [0, 14], [14, 0], [0, 14], [14, 0], [0, 14], [0, 14], [0, 14], [10, 11], [14, 0], [4, 18], [14, 0], [0, 14], [0, 8], [0, 14], [0, 14], [6, 8], [14, 0], [14, 0], [0, 14], [0, 5], [0, 14], [14, 0]], "features" : {"0" : "40", "1" : "1", "2" : "1", "3" : "3", "4" : "3", "5" : "3", "6" : "2", "7" : "1", "8" : "2", "9" : "2", "10" : "1", "11" : "1", "12" : "2", "13" : "1", "14" : "31", "15" : "1", "16" : "1", "17" : "1", "18" : "1"}} | json_instruct | {"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}, "10": {"type": "string"}, "11": {"type": "string"}, "12": {"type": "string"}, "13": {"type": "string"}, "14": {"type": "string"}, "15": {"type": "string"}, "16": {"type": "string"}, "17": {"type": "string"}, "18": {"type": "string"}}, "required": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18"]}}, "required": ["edges", "features"], "$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" : "adverbialize", "definition" : "To give the force or form of an adverb to."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$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.