input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"data": {"type": "object", "properties": {"site": {"type": "object", "properties": {"siteMetadata": {"type": "object", "properties": {"disqusShortname": {"type": "string"}, "url": {"type": "string"}}, "require...
{"data" : {"site" : {"siteMetadata" : {"disqusShortname" : "", "url" : "https://mmugisha.com"}}}}
json_instruct
{"type": "object", "properties": {"data": {"type": "object", "properties": {"site": {"type": "object", "properties": {"siteMetadata": {"type": "object", "properties": {"disqusShortname": {"type": "string"}, "url": {"type": "string"}}, "required": ["disqusShortname", "url"]}}, "required": ["siteMetadata"]}}, "required":...
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": {"test": {"type": "string"}, "build": {"type": "string"}, ...
{"name" : "react-dom-input-fields", "version" : "1.0.0", "description" : "ReactJS Library for user input fields (form fields) made especially for web views.", "main" : "src/index.js", "scripts" : {"test" : "jest", "build" : "rm -rf build && babel src --out-dir build", "build-dev" : "rm -rf dev/src/build && babel src --...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}, "build-dev": {"type": "string"}, "build-dev-watch": {"type": "...
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": {"start": {"type": "string"}, "database": {"t...
{"name" : "NLW1-Ecoleta-Starter", "version" : "1.0.0", "description" : "Project developed during rocketseat's Next Level Week #1 Starter track.", "main" : "src/server.js", "scripts" : {"start" : "nodemon src/server.js", "database" : "node src/database/db.js"}, "keywords" : [], "author" : "Murilo Santos", "license" : "M...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "database": {"type": "string"}}, "required": ["start", "database"]}, "keywords": {"type": ...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"autolispext.loadlisp.tooltip": {"type": "string"}, "autolispext.loadlisp.title": {"type": "string"}, "autolispext.loadlisp.attach": {"type": "string"}, "autolispext.loadlisp.fileformat.win": {"type": "string"}, "aut...
{"autolispext.loadlisp.tooltip" : "Carregar o arquivo atual", "autolispext.loadlisp.title" : "Carregar lisp", "autolispext.loadlisp.attach" : "Primeiro, anexe ou inicie um aplicativo host antes de carregar este arquivo.", "autolispext.loadlisp.fileformat.win" : "Esse formato de arquivo n\u00e3o \u00e9 suportado. Ative ...
json_instruct
{"type": "object", "properties": {"autolispext.loadlisp.tooltip": {"type": "string"}, "autolispext.loadlisp.title": {"type": "string"}, "autolispext.loadlisp.attach": {"type": "string"}, "autolispext.loadlisp.fileformat.win": {"type": "string"}, "autolispext.loadlisp.fileformat.mac": {"type": "string"}}, "required": ["...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "result": {"type": "object", "properties": {"pageContext": {"type": "object", "properties": {}, "required": []}}, "required": ["pageContext"]...
{"componentChunkName" : "component---src-pages-survey-roleplay-js", "path" : "/survey/roleplay/", "result" : {"pageContext" : {}}}
json_instruct
{"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "result": {"type": "object", "properties": {"pageContext": {"type": "object", "properties": {}, "required": []}}, "required": ["pageContext"]}}, "required": ["componentChunkName", "path", "result"], "$schema": "http:...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"82460": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "82465": {"type": "object", "properties": {"nama": {"...
{"82460" : {"nama" : "DEMBEK", "dapil" : [92, 9201, 19201, 2921103]}, "82465" : {"nama" : "DEMINI", "dapil" : [92, 9201, 19201, 2921103]}, "82463" : {"nama" : "GAYA BARU", "dapil" : [92, 9201, 19201, 2921103]}, "82461" : {"nama" : "NIJ", "dapil" : [92, 9201, 19201, 2921103]}, "82462" : {"nama" : "SIWI", "dapil" : [92, ...
json_instruct
{"type": "object", "properties": {"82460": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "82465": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"epoch": {"type": "integer"}, "loss_trn": {"type": "number"}, "loss_val": {"type": "number"}, "acc_val": {"type": "number"}, "lwlrap_val": {"type": "number"}, "_step": {"type": "integer"}, "_runtime": {"type": "integer"}, "_...
{"epoch" : 4, "loss_trn" : 0.23491232097148895, "loss_val" : 0.31316709021727246, "acc_val" : 0.08333333333333333, "lwlrap_val" : 0.16737894962231317, "_step" : 3, "_runtime" : 14, "_timestamp" : 1612574963}
json_instruct
{"type": "object", "properties": {"epoch": {"type": "integer"}, "loss_trn": {"type": "number"}, "loss_val": {"type": "number"}, "acc_val": {"type": "number"}, "lwlrap_val": {"type": "number"}, "_step": {"type": "integer"}, "_runtime": {"type": "integer"}, "_timestamp": {"type": "integer"}}, "required": ["epoch", "loss_...
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1894, 5], [1902, 5], [1905, 7], [1910, 7], [1911, 5], [1912, 7], [1913, 7], [1914, 15], [1915, 22], [1916, 15], [1917, 14], [1918, 18], [1919, 20], [1920, 18], [1921, 16], [1922, 18], [1923, 21], [1924, 22], [1925, 12], [1926, 14], [1927, 12], [1928, 18], [1929, 23], [1930, 12], [1931, 11], [1932, 7], [1933, 16], [19...
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": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["abacus-usage-accumulator", "abacus-usage-aggregator", "abacus-usage-collector", "abacus-usage-reporting", "cf-abacus"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "comment": {"type": "string"}, "packageName": {"type": "string"}, "email": {"type": "string"}, "dependentChangeType": {"type": "string"}}, "required": ["type", "comment", "packageName", "email", "dep...
{"type" : "patch", "comment" : "remove scrollablepane detailslist example, add best practices on interactive sticky content", "packageName" : "@fluentui/react-examples", "email" : "sarah.higley@microsoft.com", "dependentChangeType" : "patch"}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "comment": {"type": "string"}, "packageName": {"type": "string"}, "email": {"type": "string"}, "dependentChangeType": {"type": "string"}}, "required": ["type", "comment", "packageName", "email", "dependentChangeType"], "$schema": "http://json-schema.org/draf...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "state": {"type": "string"}, "details": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "prov...
{"id" : "template_id", "name" : "Template 01", "state" : "started", "details" : {"id" : "template_id", "type" : "template", "name" : "service_name", "provider" : {"id" : "mf2c", "name" : "mF2C Platform"}, "client" : {"id" : "{{.user}}", "name" : "{{.user}}"}, "creation" : "2018-01-16T17:09:45.01Z", "expiration" : "2020...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "state": {"type": "string"}, "details": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "provider": {"type": "object", "properties": {"id": {"type": "string"}, "nam...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"deps": {"type": "string"}, "test": {"type...
{"name" : "choo-log", "version" : "8.0.0", "description" : "Development logger for choo", "main" : "index.js", "scripts" : {"deps" : "dependency-check . && dependency-check . --extra --no-dev", "test" : "standard && npm run deps", "test:cov" : "standard && npm run deps"}, "repository" : "yoshuawuyts/choo-log", "keyword...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"deps": {"type": "string"}, "test": {"type": "string"}, "test:cov": {"type": "string"}}, "required": ["deps", "test", "...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "msg": {"type": "integer"}}, "required": ["id", "msg"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "6283154964401@c.us", "msg" : 1}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "msg": {"type": "integer"}}, "required": ["id", "msg"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
[1.0, 3.0, 3.0, 4.0, 1.0, 4.0, 2.0, 4.0, 4.0, 2.0, 3.0, 4.0, 0.0, 3.0, 0.0, 0.0, 3.0, 0.0, 2.0, 2.0, 0.0, 3.0, 1.0, 0.0, 0.0, 1.0, 0.0, 2.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0, 1.0, 0.0, 0.0, 1.0, 1.0, 0.0]
json_instruct
{"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "opening_hours": {"type": "string"}, "phone": {"type": "string"}, "shop": {"type": "string"}, "id...
{"type" : "Feature", "id" : "node/4860305893", "properties" : {"name" : "Steffens \"Naturg\u00e4rtchen\"", "opening_hours" : "Mo-Fr 09:00-13:00,14:30-18:00; Sa 09:00-13:00", "phone" : "+49 2162 34422", "shop" : "farm", "id" : "node/4860305893"}, "geometry" : {"type" : "Point", "coordinates" : [6.4100499, 51.233295]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "opening_hours": {"type": "string"}, "phone": {"type": "string"}, "shop": {"type": "string"}, "id": {"type": "string"}}, "required": ["name", "opening_hours...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"$schema": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"agencyCode": {"type": "object", "properties": {"description": {"ty...
{"$schema" : "http://json-schema.org/draft-04/schema#", "description" : "Agency details", "type" : "object", "properties" : {"agencyCode" : {"description" : "Agency code", "type" : "string", "maxLength" : 5}, "description" : {"description" : "Agency description", "type" : "string", "maxLength" : 128}}, "additionalPrope...
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"agencyCode": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}, "maxLength": {"type": "integer"}}...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "...
{"IsRecentlyVerified" : false, "ID" : 87426, "UUID" : "BFC6E74D-E1F3-4E4B-B1C3-5AB38E8E428C", "DataProviderID" : 1, "OperatorID" : 45, "UsageTypeID" : 1, "AddressInfo" : {"ID" : 87772, "Title" : "Festspielhaus", "AddressLine1" : "Lange Stra\u00dfe 77", "Town" : "Baden-Baden", "StateOrProvince" : "Baden-Baden", "Postcod...
json_instruct
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "T...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"pretest": {"type": "string"}, "test": {"type": "...
{"name" : "@codenstein/twain-js", "version" : "0.0.2", "description" : "A JavaScript interface for TWAIN.", "main" : "lib/twainh.js", "scripts" : {"pretest" : "node-gyp rebuild --directory test", "test" : "node node_modules/mocha/bin/mocha -gc --reporter mocha-junit-reporter"}, "repository" : {"type" : "git", "url" : "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"pretest": {"type": "string"}, "test": {"type": "string"}}, "required": ["pretest", "test"]}, "repository": {"type": "o...
Using the following JSON schema, generate a compatible JSON instance: {"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" : [[[-97.8076, 37.474184], [-97.486689, 37.475345], [-97.369186, 37.477276], [-97.322833, 37.47662], [-97.321083, 37.417982], [-97.32599, 37.395653], [-97.321287, 37.366195], [-97.322136, 37.345672], [-97.324188, 37.341409], [...
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 sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"pages/contact": {"type": "boolean"}}, "required": ["pages/contact"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schem...
{"h" : "31193404e6e47440c644", "c" : {"pages/contact" : true}}
json_instruct
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"pages/contact": {"type": "boolean"}}, "required": ["pages/contact"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"version": {"type": "string"}, "configurations": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "request": {"type": "string"}, "name": {"type": "string"}, "url": {"type": "str...
{"version" : "0.2.0", "configurations" : [{"type" : "pwa-chrome", "request" : "launch", "name" : "Chrome Debug", "url" : "https://<TOFILL>.288dev.com/?use-dev=yes&livereload=yes", "webRoot" : "${workspaceFolder}/web"}]}
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "configurations": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "request": {"type": "string"}, "name": {"type": "string"}, "url": {"type": "string"}, "webRoot": {"type": "string"}}, "required": ["type", "request"...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "start": {"type": "string"}, "end": {"type": "string"}}, "required": ["id", "type", "start", "end"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "violet-forfex__DROPS__pristine-pincer", "type" : "DROPS", "start" : "violet-forfex", "end" : "pristine-pincer"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "start": {"type": "string"}, "end": {"type": "string"}}, "required": ["id", "type", "start", "end"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"superagent.js": {"type": "string"}, "superagent.min.js": {"type": "string"}}, "required": ["superagent.js", "superagent.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"superagent.js" : "sha512-7zDJ8A1CVZORSfBNKwMCcvAv//QqSnmiulFgqW0HuxX4MJB+MxTV3X7sIehULohCTszgPI7Ur6OPzsF5E5vaXg==", "superagent.min.js" : "sha512-c9gsqsNuEvQtxmvGSb4bBEP0lLl6fZy/X9DEdj20Bncyvm/8vtHh8Qt/B/Ff8YFwWBeI3GHgt4abQCoZcGqi4g=="}
json_instruct
{"type": "object", "properties": {"superagent.js": {"type": "string"}, "superagent.min.js": {"type": "string"}}, "required": ["superagent.js", "superagent.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"data.json": {"type": "object", "pro...
{"address" : "1oranGeS2xsKZ4jVsu9SVttzgkYXu4k9v", "cert_auth_type" : "web", "cert_sign" : "G/t0bDFaVNI5NJBIqSL8FqZlCMTjkLbcTgpE0hkSGjBcj/i6l2y+nh3v7bf4TvFfEQIh01DNu8cr23YcdMOZtiw=", "cert_user_id" : "mach@zeroid.bit", "files" : {"data.json" : {"sha512" : "47b320a01a3432138956257bfa0fd5e3f66ccf9693ee615329398c75eec55412...
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": {"data.json": {"type": "object", "properties": {"sha512": {"type": "string"}, "size": {"type": "integer"}}...
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" : "0x18fe8f216f125981667548c1ed52b571be3a18daed0a09ceccef9ddcaba09776", "parentHash" : "0x69aced532616756c20071742c4890b84f9d35eba798df590b7f78ff5a0cb1e64", "number" : 3308, "timestamp" : 1438278879, "nonce" : "0x4e36a417a4c41560", "difficulty" : 84859783437, "gasLimit" : {"_hex" : "0x1388"}, "gasUsed" : {"_hex...
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": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {"type": "string"}}, "SERIES_NAME": {"type": "array", "items": {"type": "string"}}, "X_CALENDAR_YEAR": {"...
{"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : ["0-9", "0-9", "0-9", "0-9", "0-9", "0-9", "0-9", "0-9", "0-9", "0-9", "0-9", "0-9"], "SERIES_NAME" : ["MALE", "FEMALE", "MALE", "FEMALE", "MALE", "MALE", "FEMALE", "FEMALE", "MALE", "MALE", "FEMALE", "FEMALE"], "X_CALENDAR_YEAR" : [2003, 2006, 2009, 2009, 2010, 2011...
json_instruct
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {"type": "string"}}, "SERIES_NAME": {"type": "array", "items": {"type": "string"}}, "X_CALENDAR_YEAR": {"type": "array", "items": {"type": "integer"}}, "Y_PREVALENCE_1000PP": {...
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"numero": {"type": "integer"}, "descircao": {"type": "string"}}, "required": ["numero", "descircao"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"numero" : 1, "descircao" : "Um meio de locomo\u00e7\u00e3o e transporte"}, {"numero" : 2, "descircao" : "Possui v\u00e1rios modelos e marcas"}, {"numero" : 3, "descircao" : "Tem 4 rodas"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"numero": {"type": "integer"}, "descircao": {"type": "string"}}, "required": ["numero", "descircao"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"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"...
{"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Alugmawa, Lambunao, Iloilo, Western Visayas (Region VI), PH", "locale" : "ph.western-visayas-region-vi.iloilo.lambunao.alugmawa", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "16", "region...
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": {...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "meta": {"type": "object", "properties": {"versionId": {"type": "string"}, "lastUpdated": {"type": "string"}}, "required": ["versionId", "lastUpdated"]}, "text": ...
{"resourceType" : "CodeSystem", "id" : "CARIN-BB-Claim-CareTeam-Role", "meta" : {"versionId" : "4", "lastUpdated" : "2019-12-01T14:02:49.000-05:00"}, "text" : {"status" : "generated", "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>CARIN Blue Button Claim Care Team Role Code System</h2><p>This code system http...
json_instruct
{"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "meta": {"type": "object", "properties": {"versionId": {"type": "string"}, "lastUpdated": {"type": "string"}}, "required": ["versionId", "lastUpdated"]}, "text": {"type": "object", "properties": {"status": {"type": "string"}...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"fluentui-react.js": {"type": "string"}, "fluentui-react.min.js": {"type": "string"}, "fluentui-react.umd.js": {"type": "string"}, "fluentui-react.umd.min.js": {"type": "string"}}, "required": ["fluentui-react.j...
{"fluentui-react.js" : "sha512-Jlbb6V41kT4qRE/lMB4z9pIjXwK2+p7CRsYctoxzQKw/6YiHzowlieY9uR+tawdr0nQT1qkGEPTdXkrKR2ofzQ==", "fluentui-react.min.js" : "sha512-btBLK3XxH61aK2O34oJsK1WdXTIl3T++2SptAh7zVQViqkppVuggr7UN0VYks5vUXflO4peYP9mj7rbTjpZ3rQ==", "fluentui-react.umd.js" : "sha512-te7VyR5unF2lr9V3/gSFrgbcH3OXbbWFqqs1gVB...
json_instruct
{"type": "object", "properties": {"fluentui-react.js": {"type": "string"}, "fluentui-react.min.js": {"type": "string"}, "fluentui-react.umd.js": {"type": "string"}, "fluentui-react.umd.min.js": {"type": "string"}}, "required": ["fluentui-react.js", "fluentui-react.min.js", "fluentui-react.umd.js", "fluentui-react.umd.m...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"describedBy": {"type": "string"}, "schema_type": {"type": "string"}, "biomaterial_core": {"type": "object", "properties": {"biomaterial_id": {"type": "string"}, "biomaterial_name": {"type": "string"}, "ncbi_t...
{"describedBy" : "https://schema.humancellatlas.org/type/biomaterial/6.3.3/specimen_from_organism", "schema_type" : "biomaterial", "biomaterial_core" : {"biomaterial_id" : "1135_LN", "biomaterial_name" : "Mouse_day11_LN_rep2", "ncbi_taxon_id" : [10090]}, "genus_species" : [{"text" : "Mus musculus", "ontology" : "NCBITa...
json_instruct
{"type": "object", "properties": {"describedBy": {"type": "string"}, "schema_type": {"type": "string"}, "biomaterial_core": {"type": "object", "properties": {"biomaterial_id": {"type": "string"}, "biomaterial_name": {"type": "string"}, "ncbi_taxon_id": {"type": "array", "items": {"type": "integer"}}}, "required": ["bio...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "object", "properties": {"txid": {"type": "string"}, "network": {"type": "string"}, "confirmations": {"type": "integer"}, "is_confirmed": {"type": "boolean"}}, "required": ["txi...
{"status" : "success", "data" : {"txid" : "8ef74ec4a6473caf7b3ddfcf38cf6db43995ff98c7cbc6d8cf317f3c22e35df2", "network" : "BTCTEST", "confirmations" : 79634, "is_confirmed" : false}}
json_instruct
{"type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "object", "properties": {"txid": {"type": "string"}, "network": {"type": "string"}, "confirmations": {"type": "integer"}, "is_confirmed": {"type": "boolean"}}, "required": ["txid", "network", "confirmations", "is_confirmed"]}}, "required":...
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/sc...
[{"year" : 1993, "sex" : "F", "n" : 5, "prop" : 2.54e-06}, {"year" : 1998, "sex" : "F", "n" : 6, "prop" : 3.1e-06}, {"year" : 2001, "sex" : "F", "n" : 7, "prop" : 3.54e-06}, {"year" : 2003, "sex" : "F", "n" : 9, "prop" : 4.49e-06}, {"year" : 2004, "sex" : "F", "n" : 7, "prop" : 3.47e-06}, {"year" : 2005, "sex" : "F", "...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "e...
{"nom" : "Gatey", "dpt" : "Jura", "inscrits" : 266, "abs" : 45, "votants" : 221, "blancs" : 4, "nuls" : 1, "exp" : 216, "res" : [{"panneau" : "2", "voix" : 85}, {"panneau" : "9", "voix" : 43}, {"panneau" : "11", "voix" : 35}, {"panneau" : "3", "voix" : 25}, {"panneau" : "1", "voix" : 12}, {"panneau" : "4", "voix" : 10}...
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"...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"/js/app.js": {"type": "string"}, "/css/admin/main.css": {"type": "string"}, "/css/admin/rtl.css": {"type": "string"}, "/css/app.css": {"type": "string"}}, "required": ["/js/app.js", "/css/admin/main.css", "/css/admin...
{"/js/app.js" : "/js/app.js", "/css/admin/main.css" : "/css/admin/main.css", "/css/admin/rtl.css" : "/css/admin/rtl.css", "/css/app.css" : "/css/app.css"}
json_instruct
{"type": "object", "properties": {"/js/app.js": {"type": "string"}, "/css/admin/main.css": {"type": "string"}, "/css/admin/rtl.css": {"type": "string"}, "/css/app.css": {"type": "string"}}, "required": ["/js/app.js", "/css/admin/main.css", "/css/admin/rtl.css", "/css/app.css"], "$schema": "http://json-schema.org/draft-...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"brief" : "complete", "long" : "<i>Meaning:</i> \"complete\"; as noun, the \"whole\" (specifically, a sacrifice \"entirely consumed\"); as adverb, \"fully\".<br/><i>Usage:</i> all, every whit, flame, perfect(-ion), utterly, whole burnt offering (sacrifice), wholly.<br/><i>Source:</i> from \"H3634\";"}
json_instruct
{"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"source": {"type": "string"}, "word": {"type": "string"}, "infinitivo": {"type": "string"}, "participio": {"type": "array", "items": {"type": "string"}}, "gerundio": {"type": "array", "items": {"type": "string"}}, "t...
{"source" : "http://lema.rae.es/drae/srv/search?val=sincronizar", "word" : "sincronizar", "infinitivo" : "sincronizar", "participio" : ["sincronizado"], "gerundio" : ["sincronizando"], "tenses" : {"3" : [["sincronizo"], ["sincronizas", "sincroniz\u00e1s"], ["sincroniza"], ["sincronizamos"], ["sincroniz\u00e1is", "sincr...
json_instruct
{"type": "object", "properties": {"source": {"type": "string"}, "word": {"type": "string"}, "infinitivo": {"type": "string"}, "participio": {"type": "array", "items": {"type": "string"}}, "gerundio": {"type": "array", "items": {"type": "string"}}, "tenses": {"type": "object", "properties": {"3": {"type": "array", "item...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"fileType": {"type": "string"}, "name": {"type": "string"}, "namespace": {"type": "string"}, "fqn": {"type": "string"}, "isEntry": {"type": "boolean"}, "isAbstract": {"type": "boolean"}, "description": {"type": "string"}, "fields...
{"fileType" : "DataElement", "name" : "PanelMembers", "namespace" : "cimi.topic", "fqn" : "cimi.topic.PanelMembers", "isEntry" : false, "isAbstract" : false, "description" : "PanelMember represent the elements of a group of a related but independent evaluations.\nExamples are the measurements that compose a complete bl...
json_instruct
{"type": "object", "properties": {"fileType": {"type": "string"}, "name": {"type": "string"}, "namespace": {"type": "string"}, "fqn": {"type": "string"}, "isEntry": {"type": "boolean"}, "isAbstract": {"type": "boolean"}, "description": {"type": "string"}, "fields": {"type": "array", "items": {"type": "object", "propert...
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": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": ...
{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-1.979442, 50.72035]}, "properties" : {"organisation" : "local-authority-eng:POL", "hectares" : "0.17", "deliverable" : "yes", "maximum-net-dwellings" : "50", "site" : "P/BLR/0068", "site-address" : "12 & 14 and land adjacent to Poole Labour Club, Wi...
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": {"organisation": {"type": "string"}...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Die Stadt Tarkov", "description" : "Tarkov ist eine Stadt im Nordwesten Russlands, eine Kommune innerhalb der Region Norvinsk und eine der beiden Hauptst\u00e4dte der Sonderwirtschaftszone Norvinsk."}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"rules": {"type": "object", "properties": {".read": {"type": "boolean"}, ".write": {"type": "boolean"}, "ratings": {"type": "object", "properties": {".read": {"type": "boolean"}, ".write": {"type": "boolean"}, "$uid": {"type...
{"rules" : {".read" : true, ".write" : false, "ratings" : {".read" : false, ".write" : false, "$uid" : {".read" : "auth.uid === $uid", ".write" : "auth.uid === $uid"}}, "featuredSessions" : {".read" : false, ".write" : false, "$uid" : {".read" : "auth.uid === $uid", ".write" : "auth.uid === $uid"}}, "speakers" : {".rea...
json_instruct
{"type": "object", "properties": {"rules": {"type": "object", "properties": {".read": {"type": "boolean"}, ".write": {"type": "boolean"}, "ratings": {"type": "object", "properties": {".read": {"type": "boolean"}, ".write": {"type": "boolean"}, "$uid": {"type": "object", "properties": {".read": {"type": "string"}, ".wri...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"SolverName": {"type": "string"}, "ObjBound": {"type": "number"}, "SolveTime": {"type": "number"}, "PrimalStatus": {"type": "string"}, "InstanceName": {"type": "string"}, "SolveTimeRaw": {"type": "number"}, "CompletedSolveTime"...
{"SolverName" : "BARON", "ObjBound" : 3.31992926789, "SolveTime" : 0.3, "PrimalStatus" : "FEASIBLE_POINT", "InstanceName" : "27_softplus_4_3_3", "SolveTimeRaw" : 0.9189999103546143, "CompletedSolveTime" : 100.0, "ObjValue" : 3.3202612608122206, "Error" : false, "TerminationStatus" : "LOCALLY_SOLVED"}
json_instruct
{"type": "object", "properties": {"SolverName": {"type": "string"}, "ObjBound": {"type": "number"}, "SolveTime": {"type": "number"}, "PrimalStatus": {"type": "string"}, "InstanceName": {"type": "string"}, "SolveTimeRaw": {"type": "number"}, "CompletedSolveTime": {"type": "number"}, "ObjValue": {"type": "number"}, "Erro...
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "sloc": {"type": "integer"}, "lloc": {"type": "integer"}, "functions": {"type": "integer"}, "deliveredBugs": {"type": "number"}, "maintainability": {"type": "number"}, "lin...
[{"date" : "Tue, 19 Jul 2016 08:41:25 GMT", "sloc" : 36, "lloc" : 22, "functions" : 5, "deliveredBugs" : 0.18430376252379815, "maintainability" : 75.35322041248598, "lintErrors" : [], "difficulty" : 6.923076923076923}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "sloc": {"type": "integer"}, "lloc": {"type": "integer"}, "functions": {"type": "integer"}, "deliveredBugs": {"type": "number"}, "maintainability": {"type": "number"}, "lintErrors": {"type": "array", "items": {}}, "difficulty": {"t...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"content": {"type": "string"}, "entities": {"type": "array", "items": {"type": "object", "properties": {"entity": {"type": "string"}, "type": {"type": "string"}, "id": {"type": "integer"}, "offset": {"type": "integ...
{"content" : "\"The Conservative party has a very clear plan\" Yes, we've seen the plan in action - many, many more food banks and inequality. #bbcqt", "entities" : [{"entity" : "inequality", "type" : "topic keyword", "id" : 2, "offset" : 115}, {"entity" : "food banks", "type" : "topic keyword", "id" : 3, "offset" : 10...
json_instruct
{"type": "object", "properties": {"content": {"type": "string"}, "entities": {"type": "array", "items": {"type": "object", "properties": {"entity": {"type": "string"}, "type": {"type": "string"}, "id": {"type": "integer"}, "offset": {"type": "integer"}}, "required": ["entity", "type", "id", "offset"]}}, "topics": {"typ...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "e...
{"nom" : "Troissereux", "dpt" : "Oise", "inscrits" : 962, "abs" : 190, "votants" : 772, "blancs" : 66, "nuls" : 11, "exp" : 695, "res" : [{"panneau" : "1", "voix" : 350}, {"panneau" : "2", "voix" : 345}]}
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"...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"_id": {"type": "string"}, "accession": {"type": "string"}, "definition": {"type": "string"}, "host": {"type": "string"}, "sequence": {"type": "string"}}, "required": ["_id", "accession", "definition", "host", "seq...
{"_id" : "oq8df96k", "accession" : "NC_021480", "definition" : "Grapevine satellite virus isolate AUD46129, complete sequence", "host" : "Vitis sp. (grapevine)", "sequence" : "AGTATTTTTCATGAGCGTATTTTTCATGAGCGTATTGTGCTAGTAGGTTTCGAACACCACATACCAAATCATCTTACAATCCCTAGCGCTGGACACACCCCTCTTCTTACTGTTCAGTTGCTATCTTCTTCTTCTAATTCTCTT...
json_instruct
{"type": "object", "properties": {"_id": {"type": "string"}, "accession": {"type": "string"}, "definition": {"type": "string"}, "host": {"type": "string"}, "sequence": {"type": "string"}}, "required": ["_id", "accession", "definition", "host", "sequence"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"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": "ar...
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-118.967459, 35.377512], [-118.967421, 35.383005], [-118.949662, 35.383152], [-118.949697, 35.37594], [-118.964908, 35.375818], [-118.967467, 35.376371], [-118.967459, 35.377512]]]}, "type" : "Feature", "properties" : {"c...
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": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "...
{"\u5de5\u5ee0\u540d\u7a31" : "\u9023\u9245\u5be6\u696d\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99648158", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "08210007057709", "\u5de5\u5ee0\u5730\u5740" : "\u5f70\u5316\u7e23\u79c0\u6c34\u9109\u5b89\u6771\u6751\u5f70\u6c34\u8def\uff11\u6bb5...
json_instruct
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "st...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "mocha": {"type": "string"}, "sinon": {"type": "string"}, "sinon-chai": {"type": "string"...
{"name" : "pairing-generator-tests", "private" : true, "dependencies" : {"chai" : "^3.5.0", "mocha" : "^3.1.2", "sinon" : "~1.9", "sinon-chai" : "^2.8.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "mocha": {"type": "string"}, "sinon": {"type": "string"}, "sinon-chai": {"type": "string"}}, "required": ["chai", "mocha", "sinon", "sinon-chai"]}},...
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"chain": {"type": "string"}, "homologs": {"type": "array", "items": {"type": "string"}}, "num_homol": {"type": "integer"}}, "required": ["chain", "homologs", "num_homol"]}, "$schema": "http://json-sch...
[{"chain" : "A", "homologs" : ["6w4b_B", "6w4b_A", "1uw7_A", "1qz8_B", "1qz8_A", "3ee7_D", "3ee7_C", "3ee7_B", "3ee7_A"], "num_homol" : 9}, {"chain" : "B", "homologs" : ["6w4b_B", "6w4b_A", "1uw7_A", "1qz8_B", "1qz8_A", "3ee7_D", "3ee7_C", "3ee7_B", "3ee7_A"], "num_homol" : 9}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"chain": {"type": "string"}, "homologs": {"type": "array", "items": {"type": "string"}}, "num_homol": {"type": "integer"}}, "required": ["chain", "homologs", "num_homol"]}, "$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"}, "station_list": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "integer"}, "name": {"type": "string"}, "numbering": {"type": "array", "items": {"type": "st...
{"name" : "\u6771\u8449\u9ad8\u901f\u9244\u9053", "station_list" : [{"code" : 1130524, "name" : "\u897f\u8239\u6a4b", "numbering" : ["TR01"]}, {"code" : 9933802, "name" : "\u6771\u6d77\u795e", "numbering" : ["TR02"]}, {"code" : 9933803, "name" : "\u98ef\u5c71\u6e80", "numbering" : ["TR03"]}, {"code" : 9932906, "name" :...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "station_list": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "integer"}, "name": {"type": "string"}, "numbering": {"type": "array", "items": {"type": "string"}}}, "required": ["code", "name", "numbering"]}}}, "required": ["na...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": ...
{"authors" : [{"author" : "Rinki Murphy"}, {"author" : "Deborah Mackay"}, {"author" : "Ed A Mitchell"}], "doi" : "10.1186/1471-2350-13-99", "publication_date" : "2012-11-03", "id" : "EN116769", "url" : "https://pubmed.ncbi.nlm.nih.gov/23116464", "source" : "BMC medical genetics", "source_url" : "", "licence" : "CC BY",...
json_instruct
{"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": ...
{"id" : 101852555, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "6f3558206e78f48bce982769737ebc25", "wof:id" : 101852555, "wof:repo" : "whosonfirst-data-admin-gb"}, "bbox" : [-4.14418, 50.54944, -4.14418, 50.54944], "geometry" : {"coordinate...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"minecraft:adventure/adventuring_time": {"type": "object", "properties": {"criteria": {"type": "object", "properties": {"minecraft:wooded_hills": {"type": "string"}, "minecraft:plains": {"type": "string"}}, "require...
{"minecraft:adventure/adventuring_time" : {"criteria" : {"minecraft:wooded_hills" : "2020-04-18 14:50:06 +0300", "minecraft:plains" : "2020-04-18 14:51:17 +0300"}, "done" : false}}
json_instruct
{"type": "object", "properties": {"minecraft:adventure/adventuring_time": {"type": "object", "properties": {"criteria": {"type": "object", "properties": {"minecraft:wooded_hills": {"type": "string"}, "minecraft:plains": {"type": "string"}}, "required": ["minecraft:wooded_hills", "minecraft:plains"]}, "done": {"type": "...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}}...
{"name" : "materra-lightbox", "version" : "1.0.1", "description" : "A minimal lightbox to lower your website's carbon footprint", "repository" : "github:wiegertschouten/materra-lightbox", "main" : "dist/materra-lightbox.esm.js", "scripts" : {"dev" : "rollup -c -w"}, "keywords" : ["image", "lightbox", "minimal", "carbon...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}}, "required": ["dev"]}, "keywords": {"type": "array", "item...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "objec...
{"name" : "slack-rtm-proxy", "version" : "0.1.1", "description" : "Proxy for Slack Real Time Messaging API", "main" : "index.js", "author" : "Hayto IZUMI", "license" : "MIT", "dependencies" : {"@slack/client" : "^4.2.2", "axios" : "^0.18.0", "dotenv" : "^5.0.1", "https-proxy-agent" : "^2.2.1", "moment" : "^2.22.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@slack/client": {"type": "string"}, "axios": {"type"...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "me...
{"ast" : null, "code" : "import _extends from \"@babel/runtime/helpers/extends\";\nimport cx from 'classnames';\nimport PropTypes from 'prop-types';\nimport React from 'react';\nimport { childrenUtils, customPropTypes, getElementType, getUnhandledProps, useKeyOnly } from '../../lib';\n/**\n * A dimmable sub-component f...
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/s...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"ll": {"type": "array", "items": {"type": "string"}}, "uri": {"type": "string"}, "id": {"type": "string"}, "title": {"type": "string"}}, "required": ["ll", "uri", "id", "title"], "$schema": "http://json-schema.org/draft-07/s...
{"ll" : ["47.5", "27.5"], "uri" : "http://pleiades.stoa.org/places/1273", "id" : "1273", "title" : "Scythia"}
json_instruct
{"type": "object", "properties": {"ll": {"type": "array", "items": {"type": "string"}}, "uri": {"type": "string"}, "id": {"type": "string"}, "title": {"type": "string"}}, "required": ["ll", "uri", "id", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "musicType": {"type": "string"}, "musicNo": {"type": "string"}}, "required": ["title", "author", "musicType", "musicNo"], "$schema": "http://json-schema.org/...
{"title" : "Ifs and Buts-\u963f\u4fdd\u521a", "author" : "\u963f\u4fdd\u521a", "musicType" : "\u8f7b\u97f3\u4e50", "musicNo" : "0008614"}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "musicType": {"type": "string"}, "musicNo": {"type": "string"}}, "required": ["title", "author", "musicType", "musicNo"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "meta": {"type": "object", "properties": {"source": {"type": "string"}}, "required": ["source"]}, "url": {"type": "string"}, "version": {"type": "string"}...
{"resourceType" : "ValueSet", "id" : "2.16.840.1.114222.4.11.7787", "meta" : {"source" : "https://phinvads.cdc.gov/vads/ViewValueSet.action?oid=2.16.840.1.114222.4.11.7787"}, "url" : "http://phinvads.cdc.gov/fhir/ValueSet/2.16.840.1.114222.4.11.7787", "version" : "1", "name" : "PHVS_FoodAllergy_Listeria", "title" : "Fo...
json_instruct
{"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "meta": {"type": "object", "properties": {"source": {"type": "string"}}, "required": ["source"]}, "url": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "title": {"type": "string"}, "status": {...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"docusaurus": {"type": "string"}, "start": {"type": "string"}, "build": {"type": "string"}, "swizzle": {"type": "string"}, "deploy": {"type": "stri...
{"private" : true, "scripts" : {"docusaurus" : "docusaurus", "start" : "cross-env TYPEDOC_WATCH=true docusaurus start", "build" : "docusaurus build", "swizzle" : "docusaurus swizzle", "deploy" : "docusaurus deploy", "clear" : "docusaurus clear", "serve" : "docusaurus serve", "write-translations" : "docusaurus write-tra...
json_instruct
{"type": "object", "properties": {"private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"docusaurus": {"type": "string"}, "start": {"type": "string"}, "build": {"type": "string"}, "swizzle": {"type": "string"}, "deploy": {"type": "string"}, "clear": {"type": "string"}, "serve": {"type": "string"}...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": [...
{"name" : "aggregate-interface", "version" : "1.0.0", "description" : "Statistics interface for demo purpose", "main" : "index.html", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/nutella-framework/aggregate-interface.git"}, "keywor...
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...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "rankine:block/breccia_button_inventory"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"bl": {"type": "number"}, "cms": {"type": "number"}, "fs": {"type": "number"}, "le": {"type": "number"}, "mms": {"type": "number"}, "model": {"type": "string"}, "pe": {"type": "number"}, "qes": {"type": "number"}, "qms": {"type":...
{"bl" : 22.3, "cms" : 0.000163, "fs" : 53.0, "le" : 0.00083, "mms" : 0.054, "model" : "12MH32", "pe" : 400.0, "qes" : 0.2, "qms" : 7.2, "qts" : 0.19, "re" : 5.2, "rms" : 2.53, "sd" : 0.0522, "vas" : 0.063, "vendor" : "B&CSpeakers", "xmax" : 0.005}
json_instruct
{"type": "object", "properties": {"bl": {"type": "number"}, "cms": {"type": "number"}, "fs": {"type": "number"}, "le": {"type": "number"}, "mms": {"type": "number"}, "model": {"type": "string"}, "pe": {"type": "number"}, "qes": {"type": "number"}, "qms": {"type": "number"}, "qts": {"type": "number"}, "re": {"type": "nu...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "d611-79", "text" : "WHAT CAN I DO?\nPublic Service Announcement #3\nCONTINUITY DEPT.\nVIDEO\n1ST MAN\nAUDIO\nBLUE-COLLAR NEGRO WORKERS IN\nFACTORY.\nWORDS \"WHAT CAN I DO?\" QUICKLY\nFLASH ON AND OFF SEVERAL TIMES.\nALTERNATING BLACK ON WHITE, THEN\nREVERSE; BOLD TYPE\nFACTORY SCENE\nDISSOLVE TO \"PROJECT\" TY...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "string"}, "labels": {"type": "array", "items": {"type": "string"}}, "data": {"type": "object", "properties": {"name": {"type": "string"}, "latLng": {"type": "object", "properties": {"lat": {"type": "number"}, "l...
{"id" : "pedGAmV2l", "labels" : ["MapMarker"], "data" : {"name" : "pedGAmV2l", "latLng" : {"lat" : 77.157162522661, "lng" : 95.09765625}}}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "labels": {"type": "array", "items": {"type": "string"}}, "data": {"type": "object", "properties": {"name": {"type": "string"}, "latLng": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}}, "re...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type"...
{"name" : "hmazter/console-skeleton", "description" : "Skeleton for a console application with DI-container and yaml-config", "type" : "project", "license" : "MIT", "authors" : [{"name" : "Kristoffer H\u00f6gberg", "email" : "krihog@gmail.com", "homepage" : "https://hmazter.com"}], "require" : {"php" : "^7.2", "symfony...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}}, "r...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "k...
{"name" : "goggles", "version" : "0.1.2", "homepage" : "https://github.com/will-ob/goggles", "authors" : ["Will O'Brien <will.obrien@dibit.co>"], "description" : "Access google apis with less suck", "main" : "index.js", "keywords" : ["google", "api"], "license" : "MIT", "ignore" : ["**/.*", "goggles.png", "node_modules...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"...
{"title" : "Making pattern queries bounded in big graphs.", "fields" : ["subgraph isomorphism problem", "bounded function", "pattern matching", "orders of magnitude", "query plan"], "abstract" : "It is cost-prohibitive to find matches Q(G) of a pattern query Q in a big graph G. We approach this by fetching a small subg...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"typ...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"cwlVersion": {"type": "string"}, "class": {"type": "string"}, "inputs": {"type": "object", "properties": {"M": {"type": "object", "properties": {"type": {"type": "string"}, "inputBinding": {"type": "object", "prop...
{"cwlVersion" : "v1.0", "class" : "CommandLineTool", "inputs" : {"M" : {"type" : "File", "inputBinding" : {"prefix" : "proident amet", "separate" : true, "itemSeparator" : "sit minim"}, "doc" : "dolore enim"}}, "outputs" : {}}
json_instruct
{"type": "object", "properties": {"cwlVersion": {"type": "string"}, "class": {"type": "string"}, "inputs": {"type": "object", "properties": {"M": {"type": "object", "properties": {"type": {"type": "string"}, "inputBinding": {"type": "object", "properties": {"prefix": {"type": "string"}, "separate": {"type": "boolean"},...
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}...
[{"namaKab" : "PELALAWAN", "originalFilename" : "Dok baru 2018-07-26 (2)_10.jpg", "namaPartai" : "Partai Gerakan Perubahan Indonesia", "id" : 267958, "noUrut" : 1, "nama" : "THONY PANAHATAN SIBARANI", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "PELALAWAN", "originalFilename" : "Dok baru 2018-07-26 (1)_7.jpg", "n...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "...
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-fwhh-r6jr-f959", "modified" : "2022-05-13T01:31:07Z", "published" : "2022-05-13T01:31:07Z", "aliases" : ["CVE-2015-0179"], "details" : "Notes System Diagnostic (NSD) in IBM Domino 8.5.x before 8.5.3 FP6 IF6 and 9.x before 9.0.1 FP3 IF1 allows local users to obtain the System pr...
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...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "run-default-command"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"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"}}, "requi...
{"h" : [{"d" : [{"e" : ["\ufff9`Sapi'ofongaw~ `ira~ `toya~ `loma'~.\ufffa\ufffb\u4ed6\u60f3\u7ffb\u4fee\u90a3\u9593\u623f\u5b50\u3002"], "f" : "\u60f3\u7ffb\u4fee\u5c4b\u9802\u3002"}]}], "stem" : "'ofong", "t" : "sapi'ofongaw"}
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"]}}, "stem": {"type": "string"},...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Johnwilson008\\NotifyRobot\\": {"type": "string"}}, "required"...
{"name" : "johnwilson008/notify-robot", "description" : "webhook-notify", "autoload" : {"psr-4" : {"Johnwilson008\\NotifyRobot\\" : "src/"}}, "authors" : [{"name" : "JohnWilson008", "email" : "JohnWilson008@protonmail.com"}], "require" : {}, "license" : "MIT"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Johnwilson008\\NotifyRobot\\": {"type": "string"}}, "required": ["Johnwilson008\\NotifyRobot\\"]}}, "required": ["psr-4"]}, "authors"...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "stri...
{"name" : "polkadot-launch", "version" : "1.3.1", "main" : "dist/index.js", "author" : "Shawn Tabrizi <shawntabrizi@gmail.com>", "license" : "MIT", "scripts" : {"build" : "tsc", "start" : "yarn build && node dist/index.js ../config.json", "lint" : "npx prettier --write ."}, "dependencies" : {"@polkadot/api" : "^4.5.1",...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "start": {"type": "string"}, "lint": {"type": "string"}}, "requi...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}},...
{"n_dim" : 34, "n_trials" : 340, "objective" : "markowitz_realized_on_cube", "white" : "platypus_ibea", "black" : "pymoo_nsga3", "traceback" : ["passing", "passing"], "best_val" : [8.77261219040875, 10.275540258062328], "best_x" : [[0.15781773657127662, 0.9282704660256319, 0.25524723203331906, 0.48978362338548054, 0.65...
json_instruct
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}, "repository": {"type": "string"}, "homepage": {"ty...
{"name" : "@phenomic/plugin-bundler-webpack", "version" : "1.0.0-beta.1", "publishConfig" : {"access" : "public"}, "repository" : "https://github.com/phenomic/phenomic.git", "homepage" : "https://phenomic.io", "license" : "MIT", "authors" : ["Maxime Thirouin (MoOx)", "bloodyowl <bloodyowl@icloud.com>"], "keywords" : ["...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}, "repository": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "ar...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "keyImages": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}...
{"id" : "3f0e402b13894701a037972dfe533506", "title" : "Cyberpunk 2077 General Audience", "description" : "Cyberpunk 2077 General Audience", "keyImages" : [{"type" : "ESRB", "url" : "https://cdn1.epicgames.com/77f2b98e2cef40c8a7437518bf420e47/item/esrb-cyberpunk2077-842x404-95e74b819297916c531a83a7376d9d7e.png", "md5" :...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "keyImages": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}, "md5": {"type": "string"}, "width": {"type": "integer"}, "height": ...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "start": {"type": "string...
{"name" : "@design-system/site", "version" : "0.1.0", "private" : true, "scripts" : {"dev" : "next", "build" : "next build", "start" : "next start"}, "dependencies" : {"glob" : "^7.1.3", "glob-promise" : "^3.4.0", "next" : "^9.0.2", "react" : "^16.8.9", "react-dom" : "^16.8.3"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "start": {"type": "string"}}, "required": ["dev", "build", "start"]}, "dependencies": {"type":...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"mt0": {"type": "object", "properties": {"write": {"type": "object", "properties": {"device_start": {"type": "number"}, "host_queued_start": {"type": "number"}, "device_queued": {"type": "number"}, "device_end": {"type": "numbe...
{"mt0" : {"write" : {"device_start" : 1586235929.8042305, "host_queued_start" : 1586236013.881082, "device_queued" : 1586235929.803964, "device_end" : 1586235929.8052227, "host_queued_end" : 1586236013.881443}, "device" : "gpu", "nd_range" : {"device_start" : 1586235929.8052273, "device_end" : 1586235929.805408}, "cmdq...
json_instruct
{"type": "object", "properties": {"mt0": {"type": "object", "properties": {"write": {"type": "object", "properties": {"device_start": {"type": "number"}, "host_queued_start": {"type": "number"}, "device_queued": {"type": "number"}, "device_end": {"type": "number"}, "host_queued_end": {"type": "number"}}, "required": ["...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "distri...
{"id" : "2001", "provinceId" : "91", "regencyId" : "04", "districtId" : "07", "name" : "Bumi Mulia"}
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#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"extends": {"type": "array", "items": {"type": "string"}}}, "required": ["extends"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"extends" : ["github>erezrokah/shared-configurations:renovate-default"]}
json_instruct
{"type": "object", "properties": {"extends": {"type": "array", "items": {"type": "string"}}}, "required": ["extends"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}}, "required": ["f"]}}}, "required": ["d"]}}, "t": {"type": "string"}}, ...
{"h" : [{"d" : [{"f" : "\ufff9\ufffaopen space that formerly was woods or brush\ufffb\u4ee5\u524d\u662f\u53e2\u6797\u704c\u6728\uff0c\u73fe\u5df2\u95e2\u70ba\u7a7a\u66e0\u4e4b\u5730"}]}], "t" : "dahtal"}
json_instruct
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}}, "required": ["f"]}}}, "required": ["d"]}}, "t": {"type": "string"}}, "required": ["h", "t"], "$schema": "http://json-schema.org/...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"province": {"type": "string"}, "city": {"type": "string"}, "area": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "string"}, "phone": {"type...
[{"province" : "\u5317\u4eac\u5e02", "city" : "\u5317\u4eac\u5e02", "area" : "\u5ef6\u5e86\u533a", "name" : "\u4e1c\u5916\u5927\u8857\u90ae\u653f\u652f\u5c40", "code" : "102100", "address" : "\u5ef6\u5e86\u533a\u4e1c\u5916\u5927\u885779\u53f7(\u5907\u6ce8\uff1a\u90ae\u50a8\u94f6\u884c100\u7c73\u5185\uff09", "phone" : "...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"province": {"type": "string"}, "city": {"type": "string"}, "area": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "string"}, "phone": {"type": "string"}}, "required": ["province", "city", "area", "name", "code...
Construct a JSON document that adheres to this schema specification: {"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" : "3326130023", "district_id" : "3326130", "name" : "AMBOKEMBANG"}
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#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "icons": {"type": "object", "properties": {"16": {"type": "string"}, "48": {"typ...
{"manifest_version" : 2, "name" : "WebPageTest", "description" : "This extension launches WebPageTest for the current page", "version" : "1.0", "icons" : {"16" : "wpt16.png", "48" : "wpt48.png", "128" : "wpt128.png"}, "browser_action" : {"default_icon" : "wpt48.png", "default_title" : "Test performance"}, "background" ...
json_instruct
{"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "icons": {"type": "object", "properties": {"16": {"type": "string"}, "48": {"type": "string"}, "128": {"type": "string"}}, "required": ["16", "48", "12...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"process": {"type": "string"}, "processURI": {"type": "string"}, "editorsDraft": {"type": "string"}, "title": {"type": "string"}, "shortname": {"type": "string"}, "status": {"type": "string"}, "editorIDs": {"typ...
{"process" : "1 March 2017", "processURI" : "https://www.w3.org/2017/Process-20170301/", "editorsDraft" : "http://w3c.github.io/navigation-timing/", "title" : "Navigation Timing 2", "shortname" : "navigation-timing-2", "status" : "WD", "editorIDs" : [44357, 69474, 45188], "previousVersion" : "https://www.w3.org/TR/2017...
json_instruct
{"type": "object", "properties": {"process": {"type": "string"}, "processURI": {"type": "string"}, "editorsDraft": {"type": "string"}, "title": {"type": "string"}, "shortname": {"type": "string"}, "status": {"type": "string"}, "editorIDs": {"type": "array", "items": {"type": "integer"}}, "previousVersion": {"type": "st...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "ob...
{"name" : "Magic", "version" : "2.0.2", "summary" : "An alternative for Swift's print() along the lines of DLog.", "description" : "If you're like me, you miss seeing the filename, method name, and/or line number in your print() statements in your Swift projects.\n\nFear not, Magic is here to bring you back to the gool...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"Arthur Ariel Sabintsev": {"type": "string"}}, "requi...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"sp-addinhelpers.es5.js": {"type": "string"}, "sp-addinhelpers.es5.umd.bundle.js": {"type": "string"}, "sp-addinhelpers.es5.umd.bundle.min.js": {"type": "string"}, "sp-addinhelpers.es5.umd.js": {"type": "string"}, "s...
{"sp-addinhelpers.es5.js" : "sha512-YxYWqFH2ymmoCNIH72sqMx7dkXG4ldQwtuKa0W5uWz1EF6jsu+3lesRy0Qykm7qidmBYlmOAVISPNQDwXeJjkg==", "sp-addinhelpers.es5.umd.bundle.js" : "sha512-mSpX11ZboFhbmNrvbs8qTIDsg7ghrvf5s3eII6nSMrAMwQ2TkvmSdcyNRAhcfZv2+5IIzwRmtmJ/a32RqIHK7w==", "sp-addinhelpers.es5.umd.bundle.min.js" : "sha512-+rDH5t...
json_instruct
{"type": "object", "properties": {"sp-addinhelpers.es5.js": {"type": "string"}, "sp-addinhelpers.es5.umd.bundle.js": {"type": "string"}, "sp-addinhelpers.es5.umd.bundle.min.js": {"type": "string"}, "sp-addinhelpers.es5.umd.js": {"type": "string"}, "sp-addinhelpers.es5.umd.min.js": {"type": "string"}, "sp-addinhelpers.j...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "homepage": {"type": "string"}, "keywo...
{"name" : "butler", "description" : "An elegant, friendly and courteous butler to avoid headaches with Service Workers", "version" : "0.1.0", "license" : "MIT", "repository" : "h2non/butler", "author" : "Tomas Aparicio", "homepage" : "https://github.com/h2non/butler", "keywords" : ["serviceworker", "service", "worker",...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "igno...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"config": {"type": "object", "properties": {"abort": {"type": "object", "properties": {"one_instance_allowed": {"type": "string"}}, "required": ["one_instance_allowed"]}}, "required": ["abort"]}}, "required": ["config...
{"config" : {"abort" : {"one_instance_allowed" : "Csak egyetlen konfigur\u00e1ci\u00f3 sz\u00fcks\u00e9ges."}}}
json_instruct
{"type": "object", "properties": {"config": {"type": "object", "properties": {"abort": {"type": "object", "properties": {"one_instance_allowed": {"type": "string"}}, "required": ["one_instance_allowed"]}}, "required": ["abort"]}}, "required": ["config"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"title": {"type": "string"}, "context": {"type": "object", "properties": {"backgroundPrev": {"type": "string"}, "backgroundNext": {"type": "string"}}, "required": ["backgroundPrev", "backgroundNext"]}}, "required": [...
{"title" : "Separator", "context" : {"backgroundPrev" : "u-background-50", "backgroundNext" : "u-background-grey-20"}}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "context": {"type": "object", "properties": {"backgroundPrev": {"type": "string"}, "backgroundNext": {"type": "string"}}, "required": ["backgroundPrev", "backgroundNext"]}}, "required": ["title", "context"], "$schema": "http://json-schema.org/draft-07/schem...
Generate sample JSON data that conforms to the following schema definition: {"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"}, "f...
{"user" : "123wowow123", "repos" : 1, "login" : "123wowow123", "id" : 8672989, "avatar_url" : "https://avatars1.githubusercontent.com/u/8672989?v=3", "url" : "https://api.github.com/users/123wowow123", "html_url" : "https://github.com/123wowow123", "followers_url" : "https://api.github.com/users/123wowow123/followers",...
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...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": ...
{"name" : "webdev-with-mongo-node-book", "version" : "1.0.0", "description" : "web application with nodejs and mongodb", "main" : "server.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "Luis Vegerano", "license" : "MIT", "dependencies" : {"MD5" : "^1.2.1", "async" : "^0.9.0", "boo...
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"]}, "author": {"type": "string"}, "license": {"type": "string"}, "depen...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"static/development/pages/a.js": {"type": "boolean"}, "static/development/pages/next/dist/pages/_error.js": {"type": "boolean"}}, "required": ["s...
{"h" : "6f1b066ae9bdefc275da", "c" : {"static/development/pages/a.js" : false, "static/development/pages/next/dist/pages/_error.js" : false}}
json_instruct
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"static/development/pages/a.js": {"type": "boolean"}, "static/development/pages/next/dist/pages/_error.js": {"type": "boolean"}}, "required": ["static/development/pages/a.js", "static/development/pages/next/dist/pages/_err...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"objects": {"type": "object", "properties": {"vectile": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type": "array", "items":...
{"objects" : {"vectile" : {"type" : "GeometryCollection", "geometries" : [{"arcs" : [[0]], "type" : "Polygon", "properties" : {"id" : 34}, "clipped" : true, "id" : "bae85f1db0"}, {"arcs" : [[1]], "type" : "Polygon", "properties" : {"id" : 45}, "clipped" : true, "id" : "fef434538b"}]}}, "type" : "Topology", "transform" ...
json_instruct
{"type": "object", "properties": {"objects": {"type": "object", "properties": {"vectile": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "type": ...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "dockerFile": {"type": "string"}, "containerUser": {"type": "string"}, "extensions": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "dockerFile", "containerUser", ...
{"name" : "joi-filelist", "dockerFile" : "./dev.dockerfile", "containerUser" : "node", "extensions" : ["editorconfig.editorconfig"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "dockerFile": {"type": "string"}, "containerUser": {"type": "string"}, "extensions": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "dockerFile", "containerUser", "extensions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"@context": {"type": "string"}, "@id": {"type": "string"}, "@type": {"type": "string"}, "o:comment": {"type": "string"}, "o:id": {"type": "integer"}, "o:label": {"type": "string"}, "o:local_name": {"type": "string"}, "o:term": ...
{"@context" : "https://curation.library.t.u-tokyo.ac.jp/api-context", "@id" : "https://curation.library.t.u-tokyo.ac.jp/api/properties/232", "@type" : "o:Property", "o:comment" : "\u5358\u884c\u66f8\u306e\u69cb\u6210\u30ec\u30d9\u30eb\u306e\u5404\u8457\u4f5c\u306b\u8457\u4f5c\u8cac\u4efb\u3092\u6301\u3064\u5b9f\u4f53",...
json_instruct
{"type": "object", "properties": {"@context": {"type": "string"}, "@id": {"type": "string"}, "@type": {"type": "string"}, "o:comment": {"type": "string"}, "o:id": {"type": "integer"}, "o:label": {"type": "string"}, "o:local_name": {"type": "string"}, "o:term": {"type": "string"}, "o:vocabulary": {"type": "object", "pro...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category":...
{"id" : 100732, "info" : {"name" : "EXO Logo Icons", "description" : "EXO's Logo's through the eras as the icons for home and such on tumblr.", "additionalInfo" : null, "format" : "uso", "category" : "tumblr", "createdAt" : "2014-04-23T16:33:28.000Z", "updatedAt" : "2014-10-05T21:55:41.000Z", "license" : "NO-REDISTRIBU...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "...