input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"status_code": {"type": "string"}, "status_msg": {"type": "string"}, "meta": {"type": "object", "properties": {"tag": {"type": "object", "properties": {"timestamp": {"type": "number"}, "model": {"type": "string"}, "config": {"t... | {"status_code" : "OK", "status_msg" : "All images in request have completed successfully. ", "meta" : {"tag" : {"timestamp" : 1442731246.075072, "model" : "default", "config" : "0b2b7436987dd912e077ff576731f8b7"}}, "results" : [{"docid" : 48730918849635675652728221574810238924, "status_code" : "OK", "status_msg" : "OK"... | json_instruct | {"type": "object", "properties": {"status_code": {"type": "string"}, "status_msg": {"type": "string"}, "meta": {"type": "object", "properties": {"tag": {"type": "object", "properties": {"timestamp": {"type": "number"}, "model": {"type": "string"}, "config": {"type": "string"}}, "required": ["timestamp", "model", "confi... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "type": {"type": "string"}, "authors": {"type": "array", "ite... | {"name" : "confrariaweb/laravel-site", "description" : "A laravel site package for Confraria Web systems", "keywords" : ["site", "framework", "laravel"], "license" : "MIT", "type" : "project", "authors" : [{"name" : "Rafael Zingano", "email" : "confrariaweb@gmail.com"}], "require" : {"confrariaweb/laravel-domain" : "de... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "type": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "ema... |
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" : [[[-74.997219, 39.88959], [-74.972795, 39.914527], [-74.965775, 39.920615], [-74.9628, 39.920102], [-74.955808, 39.91318], [-74.952303, 39.906959], [-74.95179, 39.901352], [-74.949427, 39.898234], [-74.946809, 39.897313], [-... | 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... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"produc... | {"userId" : 8955, "cartId" : "5730d3f4-ea88-4301-abe6-798fcb28e2d7", "preferredProducts" : [1095, 4040, 1486, 551, 4657, 3444, 1473], "productReviews" : [{"productId" : 2734, "reviewText" : "this Licensed is slurpee.", "reviewDate" : "2019-09-17T00:58:39.5813929+03:00"}, {"productId" : 1434, "reviewText" : "My neighbor... | 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... |
Please provide a valid JSON object following this 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" : "AYDAN", "frequency" : 3, "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#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "proper... | {"hash" : "0x7ccbd07295730871632012d08577ef3a4aa6f4b2de20c63e376ee2d71fe7ae4a", "parentHash" : "0x6fec1711c5dddffd92f5051f2d1a976f99bc82d05f2110ffe28c11be5b5c7c6f", "number" : 18211, "timestamp" : 1438459295, "nonce" : "0xe00cad3eaf859b4c", "difficulty" : 934585203046, "gasLimit" : {"_hex" : "0x1388"}, "gasUsed" : {"_h... | 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"]... |
Generate a valid JSON object that conforms to the following 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... | {"name" : "University of Valladolid Yucatan", "alt_name" : "Universidad Valladolid Yucatan", "country" : "Mexico", "state" : null, "address" : {"street" : "Calle 47B 16-18, San Francisco", "city" : "Valladolid", "province" : "Yucat\u00e1n", "postal_code" : "97780"}, "contact" : {"telephone" : "+52(985) 856-3703", "webs... | 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"}... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"nearata-minecraft-avatars": {"type": "object", "properties": {"forum": {"type": "object", "properties": {"avatar_changed": {"type": "string"}, "use_button": {"type": "string"}, "change_button": {"type": "string"}, "dismiss_but... | {"nearata-minecraft-avatars" : {"forum" : {"avatar_changed" : "L'avatar a \u00e9t\u00e9 modifi\u00e9.", "use_button" : "Utiliser l'avatar de Minecraft", "change_button" : "Modifier l'avatar de Minecraft", "dismiss_button" : "OK", "help_text" : "Doit \u00eatre un nom d'utilisateur ou un UUID valide (en clair ou en point... | json_instruct | {"type": "object", "properties": {"nearata-minecraft-avatars": {"type": "object", "properties": {"forum": {"type": "object", "properties": {"avatar_changed": {"type": "string"}, "use_button": {"type": "string"}, "change_button": {"type": "string"}, "dismiss_button": {"type": "string"}, "help_text": {"type": "string"}, ... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"title": {"type": "string"}, "downloads": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}, "hxl": {"type": "integer"}, "org": {"type": "string"}, "id": {"type": "string"}, "resources": {"t... | {"title" : "Mexico - Social Protection and Labor", "downloads" : 80, "tags" : ["hxl", "indicators", "socioeconomics", "Mexico"], "hxl" : 1, "org" : "World Bank Group", "id" : "46dbda8a-3290-4662-82f5-191aab4e113f", "resources" : [{"update_date" : "2021-01-29T03:07:59.352514", "link" : "https://data.humdata.org/dataset/... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "downloads": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}, "hxl": {"type": "integer"}, "org": {"type": "string"}, "id": {"type": "string"}, "resources": {"type": "array", "items": {"type": "object", "properties": {"update_date... |
The schema below describes a JSON structure. Generate a valid example:
{"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" : [[[151.0, 39.166666666666664], [151.0, 39.25], [151.125, 39.25], [151.125, 39.166666666666664], [151.0, 39.166666666666664]]]}, "properties" : {"code" : 585160, "url" : "http://madefor.github.io/0410/api/v1/585160.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... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"result": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "st... | {"result" : {"1" : [{"1" : "Sokoto Sadiq Abubakar III International, Nigeria (SKO)", "2" : "airport", "3" : "SKO", "4" : "SKO", "5" : "Sokoto", "6" : 5.20722222, "7" : 12.9163889, "10" : "Africa/Lagos"}, {"1" : "Skopje International, Macedonia (SKP)", "2" : "airport", "3" : "SKP", "4" : "SKP", "5" : "Skopje", "6" : 21.... | json_instruct | {"type": "object", "properties": {"result": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "number"}, "7": {"type": "number"}, "... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}, "autoload"... | {"name" : "BadFaith/BadFaith", "type" : "library", "license" : "MIT", "description" : "Accept-* Header parsing for PHP", "require" : {"php" : ">=5.3.0"}, "autoload" : {"psr-0" : {"BadFaith" : "lib/"}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}, "autoload": {"type": "object", "properties": {"psr-0": {"type": "obje... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "achievementgroup": {"type": "string"}, "sortorder": {"type": "integer"}, "stages": {"type": "integer"}, "stage1": {"type": "object", "properties": {"title": {"type": "string"}, "ps... | {"name" : "Re-Armed, Re-Forged", "achievementgroup" : "The Hero's Journey", "sortorder" : 17, "stages" : 3, "stage1" : {"title" : "Re-Armed, Re-Forged", "ps5title" : "Re-Armed, Re-Forged (I)", "description" : "Ascend a weapon to Phase 2.", "progress" : 1, "reward" : {"name" : "Primogem", "count" : 5}}, "stage2" : {"tit... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "achievementgroup": {"type": "string"}, "sortorder": {"type": "integer"}, "stages": {"type": "integer"}, "stage1": {"type": "object", "properties": {"title": {"type": "string"}, "ps5title": {"type": "string"}, "description": {"type": "string"}, "progress": {... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"\u80fd\u529b": {"type": "array", "items": {"type": "string"}}, "\u6240\u6301\u91d1": {"type": "integer"}}, "required": ["\u80fd\u529b", "\u6240\u6301\u91d1"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"\u80fd\u529b" : ["\u8cb7\u3046", "\u50cd\u304f"], "\u6240\u6301\u91d1" : 100} | json_instruct | {"type": "object", "properties": {"\u80fd\u529b": {"type": "array", "items": {"type": "string"}}, "\u6240\u6301\u91d1": {"type": "integer"}}, "required": ["\u80fd\u529b", "\u6240\u6301\u91d1"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"forIn": {"type": "object", "properties": {"prefix": {"type": "string"}, "body": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}}, "required": ["prefix", "body", "description"]}... | {"forIn" : {"prefix" : "forIn", "body" : ["for(const ${1:item} in ${2:object}) {", "\t$0", "}", ""], "description" : "Iterating over property values of iterable objects"}, "forOf" : {"prefix" : "forOf", "body" : ["for(const ${1:item} of ${2:object}) {", "\t$0", "}", ""], "description" : "Iterating over property names o... | json_instruct | {"type": "object", "properties": {"forIn": {"type": "object", "properties": {"prefix": {"type": "string"}, "body": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}}, "required": ["prefix", "body", "description"]}, "forOf": {"type": "object", "properties": {"prefix": {"type": "string"}, ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "d672-9", "text" : ""} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"project_info": {"type": "object", "properties": {"project_number": {"type": "string"}, "project_id": {"type": "string"}, "storage_bucket": {"type": "string"}}, "required": ["project_number", "project_id", "stor... | {"project_info" : {"project_number" : "348624245977", "project_id" : "advanced-flutter-camp-ef65f", "storage_bucket" : "advanced-flutter-camp-ef65f.appspot.com"}, "client" : [{"client_info" : {"mobilesdk_app_id" : "1:348624245977:android:cca26c6159755e6ad45ac8", "android_client_info" : {"package_name" : "com.example.tf... | json_instruct | {"type": "object", "properties": {"project_info": {"type": "object", "properties": {"project_number": {"type": "string"}, "project_id": {"type": "string"}, "storage_bucket": {"type": "string"}}, "required": ["project_number", "project_id", "storage_bucket"]}, "client": {"type": "array", "items": {"type": "object", "pro... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"baseUrl": {"type": "string"}, "paths": {"type": "object", "properties": {"@component/*": {"type": "array", "items": {"type": "string"}}, "@route/*": {"type... | {"compilerOptions" : {"baseUrl" : "./src", "paths" : {"@component/*" : ["component/*"], "@route/*" : ["route/*"], "@page/*" : ["page/*"], "@utils/*" : ["utils/*"], "@lib" : ["lib/*"]}}} | json_instruct | {"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"baseUrl": {"type": "string"}, "paths": {"type": "object", "properties": {"@component/*": {"type": "array", "items": {"type": "string"}}, "@route/*": {"type": "array", "items": {"type": "string"}}, "@page/*": {"type": "array", "items... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"$schema": {"type": "string"}, "$ref": {"type": "string"}, "ForeachTask": {"type": "object", "properties": {"properties": {"type": "object", "properties": {"_fw_name": {"type": "object", "properties": {"const": {"t... | {"$schema" : "http://json-schema.org/draft-07/schema#", "$ref" : "#/ForeachTask", "ForeachTask" : {"properties" : {"_fw_name" : {"const" : "ForeachTask"}, "task" : {"$ref" : "firetask.json#/Firetask"}, "split" : {"type" : "string"}, "number of chunks" : {"type" : "integer", "minimum" : 1}}, "required" : ["_fw_name", "t... | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "$ref": {"type": "string"}, "ForeachTask": {"type": "object", "properties": {"properties": {"type": "object", "properties": {"_fw_name": {"type": "object", "properties": {"const": {"type": "string"}}, "required": ["const"]}, "task": {"type": "object", "pr... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"comment": {"type": "object", "properties": {"text": {"type": "string"}, "file_attachments": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, ... | {"comment" : {"text" : "Here are the new plans.", "file_attachments" : [{"type" : "file_attachment", "id" : 21, "filename" : "Corellian corvette deck plan.tiff", "created_at" : 1412683200000, "uploader_id" : 101, "thumbnailable" : false, "height" : 216, "width" : 650, "size" : 561878, "download_url" : "/attachments/000... | json_instruct | {"type": "object", "properties": {"comment": {"type": "object", "properties": {"text": {"type": "string"}, "file_attachments": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "filename": {"type": "string"}, "created_at": {"type": "integer"}, "uploader_... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "item... | {"ast" : null, "code" : "var _jsxFileName = \"/Users/jasoncruz/Documents/clones/finance-app/src/components/Header/Header.jsx\";\nimport React, { useState } from 'react';\nimport styled from 'styled-components';\nimport siteLogo from '../../images/atomFinanceLogo.png';\n\nconst Header = () => {\n const Header = styled.... | 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... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "dependencies":... | {"name" : "masawada-slotmachine", "version" : "1.0.0", "main" : "index.js", "repository" : "ssh://git@github.com/astj/masawada-slotmachine.git", "author" : "Asato Wakisaka <asato.wakisaka@gmail.com>", "license" : "MIT", "private" : true, "dependencies" : {"next" : "^10.0.3", "react" : "^17.0.1", "react-dom" : "^17.0.1"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"next": {"type": "stri... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "strin... | {"schema_version" : "1.2.0", "id" : "GHSA-6g8p-jh7r-r2gq", "modified" : "2022-05-01T23:37:18Z", "published" : "2022-05-01T23:37:18Z", "aliases" : ["CVE-2008-1169"], "details" : "Directory traversal vulnerability in the embedded HTTP server in SCI Photo Chat Server 3.4.9 and earlier allows remote attackers to read arbit... | 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... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"answers": {"type": "array", "items": {"type": "string"}}, "centerLetter": {"type": "string"}, "letterString": {"type": "string"}, "outerLetters": {"type": "array", "items": {"type": "string"}}, "pangrams": {"type"... | {"answers" : ["ciggy", "cucking", "cuing", "cunning", "cynic", "guck", "gucky", "icing", "icky", "kick", "kicking", "kicky", "kinnikinic", "kinnikinick", "kinnikinnick", "nick", "nicking", "unci", "uncini", "yuck", "yucking", "yucky"], "centerLetter" : "c", "letterString" : "cgiknuy", "outerLetters" : ["g", "i", "k", "... | json_instruct | {"type": "object", "properties": {"answers": {"type": "array", "items": {"type": "string"}}, "centerLetter": {"type": "string"}, "letterString": {"type": "string"}, "outerLetters": {"type": "array", "items": {"type": "string"}}, "pangrams": {"type": "array", "items": {"type": "string"}}, "validLetters": {"type": "array... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "productName": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type"... | {"name" : "streeteasy-agent-tools-app", "productName" : "streeteasy-agent-tools-app", "version" : "1.0.0", "description" : "StreetEasy App Folder", "main" : "./main.prod.js", "license" : "MIT", "dependencies" : {}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "productName": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "produ... |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {"K21329": {"type": "string"}}, "required": ["K21329"]}, "name": {"type": "str... | [{"comment" : "", "definition" : "dTDP-4-amino-4,6-dideoxy-D-glucose + Reduced ferredoxin + Oxygen <=> dTDP-4-hydroxyamino-4,6-dideoxy-alpha-D-glucose + Oxidized ferredoxin + H2O", "orthologs" : {"K21329" : "aminosugar N-oxygenase [EC:1.14.15.-]"}, "name" : "dTDP-4-amino-4,6-dideoxy-D-glucose:reduced-ferredoxin:oxygen ... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {"K21329": {"type": "string"}}, "required": ["K21329"]}, "name": {"type": "string"}, "product_stoichiometries": {"type": "array", "items": {"type": ... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["230224103001", "\u8857\u9053\u5c45\u6c11\u59d4\u5458\u4f1a", "121", "0"], ["230224103200", "\u5148\u8fdb\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["230224103201", "\u4fdd\u9686\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["230224103202", "\u9f50\u5fc3\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["230224103203"... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {}}, "children": {"type": "a... | {"code" : 7402062010, "parent" : 7402062, "name" : "DANA TIMUR", "latitude" : null, "longitude" : null, "postal" : [], "children" : []} | json_instruct | {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude",... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "... | {"schema_version" : "1.2.0", "id" : "GHSA-48vm-j68p-34jm", "modified" : "2022-05-01T18:09:03Z", "published" : "2022-05-01T18:09:03Z", "aliases" : ["CVE-2007-2969"], "details" : "PHP remote file inclusion vulnerability in newsletter.php in WAnewsletter 2.1.3 and earlier allows remote attackers to execute arbitrary PHP c... | 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... |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["150123205200", "\u5927\u7ea2\u57ce\u6751\u6c11\u59d4\u5458\u4f1a", "210", "0"], ["150123205201", "\u5c0f\u7ea2\u57ce\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["150123205202", "\u4e09\u652f\u6811\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["150123205203", "\u7ea2\u5c71\u53e3\u6751\u6c11\u59d4\u5458\u4f1a", "220... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "theme": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "string"}, "engines": {"type": "objec... | {"name" : "solarized-dark-apparent-ui-successor", "theme" : "ui", "version" : "0.2.0", "description" : "Solarized Dark UI theme for Atom with slightly brighter and more apparent colors. The successor!", "license" : "MIT", "repository" : "https://github.com/joshnroy/solarized-dark-apparent-ui-successor", "engines" : {"a... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "theme": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "string"}, "engines": {"type": "object", "properties": {"atom": {"type": "string"}}, "required": ["atom"]}}, ... |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"x": {"type": "string"}, "y": {"type": "string"}, "t": {"type": "array", "items": {"type": "integer"}}, "v": {"type": "array", "items": {"type": "string"}}}, "required": ["x", "y", "t", "v"]}, "$schem... | [{"x" : "242", "y" : "177", "t" : [610, 1383, 55, 67, 1413, 2484, 131, 133, 134, 139, 140, 2527, 1868, 2477, 180, 195, 225, 1107, 2024, 259, 2037, 2058, 2063, 2072, 2085, 2087, 2099, 2120, 2129, 2127, 335, 1763, 355, 1603, 1611, 1778, 1282, 1286, 1281, 1287, 1294, 1293, 1295, 554, 547, 544, 573, 595, 600, 603, 2616, 26... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "string"}, "y": {"type": "string"}, "t": {"type": "array", "items": {"type": "integer"}}, "v": {"type": "array", "items": {"type": "string"}}}, "required": ["x", "y", "t", "v"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required... | {"ETag" : "W/\"b0defd15b78e7b88e8f4cf25e09d88290bb9cd71166f0f51684f498b23677e10\"", "Last-Modified" : "Wed, 12 May 2021 07:04:46 GMT", "base" : {"repo" : {"name" : "rift-feedstock"}}, "closed_at" : "2021-05-12T07:04:44Z", "created_at" : "2020-12-16T19:26:47Z", "draft" : false, "head" : {"ref" : "this_is_not_a_branch"},... | json_instruct | {"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "stri... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}}, "req... | {"type" : "FeatureCollection", "features" : {"type" : "Feature", "properties" : {"name" : "\u6c5f\u5e72\u533a", "id" : "330104"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[120.287345, 30.3238430000001], [120.290767851563, 30.3116506171876], [120.299537382813, 30.3204201484375], [120.300704375, 30.35048... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}}, "required": ["name", "id"]}, "geometry": {"type": "object", "properties": {"type"... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "host": {"type": "string"}, "password": {"type": "string"}, "protocol": {"type": "string"}, "port": {"type": "integer"}, "username": {"type": "string"}, "remotePath": {"type": "string... | {"name" : "Blue Host", "host" : "ftp.adarerestaurant.com", "password" : "LAvulC9^dNHH", "protocol" : "ftp", "port" : 21, "username" : "adareres", "remotePath" : "/public_html", "uploadOnSave" : false} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "host": {"type": "string"}, "password": {"type": "string"}, "protocol": {"type": "string"}, "port": {"type": "integer"}, "username": {"type": "string"}, "remotePath": {"type": "string"}, "uploadOnSave": {"type": "boolean"}}, "required": ["name", "host", "pas... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"\uc758\uc548\uc811\uc218\uc815\ubcf4": {"type": "object", "properties": {"\uc758\uc548\ubc88\ud638": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc77c\uc790": {"type": "array", "items": {"type": "... | {"\uc758\uc548\uc811\uc218\uc815\ubcf4" : {"\uc758\uc548\ubc88\ud638" : ["040554"], "\uc81c\uc548\uc77c\uc790" : ["1959-03-14"], "\uc81c\uc548\uc790" : ["\ubc15\uc6a9\uc775\uc758\uc6d0\uc67814\uc778"], "\ubb38\uc11c" : ["\uc758\uc548\uc6d0\ubb38"], "\uc81c\uc548\ud68c\uae30" : ["\uc81c4\ub300(1958~1960)\uc81c32\ud68c"]... | json_instruct | {"type": "object", "properties": {"\uc758\uc548\uc811\uc218\uc815\ubcf4": {"type": "object", "properties": {"\uc758\uc548\ubc88\ud638": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc77c\uc790": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc790": {"type": "array", "items": {"type": "s... |
Create an example JSON object that satisfies this schema:
{"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"... | [{"id" : "2001", "provinceId" : "32", "regencyId" : "13", "districtId" : "28", "name" : "Mekarwangi"}, {"id" : "2002", "provinceId" : "32", "regencyId" : "13", "districtId" : "28", "name" : "Bendungan"}, {"id" : "2003", "provinceId" : "32", "regencyId" : "13", "districtId" : "28", "name" : "Munjul"}, {"id" : "2004", "p... | 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... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"packages": {"type": "string"}, "sentence": {"type": "string"}}, "required": ["packages", "sentence"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"packages" : "*", "sentence" : "je veux aller de Paris Dallas \u00e0 Marseille Tombouctou Valence"} | json_instruct | {"type": "object", "properties": {"packages": {"type": "string"}, "sentence": {"type": "string"}}, "required": ["packages", "sentence"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"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" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-88.460708, 40.224804], [-88.459957, 40.39885], [-88.329228, 40.398585], [-88.23372, 40.399518], [-88.231609, 40.223982], [-88.46072, 40.223322], [-88.460708, 40.224804]]]}, "type" : "Feature", "properties" : {"cartodb_id... | 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... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"base_path": {"type": "string"}, "header": {"type": "object", "properties": {"Content-Type": {"type": "string"}}, "required": ["Content-Type"]}, "request": {"type": "object", "properties": {"name": {"type": "string"}}, "required"... | {"base_path" : "{{context_path}}", "header" : {"Content-Type" : "application/json"}, "request" : {"name" : "microservice_test_accelerator"}} | json_instruct | {"type": "object", "properties": {"base_path": {"type": "string"}, "header": {"type": "object", "properties": {"Content-Type": {"type": "string"}}, "required": ["Content-Type"]}, "request": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["base_path", "header", "reques... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"cnameFrom": {"type": "string"}, "cnameTo": {"type": "string"}, "cnameType": {"type": "string"}, "edgeHostnameId": {"type": "integer"}}, "required": ["cnameFrom", "cnameTo", "cnameTy... | [{"cnameFrom" : "testing-snippets-pull.com", "cnameTo" : "testing-snippets-pull.com.edgesuite.net", "cnameType" : "EDGE_HOSTNAME", "edgeHostnameId" : 3248236}, {"cnameFrom" : "testing-snippets.com", "cnameTo" : "testing-snippets.edgesuite.net", "cnameType" : "EDGE_HOSTNAME", "edgeHostnameId" : 3216762}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"cnameFrom": {"type": "string"}, "cnameTo": {"type": "string"}, "cnameType": {"type": "string"}, "edgeHostnameId": {"type": "integer"}}, "required": ["cnameFrom", "cnameTo", "cnameType", "edgeHostnameId"]}, "$schema": "http://json-schema.org/draft-07/schema#"... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"tests": {"type": "object", "properties": {}, "required": []}, "interrupted": {"type": "boolean"}, "num_failures_by_type": {"type": "object", "properties": {}, "required": []}, "version": {"type": "integer"}, "seconds_since_epo... | {"tests" : {}, "interrupted" : false, "num_failures_by_type" : {}, "version" : 3, "seconds_since_epoch" : 1530869282.514833, "path_delimiter" : "/"} | json_instruct | {"type": "object", "properties": {"tests": {"type": "object", "properties": {}, "required": []}, "interrupted": {"type": "boolean"}, "num_failures_by_type": {"type": "object", "properties": {}, "required": []}, "version": {"type": "integer"}, "seconds_since_epoch": {"type": "number"}, "path_delimiter": {"type": "string... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "field": {"type": "string"}, "value": {"type": "integer"}}, "required": ["type", "field", "value"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "eq", "field" : "vrf_id", "value" : 0} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "field": {"type": "string"}, "value": {"type": "integer"}}, "required": ["type", "field", "value"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_da... | {"id" : 15751, "citation_title" : "Intermediation and Economic Integration", "citation_author" : ["Pol Antr\u00e0s", "Arnaud Costinot"], "citation_publication_date" : "2010-02-18", "issue_date" : "2010-02-18", "revision_date" : "None", "topics" : ["Microeconomics", "Market Structure and Distribution", "International Ec... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_date": {"type": "string"}, "topics": {"type": "array", "items... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type"... | {"id" : "783a6112-8e36-4d5c-adc5-dffbc2fae75c", "playerTags" : [], "teamTags" : ["ca3f1c8c-c025-4d8e-8eef-5be6accbeb16", "c73b705c-40ad-4633-a6ed-d357ee2e2bcf"], "gameTags" : ["b986bf3b-9293-48ce-9af3-f416efb4a227"], "metadata" : {"play" : 164, "subPlay" : -1}, "created" : "2021-04-15T15:13:53.763Z", "season" : 15, "to... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"play": {"type": "integer"}, "subPlay": {"type":... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "private": {"type": "boolean"}, "dependencies": ... | {"name" : "{{project}}", "version" : "0.0.1", "description" : "{{description}}", "author" : "{{name}} <{{email}}>", "keywords" : [], "private" : true, "dependencies" : {"optimist" : ">= 0.0.3", "cradle" : ">= 0.3.1", "ejs" : ">= 0.2.1", "express" : ">= 1.0.1", "connect" : " >= 1.4.1", "request" : ">= 0.10.0", "step" : ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"optimist": {"type": "string"}, "cra... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "pr... | {"type" : "MultiPolygon", "coordinates" : [[[[-95.854359, 33.136024], [-95.849925, 33.136999], [-95.848263, 33.137363], [-95.847858, 33.137458], [-95.847398, 33.137521], [-95.846986, 33.137562], [-95.846599, 33.137585], [-95.846575, 33.138976], [-95.846546, 33.140185], [-95.844371, 33.140163], [-95.842348, 33.140151], ... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "name": {... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "string"}, "originalId": {"type": "integer"}, "rarity": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "load": {"type": "integer"}, "energy": {"type": "integer"}, "exp": {"type"... | {"id" : "fine_brushwork_peaks_of_minlin", "originalId" : 364104, "rarity" : 4, "name" : "Lukisan Tinta: Puncak Minlin", "description" : "Seniman di balik karya ini tidak diketahui, tapi siapa pun pasti akan setuju bahwa pemandangan pegunungan dan sungai yang mengalir dengan indah dalam lukisan ini, adalah karya seorang... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "originalId": {"type": "integer"}, "rarity": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "load": {"type": "integer"}, "energy": {"type": "integer"}, "exp": {"type": "integer"}, "category": {"type": "array", "items": {"ty... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["express-orm-mvc"] | 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": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "obj... | {"hash" : "0x46e6f55d4195f15f4ba88c8a9654a55d6dd33eb4a8d111621ee9b4f5a585e43f", "parentHash" : "0x71fcafc1fbb545118f48bda688cb57495bfbd164265b05b2979be029f384f6ae", "number" : 3952, "timestamp" : 1438281492, "nonce" : "0x35152bb19fca0976", "difficulty" : 114294117045, "gasLimit" : {"_hex" : "0x1388"}, "gasUsed" : {"_he... | 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"]... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"760314503761756200": {"type": "object", "properties": {"GID": {"type": "integer"}, "MIN_RANK": {"type": "integer"}, "VERIFIED_ROLE_ID": {"type": "integer"}, "RAID_CHANNEL_ID": {"type": "integer"}, "DUNGEON_ROLES": ... | {"760314503761756200" : {"GID" : 760314503761756200, "MIN_RANK" : 10, "VERIFIED_ROLE_ID" : 769303706280919046, "RAID_CHANNEL_ID" : 0, "DUNGEON_ROLES" : "", "EMOJI_DATA" : {}}, "522815906376843274" : {"GID" : 522815906376843274, "MIN_RANK" : 20, "VERIFIED_ROLE_ID" : 522817975091462147, "RAID_CHANNEL_ID" : 76072740660812... | json_instruct | {"type": "object", "properties": {"760314503761756200": {"type": "object", "properties": {"GID": {"type": "integer"}, "MIN_RANK": {"type": "integer"}, "VERIFIED_ROLE_ID": {"type": "integer"}, "RAID_CHANNEL_ID": {"type": "integer"}, "DUNGEON_ROLES": {"type": "string"}, "EMOJI_DATA": {"type": "object", "properties": {}, ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"entityId": {"type": "integer"}, "dX": {"type": "integer"}, "dY": {"type": "integer"}, "dZ": {"type": "integer"}, "yaw": {"type": "integer"}, "pitch": {"type": "integer"}, "onGround": {"type": "boolean"}}, "require... | {"entityId" : 328, "dX" : 223, "dY" : -219, "dZ" : -1542, "yaw" : 126, "pitch" : 0, "onGround" : false} | json_instruct | {"type": "object", "properties": {"entityId": {"type": "integer"}, "dX": {"type": "integer"}, "dY": {"type": "integer"}, "dZ": {"type": "integer"}, "yaw": {"type": "integer"}, "pitch": {"type": "integer"}, "onGround": {"type": "boolean"}}, "required": ["entityId", "dX", "dY", "dZ", "yaw", "pitch", "onGround"], "$schema... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "panel", "description" : "Creates a panel class, an HTML template and an SCSS stylesheet and places it in the project elements folder."} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "description"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, ... | {"directions" : ["Combine flour, butter, sugar, vanilla extract, and salt in a bowl to form a dough; stir in pecans.", "Shape dough into a large ball and refrigerate until firm, about 15 minutes.", "Preheat oven to 400 degrees F (200 degrees C).", "Roll dough into 1-inch balls and place on a baking sheet.", "Make an in... | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "r... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"templates": {"type": "array", "items": {"type": "string"}}, "variables": {"type": "array", "items": {"type": "string"}}}, "required": ["templates", "variables"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"templates" : ["builders/virtualbox.yaml", "builders/virtualbox.yaml", "post-processors/vagrant.yaml", "provisioners/core.yaml"], "variables" : ["variables/default.yaml"]} | json_instruct | {"type": "object", "properties": {"templates": {"type": "array", "items": {"type": "string"}}, "variables": {"type": "array", "items": {"type": "string"}}}, "required": ["templates", "variables"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "prop... | {"type" : "FeatureCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "features" : [{"type" : "Feature", "properties" : {"Name" : "SENADOR GEORGINO AVELINO", "Description" : "SENADOR GEORGINO AVELINO / RN"}, "geometry" : {"type" : "LineString", "coordinates" : [[-35.091556... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "features": {"type": "array", "items": {"type": "ob... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"commands": {"type": "array", "items": {"type": "string"}}, "response_type": {"type": "string"}, "response": {"type": "string"}}, "required": ["commands", "response_type", "response"], "$schema": "http://json-schema.org/draft-0... | {"commands" : ["lift daniel"], "response_type" : "display", "response" : "Daniel has a slim physique - you can probably lift him. But don't you have better things to do?"} | json_instruct | {"type": "object", "properties": {"commands": {"type": "array", "items": {"type": "string"}}, "response_type": {"type": "string"}, "response": {"type": "string"}}, "required": ["commands", "response_type", "response"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"Author": {"type": "string"}, "Content-Length": {"type": "string"}, "Content-Type": {"type": "string"}, "Creation-Date": {"type": "string"}, "X-Parsed-By": {"type": "array", "items": {"type": "string"}}, "creator":... | {"Author" : "Stenio", "Content-Length" : "78545", "Content-Type" : "application/rtf", "Creation-Date" : "2020-09-24T19:38:00Z", "X-Parsed-By" : ["org.apache.tika.parser.DefaultParser", "org.apache.tika.parser.rtf.RTFParser"], "creator" : "Stenio", "dc:creator" : "Stenio", "dc:title" : "A PREFEITURA DA SERRA, atrav\u00e... | json_instruct | {"type": "object", "properties": {"Author": {"type": "string"}, "Content-Length": {"type": "string"}, "Content-Type": {"type": "string"}, "Creation-Date": {"type": "string"}, "X-Parsed-By": {"type": "array", "items": {"type": "string"}}, "creator": {"type": "string"}, "dc:creator": {"type": "string"}, "dc:title": {"typ... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"display-name": {"type": "string"}, "package-name": {"type": "string"}, "is-portable": {"type": "boolean"}, "portable": {"type": "object", "properties": {"display-name": {"type": "string"}, "package-name": {"type": "string"}, "la... | {"display-name" : "", "package-name" : "grex", "is-portable" : true, "portable" : {"display-name" : "", "package-name" : "grex", "latest-version" : "1.2.0", "1.2.0" : {"url" : "https://github.com/pemistahl/grex/releases/download/v1.2.0/grex-v1.2.0-x86_64-pc-windows-msvc.zip", "file-type" : ".zip", "bin" : ["grex.exe"],... | json_instruct | {"type": "object", "properties": {"display-name": {"type": "string"}, "package-name": {"type": "string"}, "is-portable": {"type": "boolean"}, "portable": {"type": "object", "properties": {"display-name": {"type": "string"}, "package-name": {"type": "string"}, "latest-version": {"type": "string"}, "1.2.0": {"type": "obj... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"powered=false": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "powered=true": {"type": "object", "properties": {"model": {"type"... | {"variants" : {"powered=false" : {"model" : "rankine:block/wadsleyite_pressure_plate"}, "powered=true" : {"model" : "rankine:block/wadsleyite_pressure_plate_down"}}} | json_instruct | {"type": "object", "properties": {"variants": {"type": "object", "properties": {"powered=false": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "powered=true": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": ["powered=false", ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"meta": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "data": {"type": "object", "properties": {"id": {"type": "string"}, "imgURL": {"type": "string"}, "imgCopyright": {"t... | {"meta" : {"url" : "https://www.bundestag.de/abgeordnete/biografien/M/middelberg_mathias-522026"}, "data" : {"id" : "522026", "imgURL" : "https://www.bundestag.de/resource/image/522024/3x4/284/379/762a58d3d0b7840af46301903f5057d7/CR/Middelberg_Mathias_gross.jpg", "imgCopyright" : "Mathias Middelberg/ Hermann Pentermann... | json_instruct | {"type": "object", "properties": {"meta": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "data": {"type": "object", "properties": {"id": {"type": "string"}, "imgURL": {"type": "string"}, "imgCopyright": {"type": "string"}, "name": {"type": "string"}, "party": {"type": "string"}, "jo... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"inputs": {"type": "array", "items": {"type": "string"}}, "outputs": {"type": "array", "items": {"type": "string"}}}, "required": ["inputs", "outputs"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"inputs" : ["5 5 20 25\n1 2 25\n2 3 25\n3 4 20\n4 5 20\n5 1 20\n", "6 7 13 22\n1 2 13\n2 3 13\n1 4 22\n3 4 13\n4 5 13\n5 6 13\n6 1 13\n", "2 1 1 2\n2 1 1\n", "2 1 9999999 10000000\n1 2 10000000\n", "3 3 78422 6789101\n3 1 6789101\n2 1 78422\n2 3 78422\n", "3 3 2770628 3912422\n1 2 2770628\n2 3 2770628\n1 3 3912422\n",... | json_instruct | {"type": "object", "properties": {"inputs": {"type": "array", "items": {"type": "string"}}, "outputs": {"type": "array", "items": {"type": "string"}}}, "required": ["inputs", "outputs"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {}, "required": []}, "inner_path": ... | {"address" : "1UDbADib99KE9d3qZ87NqJF2QLTHmMkoV", "cert_auth_type" : "web", "cert_sign" : "HOqnekVlVLDWQY/BeLmoN2n9NDZXoCtUsAYEyl4BqNL8VPqgsQF0Geo9sD2Tl7Fon3iG7xRzqW4PxfqWkSnyjmM=", "cert_user_id" : "keengmee@zeroid.bit", "files" : {}, "inner_path" : "data/userdb/1KLHksRTsFp3cfT72ZNcNze5CNSGdm5oa/content.json", "modifi... | json_instruct | {"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {}, "required": []}, "inner_path": {"type": "string"}, "modified": {"type": "number"}, "signs": {"type": "... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"queryName": {"type": "string"}, "severity": {"type": "string"}, "line": {"type": "integer"}}, "required": ["queryName", "severity", "line"]}, "$schema": "http://json-schema.org/draft-07/sch... | [{"queryName" : "EC2 Sensitive Port Is Publicly Exposed", "severity" : "HIGH", "line" : 8}, {"queryName" : "EC2 Sensitive Port Is Publicly Exposed", "severity" : "HIGH", "line" : 38}, {"queryName" : "EC2 Sensitive Port Is Publicly Exposed", "severity" : "HIGH", "line" : 38}, {"queryName" : "EC2 Sensitive Port Is Public... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"queryName": {"type": "string"}, "severity": {"type": "string"}, "line": {"type": "integer"}}, "required": ["queryName", "severity", "line"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"clientID": {"type": "string"}, "serverToken": {"type": "string"}, "clientToken": {"type": "string"}, "encKey": {"type": "string"}, "macKey": {"type": "string"}}, "required": ["clientID", "serverToken", "clientT... | {"clientID" : "PGbNSPkCXxOdi1h2PY2n1Q==", "serverToken" : "1@qpTIn4qw/gpTCLtVpR3Wrk8nBxWYdQ7qBtE6ZsOQnB0WPKhCWtqviIwVYCjl7CbR+sLrba3sCrJWXw==", "clientToken" : "To6p1IcXOOGHblmo8WP672kRB+36stOwVx0X+DRXi0ur/J7xGiwmIMgBA3EyOSqqA5Fv0V/11PvvV2oxDile4w==", "encKey" : "vDQ1AYkefiYjSq+T9G3BVwhYzVMsbscfYiWWqaVy9eo=", "macKey" ... | json_instruct | {"type": "object", "properties": {"clientID": {"type": "string"}, "serverToken": {"type": "string"}, "clientToken": {"type": "string"}, "encKey": {"type": "string"}, "macKey": {"type": "string"}}, "required": ["clientID", "serverToken", "clientToken", "encKey", "macKey"], "$schema": "http://json-schema.org/draft-07/sch... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "providers": {"type": "object", "properties": {"provider-oberhavel": {"type": "object", "properties": {}, "required": []}}, "required": ["provider-oberhavel"]}}, "required": ["name", "pro... | {"name" : "Brandenburg", "providers" : {"provider-oberhavel" : {}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "providers": {"type": "object", "properties": {"provider-oberhavel": {"type": "object", "properties": {}, "required": []}}, "required": ["provider-oberhavel"]}}, "required": ["name", "providers"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "snapshot": {"type": "strin... | {"id" : "QmTvi4MXUBeVcz9jc3knx8Ft4wh4dwC54vwPr5N3u3aqRk", "title" : "Test Image", "body" : "[](https://i.imgur.com/JjJapNr.jpg)\n\nhttps://i.imgur.com/JjJapNr.jpg\n\n[Hyperlink](https://i.imgur.com/JjJapNr.jpg)\n... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "snapshot": {"type": "string"}, "state": {"type": "string"}, "author": {"type": "strin... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"$schema": {"type": "string"}, "id": {"type": "string"}, "alias": {"type": "string"}, "componentType": {"type": "string"}, "version": {"type": "string"}, "manifestVersion": {"type": "integer"}, "supportedHosts... | {"$schema" : "https://developer.microsoft.com/json-schemas/spfx/client-side-web-part-manifest.schema.json", "id" : "cc3ff58a-edf7-44ba-a47c-7daa593e1b93", "alias" : "MyTimeAwayWebPart", "componentType" : "WebPart", "version" : "*", "manifestVersion" : 2, "supportedHosts" : ["SharePointWebPart", "TeamsPersonalApp", "Tea... | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "id": {"type": "string"}, "alias": {"type": "string"}, "componentType": {"type": "string"}, "version": {"type": "string"}, "manifestVersion": {"type": "integer"}, "supportedHosts": {"type": "array", "items": {"type": "string"}}, "safeWithCustomScriptDisab... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": ... | {"nom" : "Louvign\u00e9", "circ" : "1\u00e8re circonscription", "dpt" : "Mayenne", "inscrits" : 736, "abs" : 317, "votants" : 419, "blancs" : 8, "nuls" : 3, "exp" : 408, "res" : [{"nuance" : "SOC", "nom" : "M. Guillaume GAROT", "voix" : 145}, {"nuance" : "REM", "nom" : "Mme B\u00e9atrice MOTTIER", "voix" : 112}, {"nuan... | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array"... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"946863007350": {"type": "object", "properties": {"type": {"type": "string"}, "bookName": {"type": "string"}, "subjectName": {"type": "string"}, "fName": {"type": "string"}}, "required": ["type", "bookName", "subjectName", "fNa... | {"946863007350" : {"type" : "book open", "bookName" : "Epic%20Quest", "subjectName" : "school", "fName" : "users/MS0vYW5kcm9pZF9hc3NldC93d3cvc2Nob29sL0VwaWMlMjBRdWVzdC92YXJpYWJsZS1FUV9TYW1wbGVyLUVRX1NhbXBsZXIuaHRtbC1hbmFseXRpY3MtOTQ2ODYzMDA3MjYz.json"}} | json_instruct | {"type": "object", "properties": {"946863007350": {"type": "object", "properties": {"type": {"type": "string"}, "bookName": {"type": "string"}, "subjectName": {"type": "string"}, "fName": {"type": "string"}}, "required": ["type", "bookName", "subjectName", "fName"]}}, "required": ["946863007350"], "$schema": "http://js... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "shadowless", "definition" : "Having no shadow."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"bounds": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["bounds"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"bounds" : [[23.3, 28.8], [222.98, 303.36]]} | json_instruct | {"type": "object", "properties": {"bounds": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["bounds"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "url": {"type": "string"}, "hash": {"type": "string"}, "extract_dir": {"type": "string... | {"version" : "4.2.3-262-g78914e386", "description" : "A free single-player dungeon exploration Roguelike (Pre-release)", "homepage" : "https://rephial.org/", "license" : "GPL-2.0", "url" : "https://github.com/angband/angband/releases/download/4.2.3-262-g78914e386/Angband-4.2.3-262-g78914e386-win.zip", "hash" : "c07ed36... | json_instruct | {"type": "object", "properties": {"version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "url": {"type": "string"}, "hash": {"type": "string"}, "extract_dir": {"type": "string"}, "shortcuts": {"type": "array", "items": {"type": "array", "items": ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "loca... | {"id" : 20627, "title" : ["[Wehnimer's, Burrow Way]"], "description" : ["At the edge of this warren, only a single torch burns, its light barely pushing away any darkness. The faint sound of rodents skittering about can be heard close by."], "paths" : ["Obvious exits: north"], "location" : "the town of Wehnimer's Land... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"20626"... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["t... | {"name" : "chrome-devtools-frontend", "version" : "1.0.401423", "description" : "Chrome DevTools' UI", "main" : "front_end/inspector.html", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/ChromeDevTools/devtools-frontend.git"}, "keywo... | 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... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"hazards": {"type": "object", "properties": {"Ladders": {"type": "array", "items": {"type": "string"}}, "Fall Arresting": {"type": "array", "items": {"type": "string"}}, "Edge Protection": {"type": "array", "items": {... | {"hazards" : {"Ladders" : ["Height-to-Run Ratio", "Step Ladder Incorrect Usage", "Ladder Overextension"], "Fall Arresting" : ["Untied Worker", "Safety Nets", "Fall Body Harness"], "Edge Protection" : ["Improper Gaurdrails", "Warning Lines System", "Floor Opening"], "Housekeeping" : ["Electrical Cords", "Material Storag... | json_instruct | {"type": "object", "properties": {"hazards": {"type": "object", "properties": {"Ladders": {"type": "array", "items": {"type": "string"}}, "Fall Arresting": {"type": "array", "items": {"type": "string"}}, "Edge Protection": {"type": "array", "items": {"type": "string"}}, "Housekeeping": {"type": "array", "items": {"type... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"135": {"type": "array", "items": {}}, "136": {"type": "object", "properties": {"key": {"type": "string"}, "value": {"type": "string"}}, "required": ["key", "value"]}, "156": {"type": "object", "properties": {... | {"135" : [], "136" : {"key" : "403", "value" : "403"}, "156" : {"key" : "603", "value" : "603"}, "176" : {"key" : "803", "value" : "803"}, "header" : {"forms_id" : "3", "sections_id" : "21", "languages_id" : "1", "session" : "4a453194edebea1749b095e35c0ea690"}} | json_instruct | {"type": "object", "properties": {"135": {"type": "array", "items": {}}, "136": {"type": "object", "properties": {"key": {"type": "string"}, "value": {"type": "string"}}, "required": ["key", "value"]}, "156": {"type": "object", "properties": {"key": {"type": "string"}, "value": {"type": "string"}}, "required": ["key", ... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"version_id": {"type": "object", "properties": {"required": {"type": "boolean"}, "type": {"type": "string"}}, "required": ["required", "type"]}, "reque... | {"type" : "object", "properties" : {"version_id" : {"required" : true, "type" : "string"}, "requestBody" : {"example" : {"active" : 1, "html_content" : "<%body%>", "name" : "updated_example_name", "plain_content" : "<%body%>", "subject" : "<%subject%>"}, "properties" : {"active" : {"description" : "Indicates if the tem... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"version_id": {"type": "object", "properties": {"required": {"type": "boolean"}, "type": {"type": "string"}}, "required": ["required", "type"]}, "requestBody": {"type": "object", "properties": {"example": {"typ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "propert... | {"contract" : "0x277f5aa60c277aafa22f393d85af1cd037836343", "tool" : "osiris", "start" : 1564582458.4683647, "end" : 1564582511.866706, "duration" : 53.39834117889404, "analysis" : [{"errors" : [{"line" : 75, "column" : 9, "message" : "overflow_bugs"}], "file" : "/unique_chucks/5/0x277f5aa60c277aafa22f393d85af1cd037836... | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {"type": "object", "properti... |
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" : "Lamarque-Rustaing", "dpt" : "Hautes-Pyr\u00e9n\u00e9es", "inscrits" : 49, "abs" : 3, "votants" : 46, "blancs" : 2, "nuls" : 0, "exp" : 44, "res" : [{"panneau" : "1", "voix" : 27}, {"panneau" : "2", "voix" : 17}]} | 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": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "s... | {"id" : 25238, "title" : ["[Sanctum Tower, First Floor]"], "description" : ["Mimicking the coloring of a sidewinder's skin, the gold-tinged stony floors are chiseled with an overlapping pattern of oblong keeled scales, occasionally punctuated with a gleaming ebonwood accent. The rest of the corridor is empty, accentua... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"25239"... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {}}, "metadata": {"type": "object", "properties": {"tota... | {"id" : "08f7733c-9c9b-453f-bc29-71692ca8f879", "playerTags" : [], "teamTags" : ["747b8e4a-7e50-4638-a973-ea7950a3e739"], "gameTags" : [], "metadata" : {"totalShames" : 49, "totalShamings" : 72}, "created" : "2021-03-19T17:25:37.625Z", "season" : 13, "tournament" : -1, "type" : 154, "day" : 96, "phase" : 6, "category" ... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {}}, "metadata": {"type": "object", "properties": {"totalShames": {"type": "integer"}, "totalShamings": {"type": "i... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bootstrap": {"type": "string"}, "angular": {"type": "string"}, "angular-... | {"name" : "meanjs", "version" : "0.3.2", "description" : "Fullstack JavaScript with MongoDB, Express, AngularJS, and Node.js.", "dependencies" : {"bootstrap" : "~3", "angular" : "~1.2", "angular-resource" : "~1.2", "angular-animate" : "~1.2", "angular-mocks" : "~1.2", "angular-bootstrap" : "~0.12.0", "angular-ui-utils"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bootstrap": {"type": "string"}, "angular": {"type": "string"}, "angular-resource": {"type": "string"}, "angular-animate": {"type": "string"},... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"greeting": {"type": "string"}, "interpolatedGreeting": {"type": "string"}, "Click me!": {"type": "string"}, "cats": {"type": "object", "properties": {"one": {"type": "string"}, "other": {"type": "string"}}, "requir... | {"greeting" : "Hallo Welt!", "interpolatedGreeting" : "Hallo %s!", "Click me!" : "Klick mich!", "cats" : {"one" : "Eine Katze", "other" : "%s Katzen"}} | json_instruct | {"type": "object", "properties": {"greeting": {"type": "string"}, "interpolatedGreeting": {"type": "string"}, "Click me!": {"type": "string"}, "cats": {"type": "object", "properties": {"one": {"type": "string"}, "other": {"type": "string"}}, "required": ["one", "other"]}}, "required": ["greeting", "interpolatedGreeting... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"... | {"nom" : "Papaichton", "circ" : "2\u00e8me circonscription", "dpt" : "Guyane", "inscrits" : 1128, "abs" : 903, "votants" : 225, "blancs" : 0, "nuls" : 4, "exp" : 221, "res" : [{"nuance" : "REM", "nom" : "M. L\u00e9na\u00efck ADAM", "voix" : 149}, {"nuance" : "DVG", "nom" : "M. Jean-Etienne ANTOINETTE", "voix" : 35}, {"... | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array"... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "me... | {"id" : "32207650-d15e-4fb6-a086-aa79ae0fa670", "playerTags" : ["5bcfb3ff-5786-4c6c-964c-5c325fcc48d7"], "teamTags" : ["9debc64f-74b7-4ae1-a4d6-fce0144b6ea5", "747b8e4a-7e50-4638-a973-ea7950a3e739"], "gameTags" : ["88fea312-f3f4-4ea2-ad02-fbc007ba2617"], "metadata" : {"play" : 55, "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... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "6303070020", "district_id" : "6303070", "name" : "SUNGAI ARFAT"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"contacts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "designation": {"type": "string"}, "mobile": {"type": "array", "items": {}}}, "require... | {"contacts" : [{"name" : "SANJAY TANDON", "email" : "", "designation" : "", "mobile" : []}], "guideStarURL" : "http://www.guidestarindia.org/Summary.aspx?CCReg=4872", "name" : "'SANKALP' INDIA TRUST", "primaryEmail" : "standon5k@sify.com", "organisationType" : ["Advocacy & Campaigning", "Direct Service", "Grant-making"... | json_instruct | {"type": "object", "properties": {"contacts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "designation": {"type": "string"}, "mobile": {"type": "array", "items": {}}}, "required": ["name", "email", "designation", "mobile"]}}, "guideStarURL": {"ty... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"ty... | {"userId" : 93782, "cartId" : "23ebe38c-3de0-41dc-b0ad-203262366567", "preferredProducts" : [3392, 1720, 2717, 3695, 3957, 1836, 666, 3413], "productReviews" : [{"productId" : 2112, "reviewText" : "one of my hobbies is piano. and when i'm playing piano this works great.", "reviewDate" : "2017-08-18T11:44:16.1843309+03:... | 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 an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["Udupi ", "Karnataka", "3.17", "569"], ["New Delhi ", "NCT of Delhi", "2.65", "94"], ["South Goa ", "Goa", "2.45", "586"], ["North Goa ", "Goa", "2.31", "585"], ["Dakshina Kannada ", "Karnataka", "1.89", "575"], ["Mahe ", "Puducherry", "1.84", "636"], ["Chandigarh ", "Chandigarh", "1.74", "55"], ["Mumbai ", "Maharash... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": ... | {"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Gen. Luna, Dinalupihan, Bataan, Central Luzon (Region III), PH", "locale" : "ph.central-luzon-region-iii.bataan.dinalupihan.gen-luna", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "6", "re... | 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": {... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"Google.Apis.CloudSearch.v1.CloudSearchBaseServiceRequest<<TResponse>>.AltEnum": {"type": "array", "items": {"type": "string"}}, "Google.Apis.CloudSearch.v1.CloudSearchBaseServiceRequest<<TResponse>>.XgafvEnum": {"ty... | {"Google.Apis.CloudSearch.v1.CloudSearchBaseServiceRequest<<TResponse>>.AltEnum" : ["json", "media", "proto"], "Google.Apis.CloudSearch.v1.CloudSearchBaseServiceRequest<<TResponse>>.XgafvEnum" : ["1", "2"], "Google.Apis.CloudSearch.v1.DebugResource+IdentitysourcesResource+UnmappedidsResource+ListRequest.ResolutionStatu... | json_instruct | {"type": "object", "properties": {"Google.Apis.CloudSearch.v1.CloudSearchBaseServiceRequest<<TResponse>>.AltEnum": {"type": "array", "items": {"type": "string"}}, "Google.Apis.CloudSearch.v1.CloudSearchBaseServiceRequest<<TResponse>>.XgafvEnum": {"type": "array", "items": {"type": "string"}}, "Google.Apis.CloudSearch.v... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"_id": {"type": "string"}, "index": {"type": "integer"}, "guid": {"type": "string"}, "isActive": {"type": "boolean"}, "balance": {"type": "string"}, "picture": {"type": "string"}, "age": {"type": "integer"}, "eyeColor": {"type"... | {"_id" : "55ee5e44f277a43bccf41690", "index" : 330, "guid" : "7e6596b6-8f3a-453d-a91b-fecf2ce5023a", "isActive" : true, "balance" : "$74,321.14", "picture" : "http://placehold.it/32x32", "age" : 47, "eyeColor" : "blue", "name" : "Virginia Coffey", "gender" : "female", "company" : "ZOGAK", "email" : "virginiacoffey@zoga... | json_instruct | {"type": "object", "properties": {"_id": {"type": "string"}, "index": {"type": "integer"}, "guid": {"type": "string"}, "isActive": {"type": "boolean"}, "balance": {"type": "string"}, "picture": {"type": "string"}, "age": {"type": "integer"}, "eyeColor": {"type": "string"}, "name": {"type": "string"}, "gender": {"type":... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "spec": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "email": ... | {"name" : "500 Webhook", "description" : "Send a POST request to URL when an error occurs", "files" : ["500_webhook.lua"], "spec" : ["500_webhook_spec.lua"], "author" : "Giovanni Cappellotto", "email" : "potomak84@gmail.com", "version" : "1.0.0", "categories" : ["notifications", "devops"], "endpoints" : ["*"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "spec": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "email": {"type": "string"}, "version": {"type": "string"}, "categories": {"type... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "lastModifiedAt": {"type": "integer"}, "entries": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "lastModifiedAt": {"type": "integer"}}, "required... | {"name" : "Uint8Array", "lastModifiedAt" : 1629769827000, "entries" : [{"name" : "Uint8Array", "lastModifiedAt" : 1606791057717}, {"name" : "__type__", "lastModifiedAt" : 1629769827000}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "lastModifiedAt": {"type": "integer"}, "entries": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "lastModifiedAt": {"type": "integer"}}, "required": ["name", "lastModifiedAt"]}}}, "required": ["name", "lastModifiedAt... |
Construct a JSON document that adheres to this schema specification:
{"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-schem... | {"word" : "Constraint", "definitions" : ["A limitation or restriction.", "Stiffness of manner and inhibition in relations between people."], "parts-of-speech" : "Noun"} | 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#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y... | {"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : [], "SERIES_NAME" : [], "X_CALENDAR_YEAR" : [], "Y_PREVALENCE_1000PP" : []}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_MONTH" : [200306, 200404, 200507, 200601], "Y_PREVALENCE_1000PP" : [0.00156, 0.00143, 0.00133, 0.0013]}, "LENGTH_OF_ERA" : {"CATEGORY" : "Length of era",... | json_instruct | {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["TRE... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"addition_input_file_paths": {"type": "array", "items": {}}, "input_files": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}}, "required": ["addition_input_file_paths", "input_files", "name"... | {"addition_input_file_paths" : [], "input_files" : ["Microsoft.PowerPlatform/preview/2020-10-30-preview/account.json", "Microsoft.PowerPlatform/preview/2020-10-30-preview/enterprisePolicy.json", "Microsoft.PowerPlatform/preview/2020-10-30-preview/privateEndpointConnection.json", "Microsoft.PowerPlatform/preview/2020-10... | json_instruct | {"type": "object", "properties": {"addition_input_file_paths": {"type": "array", "items": {}}, "input_files": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}}, "required": ["addition_input_file_paths", "input_files", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"hooks": {"type": "object", "properties": {"pre-commit": {"type": "string"}}, "required": ["pre-commit"]}}, "required": ["hooks"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"hooks" : {"pre-commit" : "yarn format"}} | json_instruct | {"type": "object", "properties": {"hooks": {"type": "object", "properties": {"pre-commit": {"type": "string"}}, "required": ["pre-commit"]}}, "required": ["hooks"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"221790": {"type": "object", "properties": {"success": {"type": "boolean"}}, "required": ["success"]}}, "required": ["221790"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"221790" : {"success" : false}} | json_instruct | {"type": "object", "properties": {"221790": {"type": "object", "properties": {"success": {"type": "boolean"}}, "required": ["success"]}}, "required": ["221790"], "$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.