input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "cordova": {"type": "object", "properties": {"id": {"type": "string"}, "platforms": {"type": "array", "items": {"type": ...
{"name" : "cordova-plugin-ckopenimage", "version" : "1.2.0", "description" : "This plugin is intended to show a picture from an URL into a Photo Viewer with zoom features.", "cordova" : {"id" : "cordova-plugin-ckopenimage", "platforms" : ["ios"]}, "repository" : {"type" : "git", "url" : "git+https://github.com/WuglyakB...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "cordova": {"type": "object", "properties": {"id": {"type": "string"}, "platforms": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "platforms"]}, "repository": {"type": "o...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"query": {"type": "string"}, "description": {"type": "string"}, "threshold": {"type": "number"}, "fractionInvalid": {"type": "number"}, "numInvalid": {"type": "integer"}, "sampleInvalid": {"type": "array", "items": {"type": ...
{"query" : "Ints = 1", "description" : "Description", "threshold" : 0.1, "fractionInvalid" : 2.0, "numInvalid" : 0, "sampleInvalid" : [{"ints" : 1}], "sampleWindows" : [], "userSummaryStatistics" : {}}
json_instruct
{"type": "object", "properties": {"query": {"type": "string"}, "description": {"type": "string"}, "threshold": {"type": "number"}, "fractionInvalid": {"type": "number"}, "numInvalid": {"type": "integer"}, "sampleInvalid": {"type": "array", "items": {"type": "object", "properties": {"ints": {"type": "integer"}}, "requir...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bcrypt-nodejs": {"type": "string"}, "body-parser": {"type": "string"}, "compression": {"type": "string...
{"name" : "geoAPI", "main" : "server.js", "dependencies" : {"bcrypt-nodejs" : "0.0.3", "body-parser" : "^1.14.1", "compression" : "^1.6.0", "ejs" : "^2.3.4", "express" : "~4.1.1", "express-session" : "^1.12.1", "mongoose" : "^4.2.4", "oauth2orize" : "^1.2.0", "passport" : "^0.3.0", "passport-http" : "^0.3.0", "passport...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bcrypt-nodejs": {"type": "string"}, "body-parser": {"type": "string"}, "compression": {"type": "string"}, "ejs": {"type": "string"}, "express": {"type": "string"}, "express-sessio...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"top": {"type": "string"}, "front": {"type": "string"}, "side": {"type": "string"}, "bottom": {"type": "string"}}, "required": ["top"...
{"parent" : "block/orientable", "textures" : {"top" : "dalquor:blocks/machina/voidMacerator/top_on", "front" : "dalquor:blocks/machina/voidMacerator/front_on", "side" : "dalquor:blocks/machina/voidMacerator/side", "bottom" : "dalquor:blocks/machina/voidMacerator/bottom"}}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"top": {"type": "string"}, "front": {"type": "string"}, "side": {"type": "string"}, "bottom": {"type": "string"}}, "required": ["top", "front", "side", "bottom"]}}, "required": ["parent", "textures"], "$schema"...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"layout-false": {"type": "object", "properties": {"layout": {"type": "boolean"}}, "required": ["layout"]}}, "required": ["layout-false"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"layout-false" : {"layout" : false}}
json_instruct
{"type": "object", "properties": {"layout-false": {"type": "object", "properties": {"layout": {"type": "boolean"}}, "required": ["layout"]}}, "required": ["layout-false"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "targetType": {"type": "string"}, "description": {"type": "string"}, "copyright": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "versions": {"type": "array", "...
{"name" : "hunt-net-echo", "targetType" : "executable", "description" : "An network library written in D.", "copyright" : "Copyright (C) 2018-2019, HuntLabs", "homepage" : "https://www.huntlabs.net", "license" : "Apache-2.0", "versions" : ["HUNT_DEBUG"], "dependencies" : {"hunt-net" : {"path" : "../../"}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "targetType": {"type": "string"}, "description": {"type": "string"}, "copyright": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "versions": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object"...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"J-coupling": {"type": "array", "items": {"type": "object", "properties": {"ID2": {"type": "integer"}, "ID1": {"type": "integer"}, "value": {"type": "number"}}, "required": ["ID2", "ID1", "value"]}}, "chemical shift": {"type": ...
{"J-coupling" : [{"ID2" : 12, "ID1" : 11, "value" : 7.418949}, {"ID2" : 13, "ID1" : 11, "value" : 7.418949}, {"ID2" : 13, "ID1" : 12, "value" : 1.5}, {"ID2" : 14, "ID1" : 12, "value" : 8.283774}, {"ID2" : 15, "ID1" : 13, "value" : 8.283774}, {"ID2" : 15, "ID1" : 14, "value" : 1.5}], "chemical shift" : [{"value" : 7.190...
json_instruct
{"type": "object", "properties": {"J-coupling": {"type": "array", "items": {"type": "object", "properties": {"ID2": {"type": "integer"}, "ID1": {"type": "integer"}, "value": {"type": "number"}}, "required": ["ID2", "ID1", "value"]}}, "chemical shift": {"type": "array", "items": {"type": "object", "properties": {"value"...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"uuid": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}, "children": {"type": "array", "items": {"type": "string"}}, "befores": {"type":...
{"uuid" : "767c6bc5-ee09-4f21-8d2c-37f655e1994c", "name" : "im.atzma.tests.AppointmentCreationTest.preconditions", "description" : "", "start" : 1554399158845, "stop" : 1554399163893, "children" : ["cdc3be57-4d76-41d8-9e43-ee30a142c601"], "befores" : [{"name" : "preconditions", "status" : "passed", "stage" : "finished"...
json_instruct
{"type": "object", "properties": {"uuid": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}, "children": {"type": "array", "items": {"type": "string"}}, "befores": {"type": "array", "items": {"type": "object", "properties": {"nam...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"ip": {"type": "string"}, "port": {"type": "string"}, "rori_ip": {"type": "string"}, "rori_port": {"type": "string"}, "owner": {"type": "string"}, "name": {"type": "string"}, "compatible_types": {"type": "string"}, "c...
{"ip" : "127.0.0.1", "port" : "1414", "rori_ip" : "127.0.0.1", "rori_port" : "1412", "owner" : "AmarOk", "name" : "rori_desktop_client", "compatible_types" : "music|shell|alarm", "cert" : "key/cert.pem", "key" : "key/key.pem", "secret" : "secret", "authorize" : [{"name" : "rori_server", "secret" : "2BB80D537B1DA3E38BD3...
json_instruct
{"type": "object", "properties": {"ip": {"type": "string"}, "port": {"type": "string"}, "rori_ip": {"type": "string"}, "rori_port": {"type": "string"}, "owner": {"type": "string"}, "name": {"type": "string"}, "compatible_types": {"type": "string"}, "cert": {"type": "string"}, "key": {"type": "string"}, "secret": {"type...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"$schema": {"type": "string"}, "id": {"type": "string"}, "type": {"type": "string"}, "javaType": {"type": "string"}, "properties": {"type": "object", "properties": {"versicherteRisikenAntragsteller2": {"type": "...
{"$schema" : "http://json-schema.org/draft-04/schema#", "id" : "Ratenschutz", "type" : "object", "javaType" : "de.europace.kreditsmart.api.vorgang.finanzbedarf.Ratenschutz", "properties" : {"versicherteRisikenAntragsteller2" : {"type" : "array", "items" : {"type" : "string", "javaType" : "de.europace.kreditsmart.api.vo...
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "id": {"type": "string"}, "type": {"type": "string"}, "javaType": {"type": "string"}, "properties": {"type": "object", "properties": {"versicherteRisikenAntragsteller2": {"type": "object", "properties": {"type": {"type": "string"}, "items": {"type": "obje...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"status_code": {"type": "integer"}, "data": {"type": "object", "properties": {"DeliveryStreamNames": {"type": "array", "items": {"type": "string"}}, "HasMoreDeliveryStreams": {"type": "boolean"}, "ResponseMetadata": {"type": "o...
{"status_code" : 200, "data" : {"DeliveryStreamNames" : ["firehose-rs"], "HasMoreDeliveryStreams" : true, "ResponseMetadata" : {"RetryAttempts" : 0, "HTTPStatusCode" : 200, "RequestId" : "725031f1-606d-47e8-9ddc-db57f311805a", "HTTPHeaders" : {"x-amzn-requestid" : "725031f1-606d-47e8-9ddc-db57f311805a", "x-amz-id-2" : ...
json_instruct
{"type": "object", "properties": {"status_code": {"type": "integer"}, "data": {"type": "object", "properties": {"DeliveryStreamNames": {"type": "array", "items": {"type": "string"}}, "HasMoreDeliveryStreams": {"type": "boolean"}, "ResponseMetadata": {"type": "object", "properties": {"RetryAttempts": {"type": "integer"}...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"templmd5": {"type": "string"}, "number": {"type": "string"}, "title": {"type": "string"}, "BACKCOLOR": {"type": "string"}, "FRONTCOLOR": {"type": "string"}, "filemd5": {"type": "string"}}, "required": ["templmd5", ...
{"templmd5" : "523d4615240572e66d3c9373d01f37cd", "number" : "1273", "title" : "Il Ministero della Salute informa su attivazione di servizi di supporto psicologico e psicoanalitico", "BACKCOLOR" : "blue", "FRONTCOLOR" : "white", "filemd5" : "f2f45018a397550d346383a68b7a32bf"}
json_instruct
{"type": "object", "properties": {"templmd5": {"type": "string"}, "number": {"type": "string"}, "title": {"type": "string"}, "BACKCOLOR": {"type": "string"}, "FRONTCOLOR": {"type": "string"}, "filemd5": {"type": "string"}}, "required": ["templmd5", "number", "title", "BACKCOLOR", "FRONTCOLOR", "filemd5"], "$schema": "h...
Create a JSON structure that matches this schema definition: {"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" : "2013", "provinceId" : "76", "regencyId" : "03", "districtId" : "08", "name" : "Malimbong"}
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": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "150923202201", "text" : "\u73bb\u7483\u5ffd\u955c\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "150923202202", "text" : "\u8d32\u7ea2\u6c9f\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "150923202203", "text" : "\u5143\u5c71\u5b50\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "150923202204", "text" : "\u5587\u561b\u52ff\u6...
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#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "noteValue": {"type": "integer"}, "noteCount": {"type": "integer"}, "subScenes": {"type": "array", "items": {"type": "object", "properties": {"at": {"type": "array", "items"...
{"id" : "540c35ca-bdf6-44da-8ff6-229aa896f243", "name" : "bars backbone pumping cyan 1/2 bar", "noteValue" : 64, "noteCount" : 32, "subScenes" : [{"at" : [0], "deviceParams" : [{"group" : "c0a53d99-ac9e-417f-a963-27eb83ca88e4", "device" : null, "params" : [], "animation" : null, "transition" : "c6deee45-8ea6-42a2-af77-...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "noteValue": {"type": "integer"}, "noteCount": {"type": "integer"}, "subScenes": {"type": "array", "items": {"type": "object", "properties": {"at": {"type": "array", "items": {"type": "integer"}}, "deviceParams": {"type": "array", "...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"header": {"type": "object", "properties": {"title": {"type": "string"}, "subtitle": {"type": "string"}}, "required": ["title", "subtitle"]}, "cta": {"type": "object", "properties": {"awesome": {"type": "string"...
{"header" : {"title" : "Bonjour", "subtitle" : "le monde"}, "cta" : {"awesome" : "{{ things }} sont fabuleux !", "cats" : "Les chats"}, "routes" : {"hello" : "Bonjour le monde", "person" : "Personne", "about" : "A propos"}}
json_instruct
{"type": "object", "properties": {"header": {"type": "object", "properties": {"title": {"type": "string"}, "subtitle": {"type": "string"}}, "required": ["title", "subtitle"]}, "cta": {"type": "object", "properties": {"awesome": {"type": "string"}, "cats": {"type": "string"}}, "required": ["awesome", "cats"]}, "routes":...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"subreddit": {"type": "string"}, "author": {"type": "string"}, "count": {"type": "integer"}}, "required": ["subreddit", "author", "count"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"subreddit" : "AskEurope", "author" : "a-public-account", "count" : 17}
json_instruct
{"type": "object", "properties": {"subreddit": {"type": "string"}, "author": {"type": "string"}, "count": {"type": "integer"}}, "required": ["subreddit", "author", "count"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array...
{"title" : "Space-efficient time-series call-path profiling of parallel applications.", "fields" : ["affinity propagation", "profiling", "sparse matrix", "semantic compression", "kernel method"], "abstract" : "The performance behavior of parallel simulations often changes considerably as the simulation progresses --- w...
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...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"component": {"type": "boolean"}, "usingComponents": {"type": "object", "properties": {"w-goods-item": {"type": "string"}}, "required": ["w-goods-item"]}}, "required": ["component", "usingComponents"], "$schema": "http://json-s...
{"component" : true, "usingComponents" : {"w-goods-item" : "../w-goods-item/w-goods-item"}}
json_instruct
{"type": "object", "properties": {"component": {"type": "boolean"}, "usingComponents": {"type": "object", "properties": {"w-goods-item": {"type": "string"}}, "required": ["w-goods-item"]}}, "required": ["component", "usingComponents"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"5431": {"type": "string"}, "5433": {"type": "string"}}, "required": ["5431", "5433"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"5431" : "5432", "5433" : "5434"}
json_instruct
{"type": "object", "properties": {"5431": {"type": "string"}, "5433": {"type": "string"}}, "required": ["5431", "5433"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"limit": {"type": "integer"}, "name": {"type": "string"}, "value": {"type": "integer"}, "highalch": {"type": "integer"}, "id": {"type": "integer"}, "lowalch": {"type": "integer"}, "name_pt": {"type": "string"}, "price": {"type"...
{"limit" : 100, "name" : "Team-29 cape", "value" : 50, "highalch" : 30, "id" : 4371, "lowalch" : 20, "name_pt" : "Capa equipe 29", "price" : 228, "last" : 228}
json_instruct
{"type": "object", "properties": {"limit": {"type": "integer"}, "name": {"type": "string"}, "value": {"type": "integer"}, "highalch": {"type": "integer"}, "id": {"type": "integer"}, "lowalch": {"type": "integer"}, "name_pt": {"type": "string"}, "price": {"type": "integer"}, "last": {"type": "integer"}}, "required": ["l...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"token": {"type": "string"}, "prefix": {"type": "string"}}, "required": ["token", "prefix"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"token" : "ODMwMjUyODg4MTMxMzcxMDI5.YHD_QQ.-egrQFcFICnhOkf9tpX98UOPfOk", "prefix" : "!"}
json_instruct
{"type": "object", "properties": {"token": {"type": "string"}, "prefix": {"type": "string"}}, "required": ["token", "prefix"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"arguments": {"type": "array", "items": {}}, "dependencies": {"type": "array", "items": {"type": "string"}}, "command": {"type": "string"}}, "required": ["arguments", "dependencies", "command"], "$schema": "http://jso...
{"arguments" : [], "dependencies" : ["scipy"], "command" : "generate"}
json_instruct
{"type": "object", "properties": {"arguments": {"type": "array", "items": {}}, "dependencies": {"type": "array", "items": {"type": "string"}}, "command": {"type": "string"}}, "required": ["arguments", "dependencies", "command"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"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"...
{"schema_version" : "1.2.0", "id" : "GHSA-f2wp-8p4c-8g93", "modified" : "2022-03-04T00:00:34Z", "published" : "2022-02-25T00:01:07Z", "aliases" : ["CVE-2021-44610"], "details" : "Multiple SQL Injection vulnerabilities exist in bloofoxCMS 0.5.2.1 - 0.5.1 via the (1) URLs, (2) lang_id, (3) tmpl_id, (4) mod_rewrite (5) et...
json_instruct
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "a...
Create an example JSON object that satisfies this schema: {"type": "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": {"t...
{"user" : "jedsdesk", "repos" : 1, "login" : "jedsdesk", "id" : 5900417, "avatar_url" : "https://avatars2.githubusercontent.com/u/5900417?v=3", "url" : "https://api.github.com/users/jedsdesk", "html_url" : "https://github.com/jedsdesk", "followers_url" : "https://api.github.com/users/jedsdesk/followers", "following_url...
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...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "twitter": {"type": "string"}, "tag": {"type": "string"}, "characters": {"type": "array", "items": {"type": "object", "properties": {"character": {"type": "string"}, "skin": {"type": "stri...
{"name" : "Bookworm", "twitter" : "@BookwormRoA", "tag" : "Gooshi", "characters" : [{"character" : "Elliana", "skin" : "Default", "game" : "Rivals of Aether"}], "pronouns" : "She/Her"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "twitter": {"type": "string"}, "tag": {"type": "string"}, "characters": {"type": "array", "items": {"type": "object", "properties": {"character": {"type": "string"}, "skin": {"type": "string"}, "game": {"type": "string"}}, "required": ["character", "skin", "...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "...
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-80.764369, 39.948062], [-80.762987, 39.953785], [-80.757922, 39.959707], [-80.757068, 39.960339], [-80.753463, 39.957756], [-80.75086, 39.959803], [-80.749679, 39.956804], [-80.747358, 39.955525], [-80.747813, 39.952603]...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "st...
{"name" : "xid-js", "version" : "1.0.1", "description" : "unique id generator for Node.js", "main" : "index.js", "repository" : {"type" : "git", "url" : "git+https://github.com/xaviiic/xid-js.git"}, "scripts" : {"test" : "jest", "test:watch" : "npm test -- --watch", "test:coverage" : "npm test -- --coverage"}, "files" ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", ...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"track": {"type": "string"}, "exercise": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "handle": {"type": "string"}, "is_requester": {"type": "boolean"}, "auto_approve": {"type": "boolean"}}, "require...
{"track" : "python", "exercise" : "chaitanas-colossal-coaster", "id" : "00f73b5457594c74be0e6276307f017f", "url" : "https://exercism.org/tracks/python/exercises/chaitanas-colossal-coaster", "handle" : "vietanhtran2710", "is_requester" : true, "auto_approve" : false}
json_instruct
{"type": "object", "properties": {"track": {"type": "string"}, "exercise": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "handle": {"type": "string"}, "is_requester": {"type": "boolean"}, "auto_approve": {"type": "boolean"}}, "required": ["track", "exercise", "id", "url", "handle", "is_reques...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repositor...
{"name" : "pax-php", "version" : "0.1.2", "description" : "PAX php plugin", "main" : "lib/index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "https://github.com/reekoheek/pax-php.git"}, "keywords" : ["pax", "plugin", "php"], "author" : {"name" : "Gan...
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...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"base_spec": {"type": "string"}, "reclaimable": {"type": "boolean"}, "damageable": {"type": "boolean"}, "max_health": {"type": "integer"}, "metal_value": {"type": "integer"}, "path_cost": {"type": "number"}, "pl...
{"base_spec" : "/pa/terrain/metal/features/base_metal_feature.json", "reclaimable" : true, "damageable" : true, "max_health" : 10000, "metal_value" : 1000000000, "path_cost" : 500.0, "placement_size" : [50, 50], "model" : {"filename" : "/pa/terrain/generic/fbx/unit_cannon_wreckage.papa"}}
json_instruct
{"type": "object", "properties": {"base_spec": {"type": "string"}, "reclaimable": {"type": "boolean"}, "damageable": {"type": "boolean"}, "max_health": {"type": "integer"}, "metal_value": {"type": "integer"}, "path_cost": {"type": "number"}, "placement_size": {"type": "array", "items": {"type": "integer"}}, "model": {"...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "mintable": {"type": "boolean"}, "ethereum_address": {"type": "string"}}, "required": ["symbol", "name...
{"symbol" : "bXIOT", "name" : "bXIOT Token (PoS)", "decimals" : 6, "address" : "0x8fe2526045e6658cd60c3ecbd92f6d33e73a1d1b", "mintable" : false, "ethereum_address" : "0x5c4ac68aac56ebe098d621cd8ce9f43270aaa355"}
json_instruct
{"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "mintable": {"type": "boolean"}, "ethereum_address": {"type": "string"}}, "required": ["symbol", "name", "decimals", "address", "mintable", "ethereum_address"], "$s...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-0...
{"variants" : {"" : {"model" : "chipped:block/white_terracotta_1"}}}
json_instruct
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "keywords": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "stri...
{"name" : "cloud-uploader", "description" : "An upload server written in Node.js that uploads files to S3", "author" : "Vicente Mundim", "keywords" : "upload cloud file s3", "homepage" : "http://github.com/dtmtec/cloud-uploader", "repository" : {"type" : "git", "url" : "http://github.com/dtmtec/cloud-uploader.git"}, "v...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "keywords": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"version": {"type": "string"}, "repo": {"type": "string"}, "ref": {"type": "string"}, "path": {"type": "string"}, "bundle": {"type": "string"}, "installed": {"type": "object", "properties": {"bootstrap/bootstrap.d.ts": {"type":...
{"version" : "v4", "repo" : "borisyankov/DefinitelyTyped", "ref" : "master", "path" : "typings", "bundle" : "typings/tsd.d.ts", "installed" : {"bootstrap/bootstrap.d.ts" : {"commit" : "8d44da84eb10cdcd2f7ea133f289caef817cb2b9"}, "jquery/jquery.d.ts" : {"commit" : "8d44da84eb10cdcd2f7ea133f289caef817cb2b9"}, "leaflet/le...
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "repo": {"type": "string"}, "ref": {"type": "string"}, "path": {"type": "string"}, "bundle": {"type": "string"}, "installed": {"type": "object", "properties": {"bootstrap/bootstrap.d.ts": {"type": "object", "properties": {"commit": {"type": "string"}}, "r...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "icon": {"type": "string"}, "category": {"type": "string"}, "pages": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "text": {"type": "string"}}, "r...
{"name" : "item.cyclic.boomerang.guide.title", "icon" : "cyclic:boomerang_carry", "category" : "cyclic:items", "pages" : [{"type" : "text", "text" : "item.cyclic.boomerang.guide"}, {"type" : "crafting", "recipe" : "cyclic:boomerang_carry", "text" : "item.cyclic.boomerang_carry.guide"}, {"type" : "crafting", "recipe" : ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "icon": {"type": "string"}, "category": {"type": "string"}, "pages": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "text": {"type": "string"}}, "required": ["type", "text"]}}}, "required": ["name", "icon", "category...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"preview-faq.title": {"type": "string"}}, "required": ["preview-faq.title"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"preview-faq.title" : "Domande Frequenti di Scratch 3.0"}
json_instruct
{"type": "object", "properties": {"preview-faq.title": {"type": "string"}}, "required": ["preview-faq.title"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "start": {"type": "string"}}, "required": ["dev", "build", "start"]}, "depen...
{"private" : true, "scripts" : {"dev" : "next", "build" : "next build", "start" : "next start"}, "dependencies" : {"@babel/core" : "^7.16.0", "@ubiquitoustech/rules_nextjs" : "0.1.3", "next" : "^12.0.2-canary.10", "next-transpile-modules" : "^9.0.0", "react" : "^17.0.2", "react-dom" : "^17.0.2", "webpack" : "^5.61.0"},...
json_instruct
{"type": "object", "properties": {"private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "start": {"type": "string"}}, "required": ["dev", "build", "start"]}, "dependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language":...
{"citations" : [{"textCitation" : "[See taylpfval on Metamath](http://us.metamath.org/mpegif/taylpfval.html)"}], "names" : ["taylpfval"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_wph", "#T_wi", "#T_cS", "#T_wcel", "#T_cpr--1", "#T_cr", "#T_cpr--2", "#T_cc", "#T_cpr--3", "#T_wph", "#T_wi", "#T_cF", "#T_wf--1...
json_instruct
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "st...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "playbook", "definition" : "A book of dramatic compositions; a book of the play. Swift."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}}, "required": ["de...
{"name" : "demo", "version" : "1.0.0", "description" : "", "main" : "serve.js", "scripts" : {"dev" : "node serve.js"}, "keywords" : [], "author" : "", "license" : "ISC", "dependencies" : {"fs-extra" : "^10.0.0", "koa" : "^2.13.1", "koa-body" : "^4.2.0", "koa-jsonp" : "^2.0.2", "koa-router" : "^10.0.0", "koa-static" : "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}}, "required": ["dev"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "strin...
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#"}
[["410782208201", "\u6c99\u7a91\u6751\u59d4\u4f1a", "220", "0"], ["410782208202", "\u6c34\u5be8\u7a91\u6751\u59d4\u4f1a", "220", "0"], ["410782208203", "\u5357\u7a91\u6751\u59d4\u4f1a", "220", "0"], ["410782208204", "\u5317\u6c99\u6c34\u6751\u59d4\u4f1a", "210", "0"], ["410782208205", "\u5357\u6c99\u6c34\u6751\u59d4\u4...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"now": {"type": "integer"}, "date": {"type": "string"}}, "required": ["now", "date"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"now" : 1537422612363, "date" : "Thu Sep 20 2018 05:50:12 GMT+0000 (UTC)"}
json_instruct
{"type": "object", "properties": {"now": {"type": "integer"}, "date": {"type": "string"}}, "required": ["now", "date"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"private": {"type": "boolean"}, "sideEffects": {"type": "boolean"}, "main": {"type": "string"}, "module": {"type": "string"}, "types": {"type": "string"}}, "required": ["private", "sideEffects", "main", "module", "types"], "$sche...
{"private" : true, "sideEffects" : false, "main" : "./SettingsPhone.js", "module" : "./SettingsPhone.esm.js", "types" : "./SettingsPhone.d.ts"}
json_instruct
{"type": "object", "properties": {"private": {"type": "boolean"}, "sideEffects": {"type": "boolean"}, "main": {"type": "string"}, "module": {"type": "string"}, "types": {"type": "string"}}, "required": ["private", "sideEffects", "main", "module", "types"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"slug": {"type": "string"}, "relevant-countries": {"type": "array", "items": {"type": "string"}}, "categories": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "address": {"type": "string"...
{"slug" : "vitalox", "relevant-countries" : ["de"], "categories" : ["ads"], "name" : "vitalox Informationssysteme GmbH", "address" : "Pfaffenweg 15\n53227 Bonn\nDeutschland", "phone" : "+49 228 286 950 57", "email" : "datenschutz@vitalox.de", "web" : "https://www.vitalox.de", "sources" : ["https://www.vitalox.de/impres...
json_instruct
{"type": "object", "properties": {"slug": {"type": "string"}, "relevant-countries": {"type": "array", "items": {"type": "string"}}, "categories": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "address": {"type": "string"}, "phone": {"type": "string"}, "email": {"type": "string"}, "web": {"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"contest": {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["id", "title", "url"]}, "tasks": {"type": "array", "items": {"type": "...
{"contest" : {"id" : "abc039", "title" : "AtCoder Beginner Contest 039", "url" : "https://atcoder.jp/contests/abc039"}, "tasks" : [{"id" : "abc039_a", "label" : "A", "title" : "\u9ad8\u6a4b\u76f4\u4f53", "url" : "https://atcoder.jp/contests/abc039/tasks/abc039_a"}, {"id" : "abc039_b", "label" : "B", "title" : "\u30a8\u...
json_instruct
{"type": "object", "properties": {"contest": {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["id", "title", "url"]}, "tasks": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "label": {"type": "string...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", ...
{"name" : "@lucets/message-hooks", "version" : "0.1.0", "description" : "Message hooks for @lucets/luce", "main" : "./dist/index.js", "author" : "Michiel van der Velde <michiel@michielvdvelde.nl>", "homepage" : "http://github.com/lucets/message-hooks", "repository" : {"type" : "git", "url" : "git+https://github.com/luc...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"ty...
{"id" : "50e6de59-d576-4470-9b2d-c01274344b33", "playerTags" : ["f3ddfd87-73a2-4681-96fe-829476c97886"], "teamTags" : ["f02aeae2-5e6a-4098-9842-02d2273f25c7", "105bc3ff-1320-4e37-8ef0-8d595cb95dd0"], "gameTags" : ["2a3b812b-cb4d-4438-bc9a-c32743a5db18"], "metadata" : {"play" : 103, "subPlay" : -1, "children" : ["590a6f...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"play": {"type": "integer"}, "su...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "advancing surface", "definition" : "The first of two or more surfaces arranged in tandem; -- contr. with following surface, which is the rear surface."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}}, "required": ["name", "...
{"type" : "FeatureCollection", "features" : {"type" : "Feature", "properties" : {"name" : "\u6f62\u5ddd\u53bf", "id" : "411526"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[115.215318632813, 32.3403395820313], [115.232799101563, 32.3381642890625], [115.250079375, 32.3597463203125], [115.267345, 32.35760...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}}, "required": ["name", "id"]}, "geometry": {"type": "object", "properties": {"type"...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"meta": {"type": "object", "properties": {"code": {"type": "integer"}, "errorType": {"type": "string"}, "errorDetail": {"type": "string"}}, "required": ["code", "errorType", "errorDetail"]}, "response": {"type": "o...
{"meta" : {"code" : 429, "errorType" : "quota_exceeded", "errorDetail" : "Quota exceeded"}, "response" : {}}
json_instruct
{"type": "object", "properties": {"meta": {"type": "object", "properties": {"code": {"type": "integer"}, "errorType": {"type": "string"}, "errorDetail": {"type": "string"}}, "required": ["code", "errorType", "errorDetail"]}, "response": {"type": "object", "properties": {}, "required": []}}, "required": ["meta", "respon...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"share_network": {"type": "object", "properties": {"name": {"type": "string"}, "segmentation_id": {"type": "null"}, "created_at": {"type": "string"}, "neutron_subnet_id": {"type": "string"}, "updated_at": {"ty...
{"share_network" : {"name" : "net_my1", "segmentation_id" : null, "created_at" : "2015-09-04T14:56:45.000000", "neutron_subnet_id" : "53482b62-2c84-4a53-b6ab-30d9d9800d06", "updated_at" : null, "id" : "7f950b52-6141-4a08-bbb5-bb7ffa3ea5fd", "neutron_net_id" : "998b42ee-2cee-4d36-8b95-67b5ca1f2109", "ip_version" : null,...
json_instruct
{"type": "object", "properties": {"share_network": {"type": "object", "properties": {"name": {"type": "string"}, "segmentation_id": {"type": "null"}, "created_at": {"type": "string"}, "neutron_subnet_id": {"type": "string"}, "updated_at": {"type": "null"}, "id": {"type": "string"}, "neutron_net_id": {"type": "string"},...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"app": {"type": "string"}}, "required": ["app"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"app" : "npx ts-node bin/repository-dispatcher.ts"}
json_instruct
{"type": "object", "properties": {"app": {"type": "string"}}, "required": ["app"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "req...
{"latest_version" : ["0.8.5"], "meta" : {"description" : "Driver layer for communicating with Medtronic pumps over a variety of radios", "homepage" : "https://github.com/oskarpearson/mmeowlink", "license" : "GPL"}, "versions" : {"0.8.1" : {"sha256" : "fd4316c787c0175794ed9df45c0ccfe08ad38a7db2083aa05a50a2dd62ad3f09", "...
json_instruct
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "obje...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"location": {"type": "string"}, "project": {"type": "string"}, "sample_alias": {"type": "string"}, "version": {"type": "integer"}, "document_status": {"type": "string"}, "cram_md5": {"type": "strin...
[{"location" : "GCP", "project" : "G94982", "sample_alias" : "NA12891", "version" : 9, "document_status" : "Normal", "cram_md5" : "d2be29ddf5c22857adbd51bee153383a", "cram_path" : "gs://broad-gotc-dev-storage/pipeline/G94982/NA12891/v9/NA12891.cram", "crai_path" : "gs://broad-gotc-dev-storage/pipeline/G94982/NA12891/v9...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"location": {"type": "string"}, "project": {"type": "string"}, "sample_alias": {"type": "string"}, "version": {"type": "integer"}, "document_status": {"type": "string"}, "cram_md5": {"type": "string"}, "cram_path": {"type": "string"}, "crai_path": {"type": "s...
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#"}
[["(", "The", "ceiling", "'s", "falling", "in", ",", "every", "time", "you", "do", "n't", "know", "where", "you", "'ve", "been", ")"], ["(", "Our", "love", ",", "seventeen", "to", "lifetime", ")"], ["(", "The", "seasons", "change", "when", "we", "all", "stay", "the", "same", ")"], ["(", "The", "pain", "I", "felt", "bac...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"translations": {"type": "object", "properties": {"en": {"type": "object", "properties": {"sc1": {"type": "string"}, "sc2": {"type": "string"}, "sc3": {"type": "string"}, "sc4": {"type": "string"}, "sc5": {"type": "string"}, "sc6...
{"translations" : {"en" : {"sc1" : "iteration2FlyCON slide 1", "sc2" : "iteration2FlyCON slide 2", "sc3" : "iteration2FlyCON slide 3", "sc4" : "iteration2FlyCON slide 4", "sc5" : "iteration2FlyCON slide 5", "sc6" : "iteration2FlyCON slide 6", "sc7" : "iteration2FlyCON slide 7", "sc8" : "iteration2FlyCON slide 8", "sc9"...
json_instruct
{"type": "object", "properties": {"translations": {"type": "object", "properties": {"en": {"type": "object", "properties": {"sc1": {"type": "string"}, "sc2": {"type": "string"}, "sc3": {"type": "string"}, "sc4": {"type": "string"}, "sc5": {"type": "string"}, "sc6": {"type": "string"}, "sc7": {"type": "string"}, "sc8": ...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"title": {"type": "string"}, "seoDescription": {"type": "string"}, "content": {"type": "string"}}, "required": ["title", "seoDescription", "content"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "About", "seoDescription" : "About us", "content" : "<h1>About Us !</h1>\n<h2 style=\"text-align: center;\">Welcome To <span id=\"W_Name1\">Entertainment | the_fhtamim</span></h2>\n<p><span id=\"W_Name2\">Entertainment | the_fhtamim</span> is a Professional <span id=\"W_Type1\">Entertainment</span> Platform....
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "seoDescription": {"type": "string"}, "content": {"type": "string"}}, "required": ["title", "seoDescription", "content"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"time": {"type": "number"}, "best_model": {"type": "string"}, "validation_metric": {"type": "number"}, "test_metric": {"type": "number"}}, "required": ["time", "best_model", "validation_metric", "test_metric"], "$sche...
{"time" : 33.016, "best_model" : "SE", "validation_metric" : 33.4998, "test_metric" : 171.53}
json_instruct
{"type": "object", "properties": {"time": {"type": "number"}, "best_model": {"type": "string"}, "validation_metric": {"type": "number"}, "test_metric": {"type": "number"}}, "required": ["time", "best_model", "validation_metric", "test_metric"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"blurb": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "contributors": {"type": "array", "items": {"type": "string"}}, "files": {"type": "object", "properties": {"solution": {"type": "array", "i...
{"blurb" : "Given a diagram, determine which plants each child in the kindergarten class is responsible for.", "authors" : ["kytrinyx"], "contributors" : ["etrepum", "iHiD", "lpalma", "navossoc", "petertseng", "ppartarr", "rbasso", "rpottsoh", "sshine", "tejasbubane"], "files" : {"solution" : ["src/Garden.hs"], "test" ...
json_instruct
{"type": "object", "properties": {"blurb": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "contributors": {"type": "array", "items": {"type": "string"}}, "files": {"type": "object", "properties": {"solution": {"type": "array", "items": {"type": "string"}}, "test": {"type": "array", "item...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type":...
{"name" : "surprisehighway/commercecptweaks", "description" : "Tweaks to the order table column display.", "type" : "craft-plugin", "authors" : [{"name" : "Surprise Highway", "homepage" : "http://surprisehighway.com"}], "require" : {"composer/installers" : "~1.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "homepage"]}}, "require": {"type": "objec...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "url": {"type": "string"}, "name": {"type": "string"}, "status": {"type": "string"}, "description": {"type": "string"}, "source": {"type": "string"}, "source_type": {"type...
[{"id" : "img-9vxqi", "url" : "images/(image_id)", "name" : "Brightbox Lucid 32", "status" : "available", "description" : "Jeremy's debian ec2 image", "source" : "jeremy_debian-32_ec2", "source_type" : "upload", "arch" : "32-bit", "created_at" : "", "owner" : "acc-bright", "ancestor" : {"id" : "img-9vxqi", "url" : "ima...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "url": {"type": "string"}, "name": {"type": "string"}, "status": {"type": "string"}, "description": {"type": "string"}, "source": {"type": "string"}, "source_type": {"type": "string"}, "arch": {"type": "string"}, "created_at": {"type...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "nouveau:block/bloc10"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http:/...
{"assessment" : [{"name" : "Case-Based Language Sample Analysis Task", "weight" : 10}, {"name" : "Paediatric language assessment - AV recording", "weight" : 15}, {"name" : "Examination (modules 1-2)", "weight" : 35}, {"name" : "Examination (modules 3-4 & case integration)", "weight" : 40}]}
json_instruct
{"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properti...
{"name" : "JOYGCDTimer", "version" : "0.0.1", "summary" : "JOYGCDTimer", "description" : "\u4e00\u6bb5\u5173\u4e8e\u7528GCD\u7f16\u5199\u7684\u5012\u8ba1\u65f6", "homepage" : "https://github.com/xubojoy/JOYGCDTimer", "license" : "Apache License, Version 2.0", "authors" : {"xubojoy" : "xubojoy1112@163.com"}, "platforms"...
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": {"xubojoy": {"type": "string"}}, "required": ["xubojoy...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"...
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[-0.157, 51.322], [-0.148, 51.339], [-0.117, 51.346], [-0.134, 51.391], [-0.128, 51.412], [-0.078, 51.42], [-0.069, 51.404], [-0.005, 51.353], [0.002, 51.329], [-0.038, 51.339], [-0.085, 51.316], [-0.124, 51.287], [-0.155, 51.301], [-0.157, 51.322...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "objec...
{"name" : "babel-preset-ui", "version" : "1.0.0", "description" : "The babel preset for all packages of the mono-repo.", "main" : "./.babelrc.js", "author" : "", "license" : "ISC", "dependencies" : {"@babel/cli" : "^7.7.0", "@babel/core" : "^7.7.2", "@babel/plugin-proposal-class-properties" : "^7.7.0", "@babel/plugin-p...
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": {"@babel/cli": {"type": "string"}, "@babel/core": {"ty...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"alias": {"type": "string"}, "category": {"type": "string"}, "copyright_text": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "null"}, "id": {"type": "integer"}, "language": {"type": "string"}, "quali...
{"alias" : "video/271/pycon-2010--how-python--turbogears--and-mongodb-a", "category" : "PyCon US 2010", "copyright_text" : "Creative Commons Attribution-NonCommercial-ShareAlike 3.0", "description" : "How Python, TurboGears, and MongoDB are transforming SourceForge.net\n\nPresented by Rick Copeland\n\nIn mid-2009, Sour...
json_instruct
{"type": "object", "properties": {"alias": {"type": "string"}, "category": {"type": "string"}, "copyright_text": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "null"}, "id": {"type": "integer"}, "language": {"type": "string"}, "quality_notes": {"type": "string"}, "recorded": {"type": "stri...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"Warframe": {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "Link": {"type": "string"}}, "required": ["Name", "Link"]}}, "Divinity Original Sin 2": {"type": "array", "items": ...
{"Warframe" : [{"Name" : "Warframe Wiki", "Link" : "https://warframe.wikia.com/wiki/WARFRAME_Wiki"}, {"Name" : "Warframe (PC) Trackers", "Link" : "https://deathsnacks.com/wf/"}, {"Name" : "Warframe Cetus Cycle", "Link" : "https://hub.warframestat.us/"}, {"Name" : "Warframe Fishing", "Link" : "http://wf.poedb.tw/us/item...
json_instruct
{"type": "object", "properties": {"Warframe": {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "Link": {"type": "string"}}, "required": ["Name", "Link"]}}, "Divinity Original Sin 2": {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "Link": ...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "string"}, "format": {"type": "string"}, "category": {"type": "st...
{"id" : 53720, "info" : {"name" : "cute birds dash icon", "description" : "cute birds *-*", "additionalInfo" : "Enjoy!", "format" : "uso", "category" : "tumblr", "createdAt" : "2011-09-17T16:08:33.000Z", "updatedAt" : "2011-09-17T16:08:33.000Z", "license" : "NO-REDISTRIBUTION", "author" : {"id" : 116662, "name" : "caio...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "string"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type":...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"keypoints": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["keypoints"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"keypoints" : [[[152.0120086669922, 68.12008666992188, 0.8869044780731201], [160.9959716796875, 95.01163482666016, 0.8732913136482239], [139.80616760253906, 94.19007873535156, 0.8624776601791382], [121.08718872070312, 122.7186279296875, 0.8590744733810425], [98.26811218261719, 128.40773010253906, 0.8130340576171875], ...
json_instruct
{"type": "object", "properties": {"keypoints": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["keypoints"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id":...
{"id" : 1293723811, "type" : "Feature", "properties" : {"src:alt_label" : "geonames", "src:geom" : "geonames", "wof:geomhash" : "fccbcb414843689421e2f10d3ea3b6bd", "wof:id" : 1293723811, "wof:repo" : "whosonfirst-data-admin-nz"}, "bbox" : [175.86227, -39.58016, 175.86227, -39.58016], "geometry" : {"coordinates" : [175....
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": ["...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "ite...
{"title" : "YOLO9000: Better, Faster, Stronger.", "fields" : ["viola jones object detection framework", "coco", "feature extraction", "object detection", "resnet"], "abstract" : "We introduce YOLO9000, a state-of-the-art, real-time object detection system that can detect over 9000 object categories. First we propose va...
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 an example JSON object that satisfies this schema: {"type": "object", "properties": {"fucked_stocks": {"type": "array", "items": {"type": "string"}}}, "required": ["fucked_stocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"fucked_stocks" : ["CAN", "TSNP", "SABR", "PLTR", "RIOT", "BIDU", "MVIS", "TIGR", "PLUG", "FUTU", "FCX", "FCEL", "AA", "BEKE", "GME", "NOK", "TLRY", "COTY", "HL", "CCL", "TECK", "UAL", "BLDP", "BCRX", "LAC", "CLNE", "CLH"]}
json_instruct
{"type": "object", "properties": {"fucked_stocks": {"type": "array", "items": {"type": "string"}}}, "required": ["fucked_stocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@aws-sdk/client-dynamodb": {"type": "string"}, "@aws-sdk/client-secrets-manager": {"type": "string"}, "@aws-sdk/lib-dynamodb": {"type": "string"}...
{"type" : "module", "dependencies" : {"@aws-sdk/client-dynamodb" : "^3.53.0", "@aws-sdk/client-secrets-manager" : "^3.53.0", "@aws-sdk/lib-dynamodb" : "^3.53.0", "node-fetch" : "^3.2.0"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@aws-sdk/client-dynamodb": {"type": "string"}, "@aws-sdk/client-secrets-manager": {"type": "string"}, "@aws-sdk/lib-dynamodb": {"type": "string"}, "node-fetch": {"type": "string"}}, "required": ["@aws-sdk/cl...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "allomerous", "definition" : "Characterized by allomerism."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"c_ref": {"type": "string"}, "totals": {"type": "object", "properties": {"Cases": {"type": "integer"}, "Deaths": {"type": "integer"}}, "required": ["Cases", "Deaths"]}, "daily": {"type": "object", "pr...
[{"c_ref" : "Kent", "totals" : {"Cases" : 3481, "Deaths" : 120}, "daily" : {"Cases" : 19, "Deaths" : 0}}, {"c_ref" : "New Castle", "totals" : {"Cases" : 12895, "Deaths" : 340}, "daily" : {"Cases" : 81, "Deaths" : 0}}, {"c_ref" : "Sussex", "totals" : {"Cases" : 7925, "Deaths" : 228}, "daily" : {"Cases" : 43, "Deaths" : ...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"c_ref": {"type": "string"}, "totals": {"type": "object", "properties": {"Cases": {"type": "integer"}, "Deaths": {"type": "integer"}}, "required": ["Cases", "Deaths"]}, "daily": {"type": "object", "properties": {"Cases": {"type": "integer"}, "Deaths": {"type"...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"objects/zerchesium/zerchesiumchair.object": {"type": "array", "items": {"type": "string"}}}, "requi...
[{"DeniedAlternatives" : [], "Files" : {"objects/zerchesium/zerchesiumchair.object" : ["/hylotlDescription"]}, "Texts" : {"Eng" : "A basic chair, it serves its purpose."}}, {"DeniedAlternatives" : [], "Files" : {"objects/zerchesium/zerchesiumchair.object" : ["/description"]}, "Texts" : {"Eng" : "A chair made from Zerch...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"objects/zerchesium/zerchesiumchair.object": {"type": "array", "items": {"type": "string"}}}, "required": ["objects/zerchesium/zerchesiumchair.object"]}, "Texts":...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"require": {"type": "object", "properties": {"slim/slim": {"type": "string"}}, "required": ["slim/slim"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}}, "required": ["requir...
{"require" : {"slim/slim" : "3.*"}, "scripts" : {"start" : "php -S localhost:80 -t public"}}
json_instruct
{"type": "object", "properties": {"require": {"type": "object", "properties": {"slim/slim": {"type": "string"}}, "required": ["slim/slim"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}}, "required": ["require", "scripts"], "$schema": "http://json-schema.org/draft-07...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "6cc2bc0b1c32a39da0f9f91b7101f25a3d2cad87"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "integer"}, "$schema": "http://json-schema.org/draft-07/schema#"}
[186, 120, 234, 69, 125, 57, 236, 232, 249, 223, 25, 44, 79, 248, 12, 166, 125, 223, 47, 233, 184, 163, 81, 86, 122, 57, 16, 213, 160, 234, 177, 9, 40, 105, 109, 156, 234, 96, 125, 195, 105, 88, 194, 43, 84, 165, 112, 21, 3, 168, 31, 133, 138, 136, 87, 84, 81, 46, 111, 55, 112, 67, 61, 202]
json_instruct
{"type": "array", "items": {"type": "integer"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"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" : "chaosannals/trial-php", "description" : "php trial.", "type" : "project", "license" : "MIT", "authors" : [{"name" : "chaosannals", "email" : "chaosannals@outlook.com"}], "autoload" : {"files" : ["common.php", "common_case.php", "common_image.php", "common_pdo.php"]}, "require" : {"lizhichao/word" : "^1.4", "...
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"}}, "required": ["name", "email"]}}, "...
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["PatternLabStarter"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"osc": {"type": "object", "properties": {"frequency": {"type": "number"}, "modulation amplitude": {"type": "number"}}, "required": ["frequency", "modulation amplitude"]}, "lfo": {"type": "object", "properties": {"shape": {"type...
{"osc" : {"frequency" : 473.6328, "modulation amplitude" : 1.081055}, "lfo" : {"shape" : 0.666992, "rate" : 0.264648, "parameter" : 0.078125}, "clouds" : {"reverb" : 0.25, "dry" : 1, "feedback" : 1.000977, "position" : 0.391602, "size" : 0.19043, "texture" : 0.712891, "density" : 0.341797, "pitch" : 19.96094, "stereo_s...
json_instruct
{"type": "object", "properties": {"osc": {"type": "object", "properties": {"frequency": {"type": "number"}, "modulation amplitude": {"type": "number"}}, "required": ["frequency", "modulation amplitude"]}, "lfo": {"type": "object", "properties": {"shape": {"type": "number"}, "rate": {"type": "number"}, "parameter": {"ty...
The schema below describes a JSON structure. Generate a valid example: {"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:i...
{"id" : 404365733, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "d72070f202826f6ca2c125ac1569d703", "wof:id" : 404365733, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [1.25743232194739, 45.56743516497807, 1.33918589647769, 45.67323610234195...
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": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y...
{"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : [], "SERIES_NAME" : [], "X_CALENDAR_YEAR" : [], "Y_PREVALENCE_1000PP" : []}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_MONTH" : [], "Y_PREVALENCE_1000PP" : []}, "LENGTH_OF_ERA" : {"CATEGORY" : "Length of era", "MIN_VALUE" : 1, "P10_VALUE" : 1, "P25_VALUE" : 1, "MEDIAN_VAL...
json_instruct
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["TRE...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"scrolldir.auto.js": {"type": "string"}, "scrolldir.auto.min.js": {"type": "string"}, "scrolldir.js": {"type": "string"}, "scrolldir.min.js": {"type": "string"}}, "required": ["scrolldir.auto.js", "scrolldir.a...
{"scrolldir.auto.js" : "sha512-3QqJK4R6mO1GlLgd+mTGDY6Bkd6pj8aclT7EgzkeIXlHY7nsNE/W/yV4l8zQgDgHSbIfJ+qrRdqDmv2QaTeBtw==", "scrolldir.auto.min.js" : "sha512-G93pHI4Xa2h3PAMySJZFxUmC+oLQ5luDLdnef8Jz+O2WIfUc2C5h19AoGtqm1JitXVHCMULJrQFd/jD6mwhFoA==", "scrolldir.js" : "sha512-O++KCW5fkl7SNczLp5/JH5OyNlmoW6W0RsNrZdZ3mCjlQQbo...
json_instruct
{"type": "object", "properties": {"scrolldir.auto.js": {"type": "string"}, "scrolldir.auto.min.js": {"type": "string"}, "scrolldir.js": {"type": "string"}, "scrolldir.min.js": {"type": "string"}}, "required": ["scrolldir.auto.js", "scrolldir.auto.min.js", "scrolldir.js", "scrolldir.min.js"], "$schema": "http://json-sch...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"picture": {"type": "string"}, "id": {"type": "integer"}, "desc": {"type": "string"}, "last_effect": {"type": "string"}, "name": {"type": "string"}, "icon": {"type": "integer"}, "effect_list": {"type": "array", "items": {"ty...
{"picture" : "", "id" : 60011, "desc" : "HOT", "last_effect" : "Health", "name" : "\u6d4b\u8bd5-\u5973\u7076\u795e-\u56de\u8840HOT", "icon" : 60011, "effect_list" : [{"trigger" : ["onUpdate"], "type" : "BattleBuffHOT", "arg_list" : {"time" : 1, "maxHPRatio" : 0.025}}], "stack" : 1, "init_effect" : "", "time" : 10}
json_instruct
{"type": "object", "properties": {"picture": {"type": "string"}, "id": {"type": "integer"}, "desc": {"type": "string"}, "last_effect": {"type": "string"}, "name": {"type": "string"}, "icon": {"type": "integer"}, "effect_list": {"type": "array", "items": {"type": "object", "properties": {"trigger": {"type": "array", "it...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}}, "required": ["id", "expression"], "$schema": "http://json-schem...
{"id" : "http://data.doremus.org/performance/0f4a24a2-6927-38ca-aee5-1df98be762e3", "expression" : [{"id" : "http://data.doremus.org/expression/61a25e93-ef17-3ddc-8b21-02236a603b7d"}, {"id" : "http://data.doremus.org/expression/44568851-e500-3f29-9e18-9a8797d6c4a1"}, {"id" : "http://data.doremus.org/expression/2b1b64ab...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}}, "required": ["id", "expression"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "publisher": {"type": "string"}, "repository": {"type": "string"}, "categories": {"type...
{"name" : "nihil", "displayName" : "Nihil", "description" : "A balanced and neutral dark colour scheme with good contrast, designed for long hours of coding", "version" : "1.0.1", "publisher" : "CocaineJohnsson", "repository" : "https://github.com/CocaineJohnsson/vscode-nihil-theme.git", "categories" : ["Themes"], "ico...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "publisher": {"type": "string"}, "repository": {"type": "string"}, "categories": {"type": "array", "items": {"type": "string"}}, "icon": {"type": "string"}, ...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "au...
{"name" : "hyperbolaa/unionpay", "type" : "project", "description" : "\u94f6\u8054\u652f\u4ed8SDK\u5728Laravel5\u4e2d\u5c01\u88c5\u5305\u3002", "keywords" : ["\u94f6\u8054", "\u94f6\u8054\u652f\u4ed8", "Laravel", "Laravel5", "union", "unionpay"], "homepage" : "https://github.com/hyperbolaa/Unionpay", "license" : "MIT",...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "regency_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "regency_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "6205052", "regency_id" : "6205", "name" : "TEWEH SELATAN"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "regency_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "regency_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "support": {"type": "object", "properties...
{"name" : "ptrkcsk/change-case", "description" : "Convert strings to camelCase, CONSTANT_CASE, dot.case, Header-Case, lower case, param-case, PascalCase, path/case, Sentence case, snake_case, Title Case, UPPER CASE, and more!", "type" : "library", "keywords" : ["case", "change case", "camel case", "constant case", "dot...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "support": {"type": "object", "properties": {"issues": {"type": "string"}}, "required": ["issues"]}, "l...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "image": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "...
{"directions" : ["Melt butter in a large pot over medium heat. Stir in the onion and garlic; cook until softened and transparent, about 10 minutes. Turn off the heat.", "Add the peanuts and salt to the onion mixture. Fill the pot with water until the peanuts are submerged, and use a large colander fitted into the pot t...
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "image": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"required": {"type": "boolean"}, "package": {"type": "string"}, "compatibilityLevel": {"type": "string"}, "mixins": {"type": "array", "items": {"type": "string"}}, "client": {"type": "array", "items": {"type": "string"}}, "s...
{"required" : true, "package" : "io.github.minecraftcursedlegacy.mixin.registry", "compatibilityLevel" : "JAVA_8", "mixins" : ["MixinItemType", "MixinMcRegionLevelStorage", "MixinOldLevelStorage", "MixinPlaceableTileItem", "MixinShapedRecipe", "MixinSmeltingRecipeRegistry", "MixinTile", "MixinTileItem"], "client" : ["M...
json_instruct
{"type": "object", "properties": {"required": {"type": "boolean"}, "package": {"type": "string"}, "compatibilityLevel": {"type": "string"}, "mixins": {"type": "array", "items": {"type": "string"}}, "client": {"type": "array", "items": {"type": "string"}}, "server": {"type": "array", "items": {"type": "string"}}, "injec...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type...
{"name" : "node-jsso-server", "version" : "0.0.1", "license" : "MIT", "scripts" : {"start" : "node index.js"}, "dependencies" : {"ws" : "0.4.x", "node-uuid" : "1.4.x", "nedb" : "0.8.x", "node-static" : "0.7.x"}, "engines" : {"node" : "0.10.x", "npm" : "1.2.x"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"ws": {"type": "string"}, "node-uuid": {"type":...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"s_Acc": {"type": "number"}, "s_IoU": {"type": "number"}, "s_mIoU": {"type": "number"}, "t_Acc": {"type": "number"}, "t_IoU": {"type": "number"}, "t_mIoU": {"type": "number"}, "bn_loss": {"type": "number"}, "s_a...
{"s_Acc" : 0.8960635867656668, "s_IoU" : 0.7462975388702544, "s_mIoU" : 0.8272682958373958, "t_Acc" : 0.4049265624876569, "t_IoU" : 0.35489600488819617, "t_mIoU" : 0.5993909697896612, "bn_loss" : 0.15069110691547394, "s_adv" : 0.4142348265106028, "t_adv" : 1.1374358490109444}
json_instruct
{"type": "object", "properties": {"s_Acc": {"type": "number"}, "s_IoU": {"type": "number"}, "s_mIoU": {"type": "number"}, "t_Acc": {"type": "number"}, "t_IoU": {"type": "number"}, "t_mIoU": {"type": "number"}, "bn_loss": {"type": "number"}, "s_adv": {"type": "number"}, "t_adv": {"type": "number"}}, "required": ["s_Acc"...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"title": {"type": "string"}, "explanation": {"type": "string"}, "date": {"type": "string"}, "hdurl": {"type": "string"}, "service_version": {"type": "string"}, "copyright": {"type": "string"}, "media_type": {"type": "string"}, "u...
{"title" : "Hauoli Makahiki Hou", "explanation" : "Fading sunlight, a young crescent Moon, and brilliant Venus shared the western sky in this view of 2005's final sunset from the top of Mount Haleakala, on Maui, Hawaii. Also known as the Sacred House of the Sun, Haleakala, is Maui's dormant volcano. At 10,000 feet the ...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "explanation": {"type": "string"}, "date": {"type": "string"}, "hdurl": {"type": "string"}, "service_version": {"type": "string"}, "copyright": {"type": "string"}, "media_type": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "explanat...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["540528101201", "\u6851\u4e1c\u6751\u59d4\u4f1a", "220", "0"], ["540528101202", "\u54f2\u59c6\u6751\u59d4\u4f1a", "220", "0"], ["540528101203", "\u4ef2\u5df4\u6751\u59d4\u4f1a", "121", "0"], ["540528101204", "\u62c9\u5b87\u6751\u59d4\u4f1a", "220", "0"], ["540528101205", "\u560e\u9ea6\u6751\u59d4\u4f1a", "220", "0"],...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bootstrap": {"type": "string"}, "angular": {"type": "string"}, "angular-resource": {"type": "string...
{"name" : "mean", "version" : "0.1.0", "dependencies" : {"bootstrap" : "2.3.2", "angular" : "1.0.6", "angular-resource" : "1.0.6", "angular-cookies" : "1.0.6", "angular-bootstrap" : "0.6.0", "angular-ui-utils" : "0.0.4", "angular-mocks" : "~1.0.8", "angularjs-gravatar" : "master", "ng-table" : "v0.3.1", "underscore" : ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bootstrap": {"type": "string"}, "angular": {"type": "string"}, "angular-resource": {"type": "string"}, "angular-cookies": {"type": "string"}, "angular-bootstrap": {"type": "str...