input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"webpackCompilationHash": {"type": "string"}}, "required": ["webpackCompilationHash"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"webpackCompilationHash" : "5dd434fb03c7f77cd926"} | json_instruct | {"type": "object", "properties": {"webpackCompilationHash": {"type": "string"}}, "required": ["webpackCompilationHash"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"categories": {"type": "object", "properties": {"hazards and disasters": {"type": "object", "properties": {"Shipping": {"type": "object", "properties": {"title": {"type": "string"}, "id": {"type": "string"}, "image": {"type": "... | {"categories" : {"hazards and disasters" : {"Shipping" : {"title" : "Shipping", "id" : "shipping", "image" : "shipping.jpg", "description" : "", "measurements" : ["Corrected Reflectance", "Brightness Temperature", "Land Surface Reflectance", "Radiance", "Sea Ice", "Sea Ice Brightness Temperature", "Sea Surface Currents... | json_instruct | {"type": "object", "properties": {"categories": {"type": "object", "properties": {"hazards and disasters": {"type": "object", "properties": {"Shipping": {"type": "object", "properties": {"title": {"type": "string"}, "id": {"type": "string"}, "image": {"type": "string"}, "description": {"type": "string"}, "measurements"... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"$schema": {"type": "string"}, "r": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "min": {"type": "array", "items": {"type": "integer"}}, "max": {"type": "array", "items":... | {"$schema" : "https://raw.githubusercontent.com/BenLubar/df-ai/master/schemas/room-template.json", "r" : [{"type" : "farmplot", "min" : [-1, -2, 0], "max" : [1, 2, 0], "outdoor" : true, "single_biome" : true, "placeholder" : 0}]} | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "r": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "min": {"type": "array", "items": {"type": "integer"}}, "max": {"type": "array", "items": {"type": "integer"}}, "outdoor": {"type": "boolean"}, "single_biome": {... |
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": {"binance-smart-chain": {"type": "string"}}, "required": ["binance-smart-chain"]}, "has... | {"id" : "pulsemoon", "symbol" : "pulsemoon", "name" : "PulseMoon", "platforms" : {"binance-smart-chain" : "0x67efde48f3d64d9fc5493258a75b43ce3e3f5425"}, "hashing_algorithm" : null, "categories" : [], "description" : {"en" : "$PulseMoon is a community token launched fairly on Binance Smart Chain (BSC) with the intention... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {"binance-smart-chain": {"type": "string"}}, "required": ["binance-smart-chain"]}, "hashing_algorithm": {"type": "null"}, "categories": {"type": "array", "i... |
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": {"start:codigofonte": {"type": "string"}, "start:rotulador": ... | {"name" : "trabalhog1", "version" : "1.0.0", "description" : "", "main" : "codigoFonte.js", "scripts" : {"start:codigofonte" : "node codigoFonte.js", "start:rotulador" : "node rotulador.js"}, "author" : "", "license" : "ISC", "dependencies" : {"fs" : "0.0.1-security", "line-reader" : "^0.4.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start:codigofonte": {"type": "string"}, "start:rotulador": {"type": "string"}}, "required": ["start:codigofonte", "sta... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"require": {"type": "object", "properties": {"php-curl-class/php-curl-class": {"type": "string"}, "pwfisher/command-line-php": {"type": "string"}}, "required": ["php-curl-class/php-curl-class", "pwfisher/command-line-... | {"require" : {"php-curl-class/php-curl-class" : "^3.5", "pwfisher/command-line-php" : "dev-master"}, "autoload" : {"psr-4" : {"LocalBtc\\" : "src/"}}} | json_instruct | {"type": "object", "properties": {"require": {"type": "object", "properties": {"php-curl-class/php-curl-class": {"type": "string"}, "pwfisher/command-line-php": {"type": "string"}}, "required": ["php-curl-class/php-curl-class", "pwfisher/command-line-php"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type... |
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"}}, "required": ["test"]}, "keyword... | {"name" : "@cthru/console-writer", "version" : "1.1.1", "description" : "A small utility to make writing multiline output to the console a lot more visually appealing and easier to work with", "main" : "src/writer-factory", "scripts" : {"test" : "examples/formatting-output.js"}, "keywords" : ["console", "output", "stri... | 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"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"kong-ingress-controller": {"type": "object", "properties": {"arch": {"type": "string"}, "digest": {"type": "string"}, "distro": {"type": "string"}, "type": {"type": "string"}, "version": {"type": "string"}}, "require... | {"kong-ingress-controller" : {"arch" : "amd64", "digest" : "fefcd7bca768cf90db6402e48562b4e9b33a75a2a88a40c66e5a1da046f93e02", "distro" : "debian-10", "type" : "NAMI", "version" : "1.3.1-0"}, "wait-for-port" : {"arch" : "amd64", "digest" : "7521d9a4f9e4e182bf32977e234026caa7b03759799868335bccb1edd8f8fd12", "distro" : "... | json_instruct | {"type": "object", "properties": {"kong-ingress-controller": {"type": "object", "properties": {"arch": {"type": "string"}, "digest": {"type": "string"}, "distro": {"type": "string"}, "type": {"type": "string"}, "version": {"type": "string"}}, "required": ["arch", "digest", "distro", "type", "version"]}, "wait-for-port"... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"ARDM.TA": {"type": "object", "properties": {"short_name": {"type": "string"}, "long_name": {"type": "string"}, "summary": {"type": "string"}, "currency": {"type": "string"}, "sector": {"type": "string"}, "industry... | {"ARDM.TA" : {"short_name" : "AERODROME GRP LTD", "long_name" : "Aerodrome Group Ltd", "summary" : "Aerodrome Group Ltd provides unmanned aerial systems for security and agriculture. Its multispectral sensor technologies are designed to gather information from agricultural fields, detect anomalies, and optimize farms' ... | json_instruct | {"type": "object", "properties": {"ARDM.TA": {"type": "object", "properties": {"short_name": {"type": "string"}, "long_name": {"type": "string"}, "summary": {"type": "string"}, "currency": {"type": "string"}, "sector": {"type": "string"}, "industry": {"type": "string"}, "exchange": {"type": "string"}, "market": {"type"... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"topic": {"type": "string"}, "category": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "body": {"type": "string"}, "id": {"... | {"topic" : "Postoctoral position in Chile - thermal and daylighting performance of buildings", "category" : "radiance-general", "attachments" : [], "created_by_name" : "Germ\u00e1n Molina Larrain", "created_at" : "June 04, 2013 at 01:15PM", "body" : "Dear all,\n\n\nI am sorry to spam here, but I am not sure of a better... | json_instruct | {"type": "object", "properties": {"topic": {"type": "string"}, "category": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "body": {"type": "string"}, "id": {"type": "string"}, "created_by": {"type": "string"}}, "required": ["to... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"output": {"type": "string"}, "input": {"type": "string"}, "level": {"type": "integer"}, "name": {"type": "string"}, "has_images": {"type": "boolean"}, "description": {"type": "string"}, "id": {"type": "string"}... | {"output" : "Imprima uma linha contendo apenas uma letra min\u00fascula:\r\n\r\n\r\n\t'n' se n\u00e3o for poss\u00edvel formar um tri\u00e2ngulo;\r\n\t'a' se o tri\u00e2ngulo formado for\u00a0acut\u00e2ngulo;\r\n\t'r' se o tri\u00e2ngulo formado for\u00a0ret\u00e2ngulo;\r\n\t'o' se o tri\u00e2ngulo formado for\u00a0obt... | json_instruct | {"type": "object", "properties": {"output": {"type": "string"}, "input": {"type": "string"}, "level": {"type": "integer"}, "name": {"type": "string"}, "has_images": {"type": "boolean"}, "description": {"type": "string"}, "id": {"type": "string"}, "category": {"type": "string"}, "statistics": {"type": "object", "propert... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"nft": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "propert... | {"nft" : {"id" : "3579", "name" : "PixelFreak #03579", "description" : "They call us ugly, and misfits, but we prefer to call ourselves freaks", "image" : "ipfs://QmfDRPyKGKF1UBLyNp3HZMMbFP5gfu8CQGk72qeyJLECzB", "attributes" : [{"trait_type" : "pet", "value" : "None"}, {"trait_type" : "body", "value" : "Old Alien"}, {"... | json_instruct | {"type": "object", "properties": {"nft": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": ... |
Create an example JSON object that satisfies this 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"}, "num_songs": ... | {"artist_id" : "AR87K371187FB5AA8E", "artist_latitude" : null, "artist_location" : "London, England", "artist_longitude" : null, "artist_name" : "Uriah Heep", "duration" : 252.9171, "num_songs" : 1, "song_id" : "SONXFRI12AB018726F", "title" : "What Should Be Done", "year" : 1971} | 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"... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"face_keypoints": {"type": "array", "items": {}}, "pose_keypoints": {"type": "array", "items": {"type": "number"}}... | {"version" : 1.0, "people" : [{"face_keypoints" : [], "pose_keypoints" : [99.0236220472441, 37.7018181818182, 0.919031217694283, 94.992125984252, 73.0763636363636, 0.695302672684193, 54.1732283464567, 72.3781818181818, 0.649949476122856, 36.5354330708661, 134.749090909091, 0.61160671710968, 22.1732283464567, 184.32, 0.... | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"face_keypoints": {"type": "array", "items": {}}, "pose_keypoints": {"type": "array", "items": {"type": "number"}}, "hand_right_keypoints": {"type": "array", "items": {}}, "hand_left_k... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"flow-bin": {"type": "string"}}, "required": ["flow-bin"]}}, "required": ["name", "main", "devDependencies"], "$schema... | {"name" : "falty-source", "main" : "dist/index.js", "devDependencies" : {"flow-bin" : "^0.3.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"flow-bin": {"type": "string"}}, "required": ["flow-bin"]}}, "required": ["name", "main", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {}}, "package": {"type": "string"}}, "required": ["generated_at", "required_... | {"generated_at" : "2017-01-27T09:37:35.963211", "required_by" : ["django_fab_deployer"], "requires" : [], "package" : "color-printer"} | json_instruct | {"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requires", "package"], "$schema": "http://json-schema.org/draft-07... |
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"}, "provi... | {"name" : "Hiroshima-Kokusai Gakuin University", "alt_name" : "Hiroshima Kokusai Gakuin Daigaku", "country" : "Japan", "state" : null, "address" : {"street" : "6-20-1 Nakano, Aki-ku, Hiroshima-shi", "city" : "Hiroshima-shi", "province" : "Hiroshima", "postal_code" : "739-0321"}, "contact" : {"telephone" : "+81(82) 820-... | 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": "string"}, "postal_code": {"type": "string"}... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "date": {"type": "string"}, "sources": {"type": "array", "items": {"type": "string"}}, "actions": {"type": "array", "items": {"type": "string"}}, "struggles": {"type": "array", "items": {"ty... | {"id" : 118, "date" : "2019/02/27", "sources" : ["https://www.buzzfeednews.com/article/carolineodonovan/student-groups-protest-salesforce-palantir-ice-campus"], "actions" : ["protest"], "struggles" : ["ethics"], "employment_types" : ["na"], "description" : "Ten Stanford students with a group called Students for the Lib... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "date": {"type": "string"}, "sources": {"type": "array", "items": {"type": "string"}}, "actions": {"type": "array", "items": {"type": "string"}}, "struggles": {"type": "array", "items": {"type": "string"}}, "employment_types": {"type": "array", "items": {"typ... |
Based on the schema below, produce a valid JSON object:
{"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"}, "c... | {"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Calbueg, Malasiqui, Pangasinan, Ilocos Region (Region I), PH", "locale" : "ph.ilocos-region-region-i.pangasinan.malasiqui.calbueg", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "11", "regi... | 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": {... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.o... | {"variants" : {"" : {"model" : "rechiseled_compat:block/biomesoplenty_palm_planks_pattern"}}} | json_instruct | {"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "stri... | {"name" : "JMBannerView", "version" : "0.1.6", "summary" : "bannerView", "description" : "TODO: A Simple BannerView.", "homepage" : "https://github.com/K-Nezuko/JMBannerView", "license" : {"type" : "MIT", "file" : "LICENSE"}, "authors" : {"K-Nezuko" : "wjm_work@foxmial.com"}, "source" : {"git" : "https://github.com/K-N... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "emailAddress": {"type": "string"}, "id": {"type": "integer"}, "displayName": {"type": "string"}, "active": {"type": "boolean"}, "slug": {"type": "string"}, "type": {"type": "string"}, "dir... | {"name" : "user", "emailAddress" : "email", "id" : 101, "displayName" : "display", "active" : true, "slug" : "user", "type" : "NORMAL", "directoryName" : "Bitbucket Internal Directory", "deletable" : true, "lastAuthenticationTimestamp" : 1368145580548, "mutableDetails" : true, "mutableGroups" : true} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "emailAddress": {"type": "string"}, "id": {"type": "integer"}, "displayName": {"type": "string"}, "active": {"type": "boolean"}, "slug": {"type": "string"}, "type": {"type": "string"}, "directoryName": {"type": "string"}, "deletable": {"type": "boolean"}, "l... |
The schema below describes a JSON structure. Generate a valid example:
{"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", "scor... | {"Frame" : [{"NAME" : "NOSE", "x" : 522.5781860351562, "y" : 753.1959838867188, "score" : 0.9067258834838867}, {"NAME" : "LEFT_EYE", "x" : 541.2225341796875, "y" : 730.24951171875, "score" : 0.9403567910194397}, {"NAME" : "RIGHT_EYE", "x" : 496.409423828125, "y" : 735.2694091796875, "score" : 0.9321670532226562}, {"NAM... | 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-... |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["513329213201", "\u9ea6\u575d\u6751\u6c11\u59d4\u5458\u4f1a", "210", "0"], ["513329213203", "\u624e\u53e4\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["513329213205", "\u5f97\u575d\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["513329213206", "\u5df4\u6cb3\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["513329213207"... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "requirement": {"type": "string"}, "locked_text": {"type": "string"}, "type": {"type": "string"}, "flags": {"type": "array", "i... | {"id" : 4813, "name" : "(Annual) Masters of the Arena", "description" : "", "requirement" : "Defeat all 5 holographic champions in the Dragon Bash Arena. This achievement can be completed once per year.", "locked_text" : "", "type" : "Default", "flags" : ["Permanent"], "bits" : [{"type" : "Text", "text" : "Megadestroye... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "requirement": {"type": "string"}, "locked_text": {"type": "string"}, "type": {"type": "string"}, "flags": {"type": "array", "items": {"type": "string"}}, "bits": {"type": "array", "items": {"type... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"aliases": {"type": "array", "items": {"type": "string"}}, "ascii_arts": {"type": "array", "items": {}}, "category": {"type": "string"}, "code": {"type": "string"}, "code_points": {"type": "array", "items": {"type": "string"}},... | {"aliases" : ["re"], "ascii_arts" : [], "category" : "flags", "code" : "flag_re", "code_points" : ["1f1f7", "1f1ea"], "keywords" : ["country", "flag"], "name" : "r\u00e9union"} | json_instruct | {"type": "object", "properties": {"aliases": {"type": "array", "items": {"type": "string"}}, "ascii_arts": {"type": "array", "items": {}}, "category": {"type": "string"}, "code": {"type": "string"}, "code_points": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["350181103001", "\u6d77\u53e3\u793e\u533a\u5c45\u59d4\u4f1a", "121", "0"], ["350181103207", "\u4e91\u5149\u6751\u59d4\u4f1a", "220", "0"], ["350181103210", "\u725b\u5b85\u6751\u59d4\u4f1a", "122", "0"], ["350181103211", "\u524d\u6751\u6751\u59d4\u4f1a", "122", "0"], ["350181103212", "\u57ce\u91cc\u6751\u59d4\u4f1a", ... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
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": {"postinstall": {"type": "string"}, "start-emulato... | {"name" : "Birb", "version" : "0.1.0", "description" : "Instagram for birds", "main" : "index.js", "scripts" : {"postinstall" : "firebase setup:emulators:firestore", "start-emulator" : "firebase serve --only firestore", "pretest" : "tsc", "test" : "FIREBASE_FIRESTORE_EMULATOR_ADDRESS='127.0.0.1:8080' mocha", "posttest"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"postinstall": {"type": "string"}, "start-emulator": {"type": "string"}, "pretest": {"type": "string"}, "test": {"type"... |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"dependencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "options": {"type": "object", "properties": {}, "required": []}, "source": {"type": "string"... | [{"dependencies" : [{"name" : "Fable.Core", "options" : {}, "source" : "nuget", "versionRange" : ""}, {"name" : "Fable.Import.Browser", "options" : {}, "source" : "nuget", "versionRange" : ""}], "name" : null, "options" : {"storage" : "none"}, "sources" : [{"options" : {}, "url" : "https://nuget.org/api/v2"}]}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"dependencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "options": {"type": "object", "properties": {}, "required": []}, "source": {"type": "string"}, "versionRange": {"type": "string"}}, "required": ["name", "... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"template": {"type": "string"}, "from": {"type": "string"}, "subject": {"type": "string"}, "resultUrl": {"type": "string"}, "syntax": {"type": "string"}, "body": {"type": "string"}, "urlLifetimeInSeconds": {"type": ... | {"template" : "stolen_credentials", "from" : "", "subject" : "", "resultUrl" : "", "syntax" : "liquid", "body" : "./stolen_credentials.html", "urlLifetimeInSeconds" : 432000, "enabled" : true} | json_instruct | {"type": "object", "properties": {"template": {"type": "string"}, "from": {"type": "string"}, "subject": {"type": "string"}, "resultUrl": {"type": "string"}, "syntax": {"type": "string"}, "body": {"type": "string"}, "urlLifetimeInSeconds": {"type": "integer"}, "enabled": {"type": "boolean"}}, "required": ["template", "... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": ... | {"id" : 404420291, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "2e805717c515837c64151532397acc4a", "wof:id" : 404420291, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [0.29614305021563, 46.85222516266958, 0.35905437296185, 46.90921781876849... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"$schema": {"type": "string"}, "$id": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "definitions": {"type": "object", "properties": {"MatrixIndex": {"type": "... | {"$schema" : "http://json-schema.org/draft-07/schema#", "$id" : "https://github.com/Enfernuz/quik-lua-rpc/json/schema/Highlight.args.scheme.json", "title" : "\u0410\u0440\u0433\u0443\u043c\u0435\u043d\u0442\u044b \u043f\u0440\u043e\u0446\u0435\u0434\u0443\u0440\u044b Highlight", "description" : "\u0421\u0445\u0435\u043... | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "$id": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "definitions": {"type": "object", "properties": {"MatrixIndex": {"type": "object", "properties": {"description": {"type": "string"}, "ty... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "path": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type": "arra... | {"rustc" : 13734670590633463302, "features" : "[]", "target" : 4305255212375831529, "profile" : 9935990280773120926, "path" : 13834342774956130804, "deps" : [], "local" : [{"CheckDepInfo" : {"dep_info" : "debug/.fingerprint/lazy_static-bbf544f678d4d4f5/dep-lib-lazy_static-bbf544f678d4d4f5"}}], "rustflags" : [], "metada... | json_instruct | {"type": "object", "properties": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "path": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type": "array", "items": {"type": "object", "properties": {"CheckDepInfo": {"type... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["math-expression-solver", "reduce-css-calc"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"app_id": {"type": "string"}, "api_key": {"type": "string"}}, "required": ["app_id", "api_key"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"app_id" : "24c5ecff", "api_key" : "01ec20fa439a54915c343d39eeb25f7bed69d216ef9155e2"} | json_instruct | {"type": "object", "properties": {"app_id": {"type": "string"}, "api_key": {"type": "string"}}, "required": ["app_id", "api_key"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"full_name": {"type": "string"}, "email": {"type": "string"}, "github_username": {"type": "string"}, "project_name": {"type": "string"}, "app_name": {"type": "string"}, "project_short_description": {"type": "string"}, "version": ... | {"full_name" : "Will McGinnis", "email" : "", "github_username" : "wdm0006", "project_name" : "My Pip Installable Python Package", "app_name" : "mypippkg", "project_short_description" : "A python package that can be installed with pip.", "version" : "0.0.1"} | json_instruct | {"type": "object", "properties": {"full_name": {"type": "string"}, "email": {"type": "string"}, "github_username": {"type": "string"}, "project_name": {"type": "string"}, "app_name": {"type": "string"}, "project_short_description": {"type": "string"}, "version": {"type": "string"}}, "required": ["full_name", "email", "... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"towns": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["towns"], "$schema": "http://json-schema.org/draft-07/sc... | {"towns" : [{"name" : "Burscheid", "url" : "burscheid"}]} | json_instruct | {"type": "object", "properties": {"towns": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["towns"], "$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"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://jso... | {"word" : "Irreproachable", "definitions" : ["Beyond criticism; faultless."], "parts-of-speech" : "Adjective"} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"player": {"type": "object", "properties": {"fest_id": {"type": "string"}, "token": {"type": "string"}}, "required": ["fest_id", "token"]}, "bot_configurations": {"type": "object", "properties": {"auto_claim_tourneys": {"type": "... | {"player" : {"fest_id" : "your_fest_player_account_id", "token" : "your_fest_account_token"}, "bot_configurations" : {"auto_claim_tourneys" : true, "auto_evolve" : true, "spare_turbo_bikes" : true, "play_before_end_in_seconds" : 180}} | json_instruct | {"type": "object", "properties": {"player": {"type": "object", "properties": {"fest_id": {"type": "string"}, "token": {"type": "string"}}, "required": ["fest_id", "token"]}, "bot_configurations": {"type": "object", "properties": {"auto_claim_tourneys": {"type": "boolean"}, "auto_evolve": {"type": "boolean"}, "spare_tur... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"},... | {"name" : "ASKSecp256k1", "version" : "0.0.4", "summary" : "An library of secp256k1 can use in iOS project.", "description" : "Based an optimized C library for EC operations on curve secp256k1, [bitcoin-core/secp256k1](https://github.com/bitcoin-core/secp256k1)", "homepage" : "https://github.com/askcoin/ASKSecp256k1", ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"... |
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": "i... | {"id" : 101917905, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "c761783b1ef0f173c1f8ff790526548c", "wof:id" : 101917905, "wof:repo" : "whosonfirst-data-admin-nz"}, "bbox" : [171.950241, -41.858788, 171.954649, -41.855593], "geometry" : {"coordina... | 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": ["... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"modifications": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "icon": {"type": "string"}, "method": {"type": "string"}}, "required": ["code", "icon", "method"]}}}, "required": ["modific... | {"modifications" : [{"code" : "3029", "icon" : "devicon-cplusplus-plain", "method" : "modify"}, {"code" : "3030", "icon" : "devicon-cplusplus-plain", "method" : "modify"}, {"code" : "3005", "icon" : "devicon-cplusplus-plain", "method" : "modify"}]} | json_instruct | {"type": "object", "properties": {"modifications": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "icon": {"type": "string"}, "method": {"type": "string"}}, "required": ["code", "icon", "method"]}}}, "required": ["modifications"], "$schema": "http://json-schema.org/draft-07/sch... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"require": {"type": "object", "properties": {"symfony/dom-crawler": {"type": "string"}, "symfony/css-selector": {"type": "string"}}, "required": ["symfony/dom-crawler", "symfony/css-selector"]}}, "required": ["require... | {"require" : {"symfony/dom-crawler" : "^5.2", "symfony/css-selector" : "^5.2"}} | json_instruct | {"type": "object", "properties": {"require": {"type": "object", "properties": {"symfony/dom-crawler": {"type": "string"}, "symfony/css-selector": {"type": "string"}}, "required": ["symfony/dom-crawler", "symfony/css-selector"]}}, "required": ["require"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"Tone.js": {"type": "string"}, "Tone.min.js": {"type": "string"}}, "required": ["Tone.js", "Tone.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Tone.js" : "sha512-kAl5w6Rgux+cD5aQ5lyMPzLSEc73DYa4UDT7mZaoLNuo33CQYlwlOmwT0oWLePt00cORWYJjoJ8MXCqit7hlcg==", "Tone.min.js" : "sha512-+tNnV5TNN6Rvx7Vjmz4WpoNusry5kIrl/Go2VXqvnwm2/4VNEdGrjVXDi52RfUREhHYUc4P3xbWrtePXbs6FLg=="} | json_instruct | {"type": "object", "properties": {"Tone.js": {"type": "string"}, "Tone.min.js": {"type": "string"}}, "required": ["Tone.js", "Tone.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "OperatorsReference": {"type": "string"}, ... | {"IsRecentlyVerified" : false, "ID" : 90160, "UUID" : "B626F479-C9CA-44DB-ADD8-CA6AA7DE72E6", "DataProviderID" : 1, "OperatorID" : 3, "OperatorsReference" : "PG-81157", "UsageTypeID" : 6, "UsageCost" : "1", "AddressInfo" : {"ID" : 90506, "Title" : "O'donovan Waste Disposal LTD", "AddressLine1" : "Markfield House", "Tow... | json_instruct | {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "OperatorsReference": {"type": "string"}, "UsageTypeID": {"type": "integer"}, "UsageCost": {"type": "string"}, "Ad... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "so... | {"ast" : null, "code" : "import { useMemo, useRef } from 'react';\nimport useMounted from './useMounted';\nimport useWillUnmount from './useWillUnmount';\n/*\n * Browsers including Internet Explorer, Chrome, Safari, and Firefox store the\n * delay as a 32-bit signed integer internally. This causes an integer overflow\n... | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/s... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"index.cjs.js": {"type": "object", "properties": {"bundled": {"type": "integer"}, "minified": {"type": "integer"}, "gzipped": {"type": "integer"}}, "required": ["bundled", "minified", "gzipped"]}, "index.esm.js": {"type": "obje... | {"index.cjs.js" : {"bundled" : 16786, "minified" : 10706, "gzipped" : 3306}, "index.esm.js" : {"bundled" : 15452, "minified" : 9579, "gzipped" : 3184, "treeshaked" : {"rollup" : {"code" : 4474, "import_statements" : 378}, "webpack" : {"code" : 9550}}}} | json_instruct | {"type": "object", "properties": {"index.cjs.js": {"type": "object", "properties": {"bundled": {"type": "integer"}, "minified": {"type": "integer"}, "gzipped": {"type": "integer"}}, "required": ["bundled", "minified", "gzipped"]}, "index.esm.js": {"type": "object", "properties": {"bundled": {"type": "integer"}, "minifi... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-... | {"word" : "Unexceptionable", "definitions" : ["Not open to objection, but not particularly new or exciting."], "parts-of-speech" : "Adjective"} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"alias": {"type": "string"}, "category": {"type": "string"}, "copyright_text": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "null"}, "id": {"type": "integer"}, "language": {"type": "str... | {"alias" : "video/1159/creating-videogames-with-panda3d", "category" : "EuroPython 2011", "copyright_text" : "Standard YouTube License", "description" : "In this talk I'm going to explain the main features and possibility that\nPanda3D gives us when we want to create a game from scratch. Then, I'll\nexplain how the eng... | json_instruct | {"type": "object", "properties": {"alias": {"type": "string"}, "category": {"type": "string"}, "copyright_text": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "null"}, "id": {"type": "integer"}, "language": {"type": "string"}, "quality_notes": {"type": "string"}, "recorded": {"type": "stri... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"t... | {"name" : "rubenwouters/crm-launcher", "description" : "Manage your customer service via social media in a modern way. Every Tweet or Facebook post becomes a 'case' so you or your team can handle customer service in a clear way with easey follow-ups.", "keywords" : ["Laravel", "CRM", "Facebook", "Twitter", "Social medi... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, ... |
Create an example JSON object that satisfies this schema:
{"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": {"... | {"id" : "VOVZ0", "name" : {"en" : "Vizagapatam / Gajuwaka"}, "country" : "IN", "region" : "AP", "identifiers" : {"icao" : "VOVZ", "usaf" : "431490"}, "location" : {"latitude" : 17.7167, "longitude" : 83.2333, "elevation" : 5}, "timezone" : "Asia/Kolkata"} | 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": {"icao": {"type": "string"}, "usaf": {"type": "string"}}, "re... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "string"}, "version": {"type": "string"}, "supportedFieldTypes": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "author", "version", "support... | {"name" : "Launch WhatsApp", "author" : "Dobility", "version" : "1.0.2", "supportedFieldTypes" : ["text"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "string"}, "version": {"type": "string"}, "supportedFieldTypes": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "author", "version", "supportedFieldTypes"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"application": {"type": "object", "properties": {"...": {"type": "string"}}, "required": ["..."]}, "flavor": {"type": "object", "properties": {"executableId": {"type": "string"}, "name": {"type": "string"}}, "required": ["executa... | {"application" : {"..." : "include(../../exabyteml.json)"}, "flavor" : {"executableId" : "4987JFJ3kKbwvFSG7", "name" : "train"}, "flowchartId" : "train", "head" : true, "input" : {"features" : ["elemental_ratio:Si", "elemental_ratio:Ge", "ionization_potential:Ge", "ionization_potential:Si"], "targets" : ["band_gaps:ind... | json_instruct | {"type": "object", "properties": {"application": {"type": "object", "properties": {"...": {"type": "string"}}, "required": ["..."]}, "flavor": {"type": "object", "properties": {"executableId": {"type": "string"}, "name": {"type": "string"}}, "required": ["executableId", "name"]}, "flowchartId": {"type": "string"}, "hea... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"chunk_definitions": {"type": "array", "items": {"type": "object", "properties": {"chunk_id": {"type": "string"}, "chunk_label": {"type": "string"}, "document_id": {"type": "string"}, "expansion_state": {"type... | {"chunk_definitions" : [{"chunk_id" : "cdl2k8fynv6xx", "chunk_label" : "unnamed-chunk-1", "document_id" : "1B0A5568", "expansion_state" : 0, "options" : {"echo" : false, "engine" : "r", "label" : "unnamed-chunk-2"}, "row" : 26, "row_count" : 1, "visible" : true}, {"chunk_id" : "caxdz7k5z8avy", "chunk_label" : "unnamed-... | json_instruct | {"type": "object", "properties": {"chunk_definitions": {"type": "array", "items": {"type": "object", "properties": {"chunk_id": {"type": "string"}, "chunk_label": {"type": "string"}, "document_id": {"type": "string"}, "expansion_state": {"type": "integer"}, "options": {"type": "object", "properties": {"echo": {"type": ... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"common": {"type": "object", "properties": {"title": {"type": "string"}, "subtitle": {"type": "string"}, "error_with_status": {"type": "string"}, "404": {"type": "string"}, "404_subtitle": {"type": "string"}, "back"... | {"common" : {"title" : "\u4e00\u4e2a\u7b80\u5355\u7684\u4f8b\u5b50", "subtitle" : "\u8fd9\u662f\u4e00\u4e2a\u7a7a\u767d\u9875\u9762\u3002\u4ece\u8fd9\u91cc\u5f00\u59cb\u5efa\u7acb\u4f60\u7684\u9875\u9762\u3002", "error_with_status" : "\u670d\u52a1\u5668\u4e0a\u53d1\u751f\u9519\u8bef", "404" : "\u65e0\u6cd5\u627e\u5230\... | json_instruct | {"type": "object", "properties": {"common": {"type": "object", "properties": {"title": {"type": "string"}, "subtitle": {"type": "string"}, "error_with_status": {"type": "string"}, "404": {"type": "string"}, "404_subtitle": {"type": "string"}, "back": {"type": "string"}, "error_without_status": {"type": "string"}, "cont... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"language": {"type": "string"}, "version": {"type": "string"}, "provides": {"type": "array", "items": {"type": "object", "properties": {"language": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}},... | {"language" : "pwsh", "version" : "7.1.4", "provides" : [{"language" : "powershell", "aliases" : ["ps", "pwsh", "ps1"]}]} | json_instruct | {"type": "object", "properties": {"language": {"type": "string"}, "version": {"type": "string"}, "provides": {"type": "array", "items": {"type": "object", "properties": {"language": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}}, "required": ["language", "aliases"]}}}, "required": ["lang... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "me... | {"ast" : null, "code" : "/**\r\n */\nimport * as tslib_1 from \"tslib\";\n/**\r\n * ============================================================================\r\n * IMPORTS\r\n * ============================================================================\r\n * @hidden\r\n */\n\nimport { Sprite } from \"../../core/Sp... | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/s... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"version": {"type": "string"}, "encoding": {"type": "string"}, "root": {"type": "object", "properties": {"foo": {"type": "string"}, "$t": {"type": "string"}}, "required": ["foo", "$t"]}}, "required": ["version", "enc... | {"version" : "1.0", "encoding" : "utf-8", "root" : {"foo" : "value", "$t" : "Some content"}} | json_instruct | {"type": "object", "properties": {"version": {"type": "string"}, "encoding": {"type": "string"}, "root": {"type": "object", "properties": {"foo": {"type": "string"}, "$t": {"type": "string"}}, "required": ["foo", "$t"]}}, "required": ["version", "encoding", "root"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#... | [{"name" : "MOSCHE", "frequency" : 76, "gender" : "male"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}, "filename": {"type": "string"}, "base64": {"type": "string"}}, "required": ["name", "url", "filename", "base64"], "$schema": "http://json-schema.org/draft-0... | {"name" : "ifttt", "url" : "/emojis/4732-ifttt/download", "filename" : "ifttt.png", "base64" : "iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAENUlEQVR42u3cQWscZRzH8d/zzOwmu8kuJmnARJtQPEgbidiDB9FDD1IsvgFB8KRU9B0UihcPuVZFKV4EwYNeAlVppe1B8ChEqJWiJU1smmyya2aT3czuzDyPhy5W20QIvWQz388phD0M/+e78+zM4THazWdJRSZ4XTJvSXpJUkXoR1uS... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}, "filename": {"type": "string"}, "base64": {"type": "string"}}, "required": ["name", "url", "filename", "base64"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "cosmere_collection:block/white_sand"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"description": {"type": "string"}, "favorite": {"type": "string"}, "length": {"type": "string"}, "likes": {"type": "string"}, "recorded": {"type": "string"}, "speakers": {"type": "array", "items": {}}, "tags": {"type... | {"description" : "\u2013 schema.org by @chaals\n\u2013 Colorscales by @ebr76\n\u2013 R.I.P. REM, viva CSS pixel! by @GionKunz\n\u2013 Github.com/frontend/toolbox by @zufrieden", "favorite" : "0", "length" : "26:20", "likes" : "0", "recorded" : "2015-08-27", "speakers" : [], "tags" : [], "thumbnail_url" : "https://i.yti... | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "favorite": {"type": "string"}, "length": {"type": "string"}, "likes": {"type": "string"}, "recorded": {"type": "string"}, "speakers": {"type": "array", "items": {}}, "tags": {"type": "array", "items": {}}, "thumbnail_url": {"type": "string"}, "title"... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01019445": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties"... | {"type" : "Topology", "objects" : {"E01019445" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00098333", "LAD11CD" : "E07000032"}, "arcs" : [[0, 1, 2, 3, 4]]}, {"type" : "Polygon", ... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01019445": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "str... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "peerDependencies": {"type": "object", "properties": {"@angular/common": {"type": "string"}, "@... | {"name" : "s-ng-dev-utils", "version" : "2.1.0", "author" : "Simonton Software", "license" : "MIT", "peerDependencies" : {"@angular/common" : "^10.0.0", "@angular/core" : "^10.0.0", "jasmine-core" : "~3.5.0"}, "dependencies" : {"@typescript-eslint/eslint-plugin" : "^3.4.0", "@typescript-eslint/parser" : "^3.4.0", "esli... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "peerDependencies": {"type": "object", "properties": {"@angular/common": {"type": "string"}, "@angular/core": {"type": "string"}, "jasmine-core": {"type": "string"}},... |
Using the following JSON schema, generate a compatible JSON instance:
{"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" : "Flers", "dpt" : "Orne", "inscrits" : 9798, "abs" : 2744, "votants" : 7054, "blancs" : 131, "nuls" : 63, "exp" : 6860, "res" : [{"panneau" : "3", "voix" : 1892}, {"panneau" : "11", "voix" : 1368}, {"panneau" : "9", "voix" : 1259}, {"panneau" : "2", "voix" : 1229}, {"panneau" : "4", "voix" : 496}, {"panneau" : ... | 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"... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "result": {"type": "object", "properties": {"pageContext": {"type": "object", "properties": {"isCreatedByStatefulCreatePages": {"type": "boolean"}}, "require... | {"componentChunkName" : "component---src-pages-id-nyt-trg-nt-tkh-nyunqow-zt-y-2-di-sw-zk-qt-09-js", "path" : "/id-NytTRGNtTkhNYUNQOWZtY2diSWZkQT09/", "result" : {"pageContext" : {"isCreatedByStatefulCreatePages" : true}}} | json_instruct | {"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "result": {"type": "object", "properties": {"pageContext": {"type": "object", "properties": {"isCreatedByStatefulCreatePages": {"type": "boolean"}}, "required": ["isCreatedByStatefulCreatePages"]}}, "required": ["pag... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"subject": {"type": "string"}, "catalog_nbr": {"type": "integer"}, "section": {"type": "integer"}, "class_nbr": {"type": "integer"}, "title": {"type": "string"}, "component": {"type": "string"}, "unit... | [{"subject" : "BUSI", "catalog_nbr" : 526, "section" : 1, "class_nbr" : 7144, "title" : "LEADERSHIP IN ACTION", "component" : "Lecture", "units" : 3, "bldg" : "McColl Building", "room" : "3350", "days" : "M", "time" : "15", "instructor" : "PEARMAN,STUART M", "load" : "98", "rank" : "INST", "attributes" : null, "enrl_ca... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"subject": {"type": "string"}, "catalog_nbr": {"type": "integer"}, "section": {"type": "integer"}, "class_nbr": {"type": "integer"}, "title": {"type": "string"}, "component": {"type": "string"}, "units": {"type": "integer"}, "bldg": {"type": "string"}, "room"... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"track": {"type": "string"}, "exercise": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "handle": {"type": "string"}, "is_requester": {"type": "boolean"}, "auto_approve": {"type": "boolean"}}, "require... | {"track" : "javascript", "exercise" : "windowing-system", "id" : "481e26076eab4256b8fc002e7a40c8ca", "url" : "https://exercism.org/tracks/javascript/exercises/windowing-system", "handle" : "juniorleaoo", "is_requester" : true, "auto_approve" : false} | json_instruct | {"type": "object", "properties": {"track": {"type": "string"}, "exercise": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "handle": {"type": "string"}, "is_requester": {"type": "boolean"}, "auto_approve": {"type": "boolean"}}, "required": ["track", "exercise", "id", "url", "handle", "is_reques... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}... | {"name" : "Spinnach", "version" : "1.1.1", "homepage" : "https://github.com/Form5/Spinnach", "description" : "Spinnach is a way of loading images nicely by fading them in after showing a loading spinner.", "repository" : {"type" : "git", "url" : "git://github.com/Form5/Spinnach.git"}, "authors" : ["Olafur Nielsen <olaf... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "authors": {"type": "array... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"frame_id": {"type": "integer"}, "walking": {"type": "string"}, "video_id": {"type": "string"}, "bbs": {"type": "array", "items": {"type": "object", "properties": {"artwork_id": {"type": "string"}, "right": {"ty... | {"frame_id" : 1093, "walking" : "1", "video_id" : "VID_20161007_131547_reduced", "bbs" : [{"artwork_id" : "san_giovanni_battista_donatello", "right" : 0.951949, "bottom" : 0.655697, "top" : 0.062681, "confidence" : 121, "recognized" : true, "bb_big_enough" : true, "class" : "artwork", "left" : 0.538684}, {"artwork_id" ... | json_instruct | {"type": "object", "properties": {"frame_id": {"type": "integer"}, "walking": {"type": "string"}, "video_id": {"type": "string"}, "bbs": {"type": "array", "items": {"type": "object", "properties": {"artwork_id": {"type": "string"}, "right": {"type": "number"}, "bottom": {"type": "number"}, "top": {"type": "number"}, "c... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "events": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "st... | {"title" : "test group 2", "url" : "https://sue445.github.io/condo3-sandbox/data/test2.json", "updated_at" : "2019-08-14T16:40:00+09:00", "events" : [{"title" : "[test2] event3", "url" : "https://sue445.github.io/condo3-sandbox/data/test2.json?3", "address" : "\u6771\u4eac\u90fd", "updated_at" : "2019-08-14T17:00:00+09... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "events": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "address": {"type": "string"}, "updated_at": {"type": "string"}}, "re... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"typ... | {"body" : "", "user" : "johnwparent", "url" : "https://api.github.com/repos/spack/spack/issues/25184", "updated_at" : "2021-08-02 16:14:06", "created_at" : "2021-08-02 14:36:31", "closed_at" : "2021-08-02 16:14:06", "state" : "closed", "title" : "Installer CI", "number" : 25184, "milestone" : null, "labels" : ["command... | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": ... |
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-Eloy", "dpt" : "Finist\u00e8re", "inscrits" : 141, "abs" : 14, "votants" : 127, "blancs" : 14, "nuls" : 4, "exp" : 109, "res" : [{"panneau" : "1", "voix" : 84}, {"panneau" : "2", "voix" : 25}]} | 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"... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "creation_date": {"type": "string"}, "creation_date_earliest": {"type": "string"}, "creation_date_latest": {"type": "string"}, "medium": {"type": "string"}, "accession_number": {"type": "string"}, "... | {"title" : "Bridge and House with Boat on Stream", "creation_date" : "1885", "creation_date_earliest" : "1885-01-01", "creation_date_latest" : "1885-01-01", "medium" : "photogravure", "accession_number" : "74.42.12", "id" : "cmoa:things/3b578013-cc5d-4b82-b52a-19309a6679d2", "credit_line" : "Director's Discretionary Fu... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "creation_date": {"type": "string"}, "creation_date_earliest": {"type": "string"}, "creation_date_latest": {"type": "string"}, "medium": {"type": "string"}, "accession_number": {"type": "string"}, "id": {"type": "string"}, "credit_line": {"type": "string"},... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"track": {"type": "string"}, "exercise": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "handle": {"type": "string"}, "is_requester": {"type": "boolean"}, "auto_approve": {"type": "boolean"}}, "required"... | {"track" : "python", "exercise" : "leap", "id" : "d1c7d543b4404232bdffb82d671b604c", "url" : "https://exercism.io/my/solutions/d1c7d543b4404232bdffb82d671b604c", "handle" : "baduker", "is_requester" : true, "auto_approve" : false} | json_instruct | {"type": "object", "properties": {"track": {"type": "string"}, "exercise": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "handle": {"type": "string"}, "is_requester": {"type": "boolean"}, "auto_approve": {"type": "boolean"}}, "required": ["track", "exercise", "id", "url", "handle", "is_reques... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"liveServer.settings.multiRootWorkspaceName": {"type": "string"}}, "required": ["liveServer.settings.multiRootWorkspaceName"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"liveServer.settings.multiRootWorkspaceName" : "CursoemVideo"} | json_instruct | {"type": "object", "properties": {"liveServer.settings.multiRootWorkspaceName": {"type": "string"}}, "required": ["liveServer.settings.multiRootWorkspaceName"], "$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#"}
| ["i3-status-gitlab"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "ot": {"type": "integer"}, "alias": {"type": "integer"}, "setcode": {"type": "integer"}, "type": {"type": "integer"}, "atk": {"type": "integer"}, "def": {"type": "integer"}, "level": {"type"... | {"id" : 50619462, "ot" : 3, "alias" : 0, "setcode" : 0, "type" : 65538, "atk" : 0, "def" : 0, "level" : 0, "race" : 0, "attribute" : 0, "category" : 0, "name" : "Cattle Call", "desc" : "Send 1 face-up monster you control to the Graveyard, whose original Type is Beast, Beast-Warrior, or Winged Beast; Special Summon 1 mo... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "ot": {"type": "integer"}, "alias": {"type": "integer"}, "setcode": {"type": "integer"}, "type": {"type": "integer"}, "atk": {"type": "integer"}, "def": {"type": "integer"}, "level": {"type": "integer"}, "race": {"type": "integer"}, "attribute": {"type": "int... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string... | {"schema_version" : "1.2.0", "id" : "GHSA-6qmq-f9pv-3jqp", "modified" : "2022-05-02T03:19:03Z", "published" : "2022-05-02T03:19:03Z", "aliases" : ["CVE-2009-0878"], "details" : "The read_game_map function in src/terrain_translation.cpp in Wesnoth before r32987 allows remote attackers to cause a denial of service (memor... | json_instruct | {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "a... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"province": {"type": "string"}, "city": {"type": "string"}, "area": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "string"}, "phone"... | [{"province" : "\u6d59\u6c5f\u7701", "city" : "\u676d\u5dde\u5e02", "area" : "\u4f59\u676d\u533a", "name" : "\u676d\u5dde\u5e02\u5d07\u8d24\u90ae\u653f\u6240", "code" : "311108", "address" : "\u4f59\u676d\u533a\u5d07\u8d24\u8857\u9053\u5d07\u676d\u8857800\u53f7", "phone" : "0571-86277900"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"province": {"type": "string"}, "city": {"type": "string"}, "area": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "string"}, "phone": {"type": "string"}}, "required": ["province", "city", "area", "name", "code... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, ... | {"author" : {"id" : "t2_67r2r07m", "name" : "Morpening"}, "date" : {"day" : 1592524800, "full" : 1592604574, "month" : 1590969600, "week" : 1592092800}, "id" : "t3_hc9ygn", "misc" : {"postHint" : "image"}, "picture" : {"filesize" : 206888, "fullUrl" : "https://preview.redd.it/sqhtr1g6xx551.jpg?auto=webp&s=ed89eee52d558... | json_instruct | {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}},... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "private": {"type": "boolean"}, "type": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "... | {"name" : "with-graphql-jit", "description" : "Using @benzene/jit to integrate graphql-jit for better performance", "private" : true, "type" : "module", "main" : "index.js", "scripts" : {"start" : "node index.js"}, "dependencies" : {"@benzene/http" : "^0.2.0", "@benzene/jit" : "^0.1.0", "graphql" : "^15.5.0", "pokemon-... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "private": {"type": "boolean"}, "type": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"cSpell.words" : ["fullhd"]} | json_instruct | {"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "522601007001", "text" : "\u4e0a\u9a6c\u77f3\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "522601007002", "text" : "\u4e0a\u9a6c\u77f3\u793e\u533a\u5f00\u60a6\u5c45\u59d4\u4f1a"}, {"id" : "522601007200", "text" : "\u68c9\u5e2d\u6751\u59d4\u4f1a"}, {"id" : "522601007201", "text" : "\u5858\u5be8\u6751\u59d4\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 sample JSON data that conforms to the following schema definition:
{"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"}, ... | {"month" : "10", "num" : 1274, "link" : "", "year" : "2013", "news" : "", "safe_title" : "Open Letter", "transcript" : "((Today's strip is in the form of a letter.))\nOctober 7th 2013\nTo: The Freemasons, The Illuminati, Scientology, FEMA, The New World Order, The Federal Reserve, Citigroup, Halliburton, Google, The Va... | 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... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"track": {"type": "string"}, "exercise": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "handle": {"type": "string"}, "is_requester": {"type": "boolean"}, "auto_approve": {"type": "boolean... | {"track" : "ruby", "exercise" : "rotational-cipher", "id" : "5fa39bc98f9d4b37a56a64b06c3c0fc6", "url" : "https://exercism.org/tracks/ruby/exercises/rotational-cipher", "handle" : "ErikSchierboom", "is_requester" : true, "auto_approve" : false} | json_instruct | {"type": "object", "properties": {"track": {"type": "string"}, "exercise": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "handle": {"type": "string"}, "is_requester": {"type": "boolean"}, "auto_approve": {"type": "boolean"}}, "required": ["track", "exercise", "id", "url", "handle", "is_reques... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "description": {"type": "string"}, "tags": {"type": "array", "items": {"ty... | {"name" : "azure-penguin-doctor", "author" : "Microsoft Corporation", "contributors" : ["Yue, Zhang <yuezha@microsoft.com>"], "version" : "1.0.0", "description" : "Azure Linux VM Rescure tools", "tags" : ["azure", "vm", "linux", "rescure", "tools"], "keywords" : ["node", "azure", "vm", "linux", "rescure", "tools"], "ma... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "description": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"t... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"},... | {"\u5de5\u5ee0\u540d\u7a31" : "\u9577\u8c50\u4f01\u696d\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "03001389", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u6843\u5712\u5e02\u9f9c\u5c71\u5340\u5357\u4e0a\u91cc\u6c11\u751f\u5317\u8def\u4e00\u... | json_instruct | {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "st... |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "yearf": {"type": "number"}, "rscore": {"type": "number"}}, "required": ["title", "yearf", "rscore"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"title" : "How Do You Do!", "yearf" : 1992.8799086758, "rscore" : 0.6160965325}, {"title" : "The Look", "yearf" : 1989.196803653, "rscore" : 1.6595282227}, {"title" : "Dangerous", "yearf" : 1990.0438356164, "rscore" : 1.2763312284}, {"title" : "Joyride", "yearf" : 1991.2554794521, "rscore" : 0.838605856}, {"title" : ... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "yearf": {"type": "number"}, "rscore": {"type": "number"}}, "required": ["title", "yearf", "rscore"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"baseUrl": {"type": "string"}}, "required": ["baseUrl"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"baseUrl" : ""} | json_instruct | {"type": "object", "properties": {"baseUrl": {"type": "string"}}, "required": ["baseUrl"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"900732942": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900732943": {"type": "object", "properties": {"nama": {"type... | {"900732942" : {"nama" : "TPS 1", "dapil" : [7303, 17311, 2731702]}, "900732943" : {"nama" : "TPS 2", "dapil" : [7303, 17311, 2731702]}, "900732944" : {"nama" : "TPS 3", "dapil" : [7303, 17311, 2731702]}, "900732945" : {"nama" : "TPS 4", "dapil" : [7303, 17311, 2731702]}, "900732946" : {"nama" : "TPS 5", "dapil" : [730... | json_instruct | {"type": "object", "properties": {"900732942": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900732943": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"amenity": {"type": "string"}, "currency:EUR": {"type": "string"}, "operator": {"type": "string"}, "vending": {"t... | {"type" : "Feature", "id" : "node/8589545837", "properties" : {"amenity" : "vending_machine", "currency:EUR" : "yes", "operator" : "Floimayr", "vending" : "eggs", "id" : "node/8589545837"}, "geometry" : {"type" : "Point", "coordinates" : [14.2272136, 48.1367996]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"amenity": {"type": "string"}, "currency:EUR": {"type": "string"}, "operator": {"type": "string"}, "vending": {"type": "string"}, "id": {"type": "string"}}, "required": ["amenity", "cu... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "demagogism", "definition" : "The practices of a demagogue."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array... | {"ast" : null, "code" : "// Copyright 2017-2021 @polkadot/api-derive authors & contributors\n// SPDX-License-Identifier: Apache-2.0\nexport function filterEras(eras, list) {\n return eras.filter(function (era) {\n return !list.some(function (entry) {\n return era.eq(entry.era);\n });\n });\n}", "map" : {"v... | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesCont... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["funny-difference", "funny-intersection"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
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": "array", "items": {"type": "array", "items": {"type": "number"}... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[130.125, 33.666666666666664], [130.125, 33.75], [130.25, 33.75], [130.25, 33.666666666666664], [130.125, 33.666666666666664]]]}, "properties" : {"code" : 503041, "url" : "http://madefor.github.io/0410/api/v1/503041.geojson", "view" : "https://git... | 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... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "i... | {"ast" : null, "code" : "import { useRef } from 'react';\nimport useIsomorphicLayoutEffect from 'use-isomorphic-layout-effect';\n\nvar useLatest = function useLatest(value) {\n var ref = useRef(value);\n useIsomorphicLayoutEffect(function () {\n ref.current = value;\n });\n return ref;\n};\n\nexport default useL... | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesCont... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "description": {"type": "string"}, "remarks": {"type": "string"}, "derived_tickets": {"type": "string"}, "attachments": {"type": "string"}, "check_ins": {"type... | {"id" : 3096, "title" : "Ticket #3096: Remove non-standard/home brew classes in pref for updated standards", "description" : "<blockquote>\nThis ticket is meant to be the parent ticket for the 7.9 series cleanup work that is done in condor. Please create child tickets for cleanup work and link to this one for tracking... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "description": {"type": "string"}, "remarks": {"type": "string"}, "derived_tickets": {"type": "string"}, "attachments": {"type": "string"}, "check_ins": {"type": "string"}, "type": {"type": "string"}, "last_change": {"type": "stri... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"objects/themed/farm/kitchenceilingcabinet2/kitchenceilingcabinet2.object": {"type": "array",... | [{"DeniedAlternatives" : [], "Files" : {"objects/themed/farm/kitchenceilingcabinet2/kitchenceilingcabinet2.object" : ["/description"]}, "Texts" : {"Eng" : "A small wall-mounted kitchen cabinet.", "Rus" : "\u041c\u0430\u043b\u0435\u043d\u044c\u043a\u0438\u0439 \u043a\u0443\u0445\u043e\u043d\u043d\u044b\u0439 \u0448\u043... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"objects/themed/farm/kitchenceilingcabinet2/kitchenceilingcabinet2.object": {"type": "array", "items": {"type": "string"}}}, "required": ["objects/themed/farm/kit... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"collabData": {"type": "object", "properties": {"XML": {"type": "array", "items": {"type": "string"}}, "Audio": {"type": "array", "items": {"type": "string"}}, "Video": {"type": "array", "items": {"type": "string"}... | {"collabData" : {"XML" : ["Lampard", "Lily", "Linda", "Geoff", "Scot"], "Audio" : ["Beckham", "Bell", "Geoff", "Gerard", "Gordon", "Leo"], "Video" : ["Michael", "Matt", "Sophie", "Susan"], "Visualisation" : ["Leo", "Lorri", "Susan", "Britney"], "Internet" : ["Sylvain", "Sugar", "Beckham", "Mandela"]}, "orgData" : {"Man... | json_instruct | {"type": "object", "properties": {"collabData": {"type": "object", "properties": {"XML": {"type": "array", "items": {"type": "string"}}, "Audio": {"type": "array", "items": {"type": "string"}}, "Video": {"type": "array", "items": {"type": "string"}}, "Visualisation": {"type": "array", "items": {"type": "string"}}, "Int... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.