input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "i...
{"id" : 101773783, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "fb7061009e8aa5f723b403236ef5c730", "wof:id" : 101773783, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [4.03373555963378, 43.64182931518337, 4.04881367233975, 43.65035067954221...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"...
{"name" : "Sageru", "version" : "0.3.0", "summary" : "It is a menu library inspired by the music application, AWA.", "description" : "- It is a menu library inspired by the music application, AWA.", "homepage" : "https://github.com/hakota/Sageru", "license" : {"type" : "MIT"}, "authors" : {"Kenta Araki" : "araki.kenta....
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "authors": {"type": "object", "p...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "430523207201", "text" : "\u6c5f\u4e0b\u6751"}, {"id" : "430523207202", "text" : "\u6d2a\u5e99\u6751"}, {"id" : "430523207203", "text" : "\u9f99\u4e95\u6751"}, {"id" : "430523207204", "text" : "\u795e\u5c71\u6751"}, {"id" : "430523207206", "text" : "\u65b0\u5b89\u6751"}, {"id" : "430523207209", "text" : "\u8bf...
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#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"parent": {"type": "string"}, "ingredients": {"type": "object", "properties": {"item": {"type": "object", "properties": {"tag": {"type": "string"}}, "required": ["tag"]}}, "required": ["item"]}, "result": {"type": "object", "prop...
{"parent" : "minecraft:template/cube", "ingredients" : {"item" : {"tag" : "minecraft:planks"}}, "result" : {"name" : "minecraft:crafting_table"}}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}, "ingredients": {"type": "object", "properties": {"item": {"type": "object", "properties": {"tag": {"type": "string"}}, "required": ["tag"]}}, "required": ["item"]}, "result": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"$schema": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"apikey": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}}, "required...
{"$schema" : "http://json-schema.org/draft-04/schema#", "type" : "object", "properties" : {"apikey" : {"description" : "Autogenerated API key for basic auth", "type" : "string"}, "secret_hash" : {"description" : "hashed version of api secret", "type" : "string"}, "domain" : {"description" : "Allowed domain for CORS cal...
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"apikey": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}}, "required": ["description", "type"]}, "secret_hash": {"type": "object",...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "lsg_code": {"type": "string"}, "district": {"type": "string"}, "state": {"type": "string"}, "no_of_wards": {"type": "integer"}, "wards": {"type": "array", "items": {"type": "object", "properties": {...
{"name" : "Samdhan", "lsg_code" : "249253", "district" : "Kannauj", "state" : "Uttar Pradesh", "no_of_wards" : 16, "wards" : [{"ward_no" : "8", "ward_name" : "Samdhan (NP) - AZADNAGAR", "ward_id" : "3455"}, {"ward_no" : "13", "ward_name" : "Samdhan (NP) - SHIKANDARNAGAR", "ward_id" : "3460"}, {"ward_no" : "14", "ward_n...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "lsg_code": {"type": "string"}, "district": {"type": "string"}, "state": {"type": "string"}, "no_of_wards": {"type": "integer"}, "wards": {"type": "array", "items": {"type": "object", "properties": {"ward_no": {"type": "string"}, "ward_name": {"type": "strin...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"typ...
{"author" : {"id" : "t2_1hw0tx87", "name" : "JohnnyBigbonesDM"}, "date" : {"day" : 1609200000, "full" : 1609265029, "month" : 1606780800, "week" : 1609027200}, "id" : "t3_kmjdki", "picture" : {"filesize" : 54875, "fullUrl" : "https://preview.redd.it/w22s13au06861.jpg?width=5664&format=pjpg&auto=webp&s=826675b841b82e7c3...
json_instruct
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}},...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "d385-57", "text" : "/? - /t/ e / ^\n29 Wells H111 Avenue\nToronto4, Ontario\nSeptember 15, 1960\nDear Harry,\nLawyer freind of mine, Pat Duffy, tells me the Nusbaum thing\nis \"mere extortion\u201d. Not a leg to stand on. He has writtnn\nher lawyer and is sending copy of letter to Harold Hill.\nYou see, Nusbau...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"summary": {"type": "object", "properties": {"ubuntu_release": {"type": "string"}, "num_installed_packages": {"type": "integer"}, "num_cves": {"type": "integer"}, "num_affected_packages": {"type": "integer"}, "n...
{"summary" : {"ubuntu_release" : "focal", "num_installed_packages" : 387, "num_cves" : 0, "num_affected_packages" : 0, "num_patchable_vulnerabilities" : 0}, "cves" : {}}
json_instruct
{"type": "object", "properties": {"summary": {"type": "object", "properties": {"ubuntu_release": {"type": "string"}, "num_installed_packages": {"type": "integer"}, "num_cves": {"type": "integer"}, "num_affected_packages": {"type": "integer"}, "num_patchable_vulnerabilities": {"type": "integer"}}, "required": ["ubuntu_r...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "null"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items"...
{"title" : "Songle Sync: A Large-Scale Web-based Platform for Controlling Various Devices in Synchronization with Music.", "fields" : ["multimedia", "computer science", "synchronization", "sync", "web application"], "abstract" : null, "citation" : "Not cited", "year" : "2018", "departments" : ["National Institute of Ad...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "null"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"type"...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"Target": {"type": "string"}, "MediaType": {"type": "string"}, "Data": {"type": "object", "properties": {"Integrity": {"type": "string"}}, "required": ["Integrity"]}}, "required": ["Target", "MediaType", "Data"], "$sc...
{"Target" : "css/style.min.831397cd3d742c697915af718c4e03a31acac0b8d9b911d22542a35bb4212bf2.css", "MediaType" : "text/css", "Data" : {"Integrity" : "sha256-gxOXzT10LGl5Fa9xjE4DoxrKwLjZuRHSJUKjW7QhK/I="}}
json_instruct
{"type": "object", "properties": {"Target": {"type": "string"}, "MediaType": {"type": "string"}, "Data": {"type": "object", "properties": {"Integrity": {"type": "string"}}, "required": ["Integrity"]}}, "required": ["Target", "MediaType", "Data"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"pkgsum": {"type": "string"}, "timestamp": {"type": "integer"}}, "required": ["pkgsum", "timestamp"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"pkgsum" : "163cff2affb90d51aa790954c9be0ec1", "timestamp" : 1626857172435}
json_instruct
{"type": "object", "properties": {"pkgsum": {"type": "string"}, "timestamp": {"type": "integer"}}, "required": ["pkgsum", "timestamp"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"env": {"type": "object", "properties": {"MEMCACHE_ENDPOINT": {"type": "object", "properties": {"description": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["description", "required"]}}, "...
{"env" : {"MEMCACHE_ENDPOINT" : {"description" : "private IP and port of your memcached instance", "required" : true}}}
json_instruct
{"type": "object", "properties": {"env": {"type": "object", "properties": {"MEMCACHE_ENDPOINT": {"type": "object", "properties": {"description": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["description", "required"]}}, "required": ["MEMCACHE_ENDPOINT"]}}, "required": ["env"], "$schema": "http://j...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": ...
{"name" : "r", "version" : "1.0.0", "main" : "index.js", "scripts" : {"start" : "nodemon index.js --exec babel-node"}, "dependencies" : {"apollo-server-express" : "^1.3.2", "babel-cli" : "^6.26.0", "babel-preset-env" : "^1.6.1", "babel-preset-stage-3" : "^6.24.1", "body-parser" : "^1.18.2", "cors" : "^2.8.4", "express"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"apollo-server-express": {"type": "string"}, "babe...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["demo-helper", "dummy-app-demo"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"users": {"type": "integer"}, "id": {"type": "string"}}, "required": ["users", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"users" : 1334, "id" : "CN-AH"}, {"users" : 59475, "id" : "CN-BJ"}, {"users" : 2714, "id" : "CN-CQ"}, {"users" : 1237, "id" : "CN-FJ"}, {"users" : 5502, "id" : "CN-GD"}, {"users" : 142, "id" : "CN-GS"}, {"users" : 5, "id" : "CN-GX"}, {"users" : 193, "id" : "CN-GZ"}, {"users" : 748, "id" : "CN-HA"}, {"users" : 1878, "...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"users": {"type": "integer"}, "id": {"type": "string"}}, "required": ["users", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"compileOnSave": {"type": "boolean"}, "compilerOptions": {"type": "object", "properties": {"allowSyntheticDefaultImports": {"type": "boolean"}, "esModuleInterop": {"type": "boolean"}, "target": {"type": "string"}, "moduleRes...
{"compileOnSave" : true, "compilerOptions" : {"allowSyntheticDefaultImports" : true, "esModuleInterop" : true, "target" : "ESNext", "moduleResolution" : "Node", "module" : "ESNext", "outDir" : "dist", "newLine" : "lf"}}
json_instruct
{"type": "object", "properties": {"compileOnSave": {"type": "boolean"}, "compilerOptions": {"type": "object", "properties": {"allowSyntheticDefaultImports": {"type": "boolean"}, "esModuleInterop": {"type": "boolean"}, "target": {"type": "string"}, "moduleResolution": {"type": "string"}, "module": {"type": "string"}, "o...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"is_lock_vulnerable": {"type": "b...
{"contract" : "0x3114b3312417b27a83bfd934764eee363d1e9325", "tool" : "maian", "start" : 1565288425.0122192, "end" : 1565288728.6212373, "duration" : 303.6090180873871, "analysis" : {"is_lock_vulnerable" : false, "is_prodigal_vulnerable" : false, "is_suicidal_vulnerable" : false}}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"is_lock_vulnerable": {"type": "boolean"}, "is_prodigal_vulnerable": {"type": "boolean"}, "i...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "abv": {"type": "number"}, "ibu": {"type": "number"}, "srm": {"type": "number"}, "upc": {"type": "integer"}, "type": {"type": "string"}, "brewery_id": {"type": "string"}, "updated": {"type": "string"...
{"name" : "Cinder Cone Red", "abv" : 5.4, "ibu" : 0.0, "srm" : 0.0, "upc" : 0, "type" : "beer", "brewery_id" : "deschutes_brewery", "updated" : "2010-07-22 20:00:20", "description" : "Cinder Cone Red's diverse selection of hops and barley captivates thirsty palates with its toffee-like flavor, intense citrus aroma and ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "abv": {"type": "number"}, "ibu": {"type": "number"}, "srm": {"type": "number"}, "upc": {"type": "integer"}, "type": {"type": "string"}, "brewery_id": {"type": "string"}, "updated": {"type": "string"}, "description": {"type": "string"}, "style": {"type": "st...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"bash": {"type": "string"}, "c": {"type": "string"}, "c#": {"type": "string"}, "c++": {"type": "string"}, "clisp": {"type": "string"}, "crystal": {"type": "string"}, "d": {"type": "string"}, "elixir": {"type": "string"}, "erlan...
{"bash" : "bash", "c" : "gcc-head-c", "c#" : "mono-6.12.0.122", "c++" : "gcc-head", "clisp" : "clisp-2.49", "crystal" : "crystal-1.0.0", "d" : "dmd-2.096.0", "elixir" : "elixir-1.11.4", "erlang" : "erlang-23.3.1", "go" : "go-1.16.3", "groovy" : "groovy-3.0.8", "haskell" : "ghc-9.0.1", "java" : "openjdk-jdk-15.0.3+2", "...
json_instruct
{"type": "object", "properties": {"bash": {"type": "string"}, "c": {"type": "string"}, "c#": {"type": "string"}, "c++": {"type": "string"}, "clisp": {"type": "string"}, "crystal": {"type": "string"}, "d": {"type": "string"}, "elixir": {"type": "string"}, "erlang": {"type": "string"}, "go": {"type": "string"}, "groovy":...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"time": {"type": "null"}, "type": {"type": "integer"}, "user": {"type": "integer"}, "tweet_id": {"type": "string"}, "id": {"type": "integer"}, "children": {"type": "array", "items": {"type": "object", "properties": {"time": {"t...
{"time" : null, "type" : 1, "user" : 3849187751, "tweet_id" : "gossipcop-861276", "id" : 6987352889, "children" : [{"time" : 1497574623, "type" : 2, "user" : 5256529445, "tweet_id" : 875517544970551297, "id" : 2771511406, "children" : [{"time" : 1497599876, "type" : 3, "user" : 2659121975, "tweet_id" : 8755177663794831...
json_instruct
{"type": "object", "properties": {"time": {"type": "null"}, "type": {"type": "integer"}, "user": {"type": "integer"}, "tweet_id": {"type": "string"}, "id": {"type": "integer"}, "children": {"type": "array", "items": {"type": "object", "properties": {"time": {"type": "integer"}, "type": {"type": "integer"}, "user": {"ty...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"title": {"type": "string"}, "creation_date": {"type": "string"}, "creation_date_earliest": {"type": "string"}, "creation_date_latest": {"type": "string"}, "medium": {"type": "string"}, "accession_number": {"type": "...
{"title" : "Abstract Composition", "creation_date" : "1950", "creation_date_earliest" : "1950-01-01", "creation_date_latest" : "1950-01-01", "medium" : "gouache on composition board", "accession_number" : "53.24.4", "id" : "cmoa:things/c07ee058-f48f-403a-9e85-5b0e30f98bd4", "credit_line" : "Gift of G. David Thompson", ...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "creation_date": {"type": "string"}, "creation_date_earliest": {"type": "string"}, "creation_date_latest": {"type": "string"}, "medium": {"type": "string"}, "accession_number": {"type": "string"}, "id": {"type": "string"}, "credit_line": {"type": "string"},...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type...
{"hash" : "0xe7c5b33ce3c6f50d0ba1a3b0a16146413bc7eecb9bb607f18b311c164165dbbd", "parentHash" : "0xc5ab96b8f5885553f2c4f132a67d0cde1b639f4658bbceaa80650beb1cfceb73", "number" : 118290, "timestamp" : 1440123582, "nonce" : "0x17d773f6258c93ed", "difficulty" : 4310029015122, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : ...
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author"...
{"name" : "react-toasty", "version" : "0.0.4", "description" : "a react toast notification system", "main" : "./src/index.js", "scripts" : {"test" : ""}, "author" : "Joseph Clay", "license" : "MIT", "browserify" : {"transform" : ["babelify"]}, "bugs" : {"url" : "https://github.com/pivotall/react-toasty/issues"}, "homep...
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"}, "brows...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "i...
{"directions" : ["Mix sugar, cocoa powder, cinnamon, salt, ginger, pepper, cloves, and cardamom together in an airtight container; seal and shake."], "ingredients" : ["2 cups white sugar", "1/2 cup unsweetened cocoa powder", "1 1/2 teaspoons ground cinnamon", "1/2 teaspoon salt", "1/2 teaspoon ground ginger", "1/4 teas...
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "r...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"ty...
{"userId" : 22626, "cartId" : "d9175527-7e77-4bd8-992e-70d306a2a958", "preferredProducts" : [4682, 4148], "productReviews" : [{"productId" : 2417, "reviewText" : "It only works when I'm Wake Island.", "reviewDate" : "2016-07-04T17:03:08.2715668+03:00"}, {"productId" : 2771, "reviewText" : "heard about this on balearic ...
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "$schema": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "items": {"type": "object", "properties": {"$ref": {"type": "s...
{"id" : "testsuites.json", "$schema" : "http://json-schema.org/draft-04/schema", "title" : "Expectation list", "description" : "Array of Expectation", "type" : "array", "items" : {"$ref" : "expectation.json"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "$schema": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "items": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}}, "required": ["id", "$schema", "title", "d...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "phone": {"type": "string"}, "email": {"type": "string"}, "programs": {"type": "object", "properties": {"prog...
{"name" : "Overbergschule\nGrundschule f. Sch\u00fcler kath. Bek.", "id" : "NI-27716-0", "address" : "Brendelweg 59, 27755\u00a0Delmenhorst", "school_type" : "Grundschule", "phone" : "04221 22603", "email" : "buero@Overbergschule-Delmenhorst.de", "programs" : {"programs" : []}, "state" : "NI", "lon" : 8.628775, "lat" :...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "phone": {"type": "string"}, "email": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["pro...
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"}, "author": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required"...
{"name" : "3.-negative-positive-numbers", "version" : "0.0.0", "description" : "3. Negative Positive Numbers", "main" : "app.js", "author" : {"name" : ""}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["name", "version", "description", "main", "author"], "...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/...
[{"package" : "pggb", "downloads" : 700, "count" : 417}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "dharmaVerificationStatus": {"type": "string"}}, "required": ["name", "symbol", "addres...
{"name" : "https://t.me/rarefi", "symbol" : "RareFi", "address" : "0x4B08dAEa3b6aee7406cF2F5f8c2c297863087A98", "decimals" : 9, "dharmaVerificationStatus" : "UNVERIFIED"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "dharmaVerificationStatus": {"type": "string"}}, "required": ["name", "symbol", "address", "decimals", "dharmaVerificationStatus"], "$schema": "http://json-schema.o...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "defaultLocale": {"t...
{"name" : "Chattermill", "author" : {"name" : "Chattermill Analytics Limited", "email" : "support@chattermill.com", "url" : "https://chattermill.com"}, "defaultLocale" : "en", "private" : false, "location" : {"support" : {}, "chat" : {}}, "marketingOnly" : true, "gaID" : "UA-65053838-11"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "defaultLocale": {"type": "string"}, "private": {"type": "boolean"}, "location": {"type": ...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"Id": {"type": "string"}, "Name": {"type": "string"}, "Description": {"type": "string"}, "Author": {"type": "string"}, "GameAddress": {"type": "string"}, "Category": {"type": "string"}, "Version": {"type": "integer"}, "MinimumC...
{"Id" : "2f411cd2-af41-4ec9-9b11-0171162b6e0b", "Name" : "Keep Info", "Description" : "Will make a toast messages in the Windows taskbar if a keep your clan owns is attacked or if any keep is conquered.", "Author" : "Rhien", "GameAddress" : "dsl-mud.org", "Category" : "Info and Alerts", "Version" : 2, "MinimumClientVer...
json_instruct
{"type": "object", "properties": {"Id": {"type": "string"}, "Name": {"type": "string"}, "Description": {"type": "string"}, "Author": {"type": "string"}, "GameAddress": {"type": "string"}, "Category": {"type": "string"}, "Version": {"type": "integer"}, "MinimumClientVersion": {"type": "string"}, "AliasList": {"type": "a...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "histrion", "definition" : "A player. [R.] Pope."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"className": {"type": "string"}, "classAnnotations": {"type": "array", "items": {"type": "string"}}, "interfaces": {"type": "array", "items": {}}, "superClasses": {"type": "array", "items": {"type": "string"}}}, "requ...
{"className" : "org.wikipedia.edit.db.EditSummary", "classAnnotations" : ["androidx.room.Entity"], "interfaces" : [], "superClasses" : ["java.lang.Object"]}
json_instruct
{"type": "object", "properties": {"className": {"type": "string"}, "classAnnotations": {"type": "array", "items": {"type": "string"}}, "interfaces": {"type": "array", "items": {}}, "superClasses": {"type": "array", "items": {"type": "string"}}}, "required": ["className", "classAnnotations", "interfaces", "superClasses"...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"},...
{"\u5de5\u5ee0\u540d\u7a31" : "\u65ed\u8fb0\u5de5\u696d\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "66002438", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u81fa\u4e2d\u5e02\u795e\u5ca1\u5340\u793e\u5357\u91cc\u4e2d\u5c71\u8def667\u5df737\u5f0411\u865f"...
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...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"replace" : false, "values" : ["jineric:snow_wall", "jineric:salt_block", "jineric:sugar_block", "jineric:full_grass_block"]}
json_instruct
{"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"tha-ap185:1.1": {"type": "string"}, "tha-ap185:2.1": {"type": "string"}, "tha-ap185:3.1": {"type": "string"}, "tha-ap185:4.1": {"type": "string"}, "tha-ap185:5.1": {"type": "string"}, "tha-ap185:6.1": {"type": "stri...
{"tha-ap185:1.1" : "bj36.332, ms20Ap1_2596, msdiv12, sc1", "tha-ap185:2.1" : "ms20Ap1_2597, msdiv13, sc2", "tha-ap185:3.1" : "dr32.298, ms20Ap1_2598, msdiv14, sc3, sya32.284", "tha-ap185:4.1" : "ms20Ap1_2599, msdiv15, sc4", "tha-ap185:5.1" : "mc1.264, ms20Ap1_2600, msdiv16, sc5", "tha-ap185:6.1" : "ms20Ap1_2601, msdiv1...
json_instruct
{"type": "object", "properties": {"tha-ap185:1.1": {"type": "string"}, "tha-ap185:2.1": {"type": "string"}, "tha-ap185:3.1": {"type": "string"}, "tha-ap185:4.1": {"type": "string"}, "tha-ap185:5.1": {"type": "string"}, "tha-ap185:6.1": {"type": "string"}, "tha-ap185:7.1": {"type": "string"}, "tha-ap185:8.1": {"type": "...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array",...
{"version" : 1.2, "people" : [{"pose_keypoints_2d" : [115.568, 148.376, 1, 127.354, 162.329, 1, 114.873, 159.576, 1, 96.909, 175.422, 1, 114.093, 173.481, 1, 139.76, 165.361, 1, 138.432, 179.399, 1, 115.935, 175.335, 1, 108.122, 211.062, 1, 79.1077, 246.549, 1, 97.5552, 285.571, 1, 126.018, 217.758, 1, 130.101, 256.891...
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "han...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type":...
{"name" : "indienews", "title" : "IndieNews", "description" : "Push your IndieWeb articles to the IndieWeb News page.", "homepage" : "https://github.com/pfefferle/wordpress-indienews", "author" : {"name" : "Matthias Pfefferle", "url" : "https://notiz.blog/"}, "repository" : {"type" : "git", "url" : "git://github.com/pf...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "repository": {"type": "object",...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "pr...
{"name" : "Zhongyuan University of Technology", "alt_name" : "(ZUT)", "country" : "China", "state" : null, "address" : {"street" : "41 Zhongyuan Road", "city" : "Zhengzhou", "province" : "Henan Province", "postal_code" : "450007"}, "contact" : {"telephone" : "+86(371) 62506983 +86(371) 62506888", "website" : "http://...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "string"}, "postal_code": {"type": "string"}...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "name"], "$schema": "http://json-schema.o...
{"id" : "20", "provinceId" : "12", "regencyId" : "14", "name" : "Huruna"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "string"}, "bugs": {"type": "string"},...
{"name" : "fishback", "author" : "Michael Stillwell <mjs@beebo.org> (http://beebo.org/)", "description" : "Simple RFC2616-compliant caching proxy server", "version" : "0.3.1", "homepage" : "https://github.com/ithinkihaveacat/node-fishback", "repository" : "git://github.com/ithinkihaveacat/node-fishback.git", "bugs" : "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "string"}, "bugs": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "prop...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"replace" : false, "values" : ["reinfshulker:copper_shulker_box", "reinfshulker:black_copper_shulker_box", "reinfshulker:blue_copper_shulker_box", "reinfshulker:brown_copper_shulker_box", "reinfshulker:cyan_copper_shulker_box", "reinfshulker:gray_copper_shulker_box", "reinfshulker:green_copper_shulker_box", "reinfshul...
json_instruct
{"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}}, "required": ["text", "created", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : "On the Mac we had a phonebook size doc called <a href=\"https://en.wikipedia.org/wiki/Inside_Macintosh\">Inside Macintosh</a>. It was divided into toolkits, which were analogous to <a href=\"https://docs.npmjs.com/getting-started/packages\">packages</a>. At the beginning of each chapter was the theory, tight...
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}}, "required": ["text", "created", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following 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"}}, "...
{"id" : "56bf37d7-526f-41fa-afb1-ab99cefac02e", "playerTags" : ["2175cda0-a427-40fd-b497-347edcc1cd61"], "teamTags" : ["bfd38797-8404-4b38-8b82-341da28b1f83"], "gameTags" : ["74747992-9563-40b5-b850-74b485aafb74"], "metadata" : {"mod" : "INHABITING", "play" : 188, "type" : 0, "parent" : "1e1500b0-e28e-4fc4-9529-79667d9...
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": {"mod": {"type": "string"}, "play...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"desc": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}}, "required": ["desc", "id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"desc" : "", "id" : "card.technology.unit_upgrade.cymiae:franken.homebrew.discordant_stars/unholy_abomination_1", "name" : "Unholy Abomination I"}
json_instruct
{"type": "object", "properties": {"desc": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}}, "required": ["desc", "id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "date": {"type": "string"}, "user": {"type": "string"}, "post": {"type": "string"}}, "required": ["id", "date", "user", "post"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 22434, "date" : "2014-02-24 14:37:17", "user" : "LV_Matt", "post" : "Hello!\r\n\r\nStock is extremely limited on this offer.\r\n\r\nAll of our Florida VPSs are running:\r\n\r\n- RAID 10 Storage with BBU.\r\n- Dual Intel E5-2620v2 or above CPU\r\n- Free Instant Setup with love!\r\n- Supermicro Servers\r\n- 24x7 ...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "date": {"type": "string"}, "user": {"type": "string"}, "post": {"type": "string"}}, "required": ["id", "date", "user", "post"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"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"}...
[{"province" : "\u9ed1\u9f99\u6c5f\u7701", "city" : "\u53cc\u9e2d\u5c71\u5e02", "area" : "\u53cb\u8c0a\u53bf", "name" : "\u53cb\u8c0a\u53bf\u7ea2\u5174\u9686\u90ae\u653f\u652f\u5c40", "code" : "155811", "address" : "\u53cc\u9e2d\u5c71\u5e02\u53cb\u8c0a\u53bf\u7ea2\u5174\u9686\u7ba1\u7406\u5c40\u5c40\u76f43\u59d48-5\u53...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"province": {"type": "string"}, "city": {"type": "string"}, "area": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "string"}, "phone": {"type": "string"}}, "required": ["province", "city", "area", "name", "code...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"type": {"type": "string"}, "pools": {"type": "array", "items": {"type": "object", "properties": {"rolls": {"type": "integer"}, "entries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"},...
{"type" : "minecraft:block", "pools" : [{"rolls" : 1, "entries" : [{"type" : "minecraft:item", "name" : "dawnoftimebuilder:grape"}]}, {"rolls" : 1, "entries" : [{"type" : "minecraft:item", "functions" : [{"function" : "minecraft:apply_bonus", "enchantment" : "minecraft:fortune", "formula" : "minecraft:binomial_with_bon...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "pools": {"type": "array", "items": {"type": "object", "properties": {"rolls": {"type": "integer"}, "entries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}}, "required": ["type", "name"]}...
Please provide a valid JSON object following this schema: {"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": "int...
{"nom" : "Persan", "dpt" : "Val-d'Oise", "inscrits" : 5629, "abs" : 1253, "votants" : 4376, "blancs" : 96, "nuls" : 36, "exp" : 4244, "res" : [{"panneau" : "9", "voix" : 1362}, {"panneau" : "2", "voix" : 1095}, {"panneau" : "3", "voix" : 810}, {"panneau" : "11", "voix" : 364}, {"panneau" : "4", "voix" : 231}, {"panneau...
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object"...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"version": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "role": {"type": "string"}}, "required": ["name", "emai...
{"version" : "master", "authors" : [{"name" : "Russell Dillenburg", "email" : "rc.dillenburg@gmail.com", "role" : "lead"}], "minimum-stability" : "stable", "config" : {"optimize-autoloader" : true}, "name" : "goProTrimFiles", "autoload" : {"classmap" : ["include"]}, "require" : {"php" : ">=7.0", "khill/php-duration" : ...
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "role": {"type": "string"}}, "required": ["name", "email", "role"]}}, "minimum-stability": {"type": "string"}, "config": {"typ...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "0ed1e5dcbc5f470083a9c5164d474afae76382d4"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {}, "required": []}, "name": {"type": "string"}, "product_stoichiometries": {"type": "arr...
[{"comment" : "general reaction", "definition" : "alpha-Amino acid <=> 2,3-Ene acid + Ammonia", "orthologs" : {}, "name" : "", "product_stoichiometries" : ["1", "1"], "enzymes" : ["4.3.1.3", "4.3.1.6", "4.3.1.7", "4.3.1.9", "4.3.1.10", "4.3.1.23", "4.3.1.24", "4.3.1.25"], "equation" : "C05167 <=> C11823 + C00014", "gly...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {}, "required": []}, "name": {"type": "string"}, "product_stoichiometries": {"type": "array", "items": {"type": "string"}}, "enzymes": {"type": "arr...
Please provide a valid JSON object following this schema: {"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"...
{"authors" : [{"author" : "Tomohiro Kawaguchi"}, {"author" : "Yoshikazu Ogawa"}, {"author" : "Kenji Ito"}, {"author" : "Mika Watanabe"}, {"author" : "Teiji Tominaga"}], "doi" : "10.1186/1756-0500-6-408", "publication_date" : "2013-10-15", "id" : "EN116327", "url" : "https://pubmed.ncbi.nlm.nih.gov/24119690", "source" :...
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...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"topCrop": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "score": {"type": "object", "properties": {"detail": {"type": "num...
{"topCrop" : {"x" : 0, "y" : 0, "width" : 219, "height" : 219, "score" : {"detail" : 4.779802026423166, "saturation" : -12.508350701334972, "skin" : 13.093819658087249, "boost" : 79.80301133881606, "total" : 0.26125954169668725}}}
json_instruct
{"type": "object", "properties": {"topCrop": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "score": {"type": "object", "properties": {"detail": {"type": "number"}, "saturation": {"type": "number"}, "skin": {"type": "num...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"hx": {"type": "array", "items": {"type": "number"}}, "par": {"type": "array", "items": {"type": "number"}}, "modelname": {"type": "array", "items": {"type": "string"}}, "param_names": {"type": "array", "items": {"...
{"hx" : [0.00141541994889581, 0.00165198143772935, 0.00220140509715439, 0.0034850186253569, 0.0053983116295024, 0.00659271729903676, 0.00606241708699452, 0.00482385410135633, 0.00423634378838754, 0.00441539037210393, 0.00495101988565103, 0.0056288465994159, 0.00640884700940402, 0.00729788862173805, 0.00831054813593953,...
json_instruct
{"type": "object", "properties": {"hx": {"type": "array", "items": {"type": "number"}}, "par": {"type": "array", "items": {"type": "number"}}, "modelname": {"type": "array", "items": {"type": "string"}}, "param_names": {"type": "array", "items": {"type": "string"}}}, "required": ["hx", "par", "modelname", "param_names"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "string"...
{"web" : [{"value" : ["\u672a\u516c\u5f00\u7684", "\u65e0\u6587\u4ef6\u8bc1\u660e\u7684", "\u975e\u6cd5\u5165\u5883"], "key" : "undocumented"}, {"value" : ["\u65e0\u8bc1\u5de5\u4eba", "\u975e\u6cd5\u79fb\u6c11"], "key" : "undocumented worker"}, {"value" : ["\u65e0\u8bc1\u5b66\u751f"], "key" : "Undocumented Students"}],...
json_instruct
{"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "string"}, "translation": {"type": "array", "items": {"type": "string"}}, "errorCod...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"department": {"type": "string"}, "description": {"type": "array", "items": {"type": "string"}}, "fullname": {"type": "string"}, "number": {"type": "string"}, "section": {"type": "string"}, "semester": {"type": "str...
{"department" : "FREN", "description" : ["Students begin to learn French through listening, speaking, reading and writing about topics", "familiar to them. They study social and cultural notions inherent in the daily life of peoples in", "diverse Francophone communities and learn to think critically and make interdisc...
json_instruct
{"type": "object", "properties": {"department": {"type": "string"}, "description": {"type": "array", "items": {"type": "string"}}, "fullname": {"type": "string"}, "number": {"type": "string"}, "section": {"type": "string"}, "semester": {"type": "string"}, "shortname": {"type": "string"}, "type": {"type": "string"}, "ye...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"conditions": {"type": "object", "properties": {"5c0be66c86f7744523489ab2": {"type": "string"}, "5c0be69086f7743c9c1ecf43": {"type": "string"}, "5c1fd1ae86f7742b3b47f064": {"type": "string"}, "5c1fd1b586f7742b3a651f74": {"ty...
{"conditions" : {"5c0be66c86f7744523489ab2" : "Handover 3 Ophthalmoscopes", "5c0be69086f7743c9c1ecf43" : "Handover 3 LEDX Skin Transilluminators", "5c1fd1ae86f7742b3b47f064" : "", "5c1fd1b586f7742b3a651f74" : ""}, "name" : "Private clinic", "note" : "", "successMessageText" : "5c0be61786f7744525260758", "failMessageTex...
json_instruct
{"type": "object", "properties": {"conditions": {"type": "object", "properties": {"5c0be66c86f7744523489ab2": {"type": "string"}, "5c0be69086f7743c9c1ecf43": {"type": "string"}, "5c1fd1ae86f7742b3b47f064": {"type": "string"}, "5c1fd1b586f7742b3a651f74": {"type": "string"}}, "required": ["5c0be66c86f7744523489ab2", "5c0...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"css/selectize.min.css": {"type": "string"}, "css/selectize.bootstrap2.min.css": {"type": "string"}, "css/selectize.bootstrap3.css": {"type": "string"}, "css/selectize.bootstrap3.min.css": {"type": "string"}, "c...
{"css/selectize.min.css" : "sha256-j76U/4bb8TdonLnnCT06f9BaqvFr8mCJUlQNI0DLY60=", "css/selectize.bootstrap2.min.css" : "sha256-CX8c1lAolzPunRsaEAdi9G2jWVU/L4mv3gTzkQspYr8=", "css/selectize.bootstrap3.css" : "sha256-QXLIbLdKnOY2d3D6dw6rprrzyT/9L/TEANvLISvUt0Q=", "css/selectize.bootstrap3.min.css" : "sha256-RMWpSpSJLOvdc...
json_instruct
{"type": "object", "properties": {"css/selectize.min.css": {"type": "string"}, "css/selectize.bootstrap2.min.css": {"type": "string"}, "css/selectize.bootstrap3.css": {"type": "string"}, "css/selectize.bootstrap3.min.css": {"type": "string"}, "css/selectize.css": {"type": "string"}, "css/selectize.default.css": {"type"...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"produ...
{"userId" : 32484, "cartId" : "d84c40f3-ca42-45f1-8772-aa6c1e5e68da", "preferredProducts" : [4414, 3807], "productReviews" : [{"productId" : 374, "reviewText" : "one of my hobbies is theater. and when i'm acting this works great.", "reviewDate" : "2018-06-13T22:24:42.5018861+03:00"}, {"productId" : 869, "reviewText" : ...
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"utf8-encoding": {"type": "string"}}, "requir...
{"name" : "urlsearchparams", "description" : "implementaion of URLSearchParams at WHATWG Living Standard https://url.spec.whatwg.org/", "authors" : ["Jxck"], "dependencies" : {"utf8-encoding" : "~0.1.x"}, "homepage" : "https://github.com/Jxck/URLSearchParams", "ignore" : ["**/.*", "node_modules", "bower_components", "t...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"utf8-encoding": {"type": "string"}}, "required": ["utf8-encoding"]}, "homepage": {"type": "string"}, "ignore": {"...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "p...
{"hash" : "0x7eaae9c65eab0213384cfcfe6c9e5bda0e33b4532fbe5516bb711fe0e708688a", "parentHash" : "0x620de16f341f2a1624c39550b4e5dbdffb75292fd831b51586bdc63d2065ecbc", "number" : 107948, "timestamp" : 1439931413, "nonce" : "0x209eaf005a05bb3b", "difficulty" : 4379024301772, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : ...
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]...
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" : 404375935, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "a74b8800b9c83d3de06b8cebb28d061a", "wof:id" : 404375935, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [0.66656354377487, 46.8381476396481, 0.77179240621184, 46.88318281431952]...
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": ["...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}}, "required": ["name", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@marko/webpack-tests", "version" : "x.x.x"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}}, "required": ["name", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"PUT": {"type": "object", "properties": {"roleName": {"type": "string"}}, "required": ["roleName"]}}, "required": ["PUT"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"PUT" : {"roleName" : "manager"}}
json_instruct
{"type": "object", "properties": {"PUT": {"type": "object", "properties": {"roleName": {"type": "string"}}, "required": ["roleName"]}}, "required": ["PUT"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"title": {"type": "string"}, "downloads": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}, "hxl": {"type": "integer"}, "org": {"type": "string"}, "id": {"type": "string"}, "resources": {"...
{"title" : "Current IATI aid activities in Tuvalu", "downloads" : 2, "tags" : ["aid funding", "hxl", "who is doing what and where - 3w - 4w - 5w", "Tuvalu"], "hxl" : 1, "org" : "International Aid Transparency Initiative", "id" : "0f1a0874-e0a2-4355-ae6c-1c41fa769123", "resources" : [{"update_date" : "2021-02-06T01:54:1...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "downloads": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}, "hxl": {"type": "integer"}, "org": {"type": "string"}, "id": {"type": "string"}, "resources": {"type": "array", "items": {"type": "object", "properties": {"update_date...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"accountLinkingWhitelistedDomains": {"type": "null"}, "asin": {"type": "string"}, "averageRating": {"type": "integer"}, "canDisable": {"type": "boolean"}, "capabilities": {"type": "null"}, "category": {"type": "null...
{"accountLinkingWhitelistedDomains" : null, "asin" : "B01HQS5954", "averageRating" : 0, "canDisable" : true, "capabilities" : null, "category" : null, "description" : "This skill will describe different types of wine and suggested pairings.\nDisclaimer: This application is not suitable for all ages. You must be at leas...
json_instruct
{"type": "object", "properties": {"accountLinkingWhitelistedDomains": {"type": "null"}, "asin": {"type": "string"}, "averageRating": {"type": "integer"}, "canDisable": {"type": "boolean"}, "capabilities": {"type": "null"}, "category": {"type": "null"}, "description": {"type": "string"}, "enablement": {"type": "null"}, ...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"actors": {"type": "array", "items": {}}, "countries": {"type": "array", "items": {}}, "enb_end_date": {"type": "string"}, "enb_long_title": {"type": "string"}, "enb_short_title": {"type": "string"}, "enb_start_date": {"type": "s...
{"actors" : [], "countries" : [], "enb_end_date" : "08-Dec-14", "enb_long_title" : "Lima Climate Change Conference - December 2014", "enb_short_title" : "COP 20", "enb_start_date" : "08-Dec-14", "enb_url" : "http://www.iisd.ca/vol12/enb12614e.html", "id" : "enb12614e_6", "section_title" : "METHODOLOGICAL GUIDANCE FOR R...
json_instruct
{"type": "object", "properties": {"actors": {"type": "array", "items": {}}, "countries": {"type": "array", "items": {}}, "enb_end_date": {"type": "string"}, "enb_long_title": {"type": "string"}, "enb_short_title": {"type": "string"}, "enb_start_date": {"type": "string"}, "enb_url": {"type": "string"}, "id": {"type": "s...
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.9081191940467574, "s_IoU" : 0.7271440993574391, "s_mIoU" : 0.8120596053310234, "t_Acc" : 0.42777967156383406, "t_IoU" : 0.35987951100293863, "t_mIoU" : 0.5988544628567933, "bn_loss" : 0.15904511511325836, "s_adv" : 0.6379264295101166, "t_adv" : 1.2164413958787919}
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"...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "artisanat:block/brown_dark_prismarine_stairs/straight"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"identifier": {"type": "string"}, "name": {"type": "string"}, "grapthData": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "closePrice": {"type": "number"}}, "required": ["identifier",...
{"identifier" : "OPTIDXNIFTY28-12-2023PE12000.00", "name" : "NIFTY", "grapthData" : [[1648718461000, 0]], "closePrice" : 144.3}
json_instruct
{"type": "object", "properties": {"identifier": {"type": "string"}, "name": {"type": "string"}, "grapthData": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "closePrice": {"type": "number"}}, "required": ["identifier", "name", "grapthData", "closePrice"], "$schema": "http://json-schema.org...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema...
{"word" : "Dispensable", "definitions" : ["Able to be replaced or done without; superfluous.", "(of a law or other rule) not mandatory but susceptible of being waived in special cases."], "parts-of-speech" : "Adjective"}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"points": {"type": "integer"}, "can_burn": {"type": "boolean"}}, "required": ["points", "can_burn"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"points" : 10, "can_burn" : false}
json_instruct
{"type": "object", "properties": {"points": {"type": "integer"}, "can_burn": {"type": "boolean"}}, "required": ["points", "can_burn"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"__type__": {"type": "string"}, "content": {"type": "object", "properties": {"name": {"type": "string"}, "texture": {"type": "string"}, "rect": {"type": "array", "items": {"type": "integer"}}, "offset": {"type": "arra...
{"__type__" : "cc.SpriteFrame", "content" : {"name" : "activity_happyPush_banner", "texture" : "e8KcIemNtNv5wHpMOYAlh6", "rect" : [0, 0, 680, 200], "offset" : [0, 0], "originalSize" : [680, 200], "capInsets" : [0, 0, 0, 0]}}
json_instruct
{"type": "object", "properties": {"__type__": {"type": "string"}, "content": {"type": "object", "properties": {"name": {"type": "string"}, "texture": {"type": "string"}, "rect": {"type": "array", "items": {"type": "integer"}}, "offset": {"type": "array", "items": {"type": "integer"}}, "originalSize": {"type": "array", ...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"nativescript-floatingactionbutton": {"type": "boolean"}, "nativescript-fontawesome": {"type": "boolean"}, "nativescript-mapbox": {"type": "boolean"}, "nativescript-theme-core": {"type": "boolean"}, "nativescript-ui-sidedrawer"...
{"nativescript-floatingactionbutton" : true, "nativescript-fontawesome" : true, "nativescript-mapbox" : true, "nativescript-theme-core" : true, "nativescript-ui-sidedrawer" : true, "tns-core-modules" : true, "nativescript-fonticon" : true, "nativescript-ui-core" : true, "tns-core-modules-widgets" : true}
json_instruct
{"type": "object", "properties": {"nativescript-floatingactionbutton": {"type": "boolean"}, "nativescript-fontawesome": {"type": "boolean"}, "nativescript-mapbox": {"type": "boolean"}, "nativescript-theme-core": {"type": "boolean"}, "nativescript-ui-sidedrawer": {"type": "boolean"}, "tns-core-modules": {"type": "boolea...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"source": {"type": "string"}, "word": {"type": "string"}, "infinitivo": {"type": "string"}, "translation": {"type": "string"}, "gerundio": {"type": "array", "items": {"type": "string"}}, "participio": {"type": "array", "items":...
{"source" : "http://www.spanishdict.com/conjugate/dorar", "word" : "dorar", "infinitivo" : "dorar", "translation" : "to brown", "gerundio" : ["dorando"], "participio" : ["dorado"], "tenses" : {"3" : [["doro"], ["doras"], ["dora"], ["doramos"], ["dor\u00e1is"], ["doran"]], "4" : [["dor\u00e9"], ["doraste"], ["dor\u00f3"...
json_instruct
{"type": "object", "properties": {"source": {"type": "string"}, "word": {"type": "string"}, "infinitivo": {"type": "string"}, "translation": {"type": "string"}, "gerundio": {"type": "array", "items": {"type": "string"}}, "participio": {"type": "array", "items": {"type": "string"}}, "tenses": {"type": "object", "propert...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {"type": "string"}}, "package": {"type": "string"}}, "required": ["genera...
{"generated_at" : "2017-01-27T09:37:32.917245", "required_by" : ["mongo-mail-web"], "requires" : ["pymongo"], "package" : "mongolock"}
json_instruct
{"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {"type": "string"}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requires", "package"], "$schema": "http://json-sch...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"issues_url": {"type": "string"}, "members_url": {"type": "string"}, "description": {"type": "null"}, "public_members_url": {"type": "string"}, "url": {"type": "string"}, "events_url": {"typ...
[{"issues_url" : "https://api.github.com/orgs/UV-CDAT/issues", "members_url" : "https://api.github.com/orgs/UV-CDAT/members{/member}", "description" : null, "public_members_url" : "https://api.github.com/orgs/UV-CDAT/public_members{/member}", "url" : "https://api.github.com/orgs/UV-CDAT", "events_url" : "https://api.gi...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"issues_url": {"type": "string"}, "members_url": {"type": "string"}, "description": {"type": "null"}, "public_members_url": {"type": "string"}, "url": {"type": "string"}, "events_url": {"type": "string"}, "avatar_url": {"type": "string"}, "repos_url": {"type"...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"sweetalert2.all.js": {"type": "string"}, "sweetalert2.all.min.js": {"type": "string"}, "sweetalert2.common.js": {"type": "string"}, "sweetalert2.css": {"type": "string"}, "sweetalert2.js": {"type": "string"}, "sweetalert2.min....
{"sweetalert2.all.js" : "sha512-xRoCqIjy9kFHKHotEg/fYvqV/6+g139ABLwS/IB74f3ljFd4+GmrMW4EaudfdYS8aUmfxosz5xU+QD4l1R1G9Q==", "sweetalert2.all.min.js" : "sha512-xptIx7WofTpbwyaAFHtNBFgGXhbQbKtLSnbb5nnC5cM+31LOSX8w+swpLrS6RYMCyL4+zFO9O24lhzqMNcFRXQ==", "sweetalert2.common.js" : "sha512-ulYCV6C7LjIfqIjpTkSmC4YcoggocmXzlVEYa...
json_instruct
{"type": "object", "properties": {"sweetalert2.all.js": {"type": "string"}, "sweetalert2.all.min.js": {"type": "string"}, "sweetalert2.common.js": {"type": "string"}, "sweetalert2.css": {"type": "string"}, "sweetalert2.js": {"type": "string"}, "sweetalert2.min.css": {"type": "string"}, "sweetalert2.min.js": {"type": "s...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"produc...
{"userId" : 24053, "cartId" : "bf271cf0-2ae3-46b1-a8fe-48de3b5fe384", "preferredProducts" : [4176, 936, 1778], "productReviews" : [{"productId" : 3007, "reviewText" : "My gentoo penguin loves to play with it.", "reviewDate" : "2018-06-26T00:51:26.7347088+03:00"}]}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"Id": {"type": "string"}, "IsStatic": {"type": "boolean"}, "useGravity": {"type": "boolean"}, "randomRotation": {"type": "boolean"}, "Position": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}...
{"Id" : "gun_world15[2] (29)10200090", "IsStatic" : false, "useGravity" : false, "randomRotation" : false, "Position" : {"x" : -288.753052, "y" : 0.503, "z" : -86.687}, "Rotation" : {"x" : -5.33608535e-08, "y" : 179.17247, "z" : 267.676025}, "IsGroupPosition" : false, "GroupPositions" : [], "Root" : "5ea2d20e86f7740298...
json_instruct
{"type": "object", "properties": {"Id": {"type": "string"}, "IsStatic": {"type": "boolean"}, "useGravity": {"type": "boolean"}, "randomRotation": {"type": "boolean"}, "Position": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}, "z": {"type": "number"}}, "required": ["x", "y", "z"]}, "...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {"type"...
{"directions" : ["Place tea, lemon and ginger in a heatproof container and add boiling water. Let tea steep 7 to 8 minutes. Place 4 cups of the ice in a pitcher, then pour in tea. Blend diced peaches and sugar in a blender until smooth; mix into tea. Serve in glasses over remaining ice and garnish with mint and peach s...
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array"...
{"directions" : ["Place feta cheese, cucumbers, green bell pepper, red onion, olives, oregano, basil, and black pepper in a food processor. Puree until smooth. Stir mixture into the ranch dressing in a large bowl. Cover and refrigerate until ready to use."], "ingredients" : ["4 cups crumbled feta cheese", "2 cucumbers,...
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "r...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"4520XX": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "count": {"type": "integer"}, "119051": {"type": "object", "properties": {"count": {"type": "integer"}}, "required":...
{"4520XX" : {"count" : 1}, "count" : 59, "119051" : {"count" : 1}, "513092" : {"count" : 1}, "37201X" : {"count" : 3}, "311010" : {"count" : 2}, "371011" : {"count" : 1}, "537061" : {"count" : 1}, "512020" : {"count" : 1}, "372012" : {"count" : 10}, "N.A.//" : {"count" : 32}, "352010" : {"count" : 3}, "411011" : {"coun...
json_instruct
{"type": "object", "properties": {"4520XX": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "count": {"type": "integer"}, "119051": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "513092": {"type": "object", "properties": {"count": {"typ...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"face_keypoints": {"type": "array", "items": {}}, "pose_keypoints": {"type": "array", "items": {"type": "numb...
{"version" : 1.0, "people" : [{"face_keypoints" : [], "pose_keypoints" : [85.4173228346457, 47.2436363636364, 0.912655174732208, 92.7244094488189, 97.5127272727273, 0.686512090265751, 53.4173228346457, 103.796363636364, 0.620871096849442, 46.8661417322835, 172.450909090909, 0.521980423480272, 32.503937007874, 236.21818...
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"face_keypoints": {"type": "array", "items": {}}, "pose_keypoints": {"type": "array", "items": {"type": "number"}}, "hand_right_keypoints": {"type": "array", "items": {}}, "hand_left_k...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"date": {"type": "string"}, "no": {"type": "string"}, "pdfFile": {"type": "string"}, "yes": {"type": "string"}, "docId": {"type": "string"}, "absent": {"type": "string"}, "id": {"type": "string"}, "title": {"type": "...
{"date" : "2018-12-07 00:00:00", "no" : "61", "pdfFile" : "data.riksdagen.se/fil/1DDCB46B-E388-4CC1-8121-45D76C47D3A1", "yes" : "281", "docId" : "H601SoU3", "absent" : "7", "id" : "1DDCB46B-E388-4CC1-8121-45D76C47D3A1", "title" : "Ny lag om tobak och liknande produkter"}
json_instruct
{"type": "object", "properties": {"date": {"type": "string"}, "no": {"type": "string"}, "pdfFile": {"type": "string"}, "yes": {"type": "string"}, "docId": {"type": "string"}, "absent": {"type": "string"}, "id": {"type": "string"}, "title": {"type": "string"}}, "required": ["date", "no", "pdfFile", "yes", "docId", "abse...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "betterclay:block/cracked_brown_porcelain_bricks_slab"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$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" : "Le G\u00e2vre", "dpt" : "Loire-Atlantique", "inscrits" : 1256, "abs" : 207, "votants" : 1049, "blancs" : 14, "nuls" : 9, "exp" : 1026, "res" : [{"panneau" : "3", "voix" : 234}, {"panneau" : "9", "voix" : 234}, {"panneau" : "2", "voix" : 207}, {"panneau" : "11", "voix" : 135}, {"panneau" : "4", "voix" : 90}, {...
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"}, "_tpl": {"type": "string"}, "parentId": {"type": "string"}, "slotId": {"type": "string"}}, "required": ["_id", "_tpl", "parentId", "slotId"], "$schema": "http://json-schema.org/draft-07/s...
{"_id" : "5ece83c501e14e770d582b0f", "_tpl" : "574db213245977459a2f3f5d", "parentId" : "5ece83c501e14e770d582b0a", "slotId" : "mod_sight_rear"}
json_instruct
{"type": "object", "properties": {"_id": {"type": "string"}, "_tpl": {"type": "string"}, "parentId": {"type": "string"}, "slotId": {"type": "string"}}, "required": ["_id", "_tpl", "parentId", "slotId"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "dependenc...
{"name" : "example-next.js-css-modules-on-ssr", "version" : "0.1.0", "main" : "index.js", "repository" : "git@github.com:noriaki/example-next.js-css-modules-on-ssr.git", "author" : "Noriaki Uchiyama <uchiyama.noriaki@gmail.com>", "license" : "Apache License 2.0", "private" : true, "dependencies" : {"next" : "^9.2.1", "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"next": {"type": "stri...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"er...
{"contract" : "0xcf447285530f4f89d826ad4525e45b15762daa3c", "tool" : "osiris", "start" : 1564615365.2505143, "end" : 1564615419.1969109, "duration" : 53.946396589279175, "analysis" : [{"errors" : [{"line" : 101, "column" : 34, "message" : "overflow_bugs"}, {"line" : 105, "column" : 14, "message" : "overflow_bugs"}], "f...
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {"type": "object", "properti...
Following the schema specification below, generate a valid 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", "it...
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-88.042027, 43.124629], [-88.034613, 43.130546], [-88.032611, 43.13398], [-88.025439, 43.134061], [-88.025934, 43.112576], [-88.042027, 43.124629]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 81731}}]}
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...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1884, 7], [1885, 5], [1889, 6], [1890, 10], [1891, 7], [1892, 9], [1893, 14], [1894, 13], [1895, 11], [1896, 15], [1897, 12], [1898, 13], [1899, 5], [1900, 14], [1901, 9], [1902, 11], [1903, 13], [1904, 10], [1905, 10], [1906, 16], [1907, 11], [1908, 20], [1909, 10], [1910, 21], [1911, 13], [1912, 35], [1913, 35], [1...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"layer0": {"type": "string"}}, "required": ["layer0"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft...
{"parent" : "item/generated", "textures" : {"layer0" : "maxcraft:item/dollar"}}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"layer0": {"type": "string"}}, "required": ["layer0"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"title": {"type": "string"}, "favicon": {"type": "string"}, "access": {"type": "object", "properties": {"path": {"type": "string"}, "format": {"type": "string"}}, "required": ["path", "format"]}, "static": {"type": "object", "p...
{"title" : "disco", "favicon" : "static/favicon.ico", "access" : {"path" : "disco_access.csv", "format" : "\":date\",\":req[x-forwarded-for]\",\":method\",\":status\",\":req[host]\",\":url\",\":referrer\",\":user-agent\""}, "static" : {"path" : "static", "maxAge" : 14400000}, "listen" : {"port" : 8080}}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "favicon": {"type": "string"}, "access": {"type": "object", "properties": {"path": {"type": "string"}, "format": {"type": "string"}}, "required": ["path", "format"]}, "static": {"type": "object", "properties": {"path": {"type": "string"}, "maxAge": {"type":...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name"...
{"name" : "fsylum/wp-plugin-boilerplate", "description" : "Starter plugin for WordPress with Laravel Mix integration", "authors" : [{"name" : "Firdaus Zahari", "homepage" : "https://fsylum.net"}], "autoload" : {"psr-4" : {"Fsylum\\Plugin\\" : "src/"}}, "require" : {}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "homepage"]}}, "autoload": {"type": "object", "properties": {"psr-4":...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract",...
{"contract" : "0x85ca6710d0f1d511d130f6935edda88acbd921bd", "tool" : "oyente", "start" : 1563530236.970748, "end" : 1563530240.4610045, "duration" : 3.4902565479278564, "analysis" : []}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"classifiers": {"type": "array", "items": {"type": "string"}}, "description_content_type": {"type": "string"}, "download_url": {"type": "string"}, "extensions": {"type": "object", "properties": {"python.detail...
{"classifiers" : ["Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)", "Operating System :: OS Independent", "Topic :: Internet", "Topic :: Security :: Cryptography"], "description_content_type" : "UNKNOWN", "...
json_instruct
{"type": "object", "properties": {"classifiers": {"type": "array", "items": {"type": "string"}}, "description_content_type": {"type": "string"}, "download_url": {"type": "string"}, "extensions": {"type": "object", "properties": {"python.details": {"type": "object", "properties": {"contacts": {"type": "array", "items": ...