input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"ipv6": {"type": "boolean"}, "fixed-cidr-v6": {"type": "string"}}, "required": ["ipv6", "fixed-cidr-v6"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ipv6" : true, "fixed-cidr-v6" : "2001:db8:1::/64"}
json_instruct
{"type": "object", "properties": {"ipv6": {"type": "boolean"}, "fixed-cidr-v6": {"type": "string"}}, "required": ["ipv6", "fixed-cidr-v6"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"6825": {"type": "string"}, "6827": {"type": "string"}}, "required": ["6825", "6827"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"6825" : "6826", "6827" : "6828"}
json_instruct
{"type": "object", "properties": {"6825": {"type": "string"}, "6827": {"type": "string"}}, "required": ["6825", "6827"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "noteValue": {"type": "integer"}, "noteCount": {"type": "integer"}, "subScenes": {"type": "array", "items": {"type": "object", "properties": {"at": {"type": "ar...
{"id" : "f2295dbd-3a23-421e-a866-9b40e14fcc80", "name" : "bars backbone pumping green 1/4 bar", "noteValue" : 64, "noteCount" : 16, "subScenes" : [{"at" : [0], "deviceParams" : [{"group" : "c0a53d99-ac9e-417f-a963-27eb83ca88e4", "device" : null, "params" : [], "animation" : null, "transition" : "18b36203-80fd-4c8b-b123...
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", "...
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" : 101872331, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "23382f91119c822a3da21c30ea18b58c", "wof:id" : 101872331, "wof:repo" : "whosonfirst-data-admin-gb"}, "bbox" : [-1.43333, 54.75, -1.43333, 54.75], "geometry" : {"coordinates" : [...
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": ["...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "watch": {"type": "object", "properties": {"test": {"type": "object", "prop...
{"name" : "gliflow", "private" : false, "version" : "0.4.3", "description" : "Generates executable workflows from [gliffy](https://www.gliffy.com/) diagrams diagrams", "main" : "src/gliffyParser.js", "watch" : {"test" : {"patterns" : ["."], "extensions" : ["gliffy", "js"], "quiet" : true, "legacyWatch" : true, "delay" ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "watch": {"type": "object", "properties": {"test": {"type": "object", "properties": {"patterns": {"type": "array", "items": {"type":...
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" : "corporace", "definition" : "See Corporas."}
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": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["230717009498", "\u7ea2\u5347\u793e\u533a\u865a\u62df\u793e\u533a", "111", "0"]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"summary": {"type": "object", "properties": {"byte_size": {"type": "integer"}, "kb_size": {"type": "integer"}, "mb_size": {"type": "number"}, "collect_input": {"type": "boolean"}, "layers": {"type": "array", "items"...
{"summary" : {"byte_size" : 21102592, "kb_size" : 20608, "mb_size" : 20.125, "collect_input" : false, "layers" : [{"bits:" : 8, "size:" : 16777216, "byte_size:" : 16777216, "foz:" : 0.0849634, "zeros:" : 1425449, "sum:" : 1707957, "min:" : 0, "max:" : 255, "mean:" : 0.101802}, {"bits:" : 16, "size:" : 65536, "byte_size...
json_instruct
{"type": "object", "properties": {"summary": {"type": "object", "properties": {"byte_size": {"type": "integer"}, "kb_size": {"type": "integer"}, "mb_size": {"type": "number"}, "collect_input": {"type": "boolean"}, "layers": {"type": "array", "items": {"type": "object", "properties": {"bits:": {"type": "integer"}, "size...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"your_events": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "start_timestamp": {"type": "integer"}, "end_timestamp": {"type": "integer"}, "place": {"type": "object", "prope...
{"your_events" : [{"name" : "Discuss Picture Wife", "start_timestamp" : 1577401200, "end_timestamp" : 0, "place" : {"name" : "Le Place d'Fake**", "coordinate" : {"latitude" : 63.820531, "longitude" : 100.930217}, "address" : "2593 Keller Mission Michaelborough, TX"}, "description" : "Current almost gas", "create_timest...
json_instruct
{"type": "object", "properties": {"your_events": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "start_timestamp": {"type": "integer"}, "end_timestamp": {"type": "integer"}, "place": {"type": "object", "properties": {"name": {"type": "string"}, "coordinate": {"type": "object", ...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"subject": {"type": "string"}, "catalog_nbr": {"type": "integer"}, "section": {"type": "integer"}, "class_nbr": {"type": "integer"}, "title": {"type": "string"}, "component": {"type": "st...
[{"subject" : "DRAM", "catalog_nbr" : 468, "section" : 1, "class_nbr" : 1298, "title" : "LIGHTING DESIGN", "component" : "Lecture", "units" : 3, "bldg" : "TBA", "room" : "TBA", "days" : "TuTh", "time" : "09", "instructor" : "ABBENANTE,DOMINIC A", "load" : "100", "rank" : "INST", "attributes" : ["VP"], "enrl_cap" : 12, ...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"subject": {"type": "string"}, "catalog_nbr": {"type": "integer"}, "section": {"type": "integer"}, "class_nbr": {"type": "integer"}, "title": {"type": "string"}, "component": {"type": "string"}, "units": {"type": "integer"}, "bldg": {"type": "string"}, "room"...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJe...
[{"namaKab" : "KOTA PADANG", "originalFilename" : "FOTO.jpeg", "namaPartai" : "Persatuan Indonesia", "id" : 16571, "noUrut" : 1, "nama" : "ZAIMUL BAKHRI, SH", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KOTA PADANG", "originalFilename" : "FOTO.jpeg", "namaPartai" : "Persatuan Indonesia", "id" : 16870, "noUrut" :...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["bucket-queue", "fetch-coalesce", "hash-bank", "pouchdb-live-find", "redux-magic-async-middleware", "securion-payment-model"]
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": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "array", "items": {}}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"expireTime" : 9007200883358786000, "key" : "childSpanNodes-8b729564-46f3-56ef-b93f-f365f191b99b-183014fbb69cac3fe2bddc42bd99cdfe", "val" : []}
json_instruct
{"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "array", "items": {}}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"thi-ap3:0.1": {"type": "string"}, "thi-ap3:0.2": {"type": "string"}, "thi-ap3:0.3": {"type": "string"}, "thi-ap3:1.1": {"type": "string"}, "thi-ap3:1.2": {"type": "string"}, "thi-ap3:1.3": {"type": "string"}, "...
{"thi-ap3:0.1" : "Ther\u012bapad\u0101na", "thi-ap3:0.2" : "Sumedh\u0101vagga", "thi-ap3:0.3" : "3. Ma\u1e47\u1e0dapad\u0101yik\u0101ther\u012bapad\u0101na", "thi-ap3:1.1" : "\u201cKo\u1e47\u0101gamanabuddhassa,", "thi-ap3:1.2" : "ma\u1e47\u1e0dapo k\u0101rito may\u0101;", "thi-ap3:1.3" : "Dhuva\u1e41 tic\u012bvara\u1e...
json_instruct
{"type": "object", "properties": {"thi-ap3:0.1": {"type": "string"}, "thi-ap3:0.2": {"type": "string"}, "thi-ap3:0.3": {"type": "string"}, "thi-ap3:1.1": {"type": "string"}, "thi-ap3:1.2": {"type": "string"}, "thi-ap3:1.3": {"type": "string"}, "thi-ap3:1.4": {"type": "string"}, "thi-ap3:2.1": {"type": "string"}, "thi-a...
Create a JSON structure that matches this schema definition: {"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"}...
{"title" : "Seiltanzer", "creation_date" : "1923", "creation_date_earliest" : "1923-01-01", "creation_date_latest" : "1923-01-01", "medium" : "color lithograph", "accession_number" : "2015.20", "id" : "cmoa:things/b110f6f6-9df0-43f7-9772-8a882137514d", "credit_line" : "Lehman Fine Arts Acquisitions Fund, Frances G. Sca...
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 a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "object"...
{"name" : "@types/jsdom", "version" : "16.2.13", "description" : "TypeScript definitions for jsdom", "homepage" : "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jsdom", "license" : "MIT", "contributors" : [{"name" : "Leonard Thieu", "url" : "https://github.com/leonard-thieu", "githubUsername" : "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, ...
{"lastUpdated" : 1655019279666, "username" : "lukasthedemon", "scores" : [{"xp" : 3894, "rank" : 469, "cardId" : 390}]}
json_instruct
{"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, "required": ["xp", "rank", "cardId"]}}}, "required": ["last...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array...
{"ast" : null, "code" : "var _jsxFileName = \"/Users/Famille/Code-lab/vidly/src/components/navbar.jsx\";\nimport React, { Component } from \"react\";\n\nvar NavBar = function NavBar() {\n return React.createElement(\"nav\", {\n class: \"navbar navbar-light bg-light\",\n __source: {\n fileName: _jsxFileName,...
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesCont...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "o...
{"hash" : "0xa22c1c81619d4e790c64181e0fd661d6db8cd01966953e924bbfae19d10a60da", "parentHash" : "0xbaa3877187af2f805e6645945c81c9e7aa87a464f4a976d3f8cefa806660c40f", "number" : 24889, "timestamp" : 1438567587, "nonce" : "0xc5f2e99f70dfb71d", "difficulty" : 1100334200064, "gasLimit" : {"_hex" : "0x1388"}, "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": {"count": {"type": "integer"}, "4520XX": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "499071": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]},...
{"count" : 20, "4520XX" : {"count" : 1}, "499071" : {"count" : 1}, "37201X" : {"count" : 2}, "4990XX" : {"count" : 1}, "N.A.//" : {"count" : 14}, "373010" : {"count" : 1}}
json_instruct
{"type": "object", "properties": {"count": {"type": "integer"}, "4520XX": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "499071": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "37201X": {"type": "object", "properties": {"count": {"typ...
Create a JSON structure that matches this schema definition: {"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":...
{"name" : "komputerwiz/secure-token", "type" : "library", "description" : "Cryptographically secure encoded tokens", "keywords" : ["cryptography", "security", "token"], "homepage" : "https://github.com/komputerwiz/secure-token", "license" : "Apache-2.0", "authors" : [{"name" : "Matthew Barry", "email" : "matthew@komput...
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": {...
Based on the schema below, produce a valid JSON object: {"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": "integ...
{"nom" : "Cleuville", "dpt" : "Seine-Maritime", "inscrits" : 118, "abs" : 10, "votants" : 108, "blancs" : 9, "nuls" : 0, "exp" : 99, "res" : [{"panneau" : "1", "voix" : 54}, {"panneau" : "2", "voix" : 45}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object"...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"title": {"type": "object", "properties": {"cs": {"type": "string"}, "en": {"type": "string"}}, "required": ["cs", "en"]}, "name": {"type": "string"}, "description": {"type": "string"}, "languages": {"type": "array", "items": {...
{"title" : {"cs" : "Zku\u0161ebn\u00ed data", "en" : "Testing data"}, "name" : "<uu5string/><UU5.Bricks.Lsi><UU5.Bricks.Lsi.Item language='cs'>Zku\u0161ebn\u00ed data</UU5.Bricks.Lsi.Item><UU5.Bricks.Lsi.Item language='en'>Testing data</UU5.Bricks.Lsi.Item></UU5.Bricks.Lsi>", "description" : "<uu5string/><UU5.Bricks.Ls...
json_instruct
{"type": "object", "properties": {"title": {"type": "object", "properties": {"cs": {"type": "string"}, "en": {"type": "string"}}, "required": ["cs", "en"]}, "name": {"type": "string"}, "description": {"type": "string"}, "languages": {"type": "array", "items": {"type": "string"}}}, "required": ["title", "name", "descrip...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "engine": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {...
{"name" : "sequenty", "version" : "0.0.1", "description" : "An extremely simple synchronous sequential processing module for nodejs.", "main" : "lib/sequenty", "engine" : ["node >= 0.2.0"], "author" : {"name" : "Andy Shin", "email" : "andyshin.as@gmail.com"}, "repository" : {"type" : "git", "url" : "https://github.com/...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "engine": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "req...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "start": {"type"...
{"name" : "login-with-nextjs", "version" : "1.0.0", "description" : "", "scripts" : {"dev" : "next", "build" : "next build", "start" : "next start", "test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "Gerhard Preuss", "license" : "MIT", "dependencies" : {"cookie" : "^0.3.1", "flat" : "^2.0.1", "isomorp...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "start": {"type": "string"}, "test": {"type": "string"}}, "required": ["dev", "build", "sta...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"fadeOut": {"type": "number"}, "fadein": {"type": "number"}, "scripts": {"type": "array", "items": {"type": "object", "properties": {"actor": {"type": "integer"}, "side": {"type": "integer"}, "dir": {"type": "integer"}, "nameCo...
{"fadeOut" : 1.5, "fadein" : 1.5, "scripts" : [{"actor" : 199020, "side" : 2, "dir" : 1, "nameColor" : "#a9f548", "typewriter" : {"speed" : 0.05, "speedUp" : 0.01}, "painting" : {"alpha" : 0.3, "time" : 1}, "say" : "\u306f\u306f\u306f\uff01\u3055\u3059\u304c\u306f\u6307\u63ee\u5b98\u3060\uff01\u3042\u3093\u305f\u306e\u...
json_instruct
{"type": "object", "properties": {"fadeOut": {"type": "number"}, "fadein": {"type": "number"}, "scripts": {"type": "array", "items": {"type": "object", "properties": {"actor": {"type": "integer"}, "side": {"type": "integer"}, "dir": {"type": "integer"}, "nameColor": {"type": "string"}, "typewriter": {"type": "object", ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}, "required-services": {"type": "array", "items": {"type": "string"}}, "optional-services": {"type": "array", "items": {"type": "string"}}}, "required": [...
{"type" : "urn:miot-spec-v2:device:illumination-sensor:0000A029", "description" : "Illumination Sensor", "required-services" : ["urn:miot-spec-v2:service:device-information:00007801", "urn:miot-spec-v2:service:illumination-sensor:0000783D"], "optional-services" : ["urn:miot-spec-v2:service:battery:00007805"]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}, "required-services": {"type": "array", "items": {"type": "string"}}, "optional-services": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "description", "required-services", "optional-services"], "$sch...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "7d9a5865aac1df7e19e85233d31604063204052a"}
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": "object", "properties": {"password": {"type": "string"}}, "required": ["password"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"password" : "string"}
json_instruct
{"type": "object", "properties": {"password": {"type": "string"}}, "required": ["password"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {"type": "string"}}, "SERIES_NAME": {"type": "array", "items": {"type": "string"}}, "X_CALENDAR_YEAR": {"type": "arra...
{"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : ["0-9", "0-9", "0-9", "0-9", "0-9", "0-9", "0-9", "0-9", "0-9", "0-9", "0-9", "0-9", "0-9", "0-9", "0-9", "0-9", "0-9", "0-9", "0-9", "0-9", "0-9", "0-9", "0-9", "0-9", "0-9", "0-9", "0-9", "0-9", "0-9", "0-9", "0-9"], "SERIES_NAME" : ["FEMALE", "FEMALE", "FEMALE", "...
json_instruct
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {"type": "string"}}, "SERIES_NAME": {"type": "array", "items": {"type": "string"}}, "X_CALENDAR_YEAR": {"type": "array", "items": {"type": "integer"}}, "Y_PREVALENCE_1000PP": {...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"/Users/apple-1/Downloads/InteractiveSlideOutMenu-master/InteractiveSlideoutMenuUITests/InteractiveSlideoutMenuUITests.swift": {"type": "object", "properties": {"swiftmodule": {"type": "string"}, "object": {"type": "string"}, "...
{"/Users/apple-1/Downloads/InteractiveSlideOutMenu-master/InteractiveSlideoutMenuUITests/InteractiveSlideoutMenuUITests.swift" : {"swiftmodule" : "/Users/apple-1/Downloads/InteractiveSlideOutMenu-master/Build/Intermediates/InteractiveSlideoutMenu.build/Debug-iphonesimulator/InteractiveSlideoutMenuUITests.build/Objects-...
json_instruct
{"type": "object", "properties": {"/Users/apple-1/Downloads/InteractiveSlideOutMenu-master/InteractiveSlideoutMenuUITests/InteractiveSlideoutMenuUITests.swift": {"type": "object", "properties": {"swiftmodule": {"type": "string"}, "object": {"type": "string"}, "llvm-bc": {"type": "string"}, "diagnostics": {"type": "stri...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"table_storage": {"type": "object", "properties": {"table_name": {"type": "string"}, "version_column_name": {"type": "string"}, "version_column_length": {"type": "integer"}, "executed_at_column_name": {"type": "str...
{"table_storage" : {"table_name" : "db_ver", "version_column_name" : "version", "version_column_length" : 1024, "executed_at_column_name" : "executed_at", "execution_time_column_name" : "execution_time"}, "migrations_paths" : {"App\\Migrations" : "/src/Migrations"}, "all_or_nothing" : true, "check_database_platform" : ...
json_instruct
{"type": "object", "properties": {"table_storage": {"type": "object", "properties": {"table_name": {"type": "string"}, "version_column_name": {"type": "string"}, "version_column_length": {"type": "integer"}, "executed_at_column_name": {"type": "string"}, "execution_time_column_name": {"type": "string"}}, "required": ["...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProduc...
{"userId" : 7704, "cartId" : "4e234afa-8f7a-411e-bc50-19e5924b9487", "preferredProducts" : [], "productReviews" : []}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/sche...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"cheb": {"type": "array", "items": {"type": "number"}}, "fix_c0": {"type": "boolean"}, "l": {"type": "number"}, "logAmp": {"type": "number"}, "order": {"type": "integer"}, "sigAmp": {"type": "number"}, "spectrum_id...
{"cheb" : [-0.008727215806833437, 0.0011304090877518, 0.001010969099239218], "fix_c0" : true, "l" : 10.0, "logAmp" : -1.75, "order" : 0, "sigAmp" : 1.0, "spectrum_id" : 0}
json_instruct
{"type": "object", "properties": {"cheb": {"type": "array", "items": {"type": "number"}}, "fix_c0": {"type": "boolean"}, "l": {"type": "number"}, "logAmp": {"type": "number"}, "order": {"type": "integer"}, "sigAmp": {"type": "number"}, "spectrum_id": {"type": "integer"}}, "required": ["cheb", "fix_c0", "l", "logAmp", "...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "210802003001", "text" : "\u6c38\u8fdb\u793e\u533a"}, {"id" : "210802003002", "text" : "\u5c0f\u96e8\u793e\u533a"}, {"id" : "210802003003", "text" : "\u4e1c\u65b0\u793e\u533a"}, {"id" : "210802003004", "text" : "\u661f\u5149\u793e\u533a"}, {"id" : "210802003005", "text" : "\u83b2\u82b1\u793e\u533a"}, {"id" : "...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"BizCharts.js": {"type": "string"}, "BizCharts.min.js": {"type": "string"}}, "required": ["BizCharts.js", "BizCharts.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"BizCharts.js" : "sha512-+U84aP9j/+pM0UTM37t383dSAqnZd+aKFIa6vTzafISIB/B07ChpBB9Y1mX1UGRgidvYZYtueL3vHShyxXvmIQ==", "BizCharts.min.js" : "sha512-ZXN37APQwBirJUsMcwyWiwkwMcmzNmpidItMl3+oevFoWsUZlQznvkCzwKFDvyP0dF9oglRpEBF9m1rSbiymsw=="}
json_instruct
{"type": "object", "properties": {"BizCharts.js": {"type": "string"}, "BizCharts.min.js": {"type": "string"}}, "required": ["BizCharts.js", "BizCharts.min.js"], "$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"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "start": {"type": "string"}, "b...
{"name" : "@airy/maleo-playground", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"build" : "export NODE_ENV=production && maleo build", "start" : "export NODE_ENV=production && maleo run", "build:stg" : "export NODE_ENV=staging && maleo build", "start:stg" : "export NODE_ENV=staging && mal...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "start": {"type": "string"}, "build:stg": {"type": "string"}, "start:stg": {"type": "strin...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "build": {"type": "string"}, "build:watch": {"type": "string"}}, "required": ["lint", "build", "build:watch"]}, "eng...
{"name" : "utilities", "scripts" : {"lint" : "eslint \"src/**/*\"", "build" : "tsc", "build:watch" : "tsc -w"}, "engines" : {"node" : "12"}, "dependencies" : {"@types/child-process-promise" : "^2.2.1", "@types/gm" : "^1.18.9", "@types/imagemagick" : "0.0.30", "@types/mailgun-js" : "^0.22.12", "@types/request" : "^2.48....
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "build": {"type": "string"}, "build:watch": {"type": "string"}}, "required": ["lint", "build", "build:watch"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}},...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"static\\development\\pages\\admin.js": {"type": "boolean"}, "static\\development\\pages\\password.js": {"type": "boolean"}}, "required": ["static\\dev...
{"h" : "4a187a28bf9ffdfa63b9", "c" : {"static\\development\\pages\\admin.js" : false, "static\\development\\pages\\password.js" : false}}
json_instruct
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"static\\development\\pages\\admin.js": {"type": "boolean"}, "static\\development\\pages\\password.js": {"type": "boolean"}}, "required": ["static\\development\\pages\\admin.js", "static\\development\\pages\\password.js"]}...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "licenses": {"type": "array", "...
{"name" : "Resume", "version" : "(0.3.12)", "author" : {"name" : "Eugen Podaru", "email" : "eugen.podaru@live.com"}, "licenses" : [{"type" : "MIT", "url" : "http://opensource.org/licenses/MIT"}], "description" : "Eugen Podaru's Resume", "private" : true, "ignore" : ["**/.*", "node_modules", "bower_components", "test", ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "licenses": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "st...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "require": {"type": "object", "properties": {"php": {"type": "string"}...
{"name" : "php-junior/zawuni", "description" : "Laravel Zawgyi Unicode", "license" : "MIT", "keywords" : ["laravel", "converter", "zawgyi", "unicode", "myanmar-font"], "require" : {"php" : ">=5.6.4"}, "type" : "library", "authors" : [{"name" : "Nyi Nyi Lwin", "email" : "nyinyilwin1992@hotmail.com"}], "autoload" : {"psr...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}, "type": {"type": "string"}, "authors"...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"HostConfigHash": {"type": "string"}, "CardHash": {"type": "string"}, "Error": {"type": "string"}}, "required": ["HostConfigHash", "CardHash", "Error"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"HostConfigHash" : "45c4c50", "CardHash" : "4ad5499", "Error" : "Parsing card failed"}
json_instruct
{"type": "object", "properties": {"HostConfigHash": {"type": "string"}, "CardHash": {"type": "string"}, "Error": {"type": "string"}}, "required": ["HostConfigHash", "CardHash", "Error"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"config": {"type": "object", "properties": {"abort": {"type": "object", "properties": {"already_configured": {"type": "string"}}, "required": ["already_configured"]}, "error": {"type": "object", "properties": {"invalid_auth": {"t...
{"config" : {"abort" : {"already_configured" : "Lokasi sudah dikonfigurasi"}, "error" : {"invalid_auth" : "Autentikasi tidak valid", "no_stations" : "Tidak dapat menemukan SPBU dalam jangkauan."}, "step" : {"select_station" : {"data" : {"stations" : "SPBU"}, "description" : "ditemukan {stations_count} SPBU dalam radius...
json_instruct
{"type": "object", "properties": {"config": {"type": "object", "properties": {"abort": {"type": "object", "properties": {"already_configured": {"type": "string"}}, "required": ["already_configured"]}, "error": {"type": "object", "properties": {"invalid_auth": {"type": "string"}, "no_stations": {"type": "string"}}, "req...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"totalLibraries": {"type": "integer"}, "highVulnerabilityLibraries": {"type": "integer"}, "mediumVulnerabilityLibraries": {"type": "integer"}, "lowVulnerabilityLibraries": {"type": "integer"}, "nonVulnerableLi...
{"totalLibraries" : 977, "highVulnerabilityLibraries" : 15, "mediumVulnerabilityLibraries" : 12, "lowVulnerabilityLibraries" : 4, "nonVulnerableLibraries" : 946, "vulnerableAndUpdated" : 1, "vulnerableAndOutdated" : 30, "vulnerabilityScore" : "High", "totalHighVulnerabilities" : 15, "totalMediumVulnerabilities" : 20, "...
json_instruct
{"type": "object", "properties": {"totalLibraries": {"type": "integer"}, "highVulnerabilityLibraries": {"type": "integer"}, "mediumVulnerabilityLibraries": {"type": "integer"}, "lowVulnerabilityLibraries": {"type": "integer"}, "nonVulnerableLibraries": {"type": "integer"}, "vulnerableAndUpdated": {"type": "integer"}, "...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"output": {"type": "string"}, "input": {"type": "string"}, "level": {"type": "integer"}, "name": {"type": "string"}, "has_images": {"type": "boolean"}, "description": {"type": "string"}, "id": {"type": "string"}, "ca...
{"output" : "undefined", "input" : "undefined", "level" : 3, "name" : "Insatisfaction on Elections", "has_images" : false, "description" : "undefined", "id" : "1615", "category" : "Ad-Hoc", "statistics" : {"level" : "3 / 10", "submissions" : 1212, "solved" : 733, "ratio" : "60.48%"}}
json_instruct
{"type": "object", "properties": {"output": {"type": "string"}, "input": {"type": "string"}, "level": {"type": "integer"}, "name": {"type": "string"}, "has_images": {"type": "boolean"}, "description": {"type": "string"}, "id": {"type": "string"}, "category": {"type": "string"}, "statistics": {"type": "object", "propert...
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" : "0xdc748bd4afeb63634db61bca05f9cf4aebc77a6f0850b08afdcb3ba1c27899c3", "parentHash" : "0x5002bef9ff46fc4dc45135026f81c9cc8010cfa0ec53d18096dd290674d89866", "number" : 103058, "timestamp" : 1439846987, "nonce" : "0x73588318ce5f397a", "difficulty" : 4180930657942, "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"]...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"baseObjects": {"type": "array", "items": {"type": "string"}}, "returnObjects": {"type": "array", "items": {"type": "string"}}, "callbackArgs": {"type": "array", "items": {"type": "string"}}}, "required": ["baseObject...
{"baseObjects" : ["[157,\"5\",\"`3=2\",\"F1h\",\"j\",\"X\"]", "[157,\"5\",\"`3=2\",\"F1h\",\"j\",\"X\"]", "[157,\"5\",\"`3=2\",\"F1h\",\"j\",\"X\"]", "[157,\"5\",\"`3=2\",\"1\",\"j\",\"X\",null,null,893]"], "returnObjects" : ["true", "true", "false", "false"], "callbackArgs" : ["{\"0\":157,\"1\":0,\"2\":[157,\"5\",\"`3...
json_instruct
{"type": "object", "properties": {"baseObjects": {"type": "array", "items": {"type": "string"}}, "returnObjects": {"type": "array", "items": {"type": "string"}}, "callbackArgs": {"type": "array", "items": {"type": "string"}}}, "required": ["baseObjects", "returnObjects", "callbackArgs"], "$schema": "http://json-schema....
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "brand_id": {"type": "string"}, "series_id": {"type": "string"}, "value": {"type": "string"}, "nameL": {"type": "string"}, "price": {"type": "string"}, "year": {...
[{"key" : "25720", "brand_id" : "36", "series_id" : "453", "value" : "2015\u6b3e 5.7L TRD Pro", "nameL" : "2015\u6b3e \u5766\u9014 5.7L TRD Pro", "price" : "51.8", "year" : "2015", "max_year" : "2016", "min_year" : "2014"}, {"key" : "22344", "brand_id" : "36", "series_id" : "453", "value" : "2012\u6b3e 5.7L \u81ea\u52a...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "brand_id": {"type": "string"}, "series_id": {"type": "string"}, "value": {"type": "string"}, "nameL": {"type": "string"}, "price": {"type": "string"}, "year": {"type": "string"}, "max_year": {"type": "string"}, "min_year": {"type":...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"copy-from-package": {"type": "object", "properties": {"bin/check.php": {"type": "string"}, "public/check.php": {"type": "string"}}, "required": ["bin/check.php", "public/check.php"]}, "composer-scripts": {"type": "object", "pr...
{"copy-from-package" : {"bin/check.php" : "%BIN_DIR%/check.php", "public/check.php" : "%PUBLIC_DIR%/check.php"}, "composer-scripts" : {"%BIN_DIR%/check.php" : "php-script"}, "aliases" : ["requirement-check", "requirement-checker", "req-checker", "req-check", "req-checks"]}
json_instruct
{"type": "object", "properties": {"copy-from-package": {"type": "object", "properties": {"bin/check.php": {"type": "string"}, "public/check.php": {"type": "string"}}, "required": ["bin/check.php", "public/check.php"]}, "composer-scripts": {"type": "object", "properties": {"%BIN_DIR%/check.php": {"type": "string"}}, "re...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "configuredpages": {"type": "string"}, "configuredpages-list": {"type": "string"}, "configured...
{"@metadata" : {"authors" : ["AnakngAraw"]}, "configuredpages" : "Mga pahinang may kaayusan ng pagsusuri", "configuredpages-list" : "Nasa ibaba ang isang talaan ng mga pahinan inayos upang magkaroon ng iba't ibang mga pagtatakda ng pagpayag kaysa sa katakdaan ng sityo.\nMay ilang mga pagtatakdang maaaring magbago na an...
json_instruct
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "configuredpages": {"type": "string"}, "configuredpages-list": {"type": "string"}, "configuredpages-none": {"type": "string"}, "configuredpages-config": ...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"Columns": {"type": "integer"}, "FrameDuration": {"type": "number"}, "FrameHeight": {"type": "integer"}, "FrameWidth": {"type": "integer"}, "Rows": {"type": "integer"}, "Storyboards": {"type": "array", "items": {"type": "object...
{"Columns" : 5, "FrameDuration" : 0.2, "FrameHeight" : 180, "FrameWidth" : 320, "Rows" : 5, "Storyboards" : [{"Begin" : 0.0, "Filename" : "car0000.jpg", "FramesCount" : 25}, {"Begin" : 5.0, "Filename" : "car0001.jpg", "FramesCount" : 25}, {"Begin" : 10.0, "Filename" : "car0002.jpg", "FramesCount" : 25}, {"Begin" : 15.0...
json_instruct
{"type": "object", "properties": {"Columns": {"type": "integer"}, "FrameDuration": {"type": "number"}, "FrameHeight": {"type": "integer"}, "FrameWidth": {"type": "integer"}, "Rows": {"type": "integer"}, "Storyboards": {"type": "array", "items": {"type": "object", "properties": {"Begin": {"type": "number"}, "Filename": ...
The schema below describes a JSON structure. Generate a valid example: {"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 onn0 on Metamath](http://us.metamath.org/mpegif/onn0.html)"}], "names" : ["onn0"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_con0", "#T_wne", "#T_c0"], "metaLanguage" : "METAMATH", "remarks" : " The class of all ordinal numbers is not empty. (Contributed by NM, 17-Sep...
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...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "difficulty": {"type": "string"}}, "required": ["title", "description", "difficulty"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Throw on Non-Array", "description" : "Throws if the argument is not an array.", "difficulty" : "0"}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "difficulty": {"type": "string"}}, "required": ["title", "description", "difficulty"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbr...
{"place_name" : "Millers Falls", "state_name" : "Massachusetts", "state_abbrv" : "MA", "lat" : "42.582", "long" : "-72.4926"}
json_instruct
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"brief" : "Ittai", "long" : "<i>Meaning:</i> \"Ittai\" or \"Ithai\", the name of a Gittite and of an Israelite.<br/><i>Usage:</i> Ithai, Ittai.<br/><i>Source:</i> or \"\u05d0\u05b4\u05d9\u05ea\u05b7\u05d9\"; from \"H854\"; near;"}
json_instruct
{"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"type": {"type": "string"}, "comment": {"type": "string"}, "packageName": {"type": "string"}, "email": {"type": "string"}, "dependentChangeType": {"type": "string"}}, "required": ["type", "comment", "packageName", "email", "dep...
{"type" : "patch", "comment" : "Azure Theme: Slider style update and dark theme update", "packageName" : "@fluentui/azure-themes", "email" : "aidanmc95@gmail.com", "dependentChangeType" : "patch"}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "comment": {"type": "string"}, "packageName": {"type": "string"}, "email": {"type": "string"}, "dependentChangeType": {"type": "string"}}, "required": ["type", "comment", "packageName", "email", "dependentChangeType"], "$schema": "http://json-schema.org/draf...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"open": {"type": "string"}, "high": {"type": "string"}, "low": {"type": "string"}, "volume": {"type": "string"}, "last": {"type": "string"}, "volume_30day": {"type": "string"}}, "required": ["open", "high", "low", "vo...
{"open" : "1.006", "high" : "1.0735", "low" : "0.9734", "volume" : "76772.1", "last" : "1.0544", "volume_30day" : "2718393.3"}
json_instruct
{"type": "object", "properties": {"open": {"type": "string"}, "high": {"type": "string"}, "low": {"type": "string"}, "volume": {"type": "string"}, "last": {"type": "string"}, "volume_30day": {"type": "string"}}, "required": ["open", "high", "low", "volume", "last", "volume_30day"], "$schema": "http://json-schema.org/dr...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"jquery.scrollify.js": {"type": "string"}, "jquery.scrollify.min.js": {"type": "string"}}, "required": ["jquery.scrollify.js", "jquery.scrollify.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"jquery.scrollify.js" : "sha512-JdahrI26NiosuYpF/vQKDjKLHl67xD5t+Oe3F2bcFDoYyCzGug2s3FaoHZixlYyTNWgG4l37robWJpoLuhC3PA==", "jquery.scrollify.min.js" : "sha512-jYcZXGRC6v3ZSFenOxIfipXW/7sRBurbw7N85dy0ocfKe9X3rTdFBNBzlix+6cGBaAxjpjN8xexcHGH1ZXHJxQ=="}
json_instruct
{"type": "object", "properties": {"jquery.scrollify.js": {"type": "string"}, "jquery.scrollify.min.js": {"type": "string"}}, "required": ["jquery.scrollify.js", "jquery.scrollify.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "strin...
{"web" : [{"value" : ["\u949d\u7684", "\u8fdf\u949d\u7684", "\u76f4\u7387\u7684"], "key" : "blunt"}, {"value" : ["\u827e\u7c73\u8389\u00b7\u5e03\u6717\u7279", "\u5e03\u6717\u7279", "\u827e\u7c73\u8389"], "key" : "Emily Blunt"}, {"value" : ["\u7b2c\u4e8c\u7532\u677f\u5de6\u8237"], "key" : "Tommy Blunt"}], "query" : "blu...
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...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1913, 9], [1914, 5], [1915, 7], [1916, 11], [1917, 15], [1919, 13], [1920, 8], [1921, 7], [1922, 17], [1923, 15], [1924, 12], [1925, 11], [1926, 13], [1927, 12], [1928, 6], [1929, 11], [1930, 7], [1931, 6], [1932, 7], [1936, 8], [1940, 9], [1941, 5], [1943, 10], [1944, 8], [1945, 9], [1946, 5], [1947, 6], [1949, 7], ...
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": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "r...
{"latest_version" : ["0.0.6"], "meta" : {"description" : "Python tools for MW link data processing", "homepage" : "https://bitbucket.org/cchwala/pycomlink", "license" : "BSD"}, "versions" : {"0.0.3" : {"sha256" : "d93bf4d440b40354587d58290d8e77726eead5692f50dd26e64b551f27242e5d", "url" : "https://files.pythonhosted.org...
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...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "peerDependencies": {"type": "object",...
{"name" : "pkg2", "dependencies" : {}, "devDependencies" : {}, "peerDependencies" : {"pkg3" : ""}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "peerDependencies": {"type": "object", "properties": {"pkg3": {"type": "string"}}, "required": ["pkg3"]}}, "require...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "css_prefix_text": {"type": "string"}, "css_use_suffix": {"type": "boolean"}, "hinting": {"type": "boolean"}, "units_per_em": {"type": "integer"}, "ascent": {"type": "integer"}, "glyphs":...
{"name" : "", "css_prefix_text" : "icon-", "css_use_suffix" : false, "hinting" : true, "units_per_em" : 1000, "ascent" : 850, "glyphs" : [{"uid" : "4743b088aa95d6f3b6b990e770d3b647", "css" : "facebook-squared", "code" : 62216, "src" : "fontawesome"}, {"uid" : "e331ff486a299c6bdf0056426c8fac53", "css" : "youtube-squared...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "css_prefix_text": {"type": "string"}, "css_use_suffix": {"type": "boolean"}, "hinting": {"type": "boolean"}, "units_per_em": {"type": "integer"}, "ascent": {"type": "integer"}, "glyphs": {"type": "array", "items": {"type": "object", "properties": {"uid": {"...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "peers": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "peers"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "0", "peers" : ["11", "1", "4", "8", "16"]}, {"name" : "1", "peers" : ["9", "17", "12", "2", "5"]}, {"name" : "2", "peers" : ["3", "6", "10", "18", "13"]}, {"name" : "3", "peers" : ["11", "19", "14", "4", "7"]}, {"name" : "4", "peers" : ["15", "5", "8", "12", "20"]}, {"name" : "5", "peers" : ["6", "9", "13",...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "peers": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "peers"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"YYN.SI": {"type": "object", "properties": {"short_name": {"type": "string"}, "long_name": {"type": "string"}, "summary": {"type": "string"}, "currency": {"type": "string"}, "sector": {"type": "string"}, "industry": {"type": "s...
{"YYN.SI" : {"short_name" : "$ PlatoCapital", "long_name" : "Plato Capital Limited", "summary" : "Plato Capital Limited, an investment holding company, provides e-commerce systems and services, and system integration related services in Malaysia. The company operates through IT Operations and Investment Activities segm...
json_instruct
{"type": "object", "properties": {"YYN.SI": {"type": "object", "properties": {"short_name": {"type": "string"}, "long_name": {"type": "string"}, "summary": {"type": "string"}, "currency": {"type": "string"}, "sector": {"type": "string"}, "industry": {"type": "string"}, "exchange": {"type": "string"}, "market": {"type":...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "dep...
{"name" : "camera-2d", "version" : "1.0.1", "description" : "2D camera controller for games and visualizations", "main" : "index.js", "directories" : {"test" : "test"}, "dependencies" : {"gl-mat3" : "^1.0.0", "gl-vec2" : "^1.0.0"}, "devDependencies" : {"tape" : "^4.0.0"}, "scripts" : {"test" : "tape test/*.js"}, "repos...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "dependencies": {"type": "object", "properties": {"gl-mat3": {"...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"judges": {"type": "array", "items": {}}, "court": {"type": "string"}, "api_url": {"type": "string"}, "author": {"type": "null"}, "text": {"type": "object", "properties": {"pdf": {"type": "string"}, "text": {"type": "string"}},...
{"judges" : [], "court" : "Court of Appeals of Virginia", "api_url" : "opinions/0718031.json", "author" : null, "text" : {"pdf" : "http://www.courts.state.va.us/opinions/opncavwp/0718031.pdf", "text" : "opinions/0718031.txt"}, "cited_laws" : null, "cited_cases" : null, "number" : "0718031", "name" : "David Gordon Bragg...
json_instruct
{"type": "object", "properties": {"judges": {"type": "array", "items": {}}, "court": {"type": "string"}, "api_url": {"type": "string"}, "author": {"type": "null"}, "text": {"type": "object", "properties": {"pdf": {"type": "string"}, "text": {"type": "string"}}, "required": ["pdf", "text"]}, "cited_laws": {"type": "null...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "d181-75", "text" : "13.\nWORKING DRAFT ONLY\u2014NOT TOR OFFICIAL\nDISTRIBUTION OP USE\nSECTION VI\nFINANCIAL DATA AND ASSURANCES\nSubmit the following Exhibits: (See Regulations, Section 60,9 and Instructional\nManual, Chapter IIIF).\nExhibit 6A - Sources of Funds for Construction which indicate applicant*s\n...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"28832": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "28834": {"type": "object", "properties": {"nam...
{"28832" : {"nama" : "CIKALONG", "dapil" : [32, 3210, 13213, 2321801]}, "28834" : {"nama" : "CIKEMBULAN", "dapil" : [32, 3210, 13213, 2321801]}, "28837" : {"nama" : "KALIJATI", "dapil" : [32, 3210, 13213, 2321801]}, "28836" : {"nama" : "KERSARATU", "dapil" : [32, 3210, 13213, 2321801]}, "28835" : {"nama" : "PAJATEN", "...
json_instruct
{"type": "object", "properties": {"28832": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "28834": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}, "maintainer": {"type": "string"}}, "required": ["name", "url", "maintainer"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "HASS.IO addons repository by ohmer1", "url" : "https://github.com/ohmer1/hassio-addons", "maintainer" : "ohmer1 <git@fdnet.biz>"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}, "maintainer": {"type": "string"}}, "required": ["name", "url", "maintainer"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"schema": {"type": "object", "properties": {"default": {"type": "boolean"}, "title": {"type": "string"}, "type": {"type": "string"}}, "required": ["default", "title", "type"]}, "valid": {"type": "array", "items": {"t...
{"schema" : {"default" : true, "title" : "Some Option", "type" : "boolean"}, "valid" : [true, false]}
json_instruct
{"type": "object", "properties": {"schema": {"type": "object", "properties": {"default": {"type": "boolean"}, "title": {"type": "string"}, "type": {"type": "string"}}, "required": ["default", "title", "type"]}, "valid": {"type": "array", "items": {"type": "boolean"}}}, "required": ["schema", "valid"], "$schema": "http:...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"value": {"type": "integer"}}, "required": ["value"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"value" : 10922}
json_instruct
{"type": "object", "properties": {"value": {"type": "integer"}}, "required": ["value"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"angular": {"type": "string"}, ...
{"name" : "instag", "version" : "0.0.1", "license" : "MIT", "ignore" : ["**/.*", "node_modules", "bower_components", "test", "tests"], "dependencies" : {"angular" : "~1.4.3", "semantic-ui" : "~2.0.8", "caman" : "~4.1.2"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"angular": {"type": "string"}, "semantic-ui": {"type": "string"}, "caman": {"type": "str...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"ENTRY": {"type": "string"}, "CBMCFLAGS": {"type": "array", "items": {"type": "string"}}, "OBJS": {"type": "array", "items": {"type": "string"}}, "DEF": {"type": "array", "items": {"type": "string"}}}, "required": ["...
{"ENTRY" : "FreeRTOS_PrintARPCache", "CBMCFLAGS" : ["--unwind 7", "--nondet-static"], "OBJS" : ["$(ENTRY)_harness.goto", "$(FREERTOS)/libraries/freertos_plus/standard/freertos_plus_tcp/FreeRTOS_ARP.goto"], "DEF" : ["ipconfigARP_CACHE_ENTRIES=6"]}
json_instruct
{"type": "object", "properties": {"ENTRY": {"type": "string"}, "CBMCFLAGS": {"type": "array", "items": {"type": "string"}}, "OBJS": {"type": "array", "items": {"type": "string"}}, "DEF": {"type": "array", "items": {"type": "string"}}}, "required": ["ENTRY", "CBMCFLAGS", "OBJS", "DEF"], "$schema": "http://json-schema.or...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"quality": {"type": "integer"}, "model": {"type": "string"}, "elapsed": {"type": "number"}, "tp": {"type": "integer"}, "fp": {"type": "integer"}, "precision": {"type": "number"}, "recall": {"type": "number"}, "f1": {"type": "nu...
{"quality" : 10, "model" : "R50_FPN", "elapsed" : 553.644365310669, "tp" : 10261, "fp" : 6562, "precision" : 0.6099387742970933, "recall" : 0.2823998899133067, "f1" : 0.38605666127393806, "min_score" : 0.5001295804977417, "AP" : 10.3653539146155, "AP50" : 16.823055794820398, "AP75" : 11.121083724941462, "APs" : 4.58238...
json_instruct
{"type": "object", "properties": {"quality": {"type": "integer"}, "model": {"type": "string"}, "elapsed": {"type": "number"}, "tp": {"type": "integer"}, "fp": {"type": "integer"}, "precision": {"type": "number"}, "recall": {"type": "number"}, "f1": {"type": "number"}, "min_score": {"type": "number"}, "AP": {"type": "nu...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "is-wildcard": {"type": "boolean"}, "added": {"type": "string"}, "modified": {"type": "string"}, "blacklist": {"type": "object", "properties": {"starts-with": {"type": "array", "ite...
{"name" : "Evangelische Fachhochschule Berlin, Fachhochschule f\u00fcr Sozialarbeit und Sozialp\u00e4dagogik", "is-wildcard" : false, "added" : "2013-12-23T09:33:41+01:00", "modified" : "2015-11-17T09:23:53+01:00", "blacklist" : {"starts-with" : [], "ends-with" : []}, "verification" : {"is-verified" : false}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "is-wildcard": {"type": "boolean"}, "added": {"type": "string"}, "modified": {"type": "string"}, "blacklist": {"type": "object", "properties": {"starts-with": {"type": "array", "items": {}}, "ends-with": {"type": "array", "items": {}}}, "required": ["starts-...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"versionEnd": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"]}, "versionStart": {"type": ...
{"versionEnd" : {"versionNum" : 2625, "commit" : "9ad6ccac6bf557fbcff5f4ac44d855480c891d73", "date" : "2021-07-01T12:35:42.490Z"}, "versionStart" : {"versionNum" : 2624, "commit" : "9cc361204c2272190d334353469e2236ff919127", "date" : "2021-07-01T12:30:14.722Z"}, "changes" : ["blockchains/ethereum/assets/0xDaF88906aC1DE...
json_instruct
{"type": "object", "properties": {"versionEnd": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"]}, "versionStart": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "minecraft:block/exposed_cut_copper_vertical_slab"}
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": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "b...
{"name" : "console-log-level-wrapper", "description" : "A simple wrapper for the node.js console-log-level module.", "version" : "0.2.1", "license" : "MIT", "author" : "Patrick Stebbe <info@moonliightz.de>", "main" : "index.js", "types" : "index.d.ts", "bugs" : {"email" : "info@moonliightz.de", "url" : "https://github....
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "bugs": {"type": "object", "properties": {"email": {"type": "string"}, "ur...
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[4, 2, 5, 1], [8, 4, 9, 3], [12, 6, 13, 5], [2, 8, 3, 7], [18, 9, 19, 10], [6, 12, 7, 11], [20, 14, 21, 13], [22, 16, 1, 15], [10, 17, 11, 18], [16, 20, 17, 19], [14, 22, 15, 21]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "strin...
{"name" : "<%= packageName %>", "version" : "<%= version %>", "main" : "src/index.js", "types" : "src/index.d.js", "license" : "MIT", "scripts" : {"build" : "yarn run lint && yarn run test && yarn compile", "compile" : "yarn clean && ../../node_modules/webpack-cli/bin/cli.js --config ../../webpack.config.js", "lint" : ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "compile": {"type": "string"}, "lint": {"type": "string"}, "clean...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "object", "properties": {"totalSubs": {"type": "integer"}, "subsInEachSource": {"type": "object", "properties": {"feedly": {"type": "integer"}, "inoreader": {"type": ...
{"status" : 200, "data" : {"totalSubs" : 26, "subsInEachSource" : {"feedly" : 19, "inoreader" : 7, "feedsPub" : 0}, "failedSources" : {}}, "lastModified" : 1606386445761}
json_instruct
{"type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "object", "properties": {"totalSubs": {"type": "integer"}, "subsInEachSource": {"type": "object", "properties": {"feedly": {"type": "integer"}, "inoreader": {"type": "integer"}, "feedsPub": {"type": "integer"}}, "required": ["feedly", "in...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "neutronia:block/polished_granite_button_inventory"}
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": {"model": {"type": "object", "properties": {"fileModel": {"type": "string"}, "fileMaterials": {"type": "string"}}, "required": ["fileModel", "fileMaterials"]}}, "required": ["model"], "$schema": "http://json-schema....
{"model" : {"fileModel" : "Models/T-34-76-2.mdl", "fileMaterials" : "Models/T-34-76-2.txt"}}
json_instruct
{"type": "object", "properties": {"model": {"type": "object", "properties": {"fileModel": {"type": "string"}, "fileMaterials": {"type": "string"}}, "required": ["fileModel", "fileMaterials"]}}, "required": ["model"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"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" : [[[-124.062542, 46.491258], [-124.055486, 46.491289], [-124.053455, 46.490156], [-124.051905, 46.486241], [-124.050946, 46.479655], [-124.050008, 46.491498], [-124.033839, 46.491504], [-124.033935, 46.489851], [-124.030912, ...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"pci_database_confirm_delete_confirm": {"type": "string"}, "pci_database_confirm_delete_cancel": {"type": "string"}, "pci_database_confirm_delete": {"type": "string"}, "pci_database_confirm_delete_description_1": {...
{"pci_database_confirm_delete_confirm" : "Confirmer", "pci_database_confirm_delete_cancel" : "Annuler", "pci_database_confirm_delete" : "Supprimer votre service", "pci_database_confirm_delete_description_1" : "Le ou les services suivants sont associ\u00e9s au service {{serviceName}} que vous souhaitez supprimer :", "pc...
json_instruct
{"type": "object", "properties": {"pci_database_confirm_delete_confirm": {"type": "string"}, "pci_database_confirm_delete_cancel": {"type": "string"}, "pci_database_confirm_delete": {"type": "string"}, "pci_database_confirm_delete_description_1": {"type": "string"}, "pci_database_confirm_delete_description_2": {"type":...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "number": {"type": "string"}, "is_illegal": {"type": "boolean"}, "text": {"type": "string"}, "type": {"type": "string"}, "is_monster": {"type": "boolean"}, "is_spell": {"type": "boole...
{"name" : "Necrovalley", "number" : "47355498", "is_illegal" : false, "text" : "All \"Gravekeeper's\" monsters gain 500 ATK and DEF. Cards in the Graveyard cannot be banished. Negate any card effect that would move a card in the Graveyard to a different place. Negate any card effect that changes Types or Attributes in ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "number": {"type": "string"}, "is_illegal": {"type": "boolean"}, "text": {"type": "string"}, "type": {"type": "string"}, "is_monster": {"type": "boolean"}, "is_spell": {"type": "boolean"}, "is_trap": {"type": "boolean"}, "property": {"type": "string"}}, "req...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"watch": {"type": "array", "items": {"type": "string"}}, "ext": {"type": "string"}, "execMap": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}}, "required": ["watch", "ext", "execMap"], "$sc...
{"watch" : ["dist/server/"], "ext" : "js json", "execMap" : {"start" : "npm run start"}}
json_instruct
{"type": "object", "properties": {"watch": {"type": "array", "items": {"type": "string"}}, "ext": {"type": "string"}, "execMap": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}}, "required": ["watch", "ext", "execMap"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "3329020011", "district_id" : "3329020", "name" : "TERLAYA"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "OperatorsReference": {"type": "string"}, "...
{"IsRecentlyVerified" : false, "ID" : 73942, "UUID" : "04EA5D1C-DAEC-4F13-AD46-BDA07401793C", "DataProviderID" : 1, "OperatorID" : 89, "OperatorsReference" : "CEB-10114", "UsageTypeID" : 4, "UsageCost" : "CAD 1.00/hour", "AddressInfo" : {"ID" : 74288, "Title" : "St-Hubert-Candiac", "AddressLine1" : "107 chemin St-Fran\...
json_instruct
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "OperatorsReference": {"type": "string"}, "UsageTypeID": {"type": "integer"}, "UsageCost": {"type": "string"}, "Ad...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", ...
{"place_name" : "Carrollton", "state_name" : "Virginia", "state_abbrv" : "VA", "lat" : "36.955", "long" : "-76.543"}
json_instruct
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"className": {"type": "string"}, "methods": {"type": "object", "properties": {"of": {"type": "string"}, "ofTables": {"type": "string"}, "valueOf": {"type": "string"}, "values": {"type": "string"}}, "required": ["of", "ofTabl...
{"className" : "io.deephaven.engine.table.impl.partitioned.PartitionedTableCreatorImpl", "methods" : {"of" : "*Overload 1* \n :param table: io.deephaven.engine.table.Table\n :param keyColumnNames: java.util.Collection<java.lang.String>\n :param uniqueKeys: boolean\n :param constituentColumnName: java.lang.String\n...
json_instruct
{"type": "object", "properties": {"className": {"type": "string"}, "methods": {"type": "object", "properties": {"of": {"type": "string"}, "ofTables": {"type": "string"}, "valueOf": {"type": "string"}, "values": {"type": "string"}}, "required": ["of", "ofTables", "valueOf", "values"]}, "path": {"type": "string"}, "text"...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items"...
{"version" : 1.2, "people" : [{"pose_keypoints_2d" : [971.424, 198.046, 1, 962.469, 252.246, 1, 925.406, 250.09, 1, 916.664, 321.876, 1, 949.244, 326.32, 1, 993.704, 255.775, 1, 1006.81, 301.428, 1, 1009.23, 337.181, 1, 932.198, 375.003, 1, 923.127, 431.405, 1, 931.344, 503.565, 1, 977.917, 361.652, 1, 1000.41, 439.49,...
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...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1954, 5], [1969, 5], [1981, 5]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"appearance": {"type": "object", "properties": {"eye-color": {"type": "string"}, "gender": {"type": "string"}, "hair-color": {"type": "string"}, "height": {"type": "array", "items": {"type": "string"}}, "race": {"type": "string"}...
{"appearance" : {"eye-color" : "Red", "gender" : "Male", "hair-color" : "Red", "height" : ["6'1'", "185 cm"], "race" : "null", "weight" : ["180 lb", "81 kg"]}, "biography" : {"aliases" : ["Antichrist", "Black Halo", "the Devil", "King of Hell", "Prince of Lies", "Satan", "Son of Satan."], "alignment" : "good", "alter-e...
json_instruct
{"type": "object", "properties": {"appearance": {"type": "object", "properties": {"eye-color": {"type": "string"}, "gender": {"type": "string"}, "hair-color": {"type": "string"}, "height": {"type": "array", "items": {"type": "string"}}, "race": {"type": "string"}, "weight": {"type": "array", "items": {"type": "string"}...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"kwargs": {"type": "string"}}, "required": ["kwargs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"kwargs" : "<div class=\"docs\"><h1>Keyword Arguments</h1><p>Stylus supports keyword arguments, or \u201ckwargs\u201d. These allow you to reference arguments by their associated parameter name.</p><p>The examples shown below are functionally equivalent. However, we can place keyword arguments anywhere within the list....
json_instruct
{"type": "object", "properties": {"kwargs": {"type": "string"}}, "required": ["kwargs"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"numbers": {"type": "array", "items": {"type": "string"}}, "operators": {"type": "array", "items": {"type": "string"}}, "functions": {"type": "array", "items": {"type": "string"}}, "directions": {"type": "array", "ite...
{"numbers" : ["1", "2", "3", "4", "5", "6", "7", "8", "9", "0", "."], "operators" : ["+", "-", "/", "*"], "functions" : ["Backspace", "Escape", "Enter", "="], "directions" : ["ArrowLeft", "ArrowRight"]}
json_instruct
{"type": "object", "properties": {"numbers": {"type": "array", "items": {"type": "string"}}, "operators": {"type": "array", "items": {"type": "string"}}, "functions": {"type": "array", "items": {"type": "string"}}, "directions": {"type": "array", "items": {"type": "string"}}}, "required": ["numbers", "operators", "func...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "l...
{"place_name" : "Lumberton", "state_name" : "North Carolina", "state_abbrv" : "NC", "lat" : "34.6293", "long" : "-79.0083"}
json_instruct
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"body": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "created_by": {"type": "string"}, "parent_id": {"type": "string"}, ...
{"body" : "> This is obviously not a problem that could be solved by the Radiance\n> folks here, but it seams that your apt-installation is broken. There are\n> many ways to check why and how this is the case (the most basic would be\n> to try to install any other package, maybe you cannot install anything\n> at all?)....
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "created_by": {"type": "string"}, "parent_id": {"type": "string"}, "id": {"type": "string"}}, "required": ["body", "attachments", "created...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"tokenId": {"type": "string"}, "phoneNumber": {"type": "string"}, "expires": {"type": "integer"}}, "required": ["tokenId", "phoneNumber", "expires"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"tokenId" : "2mxkl5wixxrgt0vmajsk", "phoneNumber" : "2246689874", "expires" : 1622963512378}
json_instruct
{"type": "object", "properties": {"tokenId": {"type": "string"}, "phoneNumber": {"type": "string"}, "expires": {"type": "integer"}}, "required": ["tokenId", "phoneNumber", "expires"], "$schema": "http://json-schema.org/draft-07/schema#"}