input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"ConnectionStrings": {"type": "object", "properties": {"DefaultConnection": {"type": "string"}}, "required": ["DefaultConnection"]}, "Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {... | {"ConnectionStrings" : {"DefaultConnection" : "Server=(localdb)\\mssqllocaldb;Database=OrderDb;Trusted_Connection=True;MultipleActiveResultSets=true"}, "Logging" : {"LogLevel" : {"Default" : "Information", "Microsoft" : "Warning", "Microsoft.Hosting.Lifetime" : "Information"}}, "AllowedHosts" : "*", "AzureActiveDirecto... | json_instruct | {"type": "object", "properties": {"ConnectionStrings": {"type": "object", "properties": {"DefaultConnection": {"type": "string"}}, "required": ["DefaultConnection"]}, "Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}, "Microsoft": {"type": "string"}... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"pl_disc": {"type": "string"}, "pl_pelink": {"type": "string"}, "st_rad": {"type": "string"}, "pl_massj": {"type": "string"}, "st_dist": {"type": "string"}, "null": {"type": "array", "items": {"type": "string"}}, "pl_dens": {"typ... | {"pl_disc" : "HD 73534", "pl_pelink" : "0", "st_rad" : "1", "pl_massj" : "0", "st_dist" : "HD 73534 b", "null" : ["", "81.00", "1.23", "8.230", "2.39", "5041.00", "http://exoplanet.eu/catalog/hd_73534_b/", "http://exoplanets.org/detail/HD_73534_b"], "pl_dens" : "2008", "pl_eqt" : "Radial Velocity", "st_optmag" : "0", "... | json_instruct | {"type": "object", "properties": {"pl_disc": {"type": "string"}, "pl_pelink": {"type": "string"}, "st_rad": {"type": "string"}, "pl_massj": {"type": "string"}, "st_dist": {"type": "string"}, "null": {"type": "array", "items": {"type": "string"}}, "pl_dens": {"type": "string"}, "pl_eqt": {"type": "string"}, "st_optmag":... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"uuid": {"type": "string"}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required... | {"uuid" : "9e66629c-4458-462d-bf29-8f7371326630", "befores" : [{"name" : "x_value", "status" : "passed", "start" : 1635703658398, "stop" : 1635703658398}], "start" : 1635703658398, "stop" : 1635703658410} | json_instruct | {"type": "object", "properties": {"uuid": {"type": "string"}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["name", "status", "start", "stop"]}}, "start": {"type":... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"ip_address": {"type": "object", "properties": {"id": {"type": "string"}, "address": {"type": "string"}, "network": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}, "required": ["id", "address"... | {"ip_address" : {"id" : "ip_68u3d61zpezcp1Sf", "address" : "101.240.4.249", "network" : {"id" : "netw_zDW7KYAeqqfRfVag"}}} | json_instruct | {"type": "object", "properties": {"ip_address": {"type": "object", "properties": {"id": {"type": "string"}, "address": {"type": "string"}, "network": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}, "required": ["id", "address", "network"]}}, "required": ["ip_address"], "$schema": "htt... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"module": {"type": "string"}, "require": {"type": "string"}, "depends": {"type": "array", "items": {"type": "string"}}, "targets": {"type": "array", "items": {"type": "string"}}, "zephyr_conf": {"type": "object", "properties": ... | {"module" : "pwm", "require" : "pwm", "depends" : ["board"], "targets" : ["arduino_101"], "zephyr_conf" : {"all" : ["CONFIG_PWM=y", "CONFIG_PWM_QMSI_NUM_PORTS=4"]}, "zjs_config" : ["-DBUILD_MODULE_PWM"], "src" : ["src/zjs_pwm.c"]} | json_instruct | {"type": "object", "properties": {"module": {"type": "string"}, "require": {"type": "string"}, "depends": {"type": "array", "items": {"type": "string"}}, "targets": {"type": "array", "items": {"type": "string"}}, "zephyr_conf": {"type": "object", "properties": {"all": {"type": "array", "items": {"type": "string"}}}, "r... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"amount": {"type": "integer"}}, "required": ["amount"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"amount" : 50} | json_instruct | {"type": "object", "properties": {"amount": {"type": "integer"}}, "required": ["amount"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "nu... | {"artist_id" : "ARDRJSP126E2B3BEF8", "artist_latitude" : null, "artist_location" : "", "artist_longitude" : null, "artist_name" : "Spiritualized", "duration" : 608.31302, "num_songs" : 1, "song_id" : "SOXXMFL12A8AE47B6A", "title" : "I Think I'm In Love", "year" : 1997} | json_instruct | {"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title"... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}, "types": {"type": "string"}, "sdhTransport": {"type": "string"}... | {"name" : "codedoc-mermaid-plugin", "version" : "1.0.0", "description" : "Mermaid plugin for Codedoc.", "main" : "dist/es5/index.js", "module" : "dist/es6/index.js", "types" : "dist/es6/index.d.ts", "sdhTransport" : "module", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "build-es5" : "tsc -p con... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}, "types": {"type": "string"}, "sdhTransport": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"... | {"nom" : "Luz\u00e9", "dpt" : "Indre-et-Loire", "inscrits" : 220, "abs" : 40, "votants" : 180, "blancs" : 14, "nuls" : 5, "exp" : 161, "res" : [{"panneau" : "1", "voix" : 88}, {"panneau" : "2", "voix" : 73}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object"... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type": "string"}, "i... | {"categories" : ["Digital Design/Media", "Software"], "desc" : " Discover all that Adobe Photoshop CS5 has to offer! With detailed attention to artistic and technical features alike, ADOBE PHOTOSHOP CS5 REVEALED provides a solid foundation for those looking to learn this industry-standard program. Real-world, practical... | json_instruct | {"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type": "string"}, "isbn-13": {"type": "string"}, "pages": {"type": "string"},... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "object", "properties": {"host": {"type": "string"}}, "required": ["host"]}}, "required": ["name", "email"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "My Express app", "email" : {"host" : "default-email-host"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "object", "properties": {"host": {"type": "string"}}, "required": ["host"]}}, "required": ["name", "email"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "unity": {"type": "string"}, "category": {"type": "string"}, "keywords": {"type": "array", "items": ... | {"name" : "jp.sinoa.icemilktea", "version" : "0.0.3-26", "displayName" : "IceMilkTea", "description" : "This package provides Game develop support.", "unity" : "2019.3", "category" : "GameFramework", "keywords" : ["support", "framework", "ice", "milk", "tea", "icemilktea"], "author" : {"name" : "Sinoa", "email" : "sino... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "unity": {"type": "string"}, "category": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "proper... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repositor... | {"name" : "van", "version" : "0.0.4", "description" : "All of your processes can pile into the van.", "main" : "lib/index.js", "scripts" : {"test" : "mocha"}, "repository" : {"type" : "git", "url" : "https://github.com/divshot/van.git"}, "keywords" : ["processes", "interleaving", "command-line"], "bin" : {"van" : "bin/... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "s... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "requ... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[131.75, 40.333333333333336], [131.75, 40.416666666666664], [131.875, 40.416666666666664], [131.875, 40.333333333333336], [131.75, 40.333333333333336]]]}, "properties" : {"code" : 603146, "url" : "http://madefor.github.io/0410/api/v1/603146.geojso... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob... |
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": {"watch:sass": {"type": "string"}, "devserv... | {"name" : "natours", "version" : "1.0.0", "description" : "Landing page for natours", "main" : "index.js", "scripts" : {"watch:sass" : "sass sass/main.scss css/style.css --watch", "devserver" : "live-server", "dev" : "npm-run-all --parallel watch:sass devserver", "compile:sass" : "sass sass/main.scss css/style.comp.css... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"watch:sass": {"type": "string"}, "devserver": {"type": "string"}, "dev": {"type": "string"}, "compile:sass": {"type": ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "e... | {"nom" : "Saint-Saturnin-l\u00e8s-Avignon", "dpt" : "Vaucluse", "inscrits" : 3884, "abs" : 755, "votants" : 3129, "blancs" : 268, "nuls" : 80, "exp" : 2781, "res" : [{"panneau" : "2", "voix" : 1392}, {"panneau" : "1", "voix" : 1389}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object"... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "@typescript-eslint/eslint-plugin": {"type": "string"}, "@typescript-eslint/parser": {"type": "stri... | {"name" : "root", "devDependencies" : {"@types/node" : "^14.0.27", "@typescript-eslint/eslint-plugin" : "^2.2.0", "@typescript-eslint/parser" : "^2.2.0", "eslint" : "^6.3.0", "eslint-config-prettier" : "^6.3.0", "eslint-plugin-prettier" : "^3.1.0", "husky" : "^3.0.5", "lerna" : "^3.16.4", "lint-staged" : "^9.2.5", "pre... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "@typescript-eslint/eslint-plugin": {"type": "string"}, "@typescript-eslint/parser": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-prettier": {"type": ... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "... | {"place_name" : "Miranda", "state_name" : "California", "state_abbrv" : "CA", "lat" : "40.2397", "long" : "-123.8077"} | json_instruct | {"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "n... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[138.0, 41.166666666666664], [138.0, 41.25], [138.125, 41.25], [138.125, 41.166666666666664], [138.0, 41.166666666666664]]]}, "properties" : {"code" : 613860, "url" : "http://madefor.github.io/0410/api/v1/613860.geojson", "view" : "https://github.... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob... |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/generic/drinks/beer/elderbeer.consumable": {"type": "array", "items": {"type": "string"}}}, "req... | [{"DeniedAlternatives" : [], "Files" : {"items/generic/drinks/beer/elderbeer.consumable" : ["/description"]}, "Texts" : {"Eng" : "Honed from the very essence of dreams...and made into booze. Probably not safe."}}, {"DeniedAlternatives" : [], "Files" : {"items/generic/drinks/beer/elderbeer.consumable" : ["/shortdescript... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/generic/drinks/beer/elderbeer.consumable": {"type": "array", "items": {"type": "string"}}}, "required": ["items/generic/drinks/beer/elderbeer.consumable"]}... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"description": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "start-local": {"type": "string"}}, "required": ["start", "start-local"]}, "d... | {"description" : "Main example for react-map-gl", "license" : "MIT", "scripts" : {"start" : "webpack-dev-server --progress --hot --open", "start-local" : "webpack-dev-server --env.local --progress --hot --open"}, "dependencies" : {"d3-array" : "^1.0.1", "d3-color" : "^1.0.1", "d3-random" : "^1.0.2", "d3-request" : "^1.... | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "start-local": {"type": "string"}}, "required": ["start", "start-local"]}, "dependencies": {"type": "object", "properties": {"d3-array": {"type": ... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "integer"}, "input": {"type": "object", "properties": {"eventData": {"type": "object", "properties": {"sourceRequestId": {"type": "integer"}, "qcElementType": {"type": "string"}},... | {"name" : "task_1_WORKFLOW", "version" : 28, "input" : {"eventData" : {"sourceRequestId" : 123, "qcElementType" : "big"}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "integer"}, "input": {"type": "object", "properties": {"eventData": {"type": "object", "properties": {"sourceRequestId": {"type": "integer"}, "qcElementType": {"type": "string"}}, "required": ["sourceRequestId", "qcElementType"]}}, "requi... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["... | {"name" : "react-substate-monorepo", "version" : "0.1.0", "private" : true, "description" : "React Substate Monorepo", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "Harvtronix", "license" : "MIT", "devDependencies" : {"npm-check-updates" : "^11.8.5"}, "workspaces" : ["packages/react-... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "d... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "sampleUrl": {"type": "string"}}, "required": ["name", "version",... | {"name" : "W Banking Company", "version" : "0.1.0", "description" : "Api de la W Banking Company", "title" : "API | W Banking Company", "url" : "https://wbankingcompany.herokuapp.com/index.php/v1", "sampleUrl" : "https://wbankingcompany.herokuapp.com/index.php/v1"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "sampleUrl": {"type": "string"}}, "required": ["name", "version", "description", "title", "url", "sampleUrl"], "$schema": "http://json-s... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repositor... | {"name" : "cagua.co", "version" : "1.0.0", "description" : "Fernando Cagua personal website", "main" : "index.html", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/efcaguab/cagua.co.git"}, "keywords" : ["portfolio", "blog", "data", "... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "s... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "spec_version": {"type": "string"}, "objects": {"type": "array", "items": {"type": "object", "properties": {"created_by_ref": {"type": "string"}, "description": {"type": "st... | {"type" : "bundle", "id" : "bundle--4e4bdbdc-45f3-47b3-a81f-afab92b25688", "spec_version" : "2.0", "objects" : [{"created_by_ref" : "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5", "description" : "For malicious code served up through ads, adblockers can help prevent that code from executing in the first place.\n\nScr... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "spec_version": {"type": "string"}, "objects": {"type": "array", "items": {"type": "object", "properties": {"created_by_ref": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "created": {"type": "st... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "d534-181", "text" : "MAES\nCHANGE\nORDER\n-It -UttKi' \\.4&!m?ogrwjh List\n( } Tape Network Addresecgraph List\nx \"v. * * 1. as an associate\n{\n>\nCheck Attached\n{\n)\nLetter Attaehed\nCHAKQE (AS INDICATED ABOVE)*\nt\nPROMs\n% COP-ILS TO i\ns . PRESIDENT\nR SECRE1ARX\n\u00ab TREASURER\nn\n3 '\nREGIONAL\n8 D... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"stateMachineName": {"type": "string"}, "input": {"type": "object", "properties": {}, "required": []}, "options": {"type": "object", "properties": {"instigatingClient": {"type": "object", "properties": {"appName": ... | {"stateMachineName" : "wmfs_sendCnoReferralIncidentNotifications_1_0", "input" : {}, "options" : {"instigatingClient" : {"appName" : "tymly-cli", "domain" : "cli"}, "sendResponse" : "COMPLETE"}} | json_instruct | {"type": "object", "properties": {"stateMachineName": {"type": "string"}, "input": {"type": "object", "properties": {}, "required": []}, "options": {"type": "object", "properties": {"instigatingClient": {"type": "object", "properties": {"appName": {"type": "string"}, "domain": {"type": "string"}}, "required": ["appName... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "deploy": {"type": "string"}}, "required": ["dev", "deploy"]}, "de... | {"name" : "baumeise", "version" : "0.1.0", "private" : true, "scripts" : {"dev" : "vuepress dev public", "deploy" : "./deploy.sh"}, "dependencies" : {"js-cookie" : "^2.2.1", "vue" : "^2.6.10", "vue-server-renderer" : "^2.6.10"}, "devDependencies" : {"@vuepress/plugin-google-analytics" : "^1.2.0", "vuepress" : "^1.2.0"}... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "deploy": {"type": "string"}}, "required": ["dev", "deploy"]}, "dependencies": {"type": "object", "properties": {"js-cookie... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"... | {"userId" : 40039, "cartId" : "43a0a084-249c-4d53-b125-32f305dd660b", "preferredProducts" : [], "productReviews" : [{"productId" : 3848, "reviewText" : "I tried to annihilate it but got bonbon all over it.", "reviewDate" : "2018-07-13T02:43:00.1767155+03:00"}, {"productId" : 65, "reviewText" : "My gentoo penguin loves ... | 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": "s... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"videoId": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "duration": {"type": "integer"}, "language": {"type": "string"}, "channelId": {"type": "string"}, ... | {"videoId" : "6bZgM6IrMoQ", "tags" : ["security"], "title" : "GOTO 2017 \u2022 Automating Security & Compliance (for Fun & Profit) \u2022 Nicole Johnson", "duration" : 1954, "language" : "English", "channelId" : "UCs_tLP3AiwYKwdUHpltJPuA", "channelTitle" : "GOTO Conferences", "recordingDate" : 1506071849, "description"... | json_instruct | {"type": "object", "properties": {"videoId": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "duration": {"type": "integer"}, "language": {"type": "string"}, "channelId": {"type": "string"}, "channelTitle": {"type": "string"}, "recordingDate": {"type": "integer"}... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "o... | {"hash" : "0xc3fe5c1c9791ecc50e0cf8e643bcc590a8c03b48c65d31205a4d2f2e58b4bf04", "parentHash" : "0x4ae1829b9f00f055e1afb3b681bfecd2fce56f38911d65a842fc2185066a3a10", "number" : 97599, "timestamp" : 1439758607, "nonce" : "0x4cd1dfc1f5c4e33e", "difficulty" : 3837261045444, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {... | json_instruct | {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"image": {"type": "object", "properties": {"scale": {"type": "integer"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "background": {"type": "string"}}, "required": ["scale", "width", "height", "background"]}}, ... | {"image" : {"scale" : 10, "width" : 60, "height" : 60, "background" : "#D7F3F6"}} | json_instruct | {"type": "object", "properties": {"image": {"type": "object", "properties": {"scale": {"type": "integer"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "background": {"type": "string"}}, "required": ["scale", "width", "height", "background"]}}, "required": ["image"], "$schema": "http://json-schema.org/d... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"600527793@5.78": {"type": "string"}, "600527794@5.78": {"type": "string"}, "600527795@5.78": {"type": "string"}, "600527796@5.78": {"type": "string"}, "adm002": {"type": "string"}, "adm003": {"type": "string"}}, "... | {"600527793@5.78" : "6f10452f-dbf8-4d5c-9f40-760080e08612", "600527794@5.78" : "16649e72-5dd5-4ab9-ab83-df9a5f06d9d1", "600527795@5.78" : "827f68ed-03d5-4dad-8794-4518f01fbfb8", "600527796@5.78" : "bdf4b96c-3d1a-4c92-b8da-aece5d514e0b", "adm002" : "857b3394-c5ac-402c-9cca-54ae52b927fc", "adm003" : "18b7676c-f024-4a06-a... | json_instruct | {"type": "object", "properties": {"600527793@5.78": {"type": "string"}, "600527794@5.78": {"type": "string"}, "600527795@5.78": {"type": "string"}, "600527796@5.78": {"type": "string"}, "adm002": {"type": "string"}, "adm003": {"type": "string"}}, "required": ["600527793@5.78", "600527794@5.78", "600527795@5.78", "60052... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "summary": {"type": "string"}, "details... | {"schema_version" : "1.2.0", "id" : "GHSA-7752-f4gf-94gc", "modified" : "2021-09-02T19:56:38Z", "published" : "2019-04-09T19:44:38Z", "aliases" : ["CVE-2019-11003"], "summary" : "Cross-Site Scripting in materialize-css", "details" : "All versions of `materialize-css` are vulnerable to Cross-Site Scripting. The `autocom... | json_instruct | {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "summary": {"type": "string"}, "details": {"type": "string"}, "severity": {"type": "array", "items... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "... | {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-107.58184, 40.53535], [-107.58166, 40.53805], [-107.57936, 40.53766], [-107.578778, 40.540185], [-107.575278, 40.537034], [-107.558543, 40.533124], [-107.553285, 40.532833], [-107.5525, 40.53401], [-107.547896, 40.535929... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"month": {"type": "string"}, "num": {"type": "integer"}, "link": {"type": "string"}, "year": {"type": "string"}, "news": {"type": "string"}, "safe_title": {"type": "string"}, "transcript": {"type": "string"}, "alt"... | {"month" : "4", "num" : 734, "link" : "", "year" : "2010", "news" : "", "safe_title" : "Outbreak", "transcript" : "The outbreak started with Patient Zero ...\n[[Two scientists, a man and a woman, stand outside a lab. A zombie is visible through the window.]]\nMan: He was exposed to toxin X-7--now he's a bloodthirsty mo... | json_instruct | {"type": "object", "properties": {"month": {"type": "string"}, "num": {"type": "integer"}, "link": {"type": "string"}, "year": {"type": "string"}, "news": {"type": "string"}, "safe_title": {"type": "string"}, "transcript": {"type": "string"}, "alt": {"type": "string"}, "img": {"type": "string"}, "title": {"type": "stri... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"issuer_ca_id": {"type": "integer"}, "issuer_name": {"type": "string"}, "name_value": {"type": "string"}, "min_cert_id": {"type": "integer"}, "min_entry_timestamp": {"type": "string"}, "not_before": {"type": "string"}, "not_after... | {"issuer_ca_id" : 1151, "issuer_name" : "C=BE, O=GlobalSign nv-sa, CN=GlobalSign Organization Validation CA - SHA256 - G2", "name_value" : "matchmaker.live.md.bbc.co.uk", "min_cert_id" : 923433569, "min_entry_timestamp" : "2018-11-06T11:06:06.213", "not_before" : "2018-11-06T11:06:04", "not_after" : "2020-02-02T16:31:0... | json_instruct | {"type": "object", "properties": {"issuer_ca_id": {"type": "integer"}, "issuer_name": {"type": "string"}, "name_value": {"type": "string"}, "min_cert_id": {"type": "integer"}, "min_entry_timestamp": {"type": "string"}, "not_before": {"type": "string"}, "not_after": {"type": "string"}}, "required": ["issuer_ca_id", "iss... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "division": {"type": "string"}, "department": {"type": "string"}, "prerequisites": {"type": "s... | {"id" : "VCC490H5F20199", "code" : "VCC490H5F", "name" : "Topics in Visual Culture and Communication", "description" : "An in-depth examination of topics in visual and media culture, from both historical and contemporary perspectives. Topics vary from year to year, and the content in any given year depends upon the ins... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "division": {"type": "string"}, "department": {"type": "string"}, "prerequisites": {"type": "string"}, "exclusions": {"type": "string"}, "level": {"type": "integer"}, "c... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type": "string"}, "i... | {"categories" : ["Manual", "Software"], "desc" : " This book is a step-by-step tutorial and is packed with practical examples that will make learning JIRA easy. If you want to get started with JIRA, then this is the perfect book for you. You will need to be familiar with basic computer knowledge for your or your organi... | json_instruct | {"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type": "string"}, "isbn-13": {"type": "string"}, "pages": {"type": "string"},... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]... | {"name" : "basemapshifter", "version" : "1.0.0", "description" : "The tool to create little bit shifted WMTS data set from original WMTS/TMS data.", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/code4history/Bas... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "s... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"time_fct_id": {"type": "integer"}, "time_fct": {"type": "string"}, "affiliate_fct_id": {"type": "integer"}, "affiliate_fct": {"type": "string"}, "affiliate_fct_occurrence": {"type": "integer"}, "affiliates": {"type": "array", ... | {"time_fct_id" : 73, "time_fct" : "time_37000", "affiliate_fct_id" : 912650, "affiliate_fct" : "Stadtmuseum Gera (Gera)", "affiliate_fct_occurrence" : 1, "affiliates" : [{"affiliate_fct_id" : 912650, "affiliate_fct" : "Stadtmuseum Gera (Gera)", "affiliate_fct_occurrence" : 1}]} | json_instruct | {"type": "object", "properties": {"time_fct_id": {"type": "integer"}, "time_fct": {"type": "string"}, "affiliate_fct_id": {"type": "integer"}, "affiliate_fct": {"type": "string"}, "affiliate_fct_occurrence": {"type": "integer"}, "affiliates": {"type": "array", "items": {"type": "object", "properties": {"affiliate_fct_i... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"text" : " Verifying a trigonometric Identities\n\n[imath]\\frac{(\\sec \\theta-1)}{(1-\\cos \\theta)}=\\sec \\theta[/imath]\n\n\n", "url" : "https://www.youtube.com/watch?v=mr7W2Kyx3Ws"} | json_instruct | {"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"n_epoch": {"type": "array", "items": {"type": "integer"}}, "batch_size": {"type": "array", "items": {"type": "integer"}}, "lr": {"type": "array", "items": {"type": "number"}}, "random_seed": {"type": "array",... | {"n_epoch" : [100], "batch_size" : [128], "lr" : [2.4], "random_seed" : [111], "shared_vision" : [true], "gs_temperature" : [5.0], "loss_type" : ["xent"], "validation_freq" : [0], "pretrain_vision" : [true], "model_name" : ["resnet50"], "image_size" : [224], "dataset_name" : ["imagenet"], "dataset_dir" : ["/datasets01/... | json_instruct | {"type": "object", "properties": {"n_epoch": {"type": "array", "items": {"type": "integer"}}, "batch_size": {"type": "array", "items": {"type": "integer"}}, "lr": {"type": "array", "items": {"type": "number"}}, "random_seed": {"type": "array", "items": {"type": "integer"}}, "shared_vision": {"type": "array", "items": {... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"main.css": {"type": "string"}, "main.css.map": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}}, "required": ["main.css", "main.css.map", "main.js", "main.js.map"], "$schema": "http://json-... | {"main.css" : "static/css/main.db804652.css", "main.css.map" : "static/css/main.db804652.css.map", "main.js" : "static/js/main.2c7b7156.js", "main.js.map" : "static/js/main.2c7b7156.js.map"} | json_instruct | {"type": "object", "properties": {"main.css": {"type": "string"}, "main.css.map": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}}, "required": ["main.css", "main.css.map", "main.js", "main.js.map"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "swift_versions": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "p... | {"name" : "ElastosHiveSDK", "version" : "1.0.0", "summary" : "Elastos Hive iOS SDK Distribution.", "swift_versions" : "4.2", "description" : "Elastos hive ios sdk framework distribution.", "homepage" : "https://www.elastos.org", "license" : {"type" : "MIT", "file" : "ElastosHiveSDK-framework/LICENSE"}, "authors" : {"hi... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "swift_versions": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"... | {"userId" : 77697, "cartId" : "ebce2b64-b032-4db1-b2d7-a2313c74495d", "preferredProducts" : [2313, 2474, 3337, 454, 4441, 2592, 607, 1710, 2883], "productReviews" : [{"productId" : 4064, "reviewText" : "I tried to shatter it but got potato all over it.", "reviewDate" : "2016-10-19T20:59:44.3675368+03:00"}, {"productId"... | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "result": {"type": "object", "properties": {"pageContext": {"type": "object", "properties": {}, "required": []}}, "required": ["pageContext"]}, "staticQue... | {"componentChunkName" : "component---node-modules-gatsby-theme-apollo-core-src-pages-404-js", "path" : "/404.html", "result" : {"pageContext" : {}}, "staticQueryHashes" : ["1511030359", "2468095761"]} | json_instruct | {"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "result": {"type": "object", "properties": {"pageContext": {"type": "object", "properties": {}, "required": []}}, "required": ["pageContext"]}, "staticQueryHashes": {"type": "array", "items": {"type": "string"}}}, "r... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"year": {"type": "string"}, "metaSession": {"type": "string"}, "pdf1page": {"type": "string"}, "pdfarticle": {"type": "string"}, "abstract": {"type": "string"}, "title": {"type": "string"}, "placeAut": {"type": "ar... | {"year" : "2014", "metaSession" : "7", "pdf1page" : "http://editions-rnti.fr/render_pdf.php?p1&p=1001917", "pdfarticle" : "", "abstract" : "L'explosion du volume de messages \u00e9chang\u00e9s via Twitter entra\u00eene unph\u00e9nom\u00e8ne de surcharge informationnelle pour ses utilisateurs. Il est donc crucialde dote... | json_instruct | {"type": "object", "properties": {"year": {"type": "string"}, "metaSession": {"type": "string"}, "pdf1page": {"type": "string"}, "pdfarticle": {"type": "string"}, "abstract": {"type": "string"}, "title": {"type": "string"}, "placeAut": {"type": "array", "items": {"type": "object", "properties": {"place": {"type": "stri... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "screenshots": {"type": "array", "items": {"type": "string"}}, "licens... | {"name" : "BEMSimpleLineGraph", "version" : "3.2", "summary" : "Elegant Line Graphs for iOS (charting library)", "description" : "BEMSimpleLineGraph lets you create highly customizable line graphs / charts for iOS.", "homepage" : "https://github.com/Boris-Em/BEMSimpleLineGraph", "screenshots" : ["http://s27.postimg.org... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "screenshots": {"type": "array", "items": {"type": "string"}}, "license": {"type": "object", "properties": {"type": {"type": "str... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"jquery.twbsPagination.js": {"type": "string"}, "jquery.twbsPagination.min.js": {"type": "string"}}, "required": ["jquery.twbsPagination.js", "jquery.twbsPagination.min.js"], "$schema": "http://json-schema.org/d... | {"jquery.twbsPagination.js" : "sha512-uzuo1GprrBscZGr+iQSv8+YQQsKY+rSHJju0FruVsGHV2CZNZPymW/4RkxoHxAxw3Lo5UQaxDMF8zINUfAsGeg==", "jquery.twbsPagination.min.js" : "sha512-frFP3ZxLshB4CErXkPVEXnd5ingvYYtYhE5qllGdZmcOlRKNEPbufyupfdSTNmoF5ICaQNO6SenXzOZvoGkiIA=="} | json_instruct | {"type": "object", "properties": {"jquery.twbsPagination.js": {"type": "string"}, "jquery.twbsPagination.min.js": {"type": "string"}}, "required": ["jquery.twbsPagination.js", "jquery.twbsPagination.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "sinon": {"type": "string"}, "sinon-chai": {"... | {"name" : "renders-app", "private" : true, "main" : "main.js", "dependencies" : {"chai" : "^3.5.0", "sinon" : "^1.17.6", "sinon-chai" : "^2.8.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "sinon": {"type": "string"}, "sinon-chai": {"type": "string"}}, "required": ["chai", "sinon", "sinon-chai"]}}, "required... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"4031": {"type": "string"}, "4033": {"type": "string"}}, "required": ["4031", "4033"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"4031" : "4032", "4033" : "4034"} | json_instruct | {"type": "object", "properties": {"4031": {"type": "string"}, "4033": {"type": "string"}}, "required": ["4031", "4033"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type"... | {"id" : "88c4647b-26fa-41e2-8c3c-3b6e87d0d12d", "playerTags" : ["12c4368d-478b-42be-b6d3-fa2e9b230f82"], "teamTags" : ["b72f3061-f573-40d7-832a-5ad475bd7909", "46358869-dce9-4a01-bfba-ac24fc56f57e"], "gameTags" : ["4aaa6f7a-14d3-4308-bbe5-40810fa0cd5b"], "metadata" : {"play" : 95, "subPlay" : -1}, "created" : "2021-04-... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"play": {"type": "integer"}, "su... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"type": {"type": "string"}, "definition": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]}, "paragraphs": {"type": "array", "items": {"type": "object", "properties": {"style": {"type": "string"... | {"type" : "Trading System Reference", "definition" : {"text" : "A trading engine reference determines which trading system shall be evaluated by the trading bot to run the trading session."}, "paragraphs" : [{"style" : "Block", "text" : "Content"}, {"style" : "Text", "text" : "In other words, the trading system referen... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "definition": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]}, "paragraphs": {"type": "array", "items": {"type": "object", "properties": {"style": {"type": "string"}, "text": {"type": "string"}}, "required": ["style", "te... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"python.pythonPath": {"type": "string"}}, "required": ["python.pythonPath"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"python.pythonPath" : "D:\\ProgramData\\Anaconda3\\envs\\pyworkshop\\python.exe"} | json_instruct | {"type": "object", "properties": {"python.pythonPath": {"type": "string"}}, "required": ["python.pythonPath"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/sc... | [{"year" : 2001, "sex" : "M", "n" : 5, "prop" : 2.42e-06}, {"year" : 2003, "sex" : "M", "n" : 7, "prop" : 3.33e-06}, {"year" : 2004, "sex" : "M", "n" : 7, "prop" : 3.31e-06}, {"year" : 2005, "sex" : "M", "n" : 10, "prop" : 4.7e-06}, {"year" : 2006, "sex" : "M", "n" : 12, "prop" : 5.48e-06}, {"year" : 2008, "sex" : "M",... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "511132201200", "text" : "\u5b9c\u576a\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "511132201201", "text" : "\u5e99\u5c97\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "511132201202", "text" : "\u7ea2\u5ca9\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "511132201203", "text" : "\u6cc9\u6c34\u6751\u6c11\u59d4\u5458\u4f1a"},... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "key... | {"name" : "ninja", "version" : "0.1.1", "homepage" : "https://github.com/airpub/ninja", "authors" : ["Guo Yu <o.u.turing@gmail.com>"], "description" : "the missing front-end markdown editor for Airpub and everyone else", "main" : "src/ninja.js", "keywords" : ["ninja", "airpub", "pub", "publish", "air", "airpress", "wor... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"workbench.colorTheme": {"type": "string"}}, "required": ["workbench.colorTheme"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"workbench.colorTheme" : "Dracula Soft"} | json_instruct | {"type": "object", "properties": {"workbench.colorTheme": {"type": "string"}}, "required": ["workbench.colorTheme"], "$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"}, "main": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"distlink": {"type": "string"}, "requirejs": {"type": "s... | {"name" : "jhtrans", "version" : "0.0.1", "main" : "libs/jhtrans.js", "license" : "MIT", "devDependencies" : {"distlink" : "0.0.3", "requirejs" : "^2.3.6"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"distlink": {"type": "string"}, "requirejs": {"type": "string"}}, "required": ["distlink", "requirejs"]}}, "require... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"width": {"type": "number"}, "rotation": {"type": "number"}, "xCenter": {"type": "number"}, "yCenter": {"type": "number"}, "height": {"type": "number"}}, "required": ["width", "rotation", "xCenter", "yCenter", "height"], "$schema... | {"width" : 0.16610938, "rotation" : 0.17480493, "xCenter" : 0.15778965, "yCenter" : 0.33282983, "height" : 0.29530558} | json_instruct | {"type": "object", "properties": {"width": {"type": "number"}, "rotation": {"type": "number"}, "xCenter": {"type": "number"}, "yCenter": {"type": "number"}, "height": {"type": "number"}}, "required": ["width", "rotation", "xCenter", "yCenter", "height"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"datetime": {"type": "string"}, "format": {"type": "string"}, "place": {"type": "string"}, "source": {"type": "string"}, "author": {"type": "string"}, "year": {"type": "string"}, "recipient": {"type": "string"}, "t... | {"datetime" : "12 February 1932", "format" : "unknown", "place" : "2 Avenue Saint Philibert, Passy, Paris", "source" : "MS. S. Illinois (Croessmann)", "author" : "James Joyce", "year" : "1932", "recipient" : "GEORG GOYERT", "text" : "Dear Mr Goyert: Many thanks for your kind message of congratulation on my fiftieth bir... | json_instruct | {"type": "object", "properties": {"datetime": {"type": "string"}, "format": {"type": "string"}, "place": {"type": "string"}, "source": {"type": "string"}, "author": {"type": "string"}, "year": {"type": "string"}, "recipient": {"type": "string"}, "text": {"type": "string"}, "lang": {"type": "string"}}, "required": ["dat... |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["370725001000", "\u5b9d\u90fd\u8857\u9053\u529e\u4e8b\u5904", "4", "1"], ["370725002000", "\u5b9d\u57ce\u8857\u9053\u529e\u4e8b\u5904", "4", "1"], ["370725003000", "\u6731\u5218\u8857\u9053\u529e\u4e8b\u5904", "4", "1"], ["370725005000", "\u4e94\u56fe\u8857\u9053\u529e\u4e8b\u5904", "4", "1"], ["370725107000", "\u4e5... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "d910-144", "text" : "Region III Tentative Adgenda Con^t\nNotes and Comments:\nMSU Policy\u2014\u2014only under unusual oiroumstances will persons be permitted\nto be housed in dormitories while attending meetings at Kellogg Center,\nKellogg Center Rates\u2014\u00a3 4.25 per person-double0 #7.5O-single.\nPrice ... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"style=0": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "style=1": {"type": "object", "properties": {"model": {"type": "string"}}, "requir... | {"variants" : {"style=0" : {"model" : "rankine:block/steel_pole"}, "style=1" : {"model" : "rankine:block/steel_pole_garland"}}} | json_instruct | {"type": "object", "properties": {"variants": {"type": "object", "properties": {"style=0": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "style=1": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": ["style=0", "style=1"]}}, "re... |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1963, 6], [1965, 7], [1966, 5], [1968, 5], [1970, 8], [1971, 5], [1972, 5], [1973, 6], [1974, 6], [1975, 8], [1976, 5], [1977, 8], [1978, 9], [1979, 8], [1980, 10], [1981, 12], [1982, 12], [1984, 9], [1985, 13], [1986, 11], [1987, 14], [1988, 13], [1989, 17], [1990, 22], [1991, 20], [1992, 25], [1993, 25], [1994, 23]... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "id": {"type": "string"}, "decimals": {"type": "integer"}, "coingecko_url": {"type": "string"}, "market_cap_usd": {"type": "integer"}, "market_cap_rank": {"type": "integ... | {"name" : "CustomContractNetwork", "symbol" : "CCN", "id" : "0x17B26400621695c2D8C2D8869f6259E82D7544c4", "decimals" : 18, "coingecko_url" : "https://www.coingecko.com/en/coins/custom-contract-network", "market_cap_usd" : 61020, "market_cap_rank" : 3252, "24_hr_volume_usd" : 1.58, "logoURI" : "https://raw.githubusercon... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "id": {"type": "string"}, "decimals": {"type": "integer"}, "coingecko_url": {"type": "string"}, "market_cap_usd": {"type": "integer"}, "market_cap_rank": {"type": "integer"}, "24_hr_volume_usd": {"type": "number"}, "logoURI": {"... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"objects": {"type": "object", "properties": {"vectile": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type": "array... | {"objects" : {"vectile" : {"type" : "GeometryCollection", "geometries" : [{"arcs" : [[0]], "type" : "Polygon", "properties" : {"id" : 44, "nazev" : "N\ufffdchod"}, "clipped" : true, "id" : "2b8f6bf714"}]}}, "type" : "Topology", "transform" : {"translate" : [16.34765624999997, 50.51342652633956], "scale" : [4.2915344238... | json_instruct | {"type": "object", "properties": {"objects": {"type": "object", "properties": {"vectile": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "type": ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"model": {"type": "object", "properties": {"model_type": {"type": "string"}, "state_dict": {"type": "string"}}, "required": ["model_type", "state_dict"]}, "tokenizer": {"type": "object", "properties": {"path": {"ty... | {"model" : {"model_type" : "ForwardLSTM", "state_dict" : "/media/jaap/81b6ce8a-28e5-4eda-9c68-b13e0637cc4f/MODELS/gulordava/40.pt"}, "tokenizer" : {"path" : "/media/jaap/81b6ce8a-28e5-4eda-9c68-b13e0637cc4f/MODELS/gulordava/vocab.txt", "notify_unk" : true}, "downstream" : {"tasks" : ["lakretz"], "ignore_unk" : false, "... | json_instruct | {"type": "object", "properties": {"model": {"type": "object", "properties": {"model_type": {"type": "string"}, "state_dict": {"type": "string"}}, "required": ["model_type", "state_dict"]}, "tokenizer": {"type": "object", "properties": {"path": {"type": "string"}, "notify_unk": {"type": "boolean"}}, "required": ["path",... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"Summary": {"type": "string"}, "Key": {"type": "string"}, "Issue Type": {"type": "string"}}, "required": ["Summary", "Key", "Issue Type"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Summary" : "Is 2FA enforced?", "Key" : "Incident_Task-11", "Issue Type" : "Incident Task"} | json_instruct | {"type": "object", "properties": {"Summary": {"type": "string"}, "Key": {"type": "string"}, "Issue Type": {"type": "string"}}, "required": ["Summary", "Key", "Issue Type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"KeyEvents": {"type": "array", "items": {"type": "object", "properties": {"Timestamp": {"type": "integer"}, "Mod": {"type": "integer"}, "Key": {"type": "integer"}, "Ch": {"type": "integer"}}, "required": ["Times... | {"KeyEvents" : [{"Timestamp" : 931, "Mod" : 0, "Key" : 256, "Ch" : 32}, {"Timestamp" : 1467, "Mod" : 0, "Key" : 256, "Ch" : 99}, {"Timestamp" : 2035, "Mod" : 0, "Key" : 256, "Ch" : 102}, {"Timestamp" : 2090, "Mod" : 0, "Key" : 256, "Ch" : 105}, {"Timestamp" : 2162, "Mod" : 0, "Key" : 256, "Ch" : 114}, {"Timestamp" : 22... | json_instruct | {"type": "object", "properties": {"KeyEvents": {"type": "array", "items": {"type": "object", "properties": {"Timestamp": {"type": "integer"}, "Mod": {"type": "integer"}, "Key": {"type": "integer"}, "Ch": {"type": "integer"}}, "required": ["Timestamp", "Mod", "Key", "Ch"]}}, "ResizeEvents": {"type": "array", "items": {"... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"asset": {"type": "object", "properties": {"format": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "path": {"type": "string"}, "size": {"type": "object", "properties": {"width": {"type": "integer"}, ... | {"asset" : {"format" : "jpeg", "id" : "b51731409d097015222204013a10af7b", "name" : "OIP-jnG7lrbJtgJxgS6ZLn1vaQHaG8.jpeg", "path" : "file:/Users/mohamedkhanafer/Documents/GitHub/TrainYourOwnYOLO/Data/Source_Images/Training_Images/OIP-jnG7lrbJtgJxgS6ZLn1vaQHaG8.jpeg", "size" : {"width" : 300, "height" : 282}, "state" : 2... | json_instruct | {"type": "object", "properties": {"asset": {"type": "object", "properties": {"format": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "path": {"type": "string"}, "size": {"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}}, "required": ["width", "heig... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "pr... | {"id" : "20291", "name" : {"en" : "Solnechnaya Bay"}, "country" : "RU", "region" : "KY", "identifiers" : {"wmo" : "20291"}, "location" : {"latitude" : 78.2333, "longitude" : 103.1167, "elevation" : 30}, "timezone" : "Asia/Krasnoyarsk"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"wmo": {"type": "string"}}, "required": ["wmo"]}, "location"... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"payload": {"type": "array", "items": {"type": "object", "properties": {"quantity": {"type": "string"}, "side": {"type": "string"}, "trade_creation_time": {"type": "string"}, "price": {"type": "string"}, "trade_id": {"type": "s... | {"payload" : [{"quantity" : "4.36920000", "side" : "B", "trade_creation_time" : "2019-07-19T12:25:01.596Z", "price" : "428.5000", "trade_id" : "3128770"}, {"side" : "S", "quantity" : "1.85390000", "trade_id" : "3128771", "price" : "420.3000", "trade_creation_time" : "2019-07-19T12:25:05.860Z"}], "batch_id" : 5891632, "... | json_instruct | {"type": "object", "properties": {"payload": {"type": "array", "items": {"type": "object", "properties": {"quantity": {"type": "string"}, "side": {"type": "string"}, "trade_creation_time": {"type": "string"}, "price": {"type": "string"}, "trade_id": {"type": "string"}}, "required": ["quantity", "side", "trade_creation_... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, ... | [{"manufacturer" : "Gionee", "market_name" : "F9 Plus", "codename" : "F9_Plus", "model" : "GIONEE F9 Plus"}, {"manufacturer" : "Gol Mobile", "market_name" : "F9_PLUS", "codename" : "F9_PLUS", "model" : "F9_PLUS"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$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": {"docs:dev": {"type": "string"}, "docs:build"... | {"name" : "vuepressblog", "version" : "1.0.0", "description" : "personal blog", "main" : "index.js", "scripts" : {"docs:dev" : "vuePress dev docs", "docs:build" : "vuePress build docs"}, "author" : "wh", "license" : "MIT", "devDependencies" : {"vuepress" : "^1.8.2"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"docs:dev": {"type": "string"}, "docs:build": {"type": "string"}}, "required": ["docs:dev", "docs:build"]}, "author": {... |
Create a JSON structure that matches this 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", "regency... | [{"id" : "1003", "provinceId" : "74", "regencyId" : "02", "districtId" : "21", "name" : "Laosu"}, {"id" : "2002", "provinceId" : "74", "regencyId" : "02", "districtId" : "21", "name" : "Pebunooha"}, {"id" : "2004", "provinceId" : "74", "regencyId" : "02", "districtId" : "21", "name" : "Lalonggalaku"}, {"id" : "2009", "... | 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.or... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties"... | {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-3.070958, 53.405913]}, "properties" : {"hectares" : "0.49", "site" : "546", "point" : "POINT(-3.070958 53.405913)", "site-address" : "Former Housing , 2 to 104 Bluewood Drive, Bidston", "site-plan-url" : "https://mapping.wirral.gov.uk/wml8/Map.aspx?... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"hectares": {"type": "string"}, "s... |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJe... | [{"namaKab" : "JAKARTA SELATAN", "originalFilename" : "foto.jpg", "namaPartai" : "Partai Keadilan Sejahtera", "id" : 126739, "noUrut" : 1, "nama" : "DR. H. M. HIDAYAT NUR WAHID, MA", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "JAKARTA SELATAN", "originalFilename" : "4x6_kurniasihmufidayati_dki2.JPG", "namaPartai... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "p... | {"name" : "mtg-card-viewer", "version" : "0.1.4", "description" : "React Component to allow for quick lookup of Magic: the Gathering cards for React Applications.", "main" : "./lib/MtgCardViewer.js", "license" : "MIT", "keywords" : ["magic the gathering", "mtg", "react", "component"], "peerDependencies" : {"prop-types"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "peerDependencies": {"type": "object", "properties": {"prop-types": {"typ... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "47acaea100c9295805edfd85b76496c1d8b99ea5"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "... | {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-82.719844, 28.197306], [-82.717997, 28.198407], [-82.718485, 28.200127], [-82.716979, 28.200061], [-82.715376, 28.198533], [-82.713785, 28.198537], [-82.714989, 28.200965], [-82.713307, 28.203197], [-82.714089, 28.203704... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"attributes": {"type": "object", "properties": {"su": {"type": "boolean"}}, "required": ["su"]}, "courseCode": {"type": "string"}, "courseCredit": {"type": "string"}, "description": {"type": "string"}, "faculty": {"type": "s... | {"attributes" : {"su" : true}, "courseCode" : "SSA2222", "courseCredit" : "4", "description" : "This module deals with major themed and issues in public administration with specific reference to Singapore. It covers relevant domains of the city-state government and explores issues such as the relationship between polit... | json_instruct | {"type": "object", "properties": {"attributes": {"type": "object", "properties": {"su": {"type": "boolean"}}, "required": ["su"]}, "courseCode": {"type": "string"}, "courseCredit": {"type": "string"}, "description": {"type": "string"}, "faculty": {"type": "string"}, "preclusion": {"type": "string"}, "title": {"type": "... |
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#"}
| [[1952, 5], [1956, 7], [1957, 5], [1958, 8], [1960, 5], [1961, 5], [1962, 7], [1963, 7], [1964, 7], [1965, 7], [1968, 5], [1969, 6], [1970, 6], [1979, 7], [1980, 5], [1981, 6], [1983, 6], [1984, 6], [1985, 10], [1986, 8], [1987, 5], [1988, 5], [1991, 5], [2001, 5]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"ty... | {"lastUpdated" : 1655019279666, "username" : "HowXDDD", "scores" : [{"xp" : 5934, "rank" : 230, "cardId" : 635}]} | json_instruct | {"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, "required": ["xp", "rank", "cardId"]}}}, "required": ["last... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"subreddit": {"type": "string"}, "author": {"type": "string"}, "count": {"type": "integer"}}, "required": ["subreddit", "author", "count"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"subreddit" : "whoooosh", "author" : "ltmrluke", "count" : 5} | json_instruct | {"type": "object", "properties": {"subreddit": {"type": "string"}, "author": {"type": "string"}, "count": {"type": "integer"}}, "required": ["subreddit", "author", "count"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"server": {"type": "object", "properties": {"adminPass": {"type": "string"}, "id": {"type": "string"}, "links": {"type": "array", "items": {"type": "object", "properties": {"href": {"type": "string"}, "rel": {"type":... | {"server" : {"adminPass" : "5Qu3rYANhmWy", "id" : "a9c72a94-37d8-4aff-8fa3-2ce4ded4bbd4", "links" : [{"href" : "http://openstack.example.com/v2/openstack/servers/a9c72a94-37d8-4aff-8fa3-2ce4ded4bbd4", "rel" : "self"}, {"href" : "http://openstack.example.com/openstack/servers/a9c72a94-37d8-4aff-8fa3-2ce4ded4bbd4", "rel"... | json_instruct | {"type": "object", "properties": {"server": {"type": "object", "properties": {"adminPass": {"type": "string"}, "id": {"type": "string"}, "links": {"type": "array", "items": {"type": "object", "properties": {"href": {"type": "string"}, "rel": {"type": "string"}}, "required": ["href", "rel"]}}}, "required": ["adminPass",... |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1910, 6], [1913, 11], [1914, 12], [1915, 11], [1916, 13], [1917, 8], [1918, 13], [1919, 14], [1920, 14], [1921, 17], [1922, 23], [1923, 12], [1924, 14], [1925, 20], [1926, 20], [1927, 16], [1928, 23], [1929, 20], [1930, 14], [1931, 15], [1932, 13], [1933, 23], [1934, 16], [1935, 22], [1936, 13], [1937, 11], [1938, 23... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"address": {"type": "string"}, "id": {"type": "string"}, "version": {"type": "integer"}, "crypto": {"type": "object", "properties": {"cipher": {"type": "string"}, "ciphertext": {"type": "string"}, "cipherparams": {"type": "object... | {"address" : "d216edce4c96a3457cfb83d8fbf7c9cc06abc224", "id" : "74c9534a-2ef2-4fc1-8e68-4b58c5a643a0", "version" : 3, "crypto" : {"cipher" : "aes-128-ctr", "ciphertext" : "92502657e61da2bc4cdf4e3bebc2d354770f7c1db924617674ad7d70936d5ce8", "cipherparams" : {"iv" : "2600aa796a86b1f1b50f6c9904468589"}, "kdf" : "scrypt", ... | json_instruct | {"type": "object", "properties": {"address": {"type": "string"}, "id": {"type": "string"}, "version": {"type": "integer"}, "crypto": {"type": "object", "properties": {"cipher": {"type": "string"}, "ciphertext": {"type": "string"}, "cipherparams": {"type": "object", "properties": {"iv": {"type": "string"}}, "required": ... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract... | {"contract" : "0xbfeb619aab767ab34d5eb823de7ac56fbca7322d", "tool" : "solhint", "start" : 1563667568.8117235, "end" : 1563667573.1130116, "duration" : 4.30128812789917, "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://... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"encounter_method_rates": {"type": "array", "items": {}}, "game_index": {"type": "integer"}, "id": {"type": "integer"}, "location": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "strin... | {"encounter_method_rates" : [], "game_index" : 0, "id" : 797, "location" : {"name" : "roaming-sinnoh", "url" : "/api/v2/location/802/"}, "name" : "roaming-sinnoh-area", "names" : [{"language" : {"name" : "en", "url" : "/api/v2/language/9/"}, "name" : "Roaming Sinnoh"}], "pokemon_encounters" : []} | json_instruct | {"type": "object", "properties": {"encounter_method_rates": {"type": "array", "items": {}}, "game_index": {"type": "integer"}, "id": {"type": "integer"}, "location": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "name": {"type": "string"}, "names... |
Create an example JSON object that satisfies this 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"], "$... | {"id" : "2006", "provinceId" : "35", "regencyId" : "18", "districtId" : "12", "name" : "Bungur"} | 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#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id_0593": {"type": "object", "properties": {"publicdate": {"type": "string"}, "title": {"type": "string"}}, "required": ["publicdate", "title"]}}, "required": ["id_0593"], "$schema": "http://json-schema.org/dra... | {"id_0593" : {"publicdate" : "2007-06-26 22:20:06", "title" : "The Man Who was Thursday, A Nightmare"}} | json_instruct | {"type": "object", "properties": {"id_0593": {"type": "object", "properties": {"publicdate": {"type": "string"}, "title": {"type": "string"}}, "required": ["publicdate", "title"]}}, "required": ["id_0593"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"title": {"type": "string"}, "heading": {"type": "string"}}, "required": ["title", "heading"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Sorry, we could not sign you in", "heading" : "Sorry, we could not sign you in"} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "heading": {"type": "string"}}, "required": ["title", "heading"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}}, "required": ["symbol", "name", "decimals", "address"], "$schema": "http://json-schema.org/d... | {"symbol" : "MES", "name" : "MesChain", "decimals" : 8, "address" : "0x8f1135ea4f8946949441716d66e5390c5a990df0"} | json_instruct | {"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}}, "required": ["symbol", "name", "decimals", "address"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "strin... | {"citations" : [{"textCitation" : "[See gsumsnf on Metamath](http://us.metamath.org/mpegif/gsumsnf.html)"}], "names" : ["gsumsnf"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_wnfc", "#T_vk", "#T_cC", "#T_cB", "#T_wceq", "#T_cbs", "#T_cfv", "#T_cG", "#T_vk", "#T_wceq", "#T_cM", "#T_wi", "#T_cA", "#T_wceq", "#T... | json_instruct | {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "st... |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "strin... | [{"namaKab" : "KOTA PALANGKARAYA", "originalFilename" : "FOTO.jpg", "namaPartai" : "Partai Persatuan pembangunan", "id" : 291766, "noUrut" : 1, "nama" : "YUSUP ARIANTO", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KOTA PALANGKARAYA", "originalFilename" : "Nely Arisandy.jpg", "namaPartai" : "Partai Persatuan pemb... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"pages": {"type": "array", "items": {"type": "string"}}, "window": {"type": "object", "properties": {"backgroundTextStyle": {"type": "string"}, "navigationBarTitleText": {"type": "string"}, "navigationBarTextSty... | {"pages" : ["pages/Douban/Book/Book", "pages/index/index", "pages/Douban/movie/movies", "pages/Douban/Book/bookdetails/bookdetails", "pages/Douban/movie/moviedetail/moviedetail", "pages/Douban/movie/toplist/toplist"], "window" : {"backgroundTextStyle" : "light", "navigationBarTitleText" : "Hi", "navigationBarTextStyle"... | json_instruct | {"type": "object", "properties": {"pages": {"type": "array", "items": {"type": "string"}}, "window": {"type": "object", "properties": {"backgroundTextStyle": {"type": "string"}, "navigationBarTitleText": {"type": "string"}, "navigationBarTextStyle": {"type": "string"}, "navigationBarBackgroundColor": {"type": "string"}... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"label": {"type": "string"}, "position": {"type": "integer"}}, "required": ["label", "position"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"label" : "Tutorial - Basics", "position" : 5} | json_instruct | {"type": "object", "properties": {"label": {"type": "string"}, "position": {"type": "integer"}}, "required": ["label", "position"], "$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.