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": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/s... | [{"package" : "r-bbmle", "downloads" : 3900, "count" : 3788}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"comment": {"type": "string"}, "ignore": {"type": "string"}, "package": {"type": "array", "items": {"type": "object", "properties": {"checksumSHA1": {"type": "string"}, "path": {"type": "string"}, "revision": {"... | {"comment" : "", "ignore" : "test", "package" : [{"checksumSHA1" : "QC5GfBaOFJWLeR/GcVM2Hd6LX/E=", "path" : "github.com/Masterminds/sprig", "revision" : "6b2a58267f6a8b1dc8e2eb5519b984008fa85e8c", "revisionTime" : "2018-04-03T01:34:13Z"}, {"checksumSHA1" : "KmjnydoAbofMieIWm+it5OWERaM=", "path" : "github.com/alecthomas... | json_instruct | {"type": "object", "properties": {"comment": {"type": "string"}, "ignore": {"type": "string"}, "package": {"type": "array", "items": {"type": "object", "properties": {"checksumSHA1": {"type": "string"}, "path": {"type": "string"}, "revision": {"type": "string"}, "revisionTime": {"type": "string"}}, "required": ["checks... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start_socketio": {"type": "string"}, "start_web... | {"name" : "isthemountainout-blync", "version" : "1.0.0", "description" : "\"The mountain is out!\" - Blync edition", "main" : "app.js", "scripts" : {"start_socketio" : "USE_SOCKETIO=true node app.js", "start_webhook" : "node app.js", "start" : "node app.js"}, "repository" : {"type" : "git", "url" : "git+https://github.... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start_socketio": {"type": "string"}, "start_webhook": {"type": "string"}, "start": {"type": "string"}}, "required": ["... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$... | {"id" : "2007", "provinceId" : "82", "regencyId" : "01", "districtId" : "04", "name" : "Goro goro"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"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": "... | {"title" : "Soleil de Vie", "creation_date" : "1969", "creation_date_earliest" : "1969-01-01", "creation_date_latest" : "1969-01-01", "medium" : "polished bronze", "accession_number" : "70.49", "id" : "cmoa:things/4298a00a-e7ba-4a7e-8864-0095d521c085", "credit_line" : "Gift of Mr. and Mrs. Henry Oliver, Jr., William Fr... | 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"},... |
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" : "0x9247c4fb46058f571a0f9024928d2dfa7787d1aa97cea5d570a11f80637084ce", "parentHash" : "0x52d0a8ffacfa661649e628d018330fded316ee01772423e41752359d8772d198", "number" : 111817, "timestamp" : 1439996704, "nonce" : "0xabd4f95e25380963", "difficulty" : 4426437950613, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : ... | json_instruct | {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]... |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "integer"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 1, 1, 0, 2, 7, 2, 2, 4, 5, 0, 0, 0, 0, 1, 0, 2, 0, 0, 0, 0, 0, 0, 1, 0, 2, 1, 3, 0, 0, 0, 0, 0, 0, 0, 0] | json_instruct | {"type": "array", "items": {"type": "integer"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "requ... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[142.0, 43.5], [142.0, 43.583333333333336], [142.125, 43.583333333333336], [142.125, 43.5], [142.0, 43.5]]]}, "properties" : {"code" : 654220, "url" : "http://madefor.github.io/0410/api/v1/654220.geojson", "view" : "https://github.com/madefor/0410... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items... | {"name" : "contrib/yii2-oauth2-esia", "description" : "\u0415\u0434\u0438\u043d\u0430\u044f \u0441\u0438\u0441\u0442\u0435\u043c\u0430 \u0430\u0432\u0442\u043e\u0440\u0438\u0437\u0430\u0446\u0438\u0438 \u043f\u043e ESIA", "type" : "yii2-extension", "keywords" : ["yii2", "extension", "esia"], "license" : "BSD-3-Clause",... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "ema... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "ha... | {"version" : 1.2, "people" : [{"pose_keypoints_2d" : [0.210487, 0.434642, 0.587573, 0.208953, 0.489177, 0.75369, 0.178389, 0.491776, 0.760664, 0.137011, 0.543631, 0.711488, 0.166109, 0.581854, 0.709485, 0.236558, 0.489078, 0.75907, 0.250288, 0.570855, 0.18382, 0, 0, 0, 0.211996, 0.636262, 0.252653, 0.189038, 0.633552, ... | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "han... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"val_loss": {"type": "array", "items": {"type": "number"}}, "acc": {"type": "array", "items": {"type": "number"}}, "val_acc": {"type": "array", "items": {"type": "number"}}, "loss": {"type": "array", "items": {"type": "number"}... | {"val_loss" : [0.17298648262023925, 0.11725193031281232, 0.10467284911647438, 0.08904854650124908, 0.08367538407072425, 0.06947354335170239, 0.06742602349277586, 0.0667217579960823, 0.06350306846760213, 0.06344627755917609, 0.059816275992896406, 0.05850691255107522, 0.06294534264747054, 0.055487143307365476, 0.05458654... | json_instruct | {"type": "object", "properties": {"val_loss": {"type": "array", "items": {"type": "number"}}, "acc": {"type": "array", "items": {"type": "number"}}, "val_acc": {"type": "array", "items": {"type": "number"}}, "loss": {"type": "array", "items": {"type": "number"}}}, "required": ["val_loss", "acc", "val_acc", "loss"], "$s... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "run": {"type": "object", "properties": {"args": {"type": "array", "items": {"type": "string"}}, "cpus": {"type": "integer"}, "disk": {"type": "integer"}, "docker": {"type": "object",... | {"id" : "metronomikon-test1.hello2", "run" : {"args" : ["/bin/sh", "-c", "date; echo Hello from the Kubernetes cluster hello2"], "cpus" : 1, "disk" : 5, "docker" : {"image" : "busybox"}, "mem" : 512, "placement" : {}, "restart" : {}}} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "run": {"type": "object", "properties": {"args": {"type": "array", "items": {"type": "string"}}, "cpus": {"type": "integer"}, "disk": {"type": "integer"}, "docker": {"type": "object", "properties": {"image": {"type": "string"}}, "required": ["image"]}, "mem": ... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"},... | {"name" : "notes-app", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"start" : "node ./build/index.js", "build" : "tsc", "dev" : "nodemon ./index.ts"}, "author" : "", "license" : "ISC", "dependencies" : {"@types/bcrypt" : "^3.0.1", "@types/dotenv" : "^8.2.0", "@types/express" : "^4.17.11", ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "dev": {"type": "string"}}, "required": ["start", "build", "d... |
Create a JSON structure that matches this schema definition:
{"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" : "40686", "name" : {"en" : "Bussaya"}, "country" : "IQ", "region" : "MU", "identifiers" : {"wmo" : "40686"}, "location" : {"latitude" : 30.1, "longitude" : 46.1167, "elevation" : 144}, "timezone" : "Asia/Baghdad"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"wmo": {"type": "string"}}, "required": ["wmo"]}, "location"... |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["aerolineas galapagos (aerogal)", "bogota", "colombia", "quito", "ecuador", "0"], ["aerolineas galapagos (aerogal)", "cuenca", "ecuador", "quito", "ecuador", "0"], ["aerolineas galapagos (aerogal)", "galapagos", "ecuador", "guayaquil", "ecuador", "0"], ["aerolineas galapagos (aerogal)", "guayaquil", "ecuador", "cuenc... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"wire-plugin": {"type": "array", "items": {"type": "object", "properties": {"target": {"type": "string"}, "source": {"type": "string"}}, "required": ["target", "source"]}}}, "required": ["wire-plugin"], "$schema... | {"wire-plugin" : [{"target" : "\\Spryker\\Zed\\Installer\\InstallerDependencyProvider::getInstallerPlugins", "source" : "\\Spryker\\Zed\\Newsletter\\Communication\\Plugin\\NewsletterInstallerPlugin"}]} | json_instruct | {"type": "object", "properties": {"wire-plugin": {"type": "array", "items": {"type": "object", "properties": {"target": {"type": "string"}, "source": {"type": "string"}}, "required": ["target", "source"]}}}, "required": ["wire-plugin"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://js... | [{"name" : "ROSELYNE", "frequency" : 25347, "males" : "0.0 %", "females" : "100.0 %"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"$schema": {"type": "string"}, "contentVersion": {"type": "string"}, "parameters": {"type": "object", "properties": {"virtualNetworks": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "object", "p... | {"$schema" : "http://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#", "contentVersion" : "1.0.0.0", "parameters" : {"virtualNetworks" : {"value" : [{"name" : "sbg-sp2016-vnet", "tags" : {}, "resourceGroupName" : "sbg-sp2016-network-rg", "subscriptionId" : "5c3ad1af-0d8b-4a13-9eea-7ec91a37d2d2... | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "contentVersion": {"type": "string"}, "parameters": {"type": "object", "properties": {"virtualNetworks": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "tags": {"type": "... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"firebase": {"type": "object", "properties": {"projectId": {"type": "string"}, "appId": {"type": "string"}, "databaseURL": {"type": "string"}, "storageBucket": {"type": "string"}, "locationId": {"type": "string"}, "a... | {"firebase" : {"projectId" : "ath-capital", "appId" : "1:993720228104:web:b1847e54113f31e5cdf4bd", "databaseURL" : "https://ath-capital-default-rtdb.firebaseio.com", "storageBucket" : "ath-capital.appspot.com", "locationId" : "us-central", "apiKey" : "AIzaSyAEJbm5Re_JUy4gfTgFPjh7s_x01lGUagc", "authDomain" : "ath-capita... | json_instruct | {"type": "object", "properties": {"firebase": {"type": "object", "properties": {"projectId": {"type": "string"}, "appId": {"type": "string"}, "databaseURL": {"type": "string"}, "storageBucket": {"type": "string"}, "locationId": {"type": "string"}, "apiKey": {"type": "string"}, "authDomain": {"type": "string"}, "messagi... |
Following the schema specification below, generate a valid 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": "st... | {"schema_version" : "1.2.0", "id" : "GHSA-rvr2-7hj6-89fr", "modified" : "2022-05-01T07:35:39Z", "published" : "2022-05-01T07:35:39Z", "aliases" : ["CVE-2006-6194"], "details" : "Multiple SQL injection vulnerabilities in index.asp in Ultimate Survey Pro allow remote attackers to execute arbitrary SQL commands via the (1... | 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... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"gd-sprest.js": {"type": "string"}, "gd-sprest.min.js": {"type": "string"}}, "required": ["gd-sprest.js", "gd-sprest.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"gd-sprest.js" : "sha512-GPnEypUMTpOMgfvrk9E9HcnecBYHI5ppq8IP6kwq+VzlDBNEBw6i9vW03p2QCT6vwvHDig8xqmEkuN8nA0hn7g==", "gd-sprest.min.js" : "sha512-Aho6H7MF0WaVut1Xi6UPa5sdJPSu/kgnmd4wG5JVlKPHv3gHTweseEq4v4RgK10aqBBMFM7H07MDiBU7YALd/Q=="} | json_instruct | {"type": "object", "properties": {"gd-sprest.js": {"type": "string"}, "gd-sprest.min.js": {"type": "string"}}, "required": ["gd-sprest.js", "gd-sprest.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"DESCRIPTION": {"type": "string"}, "USAGE": {"type": "string"}, "RESPONSE": {"type": "string"}}, "required": ["DESCRIPTION", "USAGE", "RESPONSE"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"DESCRIPTION" : "Antwortet mit einer zuf\u00e4lligen Zahl.", "USAGE" : "zuf\u00e4llig <LowNum> <HighNum>", "RESPONSE" : "\ud83c\udfb2 Zuf\u00e4llige Zahl: {{NUMBER}}"} | json_instruct | {"type": "object", "properties": {"DESCRIPTION": {"type": "string"}, "USAGE": {"type": "string"}, "RESPONSE": {"type": "string"}}, "required": ["DESCRIPTION", "USAGE", "RESPONSE"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"datestamp": {"type": "string"}, "nameWithOwner": {"type": "string"}, "name": {"type": "string"}, "commits": {"type": "integer"}, "forkCount": {"type": "integer"}, "issues": {"type": "integer"}, "openIssues": {"type":... | {"datestamp" : "2020-06-19", "nameWithOwner" : "twitter/ios-twitter-image-pipeline", "name" : "ios-twitter-image-pipeline", "commits" : 40, "forkCount" : 84, "issues" : 23, "openIssues" : 2, "closedIssues" : 21, "pullRequests" : 27, "openPullRequests" : 0, "mergedPullRequests" : 22, "closedPullRequests" : 5, "stargazer... | json_instruct | {"type": "object", "properties": {"datestamp": {"type": "string"}, "nameWithOwner": {"type": "string"}, "name": {"type": "string"}, "commits": {"type": "integer"}, "forkCount": {"type": "integer"}, "issues": {"type": "integer"}, "openIssues": {"type": "integer"}, "closedIssues": {"type": "integer"}, "pullRequests": {"t... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"size": {"type": "integer"}, "voltages": {"type": "array", "items": {"type": "number"}}, "time_constants": {"type": "array", "items": {"type": "number"}}, "biases": {"type": "array", "items": {"type": "number"}}, "inner_weights... | {"size" : 2, "voltages" : [0.0, 0.0], "time_constants" : [1.0, 1.0], "biases" : [-4.502053190141698, 3.495628179780855], "inner_weights" : [[10.714948757300782, -12.646524660164168], [7.8284954137445695, -4.463973239798857]], "outputs" : [0.0, 0.0], "weight_range" : 16, "bias_range" : 16, "tc_min" : 1, "tc_max" : 1, "i... | json_instruct | {"type": "object", "properties": {"size": {"type": "integer"}, "voltages": {"type": "array", "items": {"type": "number"}}, "time_constants": {"type": "array", "items": {"type": "number"}}, "biases": {"type": "array", "items": {"type": "number"}}, "inner_weights": {"type": "array", "items": {"type": "array", "items": {"... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "pack": {"type": "s... | {"name" : "moysklad-desktop", "version" : "0.6.5", "description" : "moysklad desktop client", "main" : "main.js", "scripts" : {"start" : "electron main.js", "pack" : "electron-builder --dir", "dist" : "electron-builder", "release" : "build"}, "author" : "Maxim Filimonov", "license" : "MIT", "homepage" : "http://moyskla... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "pack": {"type": "string"}, "dist": {"type": "string"}, "release": {"type": "string"}}, "r... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "emendatusenigmatica:block/emerald_gravel_ore"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://js... | [{"name" : "TANAKA", "frequency" : 147, "males" : "10.884353741496598 %", "females" : "89.1156462585034 %"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"ajv.bundle.js": {"type": "string"}, "ajv.min.js": {"type": "string"}, "nodent.min.js": {"type": "string"}, "regenerator.min.js": {"type": "string"}}, "required": ["ajv.bundle.js", "ajv.min.js", "nodent.min.js", "regenerator.min.... | {"ajv.bundle.js" : "sha256-X+ZuS3dX64Y59KBEcwTAkxM3xNI7+JiMCdUjcMzVWY8=", "ajv.min.js" : "sha256-kJlVd3iTdB2oGqyKv7qd/CoJ0m8wb0VYrfd76vDkJCM=", "nodent.min.js" : "sha256-P6DrR6ninSdJENNwkXjlTmqS9IqMoPcDbcPg7VQ8Z74=", "regenerator.min.js" : "sha256-SJZCGRDNdlRWQhauWTscg2DWTeEHI6COFahlAgWR83U="} | json_instruct | {"type": "object", "properties": {"ajv.bundle.js": {"type": "string"}, "ajv.min.js": {"type": "string"}, "nodent.min.js": {"type": "string"}, "regenerator.min.js": {"type": "string"}}, "required": ["ajv.bundle.js", "ajv.min.js", "nodent.min.js", "regenerator.min.js"], "$schema": "http://json-schema.org/draft-07/schema#... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"sn11.8:0.3": {"type": "string"}, "sn11.8:2.3": {"type": "string"}, "sn11.8:3.3": {"type": "string"}}, "required": ["sn11.8:0.3", "sn11.8:2.3", "sn11.8:3.3"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"sn11.8:0.3" : "Verocanaasurindasutta \u2192 virocanaasurindasutta\u1e41 (sya-all, pts2ed); virocana-asurindo (attho) (pts1ed)", "sn11.8:2.3" : "Nipphannasobhano \u2192 nipphannasobhino (bj, pts2ed); nippannasobha\u1e47o (pts1ed); nipphannasobha\u1e47o (mr) | attho \u2192 atth\u0101 (bj, pts2ed)", "sn11.8:3.3" : "Nipp... | json_instruct | {"type": "object", "properties": {"sn11.8:0.3": {"type": "string"}, "sn11.8:2.3": {"type": "string"}, "sn11.8:3.3": {"type": "string"}}, "required": ["sn11.8:0.3", "sn11.8:2.3", "sn11.8:3.3"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id_9273": {"type": "object", "properties": {"publicdate": {"type": "string"}, "title": {"type": "string"}}, "required": ["publicdate", "title"]}}, "required": ["id_9273"], "$schema": "http://json-schema.org/draft-07/schema#... | {"id_9273" : {"publicdate" : "2014-12-01 10:29:02", "title" : "Pro Patria"}} | json_instruct | {"type": "object", "properties": {"id_9273": {"type": "object", "properties": {"publicdate": {"type": "string"}, "title": {"type": "string"}}, "required": ["publicdate", "title"]}}, "required": ["id_9273"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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_58brk", "name" : "RockySprinkles"}, "date" : {"day" : 1501113600, "full" : 1501167506, "month" : 1498867200, "week" : 1500768000}, "id" : "t3_6pwgzv", "misc" : {"postHint" : "link"}, "picture" : {"filesize" : 80482, "fullUrl" : "https://external-preview.redd.it/7QU3BhEHco0Lb9yCFPZ-BoYNQznefls-Ws... | 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"}},... |
Create an example JSON object that satisfies 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" : "130127100201", "text" : "\u4e1c\u5173\u6751\u59d4\u4f1a"}, {"id" : "130127100202", "text" : "\u897f\u5173\u6751\u59d4\u4f1a"}, {"id" : "130127100203", "text" : "\u4e1c\u5357\u5173\u6751\u59d4\u4f1a"}, {"id" : "130127100204", "text" : "\u897f\u5357\u5173\u6751\u59d4\u4f1a"}, {"id" : "130127100205", "text" : "\... | 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#"} |
Create a JSON structure that matches this schema definition:
{"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" : 101754795, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "b17772f6219a64d77ad5eddecda7db16", "wof:id" : 101754795, "wof:placetype" : "locality", "wof:repo" : "whosonfirst-data-admin-nl"}, "bbox" : [4.61538466007795, 52.39623280130672, 4.634... | 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:placetype": {"type": "string"}, "wof:repo"... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"t... | {"edges" : [[8, 1], [37, 8], [29, 8], [34, 8], [8, 31], [2, 8], [31, 8], [8, 15], [8, 30], [8, 26], [35, 8], [8, 19], [3, 6], [2, 8], [8, 20], [26, 8], [8, 37], [22, 4], [8, 34], [15, 8], [24, 26], [26, 3], [8, 37], [17, 10], [8, 26], [14, 8], [8, 17], [11, 8], [8, 4], [8, 4], [28, 8], [26, 8], [8, 11], [2, 8], [33, 8]... | json_instruct | {"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6":... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "string"}, "text": {"type": "array"... | {"author" : "Richard Katrovas", "classification" : "", "keywords" : [], "period" : "", "reference" : "http://www.poetryfoundation.org/poetrymagazine/poem/30331", "region" : "", "text" : ["I, as sinned against as sinning,", "take small pleasure from the winning", "of our decades-long guerrilla war.", "For from my job I'... | json_instruct | {"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "string"}, "text": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "propert... | {"name" : "digi-rn-wizard", "version" : "0.0.1", "description" : "React Native Wizard Component", "main" : "index.js", "author" : "Matthew Wood", "license" : "MIT", "repository" : {"type" : "git", "url" : "https://github.com/DigiColonyLLC/digiWizard.git"}, "devDependencies" : {"metro-react-native-babel-preset" : "^0.66... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}},... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"brief" : "a helper", "long" : "a helper."} | json_instruct | {"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "s... | {"text" : {"0" : {"m1" : "\u0634\u062f\u0645 \u0635\u06cc\u062f\u06cc \u06a9\u0647 \u0646\u062a\u0648\u0627\u0646 \u0632\u062f \u062a\u063a\u0627\u0641\u0644", "m2" : "\u0628\u0647 \u0635\u06cc\u0627\u062f\u06cc \u06a9\u0647 \u062f\u0627\u0646\u062f \u0632\u062e\u0645 \u06a9\u0627\u0631\u06cc \u0627\u0633\u062a"}, "1" ... | json_instruct | {"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "requ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"MRRm_new": {"type": "number"}, "MRm_new": {"type": "number"}, "HITS@1m_new": {"type": "number"}, "HITS@3m_new": {"type": "number"}, "HITS@10m_new": {"type": "number"}}, "required": ["MRRm_new", "MRm_new", "HITS@1m... | {"MRRm_new" : 0.4072719787247397, "MRm_new" : 217.3181424692571, "HITS@1m_new" : 0.2948942607251411, "HITS@3m_new" : 0.4574241617091611, "HITS@10m_new" : 0.6383697677186865} | json_instruct | {"type": "object", "properties": {"MRRm_new": {"type": "number"}, "MRm_new": {"type": "number"}, "HITS@1m_new": {"type": "number"}, "HITS@3m_new": {"type": "number"}, "HITS@10m_new": {"type": "number"}}, "required": ["MRRm_new", "MRm_new", "HITS@1m_new", "HITS@3m_new", "HITS@10m_new"], "$schema": "http://json-schema.or... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"xywh": {"type": "string"}}, "required": ["xywh"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"xywh" : "-649,1571,5482,692"} | json_instruct | {"type": "object", "properties": {"xywh": {"type": "string"}}, "required": ["xywh"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"doofinder.css": {"type": "string"}, "doofinder.js": {"type": "string"}, "doofinder.min.css": {"type": "string"}, "doofinder.min.js": {"type": "string"}}, "required": ["doofinder.css", "doofinder.js", "doofinder.min.... | {"doofinder.css" : "sha256-VggH/Waz7z8yRndBYtMqAD+bb0Uz6sRAbpW5ZMK5BGc=", "doofinder.js" : "sha256-r6yjN1ROp+4kwbIMPcdVtxNfaOT/pmD37DInLd4koLM=", "doofinder.min.css" : "sha256-EXWyk4DraPGOvDXUvPLI3S0rjt2pF0KRWRYxAC48cDI=", "doofinder.min.js" : "sha256-vFQ1mjJRJwn9fCl4Y9Mde3iltBFWOYe0KR6zATtldmE="} | json_instruct | {"type": "object", "properties": {"doofinder.css": {"type": "string"}, "doofinder.js": {"type": "string"}, "doofinder.min.css": {"type": "string"}, "doofinder.min.js": {"type": "string"}}, "required": ["doofinder.css", "doofinder.js", "doofinder.min.css", "doofinder.min.js"], "$schema": "http://json-schema.org/draft-07... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "dharmaVerificationStatus": {"type": "string"}}, "required": ["name", "symbol", "address", "de... | {"name" : "WIZARD MOON", "symbol" : "WIZ", "address" : "0xA126AAce6757a0DD89C60C1c16cf8997F749780b", "decimals" : 8, "dharmaVerificationStatus" : "UNVERIFIED"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "dharmaVerificationStatus": {"type": "string"}}, "required": ["name", "symbol", "address", "decimals", "dharmaVerificationStatus"], "$schema": "http://json-schema.o... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long... | {"place_name" : "Tippecanoe", "state_name" : "Indiana", "state_abbrv" : "IN", "lat" : "41.2166", "long" : "-86.1095"} | json_instruct | {"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"LightwaveServer": {"type": "string"}, "PostServer": {"type": "object", "properties": {"host": {"type": "string"}, "port": {"type": "integer"}}, "required": ["host", "port"]}, "OIDCClientID": {"type": "string"}, "Te... | {"LightwaveServer" : "<server name>", "PostServer" : {"host" : "<host", "port" : 1234}, "OIDCClientID" : "<ID>", "Tenant" : "<tenant_name>"} | json_instruct | {"type": "object", "properties": {"LightwaveServer": {"type": "string"}, "PostServer": {"type": "object", "properties": {"host": {"type": "string"}, "port": {"type": "integer"}}, "required": ["host", "port"]}, "OIDCClientID": {"type": "string"}, "Tenant": {"type": "string"}}, "required": ["LightwaveServer", "PostServer... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"users": {"type": "array", "items": {"type": "object", "properties": {"username": {"type": "string"}, "realname": {"type": "string"}, "gravatarHash": {"type": "string"}}, "required": ["username", "realname", "gravatarHash"]}}}, "... | {"users" : [{"username" : "kbaseuitest", "realname" : "KBase UI Test User", "gravatarHash" : "b4d95f8595104614355e6ee9c4c03e3f"}]} | json_instruct | {"type": "object", "properties": {"users": {"type": "array", "items": {"type": "object", "properties": {"username": {"type": "string"}, "realname": {"type": "string"}, "gravatarHash": {"type": "string"}}, "required": ["username", "realname", "gravatarHash"]}}}, "required": ["users"], "$schema": "http://json-schema.org/... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "prop... | {"hash" : "0x0a6cc3e995ee9fee7f8a90dd8372180ded6adfcd65aa8af84395d806a205788c", "parentHash" : "0xc3491a5424380529dd8333e6b5f2ccc56abe40858039d3929ee5564dd9764238", "number" : 74502, "timestamp" : 1439387051, "nonce" : "0xdc7f6b6792ec2404", "difficulty" : 2215030299331, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {... | json_instruct | {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"testFiles": {"type": "string"}, "componentFolder": {"type": "string"}}, "required": ["testFiles", "componentFolder"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"testFiles" : "**/*.spec.{js,jsx,tsx,ts}", "componentFolder" : "cypress/pages"} | json_instruct | {"type": "object", "properties": {"testFiles": {"type": "string"}, "componentFolder": {"type": "string"}}, "required": ["testFiles", "componentFolder"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract... | {"contract" : "0x68d40d9808c38c5e860872d25a17d269d804c62a", "tool" : "osiris", "start" : 1564592441.3281622, "end" : 1564592444.1960402, "duration" : 2.867877960205078, "analysis" : []} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "repo": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object"... | {"name" : "underscore.string.fp", "repo" : "epeli/underscore.string.fp", "description" : "This is an extension for underscore.string to use it as a FP-library or with a library like lodash-fp or ramda", "version" : "1.0.4", "keywords" : ["ramda", "string", "underscore.string"], "dependencies" : {}, "development" : {}, ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "repo": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {}, "required": []}, "development": {"type": "object", ... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "private": {"type": "boolean"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "dependencies... | {"name" : "blob-project-cdn", "version" : "1.0.0", "main" : "server.js", "private" : true, "engines" : {"node" : "14.x"}, "dependencies" : {"compression" : "^1.7.4", "cors" : "^2.8.5", "express" : "^4.17.1", "fs" : "^0.0.1-security", "helmet" : "^4.4.1", "http" : "^0.0.1-security", "ms" : "^2.0.0"}, "scripts" : {"start... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "private": {"type": "boolean"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "dependencies": {"type": "object", "properties": {"compression": {"typ... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"title": {"type": "string"}, "credit": {"type": "string"}, "explanation": {"type": "string"}, "date": {"type": "string"}, "hdurl": {"type": "string"}, "service_version": {"type": "string"}, "media_type": {"type": "s... | {"title" : "The Helix Nebula from Blanco and Hubble", "credit" : "C. R. O'Dell, (Vanderbilt) et al. ESA, NOAO, NASA", "explanation" : "How did a star create the Helix nebula? The shapes of planetary nebula like the Helix are important because they likely hold clues to how stars like the Sun end their lives. Observation... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "credit": {"type": "string"}, "explanation": {"type": "string"}, "date": {"type": "string"}, "hdurl": {"type": "string"}, "service_version": {"type": "string"}, "media_type": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "credit", "e... |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[2003, 6], [2007, 5], [2008, 10], [2009, 5], [2010, 5], [2011, 8], [2012, 5], [2013, 6], [2014, 8]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "features": {"type": "array", "items": {"type": "o... | {"type" : "FeatureCollection", "title" : "Setefilla", "id" : "256448", "bbox" : [-5.497602, 37.703559, -5.497602, 37.703559], "description" : "An ancient place, cited: BAtlas 26 E4 Setefilla", "features" : [{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-5.497602, 37.703559]}, "properties" : {"de... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry":... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "... | {"text" : {"0" : {"m1" : "\u0686\u0648\u0646 \u0634\u0627\u0646\u0647 \u0648 \u0633\u0646\u06af \u0627\u06af\u0631 \u067e\u0630\u06cc\u0631\u062f \u0631\u0627\u06cc\u062a", "m2" : "\u062a\u0627 \u0641\u0631\u0645\u0627\u0626\u06cc \u0628\u0647 \u0644\u0639\u0644 \u06af\u0648\u0647\u0631\u0632\u0627\u06cc\u062a"}, "1" :... | json_instruct | {"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "requ... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"homePageText": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "searchBarPlaceHolder": {"type": "string"}}, "required": ["title", "description", "searchBarPlaceHolde... | {"homePageText" : {"title" : "ISE Diagnostics (Preview)", "description" : "Use ISE Diagnostics (Preview) to investigate common issues. Select the problem category that best matches the information or tool that you're interested in:", "searchBarPlaceHolder" : "Search ISE Diagnostics"}, "matchRegEx" : "/Microsoft.Logic/i... | json_instruct | {"type": "object", "properties": {"homePageText": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "searchBarPlaceHolder": {"type": "string"}}, "required": ["title", "description", "searchBarPlaceHolder"]}, "matchRegEx": {"type": "string"}, "searchSuffix": {"type": "stri... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"user": {"type": "string"}, "repos": {"type": "integer"}, "login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "url": {"type": "string"}, "html_url": {"type": "string"}, "followers_url": {"typ... | {"user" : "tnws", "repos" : 1, "login" : "tnws", "id" : 6431232, "avatar_url" : "https://avatars1.githubusercontent.com/u/6431232?v=3", "url" : "https://api.github.com/users/tnws", "html_url" : "https://github.com/tnws", "followers_url" : "https://api.github.com/users/tnws/followers", "following_url" : "https://api.git... | json_instruct | {"type": "object", "properties": {"user": {"type": "string"}, "repos": {"type": "integer"}, "login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "url": {"type": "string"}, "html_url": {"type": "string"}, "followers_url": {"type": "string"}, "following_url": {"type": "string"}, "gist... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}, "editor.tabSize": {"type": "integer"}, "editor.codeActionsOnSave": {"type": "object", "properties": {"source.fixAll.eslint": {"type": "boolean"}}, "required": [... | {"cSpell.words" : ["Anilist", "Bookwalker", "Engtl", "Kitsu", "Unfollow", "deepmerge", "hentai", "josei", "mangadex", "scanlation", "seinen", "senko", "shoujo", "shounen"], "editor.tabSize" : 2, "editor.codeActionsOnSave" : {"source.fixAll.eslint" : true}, "typescript.tsdk" : "node_modules/typescript/lib"} | json_instruct | {"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}, "editor.tabSize": {"type": "integer"}, "editor.codeActionsOnSave": {"type": "object", "properties": {"source.fixAll.eslint": {"type": "boolean"}}, "required": ["source.fixAll.eslint"]}, "typescript.tsdk": {"type": "string"... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"... | {"name" : "credit-card-validation", "description" : "Credit/debit card validation for browsers and Node.js, uses Luhn algo and pattern matching.", "version" : "1.0.0", "author" : "Jack Buckland <jack@theninjalab.com>", "repository" : {"type" : "git", "url" : "git://github.com/theninja/credit-card-validation"}, "bugs" :... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"slotName": {"type": "string"}, "metadataLocal": {"type": "string"}, "metadataCloud": {"type": "string"}, "sizeLocal": {"type": "integer"}, "sizeCloud": {"type": "integer"}, "lastModifiedLocal": {"type": "integer"}, "lastModified... | {"slotName" : "testSlot", "metadataLocal" : "{'description':'level 1 complete','percentcomplete':0}", "metadataCloud" : "", "sizeLocal" : 42, "sizeCloud" : 0, "lastModifiedLocal" : 1619626703000, "lastModifiedCloud" : 0, "lastSync" : 1619626703000, "slotSyncStatus" : 0} | json_instruct | {"type": "object", "properties": {"slotName": {"type": "string"}, "metadataLocal": {"type": "string"}, "metadataCloud": {"type": "string"}, "sizeLocal": {"type": "integer"}, "sizeCloud": {"type": "integer"}, "lastModifiedLocal": {"type": "integer"}, "lastModifiedCloud": {"type": "integer"}, "lastSync": {"type": "intege... |
Using the following JSON schema, generate a compatible JSON instance:
{"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/schem... | [{"name" : "JAIDEEN", "frequency" : 0, "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": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "o... | {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-0.981509, 51.450929]}, "properties" : {"maximum-net-dwellings" : "14", "site-plan-url" : "https://images.reading.gov.uk/2020/12/Brownfield-Land-Register-Maps-2020-BL2002-to-BL2055.pdf", "minimum-net-dwellings" : "10", "hectares" : "0.44", "site-addr... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"maximum-net-dwellings": {"type": ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"vhfStatus": {"type": "object", "properties": {"timestamp": {"type": "integer"}, "currentRssi": {"type": "integer"}, "lastRssi": {"type": "integer"}, "afcOffset": {"type": "integer"}}, "required": ["timestamp"... | {"vhfStatus" : {"timestamp" : 1604831144, "currentRssi" : 56, "lastRssi" : 0, "afcOffset" : -1346}, "header" : {"destinationAddress" : {"callsign" : "APDST4", "ssid" : 6, "extensionBit" : 0}, "sourceAddress" : {"callsign" : "RS17S", "ssid" : 6, "extensionBit" : 0}, "repeaterAddress" : {"callsign" : "WIDE1", "ssid" : 1,... | json_instruct | {"type": "object", "properties": {"vhfStatus": {"type": "object", "properties": {"timestamp": {"type": "integer"}, "currentRssi": {"type": "integer"}, "lastRssi": {"type": "integer"}, "afcOffset": {"type": "integer"}}, "required": ["timestamp", "currentRssi", "lastRssi", "afcOffset"]}, "header": {"type": "object", "pro... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "names": {"type": "array", "items": {... | {"type" : "FeatureCollection", "title" : "Beroe", "id" : "216730", "bbox" : [28.139477, 44.895529, 28.16459, 44.934392], "description" : "An ancient place, cited: BAtlas 22 F4 Beroe", "names" : ["Beroe"], "features" : [{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [28.1520335, 44.9149605]}, "prop... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "names": {"type": "array", "items": {"type": "string"}}, "features": {"type": "array", "items": {"type": "object... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "date": {"type": "string"}}, "required": ["title", "author", "date"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "hello, world", "author" : "loic_fontaine", "date" : "2012-08-21T08:37:08.676Z"} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "date": {"type": "string"}}, "required": ["title", "author", "date"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"camera blocks": {"type": "object", "properties": {"camxyz1": {"type": "object", "properties": {"camera type": {"type": "string"}, "look direction": {"type": "array", "items": {"type": "integer"}}}, "required"... | {"camera blocks" : {"camxyz1" : {"camera type" : "camera", "look direction" : [-1, -1, -1]}}, "representation blocks" : {}, "imageset blocks" : {"is_test7a" : {"camera" : "camxyz1", "image basedirectory" : "CatalystOutput_test7", "image basename" : "test7_inputA."}, "is_test7b" : {"operation" : "inputB", "camera" : "ca... | json_instruct | {"type": "object", "properties": {"camera blocks": {"type": "object", "properties": {"camxyz1": {"type": "object", "properties": {"camera type": {"type": "string"}, "look direction": {"type": "array", "items": {"type": "integer"}}}, "required": ["camera type", "look direction"]}}, "required": ["camxyz1"]}, "representat... |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["assess", "data-hopper", "hlg-angular-lazy-img", "mail-tram", "mini-mongo", "route-depot", "xrm.soap.sdk"] | 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"}, "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" : [[[-117.21965, 34.798768], [-117.208614, 34.803014], [-117.18977, 34.81916], [-117.1845, 34.82722], [-117.18027, 34.83026], [-117.18671, 34.8345], [-117.1921, 34.835577], [-117.19249, 34.842435], [-117.187504, 34.851248], [-... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "license": {"type": "string"}, "author": {"type": "string"}, "scripts": {"type": "object... | {"name" : "app-service-hello-world", "description" : "Simple Hello World Node.js sample for Azure App Service", "version" : "0.0.1", "private" : true, "license" : "MIT", "author" : "Microsoft", "scripts" : {"start" : "node index.js"}, "main" : "index.js", "repository" : {"type" : "git", "url" : "git+https://github.com/... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "license": {"type": "string"}, "author": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, ... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"versionEnd": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"]}, "versionStart": {"type": "o... | {"versionEnd" : {"versionNum" : 3656, "commit" : "eac9e86fc5c5e09247294753537f087e786647e2", "date" : "2021-09-17T10:09:04.731Z"}, "versionStart" : {"versionNum" : 3655, "commit" : "4ac1643a17e85c51364bd6a4b210d8c723d6afa5", "date" : "2021-09-17T01:29:39.404Z"}, "changes" : ["blockchains/ethereum/assets/0xbC396689893D0... | json_instruct | {"type": "object", "properties": {"versionEnd": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"]}, "versionStart": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"period_id": {"type": "integer"}, "rest_mode_state": {"type": "integer"}, "score": {"type": "integer"}, "score_activity_balance": {"type": "integer"}, "score_hrv_balance": {"type": "in... | [{"period_id" : 1, "rest_mode_state" : 0, "score" : 73, "score_activity_balance" : 79, "score_hrv_balance" : 44, "score_previous_day" : 87, "score_previous_night" : 68, "score_recovery_index" : 100, "score_resting_hr" : 54, "score_sleep_balance" : 87, "score_temperature" : 100, "summary_date" : "2020-12-11"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"period_id": {"type": "integer"}, "rest_mode_state": {"type": "integer"}, "score": {"type": "integer"}, "score_activity_balance": {"type": "integer"}, "score_hrv_balance": {"type": "integer"}, "score_previous_day": {"type": "integer"}, "score_previous_night":... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "minimum-stability": {"type": "string"}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "ext... | {"name" : "developersrede/magento1", "description" : "Magento 1.x module", "minimum-stability" : "stable", "license" : "MIT", "require" : {"php" : ">=5.6", "ext-curl" : "*", "psr/log" : ">=1.0", "developersrede/erede-php" : "3.0.0"}, "authors" : [{"name" : "Jo\u00e3o Batista Neto", "email" : "neto.joaobatista@gmail.com... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "minimum-stability": {"type": "string"}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "ext-curl": {"type": "string"}, "psr/log": {"type": "string"}, "developersrede/... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"composer": {"type": "string"}, "id": {"type": "string"}}, "required": ["composer", "id"]}}}, "required": ["id... | {"id" : "http://data.doremus.org/performance/37611f21-0074-35b5-84dc-d1f266091b5b", "expression" : [{"composer" : "http://data.doremus.org/artist/1d6e7231-f178-322c-aecc-3b3a8d80e8aa", "id" : "http://data.doremus.org/expression/4f80e13a-9178-3732-8090-388b45c67aec"}, {"composer" : "http://data.doremus.org/artist/1d6e72... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"composer": {"type": "string"}, "id": {"type": "string"}}, "required": ["composer", "id"]}}}, "required": ["id", "expression"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": [... | {"h" : [{"d" : [{"e" : ["\ufff9`Ta^enek~ `kako~ `a~ `maro'~.\ufffa\ufffb\u6211\u5750\u5f97\u4e0d\u8212\u670d\u3002", "\ufff9`Ta^enek~ `ko~ `kakeli~.\ufffa\ufffb\u7af9\u84c6\u51f9\u51f8\u4e0d\u5e73\u7761\u8d77\u4f86\u4e0d\u8212\u670d\u3002"], "f" : "\u6709\u5c0f\u6771\u897f\u588a\u4f4f\uff0c\u4e0d\u5e73\u5766\uff0c\u4e4... | json_instruct | {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e", "f"]}}}, "required": ["d"]}}, "t": {"type": "string"}}, "... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"localized_object_annotations": {"type": "array", "items": {"type": "object", "properties": {"mid": {"type": "string"}, "name": {"type": "string"}, "score": {"type": "number"}, "bounding_poly": {"type": "object", "p... | {"localized_object_annotations" : [{"mid" : "/m/0d4v4", "name" : "Window", "score" : 0.7743085, "bounding_poly" : {"normalized_vertices" : [{"x" : 0.16410162, "y" : 0.2704452}, {"x" : 0.39756855, "y" : 0.2704452}, {"x" : 0.39756855, "y" : 0.46981037}, {"x" : 0.16410162, "y" : 0.46981037}]}}, {"mid" : "/m/0d4v4", "name"... | json_instruct | {"type": "object", "properties": {"localized_object_annotations": {"type": "array", "items": {"type": "object", "properties": {"mid": {"type": "string"}, "name": {"type": "string"}, "score": {"type": "number"}, "bounding_poly": {"type": "object", "properties": {"normalized_vertices": {"type": "array", "items": {"type":... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "it... | {"title" : "Benefits of matching domain structure for planning software: the right stuff.", "fields" : ["feature oriented domain analysis", "domain", "needs analysis", "domain analysis", "domain engineering"], "abstract" : "We investigated the role of domain structure, in designing for software usefulness and usability... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"typ... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"defaultSchemaName": {"type": "string"}}, "required": ["defaultSchemaName"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"defaultSchemaName" : ""} | json_instruct | {"type": "object", "properties": {"defaultSchemaName": {"type": "string"}}, "required": ["defaultSchemaName"], "$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": "integer"}, "name": {"type": "string"}, "dt": {"type": "integer"}, "ar": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "na... | [{"id" : 441102347, "name" : "\ub2e4\ub140\uac00\uc694", "dt" : 209110, "ar" : {"id" : 12187042, "name" : "\u8d24\u771f"}, "al" : {"id" : 34923746, "name" : "HyunJin", "picUrl" : "https://p1.music.126.net/5iq0vbe8Qf8pzOvrIYiPGA==/109951164354620212.jpg"}}, {"id" : 446874734, "name" : "The Carol", "dt" : 206432, "ar" : ... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "dt": {"type": "integer"}, "ar": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "al": {"type": "object", "properties": {"id": {"type... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"deprecated": {"type": "string"}, "authority-code": {"type": "string"}, "identifier": {"type": "string"}, "about": {"type": "string"}, "prefLabel": {"type": "object", "properties": {"@lang": {"type": "string"}... | {"deprecated" : "false", "authority-code" : "LDD", "identifier" : "LDD", "about" : "http://publications.europa.eu/resource/authority/language/LDD", "prefLabel" : {"@lang" : "ldd", "#text" : "luri"}, "start.use" : "1950-05-09"} | json_instruct | {"type": "object", "properties": {"deprecated": {"type": "string"}, "authority-code": {"type": "string"}, "identifier": {"type": "string"}, "about": {"type": "string"}, "prefLabel": {"type": "object", "properties": {"@lang": {"type": "string"}, "#text": {"type": "string"}}, "required": ["@lang", "#text"]}, "start.use":... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties... | {"name" : "three-pixelate-showcase", "version" : "1.0.0", "author" : "WoodNeck", "license" : "MIT", "description" : "", "main" : "webpack.config.js", "scripts" : {"dev" : "webpack-dev-server", "build" : "webpack", "deploy" : "npm run build && gh-pages -d web/"}, "repository" : {"type" : "git", "url" : "git+https://gith... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "d... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"_id": {"type": "string"}, "name": {"type": "string"}, "abbreviation": {"type": "string"}, "schema": {"type": "array", "items": {}}}, "required": ["_id", "name", "abbreviation", "schema"], "$schema": "http://json-schema.org/dra... | {"_id" : "74580133", "name" : "Honeysuckle yellow vein virus", "abbreviation" : "HYVV", "schema" : []} | json_instruct | {"type": "object", "properties": {"_id": {"type": "string"}, "name": {"type": "string"}, "abbreviation": {"type": "string"}, "schema": {"type": "array", "items": {}}}, "required": ["_id", "name", "abbreviation", "schema"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "n... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[140.75, 39.083333333333336], [140.75, 39.166666666666664], [140.875, 39.166666666666664], [140.875, 39.083333333333336], [140.75, 39.083333333333336]]]}, "properties" : {"code" : 584056, "url" : "http://madefor.github.io/0410/api/v1/584056.geojso... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"shell_port": {"type": "integer"}, "iopub_port": {"type": "integer"}, "stdin_port": {"type": "integer"}, "control_port": {"type": "integer"}, "hb_port": {"type": "integer"}, "ip": {"type": "string"}, "key": {"type": ... | {"shell_port" : 62861, "iopub_port" : 62862, "stdin_port" : 62863, "control_port" : 62864, "hb_port" : 62865, "ip" : "127.0.0.1", "key" : "38b8635b-820e690336bb8c0c5b6f50a8", "transport" : "tcp", "signature_scheme" : "hmac-sha256", "kernel_name" : ""} | json_instruct | {"type": "object", "properties": {"shell_port": {"type": "integer"}, "iopub_port": {"type": "integer"}, "stdin_port": {"type": "integer"}, "control_port": {"type": "integer"}, "hb_port": {"type": "integer"}, "ip": {"type": "string"}, "key": {"type": "string"}, "transport": {"type": "string"}, "signature_scheme": {"type... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"type=egg": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "type=small": {"type": "object", "properties": {"model": {"type": "string"}}, ... | {"variants" : {"type=egg" : {"model" : "conquest:block/blue_painted_wall_sphere_dragonegg"}, "type=small" : {"model" : "conquest:block/blue_painted_wall_sphere_small"}, "type=large" : {"model" : "conquest:block/blue_painted_wall_sphere"}}} | json_instruct | {"type": "object", "properties": {"variants": {"type": "object", "properties": {"type=egg": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "type=small": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "type=large": {"type": "object", "prop... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["is-int"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"source": {"type": "string"}, "word": {"type": "string"}, "infinitivo": {"type": "string"}, "translation": {"type": "string"}, "gerundio": {"type": "array", "items": {"type": "string"}}, "participio": {"type": "... | {"source" : "http://www.spanishdict.com/conjugate/desatarse", "word" : "desatarse", "infinitivo" : "desatar", "translation" : "to come undone", "gerundio" : ["desatando"], "participio" : ["desatado"], "tenses" : {"3" : [["me desato"], ["te desatas"], ["se desata"], ["nos desatamos"], ["os desat\u00e1is"], ["se desatan"... | json_instruct | {"type": "object", "properties": {"source": {"type": "string"}, "word": {"type": "string"}, "infinitivo": {"type": "string"}, "translation": {"type": "string"}, "gerundio": {"type": "array", "items": {"type": "string"}}, "participio": {"type": "array", "items": {"type": "string"}}, "tenses": {"type": "object", "propert... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "requir... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[127.125, 45.416666666666664], [127.125, 45.5], [127.25, 45.5], [127.25, 45.416666666666664], [127.125, 45.416666666666664]]]}, "properties" : {"code" : 682711, "url" : "http://madefor.github.io/0410/api/v1/682711.geojson", "view" : "https://githu... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"main": {"type": "object", "properties": {"Alias": {"type": "string"}, "Name": {"type": "string"}, "Channels": {"type": "array", "items": {"type": "string"}}}, "required": ["Alias", "Name", "Channels"]}}, "required": ["main"... | {"main" : {"Alias" : "main", "Name" : "main", "Channels" : ["\u041f\u0435\u0440\u0432\u044b\u0439 \u043a\u0430\u043d\u0430\u043b", "\u0421\u0422\u0421", "\u0421\u0422\u0421 Love", "\u0422\u041d\u0422", "\u041f\u044f\u0442\u043d\u0438\u0446\u0430", "\u0421\u0443\u043f\u0435\u0440", "LIFE78", "\u0421\u0430\u043d\u043a\u0... | json_instruct | {"type": "object", "properties": {"main": {"type": "object", "properties": {"Alias": {"type": "string"}, "Name": {"type": "string"}, "Channels": {"type": "array", "items": {"type": "string"}}}, "required": ["Alias", "Name", "Channels"]}}, "required": ["main"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "ha... | {"version" : 1.2, "people" : [{"pose_keypoints_2d" : [630.715, 180.648, 1, 649.378, 225.94, 1, 631.49, 226.237, 1, 627.462, 288.829, 1, 624.168, 344.772, 1, 668.74, 222.449, 1, 681.157, 294.324, 1, 674.916, 359.227, 1, 631.483, 341.22, 1, 643.91, 434.552, 1, 658.54, 509.035, 1, 655.362, 344.623, 1, 659.279, 443.482, 1,... | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "han... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"Id": {"type": "string"}, "CountryId": {"type": "string"}, "Name": {"type": "string"}, "Code": {"type": "string"}}, "required": ["Id", "CountryId", "Name", "Code"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Id" : "043a0d4a-f1f5-430d-906d-ebd3d219485f", "CountryId" : "1fcc4a89-0e8f-4fa2-b8d0-4ff5ec2277df", "Name" : "Humberside, England", "Code" : "HUM"} | json_instruct | {"type": "object", "properties": {"Id": {"type": "string"}, "CountryId": {"type": "string"}, "Name": {"type": "string"}, "Code": {"type": "string"}}, "required": ["Id", "CountryId", "Name", "Code"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"js/jquery.endless-scroll.js": {"type": "string"}, "js/jquery.endless-scroll.min.js": {"type": "string"}}, "required": ["js/jquery.endless-scroll.js", "js/jquery.endless-scroll.min.js"], "$schema": "http://json-sche... | {"js/jquery.endless-scroll.js" : "sha256-Fy3xIXiTCCbDhp+JmRuRL1DXh7lizMKu6JN14AGp2Bw=", "js/jquery.endless-scroll.min.js" : "sha256-PLKx14dU2d7dN3Df15hsxqfHalkFkvYsgFBc97QOTQE="} | json_instruct | {"type": "object", "properties": {"js/jquery.endless-scroll.js": {"type": "string"}, "js/jquery.endless-scroll.min.js": {"type": "string"}}, "required": ["js/jquery.endless-scroll.js", "js/jquery.endless-scroll.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "ignify", "definition" : "To form into fire. [R.] Stukeley."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"family": {"type": "string"}, "variants": {"type": "array", "items": {"type": "string"}}, "subsets": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "lastModified": {"type": "string"}, "files":... | {"family" : "Source Code Pro", "variants" : ["200", "200italic", "300", "300italic", "regular", "italic", "500", "500italic", "600", "600italic", "700", "700italic", "900", "900italic"], "subsets" : ["cyrillic", "cyrillic-ext", "greek", "latin", "latin-ext", "vietnamese"], "version" : "v14", "lastModified" : "2021-03-2... | json_instruct | {"type": "object", "properties": {"family": {"type": "string"}, "variants": {"type": "array", "items": {"type": "string"}}, "subsets": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "lastModified": {"type": "string"}, "files": {"type": "object", "properties": {"200": {"type": "string"}, ... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "btl"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"source": {"type": "string"}, "data": {"type": "array", "items": {}}}, "required": ["source", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"source" : "mockoon:1.17.0", "data" : []} | json_instruct | {"type": "object", "properties": {"source": {"type": "string"}, "data": {"type": "array", "items": {}}}, "required": ["source", "data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "requ... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[134.625, 39.583333333333336], [134.625, 39.666666666666664], [134.75, 39.666666666666664], [134.75, 39.583333333333336], [134.625, 39.583333333333336]]]}, "properties" : {"code" : 593435, "url" : "http://madefor.github.io/0410/api/v1/593435.geojs... | 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... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"web... | {"name" : "jsoo-react-realworld-example-app", "version" : "1.0.0", "author" : "Javier Ch\u00e1varri", "license" : "MIT", "keywords" : ["OCaml", "js_of_ocaml", "react", "jsoo-react"], "scripts" : {"webpack" : "webpack -w", "webpack:production" : "webpack --mode=production", "webpack:analyze" : "ANALYZE=true webpack --mo... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"webpack": {"type": "string"}, "webpack:production": {"type":... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "3321060001", "nama" : "MORODEMAK"}, {"id" : "3321060002", "nama" : "MARGOLINDUK"}, {"id" : "3321060003", "nama" : "GEBANG"}, {"id" : "3321060004", "nama" : "GEBANGARUM"}, {"id" : "3321060005", "nama" : "KARANGREJO"}, {"id" : "3321060006", "nama" : "TLOGOBOYO"}, {"id" : "3321060007", "nama" : "KRAJANBOGO"}, {"... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "pr... | {"contract" : "0xa3d3bf5f650a47f53bc49f512761d4de15bc0e05", "tool" : "osiris", "start" : 1564618203.917892, "end" : 1564618266.0149934, "duration" : 62.09710144996643, "analysis" : [{"errors" : [], "file" : "/unique_chucks/36/0xa3d3bf5f650a47f53bc49f512761d4de15bc0e05.sol", "name" : "BasicToken"}, {"errors" : [], "file... | 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": {}}, "file": {"type": "strin... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {}, "required": []}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"h" : "6c26b528c66f7c9d0ceb", "c" : {}} | json_instruct | {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {}, "required": []}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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" : "var __jsx = React.createElement;\n\nfunction _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } r... | 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... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.