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": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"s... | {"name" : "typescript", "version" : "1.0.0", "main" : "index.js", "repository" : "https://github.com/jonsoku/typescript.git", "author" : "jongseok <the2792@gmail.com>", "license" : "MIT", "scripts" : {"start" : "tsc-watch --onSuccess \" node dist/index.js\" "}, "devDependencies" : {"tsc-watch" : "^2.1.2"}, "dependencie... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "devD... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "surahNumber": {"type": "string"}, "ayatNumber": {"type": "string"}, "arabic": {"type": "string"}, "english": {"type": "string"}, "bengali": {"type": "string"}}, "required": ["id", "su... | {"id" : 1948, "surahNumber" : "016", "ayatNumber" : "047", "arabic" : "\u0623\u064e\u0648\u0652 \u064a\u064e\u0623\u0652\u062e\u064f\u0630\u064e\u0647\u064f\u0645\u0652 \u0639\u064e\u0644\u064e\u0649\u0670 \u062a\u064e\u062e\u064e\u0648\u0651\u064f\u0641\u064d \u0641\u064e\u0625\u0650\u0646\u0651\u064e \u0631\u064e\u06... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "surahNumber": {"type": "string"}, "ayatNumber": {"type": "string"}, "arabic": {"type": "string"}, "english": {"type": "string"}, "bengali": {"type": "string"}}, "required": ["id", "surahNumber", "ayatNumber", "arabic", "english", "bengali"], "$schema": "http... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"Turnip Calculator": {"type": "string"}, "ACNH Turnip Calculator": {"type": "string"}, "Buy Price": {"type": "string"}, "Daily Price": {"type": "string"}, "Guaranteed Min": {"type": "string"}, "Average": {"type"... | {"Turnip Calculator" : "Calculadora de Nabos", "ACNH Turnip Calculator" : "ACNH: Calculadora de Nabos", "Buy Price" : "Precio de Compra", "Daily Price" : "Precio Diario", "Guaranteed Min" : "M\u00ednimo Garantizado", "Average" : "Promedio", "Maximum" : "M\u00e1ximo", "Minimum" : "M\u00ednimo", "Mon Tue Wed Thu Fri Sat"... | json_instruct | {"type": "object", "properties": {"Turnip Calculator": {"type": "string"}, "ACNH Turnip Calculator": {"type": "string"}, "Buy Price": {"type": "string"}, "Daily Price": {"type": "string"}, "Guaranteed Min": {"type": "string"}, "Average": {"type": "string"}, "Maximum": {"type": "string"}, "Minimum": {"type": "string"}, ... |
Based on the schema below, produce a valid JSON object:
{"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" : "3301020007", "district_id" : "3301020", "name" : "WANAREJA"} | 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#"} |
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#"}
| [[1973, 5], [1974, 10], [1978, 12], [1979, 12], [1980, 13], [1981, 7], [1982, 14], [1983, 13], [1984, 9], [1985, 11], [1986, 10], [1987, 11], [1988, 7], [1989, 5], [1990, 10], [1992, 5], [1995, 7], [1999, 5]] | 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": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "propert... | {"type" : "MultiPolygon", "coordinates" : [[[[-76.400364, 37.639753], [-76.399632, 37.640881], [-76.3996, 37.64093], [-76.398919, 37.641989], [-76.397593, 37.644084], [-76.397082, 37.644303], [-76.397294, 37.644513], [-76.397287, 37.645079], [-76.397264, 37.646042], [-76.396379, 37.647023], [-76.396933, 37.647345], [-7... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "name": {... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"kinectron-client": {"type": "string"}}, "required": [... | {"name" : "kinectron-client", "version" : "0.3.7", "description" : "Client for Kinectron peer server", "main" : "kinectron-client.js", "bin" : {"kinectron-client" : "kinectron-client.js"}, "dependencies" : {"peerjs" : "1.1.0"}, "devDependencies" : {"parcel" : "^1.12.4"}, "scripts" : {"start" : "parcel watch src/kinectr... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"kinectron-client": {"type": "string"}}, "required": ["kinectron-client"]}, "dependencies": {"type": "object", "properties"... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"vendor": {"type": "string"}, "filename": {"type": "string"}, "release_type": {"type": "string"}, "version": {"type": "string"}, "java_version": {"type": "string"}, "jvm_impl": {"type": "string"}, "os": {"type": "string"}, "arc... | {"vendor" : "sapmachine", "filename" : "sapmachine-jdk-11.0.13-ea.4_windows-x64_bin.msi", "release_type" : "ea", "version" : "11.0.13-ea.4", "java_version" : "11.0.13-ea.4", "jvm_impl" : "hotspot", "os" : "windows", "architecture" : "x86_64", "file_type" : "msi", "image_type" : "jdk", "features" : [], "url" : "https://... | json_instruct | {"type": "object", "properties": {"vendor": {"type": "string"}, "filename": {"type": "string"}, "release_type": {"type": "string"}, "version": {"type": "string"}, "java_version": {"type": "string"}, "jvm_impl": {"type": "string"}, "os": {"type": "string"}, "architecture": {"type": "string"}, "file_type": {"type": "stri... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"config": {"type": "object", "properties": {"abort": {"type": "object", "properties": {"already_configured": {"type": "string"}}, "required": ["already_configured"]}, "error": {"type": "object", "properties": {"cannot_connect":... | {"config" : {"abort" : {"already_configured" : "Il dispositivo \u00e8 gi\u00e0 configurato"}, "error" : {"cannot_connect" : "Impossibile connettersi, si prega di riprovare", "unknown" : "Errore imprevisto"}, "flow_title" : "Logitech Harmony Hub {name}", "step" : {"link" : {"description" : "Vuoi impostare {name} ({host}... | json_instruct | {"type": "object", "properties": {"config": {"type": "object", "properties": {"abort": {"type": "object", "properties": {"already_configured": {"type": "string"}}, "required": ["already_configured"]}, "error": {"type": "object", "properties": {"cannot_connect": {"type": "string"}, "unknown": {"type": "string"}}, "requi... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"angular-formly-templates-bootstrap.js": {"type": "string"}, "angular-formly-templates-bootstrap.min.js": {"type": "string"}}, "required": ["angular-formly-templates-bootstrap.js", "angular-formly-templates-bootstrap.min.js"], ... | {"angular-formly-templates-bootstrap.js" : "sha512-w4Th44OZZse0RIDfadSP/4rTR4+Zubqi4gGMnhW5wJEuArF4Y2JOSdv3XB33WBd0x/qLhAuOkcC+L/6YmWWeMA==", "angular-formly-templates-bootstrap.min.js" : "sha512-1pCNyuzoRl5GGszrm9OiiQokB84U2EAX5XM3cG+p0KNznyNylJW9IF0JdumQxq46VQXDxmQw720rvMrqdeQWHg=="} | json_instruct | {"type": "object", "properties": {"angular-formly-templates-bootstrap.js": {"type": "string"}, "angular-formly-templates-bootstrap.min.js": {"type": "string"}}, "required": ["angular-formly-templates-bootstrap.js", "angular-formly-templates-bootstrap.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {}, "required": []}, "geometry": {"typ... | {"type" : "FeatureCollection", "features" : [{"type" : "Feature", "properties" : {}, "geometry" : {"type" : "Polygon", "coordinates" : [[[-1.673285597, 53.3504628007, 0.0], [-1.67375747113, 53.3497540481, 0.0], [-1.67472295033, 53.3395966974, 0.0], [-1.68044354588, 53.3386500235, 0.0], [-1.68266896216, 53.3375493209, 0... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {}, "required": []}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": ... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "steps": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "start": {"type": "intege... | {"name" : "test_add_group[None:::]", "status" : "passed", "steps" : [{"name" : "Given a group list", "status" : "passed", "start" : 1635095465453, "stop" : 1635095465469}, {"name" : "When I add a group None::: to the list", "status" : "passed", "start" : 1635095465469, "stop" : 1635095467443}, {"name" : "Then the new g... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "steps": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["name", "status", "start", ... |
Based on the schema below, produce a valid JSON object:
{"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-0... | {"word" : "Dun", "definitions" : ["Of a dull greyish-brown colour.", "Dark or dusky."], "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#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"ConnectionStrings": {"type": "object", "properties": {"DefaultConnection": {"type": "string"}}, "required": ["DefaultConnection"]}, "Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "prop... | {"ConnectionStrings" : {"DefaultConnection" : "Data Source=127.0.0.1,1433;Initial Catalog=EmployeeRegister;Integrated Security=False;User ID=dbUserEmployeeRegister;Password=P4ssw0rd1;MultipleActiveResultSets=True"}, "Logging" : {"LogLevel" : {"Default" : "Information", "Microsoft" : "Warning", "Microsoft.Hosting.Lifeti... | json_instruct | {"type": "object", "properties": {"ConnectionStrings": {"type": "object", "properties": {"DefaultConnection": {"type": "string"}}, "required": ["DefaultConnection"]}, "Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}, "Microsoft": {"type": "string"}... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "bearing": {"type": "integer"}}, "required": ["id", "latitude", "longitude", "bearing"], "$schema": "http://json-schema.org/draft-07/... | {"id" : "ElmerFudd", "latitude" : -116.2, "longitude" : 43.61, "bearing" : 345} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "bearing": {"type": "integer"}}, "required": ["id", "latitude", "longitude", "bearing"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"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": {... | {"nom" : "Mesnil-Domqueur", "dpt" : "Somme", "inscrits" : 72, "abs" : 14, "votants" : 58, "blancs" : 3, "nuls" : 2, "exp" : 53, "res" : [{"panneau" : "1", "voix" : 33}, {"panneau" : "2", "voix" : 20}]} | 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"... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "o... | {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-2.933298, 53.394965]}, "properties" : {"planning-permission-status" : "permissioned", "hectares" : "0.103196", "organisation" : "local-authority-eng:LIV", "site-address" : "WELLINGTON AVENUE SUNDAY SCHOOL, WELLINGTON AVENUE", "point" : "POINT(-2.933... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"planning-permission-status": {"ty... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]... | {"name" : "node-red-contrib-play", "version" : "0.0.5", "description" : "Output node for node-red to play sounds.", "main" : "play.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "https://github.com/programmerqeu/node-red-contrib-play.git"}, "keywords" ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "s... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "obj... | {"hash" : "0x8c318b60519ec6fa362c8854db0ab4b87b5ef7b4dcee0d52e3dde6330c2d0931", "parentHash" : "0x3d91c61e5b028b55d282f849da3f2f2ea8f75d260a3ace0227f7555c56a0e550", "number" : 115134, "timestamp" : 1440052019, "nonce" : "0xcbfd64c486fb0ebe", "difficulty" : 4540688612463, "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"]... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"attachments": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "title_link": {"type": "string"}, "text": {"type": "string"}, "fields": {"type": "array", "items": {"type"... | {"attachments" : [{"title" : "Build #37 failure", "title_link" : "https://www.quartic.io", "text" : "There was a serious problem here.", "fields" : [{"title" : "Repo", "value" : "noobhole", "short" : true}, {"title" : "Ref", "value" : "develop", "short" : true}], "timestamp" : "2017-07-20T16:15:23+01:00", "color" : "QU... | json_instruct | {"type": "object", "properties": {"attachments": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "title_link": {"type": "string"}, "text": {"type": "string"}, "fields": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "value": {"type": "... |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", ... | [{"manufacturer" : "Lenovo", "market_name" : "Lenovo Z6 Pro 5G", "codename" : "cream", "model" : "Lenovo L79041"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {"type": "string"}}, "SERIES_NAME": {"type": "array", "items": {"type": "string"}}, "X_CALENDAR_YEAR": {... | {"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : ["20-29", "20-29", "20-29", "20-29"], "SERIES_NAME" : ["FEMALE", "MALE", "FEMALE", "MALE"], "X_CALENDAR_YEAR" : [2002, 2006, 2008, 2009], "Y_PREVALENCE_1000PP" : [0.02297, 0.01821, 0.01546, 0.0158]}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_MONTH" : [], "Y_PREVALENCE_100... | json_instruct | {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {"type": "string"}}, "SERIES_NAME": {"type": "array", "items": {"type": "string"}}, "X_CALENDAR_YEAR": {"type": "array", "items": {"type": "integer"}}, "Y_PREVALENCE_1000PP": {... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "object", "properties": {"en": {"type": "string"}, "ru": {"type": "string"}}, "required": ["en", "ru"]}, "description": {"type": "object", "properties": {"en": {"type": "string"}, "ru": {"type": "str... | {"name" : {"en" : "Card Header Primary", "ru" : ""}, "description" : {"en" : "", "ru" : ""}, "props_first" : {"en" : "First", "ru" : ""}, "props_first_desc" : {"en" : "Adds additional top padding", "ru" : ""}, "props_last" : {"en" : "Last", "ru" : ""}, "props_last_desc" : {"en" : "Adds additional bottom padding", "ru" ... | json_instruct | {"type": "object", "properties": {"name": {"type": "object", "properties": {"en": {"type": "string"}, "ru": {"type": "string"}}, "required": ["en", "ru"]}, "description": {"type": "object", "properties": {"en": {"type": "string"}, "ru": {"type": "string"}}, "required": ["en", "ru"]}, "props_first": {"type": "object", "... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "... | {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-112.033612, 33.30471], [-112.027779, 33.305363], [-112.027163, 33.307116], [-112.025541, 33.305205], [-112.023331, 33.304312], [-112.014496, 33.305214], [-112.014482, 33.290692], [-112.031949, 33.290663], [-112.033612, 3... | 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... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"HostConfigHash": {"type": "string"}, "CardHash": {"type": "string"}, "Error": {"type": "null"}}, "required": ["HostConfigHash", "CardHash", "Error"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"HostConfigHash" : "569178d", "CardHash" : "d990175", "Error" : null} | json_instruct | {"type": "object", "properties": {"HostConfigHash": {"type": "string"}, "CardHash": {"type": "string"}, "Error": {"type": "null"}}, "required": ["HostConfigHash", "CardHash", "Error"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "ARPEN", "frequency" : 0, "gender" : "male"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"properties": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "type", "description"]}}},... | {"properties" : [{"name" : "digit.random.generator.mean", "type" : "java.lang.String", "description" : "Configure random generator mean"}, {"name" : "digit.random.generator.standard.deviation", "type" : "java.lang.String", "description" : "Configure random generator standard deviation."}]} | json_instruct | {"type": "object", "properties": {"properties": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "type", "description"]}}}, "required": ["properties"], "$schema": "http://json-schema.org/draft-07... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "harga": {"type": "string"}, "golongan": {"type": "string"}, "kandungan": {"type": "string"}, "indikasi": {"type": "string"}, "kontraindikasi": {"type": "string"}, "perhatian": {"type": "s... | {"name" : "CENDO AUGENTONIC MINIDOSE TETES MATA", "harga" : " Rp. 26.166/ kemasan", "golongan" : "http://medicastore.com/image_banner/obat_bebas_terbatas.gif", "kandungan" : "Tiap ml larutan mengandung : Vitamin A palmitate 1000 iu; Zinc sulfate 0,2 mg; Phenylephrine HCl 1 mg", "indikasi" : "Mengatasi iritasi ringan y... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "harga": {"type": "string"}, "golongan": {"type": "string"}, "kandungan": {"type": "string"}, "indikasi": {"type": "string"}, "kontraindikasi": {"type": "string"}, "perhatian": {"type": "string"}, "efeksamping": {"type": "string"}, "indeksamanwanitahamil": {... |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[2001, 8], [2002, 5], [2006, 14], [2008, 5], [2010, 10], [2012, 9], [2013, 12], [2014, 7]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"... | {"author" : {"id" : "t2_120zk244", "name" : "kilgorelee"}, "date" : {"day" : 1602288000, "full" : 1602372463, "month" : 1601510400, "week" : 1601769600}, "id" : "t3_j8uoeq", "picture" : {"filesize" : 73918, "fullUrl" : "https://preview.redd.it/u9hqtxqhqcs51.jpg?auto=webp&s=c82c5a1af9d403dd7b2428de18f8a5905138a593", "ha... | 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"}},... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "credit": {"type": "string"}, "explanation": {"type": "string"}, "date": {"type": "string"}, "hdurl": {"type": "string"}, "service_version": {"type": "string"}, "media_type": {"type": "string"}, "ur... | {"title" : "Oddities of Star Cluster NGC 6397", "credit" : "Francesco Ferraro (Bologna Observatory), ESA, NASA", "explanation" : "One of these stars is blinking. This star, a member of globular cluster NGC 6397, is noteworthy not just because it blinks, but because it blinks so fast and because its companion star is so... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "credit": {"type": "string"}, "explanation": {"type": "string"}, "date": {"type": "string"}, "hdurl": {"type": "string"}, "service_version": {"type": "string"}, "media_type": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "credit", "e... |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"Id": {"type": "string"}, "ThreadId": {"type": "string"}, "Html": {"type": "string"}, "PostedDate": {"type": "string"}, "UserRole": {"type": "null"}, "MarkedAsAnswerDate": {"type": "null"}}, "requi... | [{"Id" : "1077101", "ThreadId" : "452520", "Html" : "When I show a modern dialog using ModernDialog.ShowMessage().... or .ShowDialog() my theme is removed on my MainWindow, the modern dialog has my theme, and then when the modern dialog is closed, the MainWindow theme remains blank. Any ideas why?<br />\n", "PostedDate... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"Id": {"type": "string"}, "ThreadId": {"type": "string"}, "Html": {"type": "string"}, "PostedDate": {"type": "string"}, "UserRole": {"type": "null"}, "MarkedAsAnswerDate": {"type": "null"}}, "required": ["Id", "ThreadId", "Html", "PostedDate", "UserRole", "Ma... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "s": {"type": "array", "items": {"type": "str... | {"t" : "riwang", "h" : [{"d" : [{"f" : "\u623f\u9593\uff0c\u7528\u6728\u982d\u6216\u7af9\u5b50\u9694\u9593`Masari~`wa~`ng~`r~`i~`wa~`ng~ `ko~ `kafoti'an~.\u623f\u9593\u90fd\u6709\u4f5c\u9694\u9593\u3002", "s" : ["`rawang~", "`facal~"]}]}]} | json_instruct | {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "s": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "s"]}}}, "required": ["d"]}}}, "... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"code": {"type": "string"}, "description": {"type": "string"}, "label": {"type": "string"}, "language": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["code", "description", "label", "language",... | {"code" : "196", "description" : "", "label" : "Schlechte Dimensionierung der Ressourcen (z. B. unzureichende Autonomie einer Laptop-Batterie)", "language" : "DE", "uuid" : "69fc083d-4591-11e9-9173-0800277f0571"} | json_instruct | {"type": "object", "properties": {"code": {"type": "string"}, "description": {"type": "string"}, "label": {"type": "string"}, "language": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["code", "description", "label", "language", "uuid"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"nodes": {"type": "array", "items": {"type": "object", "properties": {"nodeID": {"type": "string"}, "text": {"type": "string"}, "type": {"type": "string"}, "timestamp": {"type": "string"}}, "required": ["nodeID"... | {"nodes" : [{"nodeID" : "5567", "text" : "there will be flight delays and cancellations.", "type" : "I", "timestamp" : "2012-04-12 17:36:14"}, {"nodeID" : "5568", "text" : "The fog is thickening", "type" : "I", "timestamp" : "2012-04-12 17:36:14"}, {"nodeID" : "5569", "text" : "Fog causes flight delays and cancellation... | json_instruct | {"type": "object", "properties": {"nodes": {"type": "array", "items": {"type": "object", "properties": {"nodeID": {"type": "string"}, "text": {"type": "string"}, "type": {"type": "string"}, "timestamp": {"type": "string"}}, "required": ["nodeID", "text", "type", "timestamp"]}}, "edges": {"type": "array", "items": {"typ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", ... | {"name" : "classicinternational/web", "description" : "The admin panel for classic international website", "authors" : [{"name" : "psybo technologies", "email" : "psybotechnologies@gmail.com"}], "require" : {"fzaninotto/faker" : "^1.6"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"fzaninotto/fak... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["t... | {"name" : "word_prediction", "version" : "1.0.0", "description" : "Word Prediction using pre-train model from LDA / TNG", "main" : "App.js", "scripts" : {"test" : "node App.js unittest"}, "repository" : {"type" : "git", "url" : "git+https://github.com/twilightdema/word_prediction.git"}, "keywords" : ["LDA", "TNG", "Wor... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "s... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "tagline": {"type": "string"}, "body": {"type": "string"}, "google": {"type": "string"}, "note": {"type": "string"}}, "required": ["name", "tagline", "body", "google", "note"], "$sche... | {"name" : "Bots", "tagline" : "Bots, bots everywhere", "body" : "### Welcome to this bots list!", "google" : "", "note" : "Don't delete this file! It's used internally to help with page regeneration."} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "tagline": {"type": "string"}, "body": {"type": "string"}, "google": {"type": "string"}, "note": {"type": "string"}}, "required": ["name", "tagline", "body", "google", "note"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"display_name": {"type": "string"}, "argv": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}}, "required": ["display_name", "argv", "language"], "$schema": "http://json-schema.org... | {"display_name" : "F#", "argv" : ["mono", "%s", "{connection_file}"], "language" : "fsharp"} | json_instruct | {"type": "object", "properties": {"display_name": {"type": "string"}, "argv": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}}, "required": ["display_name", "argv", "language"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "credit": {"type": "string"}, "explanation": {"type": "string"}, "date": {"type": "string"}, "hdurl": {"type": "string"}, "service_version": {"type": "string"}, "media_type": {"type": "string"}, "ur... | {"title" : "Discovery Orbiter Anaglyph", "credit" : "ISS Expedition 13 Crew, NASA - Stereo Anaglyph: Patrick Vantuyne", "explanation" : "Approaching the International Space Station on STS-121 in July, the Shuttle Orbiter Discovery posed for a series of photographs. The process was part of an inspection to check for dam... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "credit": {"type": "string"}, "explanation": {"type": "string"}, "date": {"type": "string"}, "hdurl": {"type": "string"}, "service_version": {"type": "string"}, "media_type": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "credit", "e... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"291060": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "count": {"type": "integer"}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": [... | {"291060" : {"count" : 1}, "count" : 10, "N.A.//" : {"count" : 7}, "112020" : {"count" : 1}, "119111" : {"count" : 1}} | json_instruct | {"type": "object", "properties": {"291060": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "count": {"type": "integer"}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "112020": {"type": "object", "properties": {"count": {"typ... |
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" : "interpolate", "definition" : "1. To renew; to carry on with intermission. [Obs.] Motion . . . partly continued and unintermitted, . . . partly interpolated and interrupted. Sir M. Hale. 2. To alter or corrupt by the insertion of new or foreign matter; especially, to change, as a book or text, by the insertio... | 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": {"new_version": {"type": "string"}}, "required": ["new_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"new_version" : "2.6.11"} | json_instruct | {"type": "object", "properties": {"new_version": {"type": "string"}}, "required": ["new_version"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"url": {... | {"name" : "noble-winrt", "description" : "Noble (Node.js Bluetooth LE) bindings using CoreBluetooth API", "version" : "0.0.1", "author" : "gv@timeular.com", "license" : "MIT", "repository" : {"url" : "https://github.com/Timeular/noble-winrt.git"}, "main" : "index.js", "gypfile" : true, "os" : ["win32"], "engines" : {"n... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "main": {"type": "string"}, "gypf... |
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" : "vanillaextension:block/magma_block_wall_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": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["mediacrush", "prepper", "resocket"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "7207030024", "district_id" : "7207030", "name" : "LANGUDON"} | 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#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"": {"type": "string"}}, "required": [""]}}, "required": ["psr-4"]}, "require": {"type": "object", "properties": {"php": {"... | {"autoload-dev" : {"psr-4" : {"" : "../../tests/"}}, "require" : {"php" : "^7.3", "ext-rdkafka" : "*"}, "require-dev" : {"phpunit/phpunit" : "^9"}} | json_instruct | {"type": "object", "properties": {"autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"": {"type": "string"}}, "required": [""]}}, "required": ["psr-4"]}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "ext-rdkafka": {"type": "string"}}, "required": ["ph... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "it... | {"directions" : ["In a kettle of boiling salted water blanch the bell peppers, covered partially, for 3 minutes and transfer them to a bowl of ice and cold water to stop the cooking. Cut 3/4 inch from the stem end of each bell pepper, reserving the bottoms, and chop fine the flesh from around the stems, discarding the ... | 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"... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "desc": {"type": "string"}, "url": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "maintainers": {"type": "array", "items": {"type": "string"}}, "addedAt": {"type": "s... | {"name" : "tanaguru contrast finder", "desc" : "Find good constrasts between two colors", "url" : "https://contrast-finder.tanaguru.com/", "tags" : ["Accessibility", "Color"], "maintainers" : ["Tanaguru"], "addedAt" : "2019-12-31"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "desc": {"type": "string"}, "url": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "maintainers": {"type": "array", "items": {"type": "string"}}, "addedAt": {"type": "string"}}, "required": ["name", "desc", "url", "tags", "maintai... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"MRRm_new": {"type": "number"}, "MRm_new": {"type": "number"}, "HITS@1m_new": {"type": "number"}, "HITS@3m_new": {"type": "number"}, "HITS@10m_new": {"type": "number"}}, "required": ["MRRm_new", "MRm_new", "HITS@1m_new", "HITS@... | {"MRRm_new" : 0.5104824952345116, "MRm_new" : 181.8680655707866, "HITS@1m_new" : 0.3999055810575992, "HITS@3m_new" : 0.5693151317186966, "HITS@10m_new" : 0.7313716294037295} | json_instruct | {"type": "object", "properties": {"MRRm_new": {"type": "number"}, "MRm_new": {"type": "number"}, "HITS@1m_new": {"type": "number"}, "HITS@3m_new": {"type": "number"}, "HITS@10m_new": {"type": "number"}}, "required": ["MRRm_new", "MRm_new", "HITS@1m_new", "HITS@3m_new", "HITS@10m_new"], "$schema": "http://json-schema.or... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"index.js": {"type": "string"}}, "required": ["index.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"index.js" : "sha256-zgsEGCbphrIl4jj3FtmOkk3GmC7NET/a0mN6717lZ5U="} | json_instruct | {"type": "object", "properties": {"index.js": {"type": "string"}}, "required": ["index.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToProcessedPerformance": {"type": "object", "properties": {"cf0973a4-2ff7-4a05-9c80-db66fb4f5943": {"type": "integer"}, "program": {"type": "int... | {"configuration" : ["NUMBERICSORT", "CHECK", "GENERALNUMRICSORT", "IGNORECASE"], "regionsToProcessedPerformance" : {"cf0973a4-2ff7-4a05-9c80-db66fb4f5943" : 1541672602, "program" : 947781}} | json_instruct | {"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToProcessedPerformance": {"type": "object", "properties": {"cf0973a4-2ff7-4a05-9c80-db66fb4f5943": {"type": "integer"}, "program": {"type": "integer"}}, "required": ["cf0973a4-2ff7-4a05-9c80-db66fb4f5943", "progra... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "email": {"type":... | {"name" : "Albert-Schweitzer-Schule Gem. Grundschule der Stadt Siegen - Primarstufe -", "id" : "NRW-134855", "address" : "Amselweg 14, 57078 Siegen", "school_type" : "Grundschule", "fax" : "0271 8706005", "phone" : "0271 83974", "website" : "", "email" : " 134855@schule.nrw.de ", "state" : "NRW", "programs" : {"pro... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "state": {"type": "string"}, "programs": {"type": ... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"vendor": {"type": "string"}, "filename": {"type": "string"}, "release_type": {"type": "string"}, "version": {"type": "string"}, "java_version": {"type": "string"}, "jvm_impl": {"type": "string"}, "os": {"type":... | {"vendor" : "sapmachine", "filename" : "sapmachine-jre-17-eabeta.7_linux-aarch64_bin.tar.gz", "release_type" : "ea", "version" : "17-eabeta.7", "java_version" : "17-eabeta.7", "jvm_impl" : "hotspot", "os" : "linux", "architecture" : "aarch64", "file_type" : "tar.gz", "image_type" : "jre", "features" : [], "url" : "http... | json_instruct | {"type": "object", "properties": {"vendor": {"type": "string"}, "filename": {"type": "string"}, "release_type": {"type": "string"}, "version": {"type": "string"}, "java_version": {"type": "string"}, "jvm_impl": {"type": "string"}, "os": {"type": "string"}, "architecture": {"type": "string"}, "file_type": {"type": "stri... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"device": {"type": "object", "properties": {"fuchsia.BIND_PCI_CLASS": {"type": "string"}, "fuchsia.BIND_PCI_DID": {"type": "string"}, "fuchsia.BIND_PCI_SUBCLASS": {"type": "string"}, "fuchsia.BIND_PCI... | [{"device" : {"fuchsia.BIND_PCI_CLASS" : "fuchsia.pci.BIND_PCI_CLASS.NETWORK", "fuchsia.BIND_PCI_DID" : "fuchsia.brcmfmac.BIND_PCI_DID.BCM4366", "fuchsia.BIND_PCI_SUBCLASS" : "fuchsia.pci.network.BIND_PCI_SUBCLASS.NETWORK", "fuchsia.BIND_PCI_VID" : "fuchsia.brcmfmac.BIND_PCI_VID.BROADCOM", "fuchsia.BIND_PROTOCOL" : "fu... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"device": {"type": "object", "properties": {"fuchsia.BIND_PCI_CLASS": {"type": "string"}, "fuchsia.BIND_PCI_DID": {"type": "string"}, "fuchsia.BIND_PCI_SUBCLASS": {"type": "string"}, "fuchsia.BIND_PCI_VID": {"type": "string"}, "fuchsia.BIND_PROTOCOL": {"type"... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["grunt-lib-phantomjs2-unofficial", "karma-phantomjs2-ext-launcher", "karma-phantomjs2-launcher"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
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" : "conquest:block/mossy_sandstone_two_meter_arch"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"parent_file": {"type": "string"}, "output": {"type": "string"}, "artifacts": {"type": "string"}, "common": {"type": "object", "properties": {"preintegration_step_size_factor": {"type": "number"}}, "required": ["preintegration_st... | {"parent_file" : "eval/turbine/turbine.json", "output" : "results/", "artifacts" : "[reference, reconstruct, fourier]", "common" : {"preintegration_step_size_factor" : 200.0}, "frames" : {"frame" : {"camera" : "eval/turbine/config/camera_1.txt", "tf" : "eval/turbine/config/tf_2.bin", "t" : 0, "variable" : "V"}}} | json_instruct | {"type": "object", "properties": {"parent_file": {"type": "string"}, "output": {"type": "string"}, "artifacts": {"type": "string"}, "common": {"type": "object", "properties": {"preintegration_step_size_factor": {"type": "number"}}, "required": ["preintegration_step_size_factor"]}, "frames": {"type": "object", "properti... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {}}, "package": {"type": "string"}}, "required": ["generated_at", "required_... | {"generated_at" : "2017-01-27T09:37:39.434671", "required_by" : ["pstore", "django-pstore", "alot", "encrypteddict", "keyserver-ng"], "requires" : [], "package" : "pygpgme"} | json_instruct | {"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requires", "package"], "$schema": "http://json-schema.org/draft-07... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"_id": {"type": "string"}, "index": {"type": "integer"}, "guid": {"type": "string"}, "isActive": {"type": "boolean"}, "balance": {"type": "string"}, "picture": {"type": "string"}, "age": {"type": "integer"}, "eyeColo... | {"_id" : "55ee5e457acc6d1be1bca29e", "index" : 1629, "guid" : "9fdb87c8-c739-4906-b36a-c073a734581d", "isActive" : true, "balance" : "$16,705.45", "picture" : "http://placehold.it/32x32", "age" : 34, "eyeColor" : "green", "name" : "Molly Cross", "gender" : "female", "company" : "GOKO", "email" : "mollycross@goko.com", ... | json_instruct | {"type": "object", "properties": {"_id": {"type": "string"}, "index": {"type": "integer"}, "guid": {"type": "string"}, "isActive": {"type": "boolean"}, "balance": {"type": "string"}, "picture": {"type": "string"}, "age": {"type": "integer"}, "eyeColor": {"type": "string"}, "name": {"type": "string"}, "gender": {"type":... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "summary": {"type": "st... | {"schema_version" : "1.2.0", "id" : "GHSA-7f62-4887-cfv5", "modified" : "2022-05-25T19:31:53Z", "published" : "2022-05-11T00:01:38Z", "aliases" : ["CVE-2022-1397"], "summary" : "Privilege escalation in easyappointments", "details" : "The Easy!Appointments API authorization is checked against the user's existence, witho... | json_instruct | {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "summary": {"type": "string"}, "details": {"type": "string"}, "severity": {"type": "array", "items... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"\uc758\uc548\uc811\uc218\uc815\ubcf4": {"type": "object", "properties": {"\uc758\uc548\ubc88\ud638": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc77c\uc790": {"type": "array", "items": {"type": ... | {"\uc758\uc548\uc811\uc218\uc815\ubcf4" : {"\uc758\uc548\ubc88\ud638" : ["070112"], "\uc81c\uc548\uc77c\uc790" : ["1967-12-15"], "\uc81c\uc548\uc790" : ["\uc758\uc7a5"], "\ubb38\uc11c" : [""], "\uc81c\uc548\ud68c\uae30" : ["\uc81c7\ub300(1967~1971)\uc81c62\ud68c"]}, "\ubcf8\ud68c\uc758 \uc2ec\uc758\uc815\ubcf4" : {"\uc... | json_instruct | {"type": "object", "properties": {"\uc758\uc548\uc811\uc218\uc815\ubcf4": {"type": "object", "properties": {"\uc758\uc548\ubc88\ud638": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc77c\uc790": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc790": {"type": "array", "items": {"type": "s... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"xclbin-location": {"type": "string"}, "ivas-library-repo": {"type": "string"}, "element-mode": {"type": "string"}, "kernels": {"type": "array", "items": {"type": "object", "properties": {"library-name": {"type": "string"}, "co... | {"xclbin-location" : "/usr/lib/dpu.xclbin", "ivas-library-repo" : "/usr/lib/", "element-mode" : "inplace", "kernels" : [{"library-name" : "libivas_xdputest.so", "config" : {"model-name" : "yolov3_adas_pruned_0_9", "model-class" : "YOLOV3", "debug_level" : 2}}]} | json_instruct | {"type": "object", "properties": {"xclbin-location": {"type": "string"}, "ivas-library-repo": {"type": "string"}, "element-mode": {"type": "string"}, "kernels": {"type": "array", "items": {"type": "object", "properties": {"library-name": {"type": "string"}, "config": {"type": "object", "properties": {"model-name": {"ty... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]... | {"name" : "browserslist-config-share", "version" : "0.0.1", "description" : "shareable browserslist config for projects", "main" : "index.js", "scripts" : {"test" : "jest index.test.js"}, "repository" : {"type" : "git", "url" : "git+https://github.com/xuedongwang/browserslist-config-share.git"}, "keywords" : ["broswers... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "s... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"Records": {"type": "array", "items": {"type": "object", "properties": {"EventSource": {"type": "string"}, "EventVersion": {"type": "string"}, "EventSubscriptionArn": {"type": "string"}, "Sns": {"type": "object", "p... | {"Records" : [{"EventSource" : "aws:sns", "EventVersion" : "1.0", "EventSubscriptionArn" : "arn:aws:sns:eu-west-1:514223584321:lambda-image-resizer:eb4420e4-e23b-445c-82cc-c17c3aad8b83", "Sns" : {"Type" : "Notification", "MessageId" : "f1a5d78d-9344-518f-bfb2-86a46f2641cb", "TopicArn" : "arn:aws:sns:eu-west-1:514223584... | json_instruct | {"type": "object", "properties": {"Records": {"type": "array", "items": {"type": "object", "properties": {"EventSource": {"type": "string"}, "EventVersion": {"type": "string"}, "EventSubscriptionArn": {"type": "string"}, "Sns": {"type": "object", "properties": {"Type": {"type": "string"}, "MessageId": {"type": "string"... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "st... | {"schema_version" : "1.2.0", "id" : "GHSA-6h3x-v824-m53p", "modified" : "2022-02-25T00:00:56Z", "published" : "2022-02-25T00:00:56Z", "aliases" : ["CVE-2021-44665"], "details" : "A Directory Traversal vulnerability exists in the Xerte Project Xerte through 3.10.3 when downloading a project file via download.php.", "sev... | json_instruct | {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "a... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "number"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "number"}, "artist_name": {"type": "string"}, "duration": {"type": "n... | {"artist_id" : "ARPFOGC1187B9928F5", "artist_latitude" : 54.31392, "artist_location" : "Great Britain / UK", "artist_longitude" : -2.23218, "artist_name" : "ILS", "duration" : 329.63873, "num_songs" : 1, "song_id" : "SOJLCNS12AB01814C7", "title" : "About That Time", "year" : 1998} | json_instruct | {"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "number"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "number"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "ti... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}, "description": {"type": "string"}, "book": {"type": "string"}, "total": {"type": "integer"}, "current": {"type": "integer"}, "next": {"type": "string"}, "prev": {"type": ... | {"title" : "\u8fde\u73af\u8ba1", "text" : "\u5c06\u591a\u5175\u4f17\uff0c\u4e0d\u53ef\u4ee5\u654c\uff0c\u4f7f\u5176\u81ea\u7d2f\uff0c\u4ee5\u6740\u5176\u52bf\u3002\u5728\u5e08\u4e2d\u5409\uff0c\u627f\u5929\u5ba0\u4e5f\u3002", "description" : "##\u8bd1\u6587\n\u654c\u4eba\u5175\u529b\u5f3a\u5927\u65f6\uff0c\u5c31\u4e0d\... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}, "description": {"type": "string"}, "book": {"type": "string"}, "total": {"type": "integer"}, "current": {"type": "integer"}, "next": {"type": "string"}, "prev": {"type": "string"}}, "required": ["title", "text", "description", "b... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"project_info": {"type": "object", "properties": {"project_number": {"type": "string"}, "project_id": {"type": "string"}, "storage_bucket": {"type": "string"}}, "required": ["project_number", "project_id", "storage_b... | {"project_info" : {"project_number" : "487103354639", "project_id" : "chatapp-a6ba1", "storage_bucket" : "chatapp-a6ba1.appspot.com"}, "client" : [{"client_info" : {"mobilesdk_app_id" : "1:487103354639:android:47d6047d657e07a420507a", "android_client_info" : {"package_name" : "com.ravnnerdery.data"}}, "oauth_client" : ... | json_instruct | {"type": "object", "properties": {"project_info": {"type": "object", "properties": {"project_number": {"type": "string"}, "project_id": {"type": "string"}, "storage_bucket": {"type": "string"}}, "required": ["project_number", "project_id", "storage_bucket"]}, "client": {"type": "array", "items": {"type": "object", "pro... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "browser": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type"... | {"name" : "cbor-bigdecimal", "version" : "8.1.0", "description" : "Plugin for node-cbor to add BigDecimal and BigFloat support. Requires bignumber.js", "browser" : "dist/cbor-bigdecimal.js", "main" : "./bigdecimal.js", "scripts" : {"build" : "webpack", "coverage" : "nyc -r lcov npm test", "test" : "ava test/*.ava.js",... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "browser": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "coverage": {"type": "string"}, "test": {"type": "string"},... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", ... | {"id" : "82777", "name" : {"en" : "Campos Sales"}, "country" : "BR", "region" : "CE", "identifiers" : {"wmo" : "82777"}, "location" : {"latitude" : -7, "longitude" : -43.3833, "elevation" : 583}, "timezone" : "America/Fortaleza"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"wmo": {"type": "string"}}, "required": ["wmo"]}, "location"... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"title": {"type": "object", "properties": {"zh": {"type": "string"}, "en": {"type": "string"}}, "required": ["zh", "en"]}, "demos": {"type": "array", "items": {"type": "object", "properties": {"filename": {"type": "string"}, "tit... | {"title" : {"zh" : "\u4e2d\u6587\u5206\u7c7b", "en" : "Category"}, "demos" : [{"filename" : "line.js", "title" : "\u57fa\u7840", "screenshot" : "https://gw.alipayobjects.com/mdn/rms_4f0ff1/afts/img/A*YWvIQ762ue8AAAAAAAAAAABkARQnAQ"}, {"filename" : "aria.js", "title" : "\u5f00\u542f\u65e0\u969c\u788d", "screenshot" : "h... | json_instruct | {"type": "object", "properties": {"title": {"type": "object", "properties": {"zh": {"type": "string"}, "en": {"type": "string"}}, "required": ["zh", "en"]}, "demos": {"type": "array", "items": {"type": "object", "properties": {"filename": {"type": "string"}, "title": {"type": "string"}, "screenshot": {"type": "string"}... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "base_currency": {"type": "string"}, "quote_currency": {"type": "string"}, "base_min_size": {"type": "string"}, "base_max_size": {"type": "string"}, "quote_increment": {"type": "string"}, "base_increme... | {"id" : "BTC-USD", "base_currency" : "BTC", "quote_currency" : "USD", "base_min_size" : "0.00100000", "base_max_size" : "280.00000000", "quote_increment" : "0.01000000", "base_increment" : "0.00000001", "display_name" : "BTC/USD", "min_market_funds" : "5", "max_market_funds" : "1000000", "margin_enabled" : false, "post... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "base_currency": {"type": "string"}, "quote_currency": {"type": "string"}, "base_min_size": {"type": "string"}, "base_max_size": {"type": "string"}, "quote_increment": {"type": "string"}, "base_increment": {"type": "string"}, "display_name": {"type": "string"}... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"core_location": {"type": "array", "items": {"type": "number"}}, "velocity_free_stream": {"type": "number"}, "r_mesh_core": {"type": "number"}, "z_location_mm": {"type": "integer"}, "v_nominal": {"type": "integer"}, "W_mean": {... | {"core_location" : [-4.746287842615622, -3.8119578875106876], "velocity_free_stream" : 21.09, "r_mesh_core" : 19.010589543048624, "z_location_mm" : 787, "v_nominal" : 21, "W_mean" : 21.29653548405867, "rel_humid" : 75.28800889235399, "wet_bulb" : 295.15, "dry_bulb" : 298.4, "v_fs_mean" : 21.09, "q" : 262, "pres_atm" : ... | json_instruct | {"type": "object", "properties": {"core_location": {"type": "array", "items": {"type": "number"}}, "velocity_free_stream": {"type": "number"}, "r_mesh_core": {"type": "number"}, "z_location_mm": {"type": "integer"}, "v_nominal": {"type": "integer"}, "W_mean": {"type": "number"}, "rel_humid": {"type": "number"}, "wet_bu... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "number"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "number"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_song... | {"artist_id" : "AR7OCK81187B98D1F1", "artist_latitude" : 34.05349, "artist_location" : "Los Angeles, CA", "artist_longitude" : -118.24532, "artist_name" : "Debbie Davies", "duration" : 243.30404, "num_songs" : 1, "song_id" : "SOREZNH12A8C1300AB", "title" : "Backseat Driver", "year" : 1998} | json_instruct | {"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "number"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "number"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "ti... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"leaflet-providers.js": {"type": "string"}, "leaflet-providers.min.js": {"type": "string"}}, "required": ["leaflet-providers.js", "leaflet-providers.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"leaflet-providers.js" : "sha256-D07KJ7zwfuHxSD0DWxTiXc3mNpAJ+4F/6bZs/luGAnM=", "leaflet-providers.min.js" : "sha256-gYZWMLqN7cTQebK0pEDDcq5Xv3LusgBhuI5DEHUY7zk="} | json_instruct | {"type": "object", "properties": {"leaflet-providers.js": {"type": "string"}, "leaflet-providers.min.js": {"type": "string"}}, "required": ["leaflet-providers.js", "leaflet-providers.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "number"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "number"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}... | {"artist_id" : "ARBFCK11187FB4C89B", "artist_latitude" : 36.17191, "artist_location" : "LAS VEGAS, Nevada", "artist_longitude" : -115.13997, "artist_name" : "Brian Eno And David Byrne", "duration" : 296.33261, "num_songs" : 1, "song_id" : "SOAGYNF12AB0187EEE", "title" : "The Jezebel Spirit", "year" : 1981} | json_instruct | {"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "number"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "number"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "ti... |
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#"}
| [[1976, 13], [1979, 13], [1980, 16], [1981, 18], [1982, 22], [1983, 18], [1984, 28], [1985, 19], [1986, 18], [1987, 14], [1988, 17], [1989, 15], [1990, 14], [1991, 21], [1992, 15], [1993, 23], [1994, 19], [1995, 18], [1996, 18], [1997, 16], [1998, 9], [1999, 12], [2000, 15], [2001, 8], [2002, 20], [2003, 17], [2004, 11... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$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"}, "version": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}... | {"name" : "@mongodb-js/triejs", "version" : "0.1.5", "author" : "Paul Thurlow", "description" : "Customizable trie data structure built in JavaScript.", "keywords" : ["trie", "autocomplete", "dictionary", "type ahead"], "homepage" : "http://pthurlow.github.com/triejs", "contibutors" : [], "dependencies" : {}, "scripts"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "contibutors": {"type": "array", "items": {}}, "dependencies": {"type"... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "d1013-24", "text" : "4*\n/\nNovember\n18, 1953 0}\njams of aims\nRe letter forwarded from Lowell, re series being **eas57 on\ncommunism*, Phone call with George probst reveals; afper Mayer\n\u2022Series edited by Ho naan Mickey\n\u2022Probst hears all or most\n\u2022Wheatley*s Girl hears.\n\u2022Victor Hieael,... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"textures": {"type": "array", "items": {"type": "string"}}}, "required": ["textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"textures" : ["pokecube_legends:infected_smoke_7", "pokecube_legends:infected_smoke_6", "pokecube_legends:infected_smoke_5", "pokecube_legends:infected_smoke_4", "pokecube_legends:infected_smoke_3", "pokecube_legends:infected_smoke_2", "pokecube_legends:infected_smoke_1", "pokecube_legends:infected_smoke_0"]} | json_instruct | {"type": "object", "properties": {"textures": {"type": "array", "items": {"type": "string"}}}, "required": ["textures"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"t... | {"title" : "Mining the Web for the \"Voice of the Herd\" to Track Stock Market Bubbles.", "fields" : ["newspaper", "volatility", "stock market bubble", "bubble", "herd"], "abstract" : "We show that power-law analyses of financial commentaries from newspaper web-sites can be used to identify stock market bubbles, supple... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"typ... |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "size": {"type": "integer"}, "link": {"type": "string"}, "created_at": {"type": "string"}, "downloads": {"type": "integer"}, "linkid": {"type": "string"}, "convert": {"type... | [{"name" : "pred-228_1", "size" : 1025153061, "link" : "https://streamtape.com/e/LyPeKBJ0rbhRGrv", "created_at" : "2022\u5e7403\u670828\u65e5 02:50:59", "downloads" : 0, "linkid" : "LyPeKBJ0rbhRGrv", "convert" : "converted", "achorname" : "\u4e38\u5b50\u5466", "subscribe" : "0\u4f4d\u8ba2\u9605\u8005", "avatar-img" : "... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "size": {"type": "integer"}, "link": {"type": "string"}, "created_at": {"type": "string"}, "downloads": {"type": "integer"}, "linkid": {"type": "string"}, "convert": {"type": "string"}, "achorname": {"type": "string"}, "subscribe":... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"appid": {"type": "integer"}, "name": {"type": "string"}, "windows": {"type": "boolean"}, "mac": {"type": "boolean"}, "linux": {"type": "boolean"}, "early_access": {"type": "boolean"}, "lookup_time": {"type": "intege... | {"appid" : 98500, "name" : "Naval Warfare", "windows" : true, "mac" : false, "linux" : false, "early_access" : false, "lookup_time" : 1490968177} | json_instruct | {"type": "object", "properties": {"appid": {"type": "integer"}, "name": {"type": "string"}, "windows": {"type": "boolean"}, "mac": {"type": "boolean"}, "linux": {"type": "boolean"}, "early_access": {"type": "boolean"}, "lookup_time": {"type": "integer"}}, "required": ["appid", "name", "windows", "mac", "linux", "early_... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"convo": {"type": "array", "items": {"type": "object", "properties": {"convoBranchName": {"type": "string"}, "convoLine": {"type": "string"}, "audioclipName": {"type": "string"}}, "required": ["convoBranchName", "convoLine", "aud... | {"convo" : [{"convoBranchName" : "stay_back", "convoLine" : "Everyone stay back!!", "audioclipName" : "vo_cop_stay_back"}]} | json_instruct | {"type": "object", "properties": {"convo": {"type": "array", "items": {"type": "object", "properties": {"convoBranchName": {"type": "string"}, "convoLine": {"type": "string"}, "audioclipName": {"type": "string"}}, "required": ["convoBranchName", "convoLine", "audioclipName"]}}}, "required": ["convo"], "$schema": "http:... |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1279.7519588327477, 1461.2748718817502], [1298.8108720511627, 1467.627842954555], [1316.988483730273, 602.5007266882772], [1336.047396948688, 602.5007266882772], [1357.2239671913715, 598.2654126397404], [1369.9299093369816, 585.5594704941302]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "short_name": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage_url": {"type": "string"}, "content_scripts": {"type": "array"... | {"name" : "GMail Label Switch Shortcuts", "short_name" : "GMail Label Keys", "author" : "Michael Sloan", "description" : "Adds keyboard shortcuts to GMail that select next and previous labels.", "version" : "4", "homepage_url" : "https://github.com/mgsloan/gmail-label-switch-shortcuts", "content_scripts" : [{"matches" ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "short_name": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage_url": {"type": "string"}, "content_scripts": {"type": "array", "items": {"type": "object", "properties": {"matches": {... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type":... | {"hash" : "0x8eff3d3c7cfd7b4026b56369c46565490e2667cffc6c40cd2ad4378baefad745", "parentHash" : "0x80477e2178520f5d6a5411c2c478f76ca2ce6f2ed2684557341ef640560d607f", "number" : 92884, "timestamp" : 1439678722, "nonce" : "0x3faa8ddce7b6bd65", "difficulty" : 3647534205801, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {... | json_instruct | {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"js/multiselect.js": {"type": "string"}, "js/multiselect.min.js": {"type": "string"}}, "required": ["js/multiselect.js", "js/multiselect.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"js/multiselect.js" : "sha512-dPWsHF1p7+J34zFJvFE/E4U/hEkwbTjoiEBb+XdMqucew6+gZEXZKWBdNS2tLvXGFxeuZU4oQYW5KQPgZjPe+A==", "js/multiselect.min.js" : "sha512-i74c9EwGHOqv7lac1ZzOUvb1eQsC97jmpnD2YHQOZET5Op8ZqJZIYuBFgGx5NWgDVTQ76qZ75MWhZJUnLDQPeQ=="} | json_instruct | {"type": "object", "properties": {"js/multiselect.js": {"type": "string"}, "js/multiselect.min.js": {"type": "string"}}, "required": ["js/multiselect.js", "js/multiselect.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1993, 5], [1995, 5], [1996, 8], [1997, 8], [1998, 8], [1999, 19], [2000, 17], [2001, 11], [2002, 17], [2003, 15], [2004, 14], [2005, 11], [2006, 10], [2007, 6], [2008, 7], [2009, 9], [2012, 6]] | 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": {"name": {"type": "string"}, "app_id": {"type": "string"}}, "required": ["name", "app_id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "ionic-conference-app", "app_id" : "e953d5bc"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "app_id": {"type": "string"}}, "required": ["name", "app_id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"Q9GLQ0": {"type": "string"}, "HSP1_BETPE": {"type": "string"}, "Sperm protamine P1": {"type": "string"}, "PRM1": {"type": "string"}}, "required": ["Q9GLQ0", "HSP1_BETPE", "Sperm protamine P1", "PRM1"], "$schema": "http://json-... | {"Q9GLQ0" : "Q9GLQ0", "HSP1_BETPE" : "Q9GLQ0", "Sperm protamine P1" : "Q9GLQ0", "PRM1" : "Q9GLQ0"} | json_instruct | {"type": "object", "properties": {"Q9GLQ0": {"type": "string"}, "HSP1_BETPE": {"type": "string"}, "Sperm protamine P1": {"type": "string"}, "PRM1": {"type": "string"}}, "required": ["Q9GLQ0", "HSP1_BETPE", "Sperm protamine P1", "PRM1"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"feedstocks" : ["wdltools"]} | json_instruct | {"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"parent": {"type": "string"}, "name": {"type": "string"}, "flags": {"type": "integer"}, "funcs": {"type": "array", "items": {"type": "object", "properties": {"fullName": {"type": "string"}, "shortName": {"type": "str... | {"parent" : "inkWidgetLogicController", "name" : "NetworkMinigameAnimationCallbacksTransmitter", "flags" : 4, "funcs" : [{"fullName" : "OnIntroAnimationFinished", "shortName" : "OnIntroAnimationFinished", "return" : {"type" : "Bool", "flags" : 64}, "flags" : 264}, {"fullName" : "OnStartMinigameBGIntroAnimation", "short... | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}, "name": {"type": "string"}, "flags": {"type": "integer"}, "funcs": {"type": "array", "items": {"type": "object", "properties": {"fullName": {"type": "string"}, "shortName": {"type": "string"}, "return": {"type": "object", "properties": {"type": {"type": "s... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://js... | [{"name" : "VOLLIE", "frequency" : 452, "males" : "83.6283185840708 %", "females" : "16.371681415929203 %"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"typ... | {"name" : "eli5", "version" : "0.0.0", "description" : "Wiki built with Node, React, and MongoDB", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "start" : "gulp"}, "author" : "sgbj", "license" : "MIT", "dependencies" : {"express" : "^4.13.4", "flux" : "^3.1.0", "react" : "^15... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}}, "required": ["test", "start"]}, "author": {"type": "string"},... |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"tag": {"type": "string"}, "title": {"type": "string"}, "subtitle": {"type": "string"}, "imageUrl": {"type": "string"}, "url": {"type": "string"}}, "required": ["tag", "title", "subtitle", "imageUr... | [{"tag" : "5", "title" : "\u804c\u4e1a\u80fd\u529b\u503e\u5411\u6d4b\u8bd5", "subtitle" : "\u804c\u4e1a\u80fd\u529b\u503e\u5411\u6d4b\u8bd5\u53ef\u4ee5\u53d1\u73b0\u4e00\u4e2a\u4eba\u7684\u6f5c\u5728\u624d\u80fd\uff0c\u9884\u6d4b\u4e2a\u4f53\u5728\u5c06\u6765\u7684\u5b66\u4e60\u548c\u5de5\u4f5c\u4e2d\u53ef\u80fd\u8fbe\... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"tag": {"type": "string"}, "title": {"type": "string"}, "subtitle": {"type": "string"}, "imageUrl": {"type": "string"}, "url": {"type": "string"}}, "required": ["tag", "title", "subtitle", "imageUrl", "url"]}, "$schema": "http://json-schema.org/draft-07/schem... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "array", "items": {"type": "string"}}, "ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "main", "ignore"], "$schema": "http://json-schema.org/draft-07/... | {"name" : "o-fonts", "main" : ["main.scss"], "ignore" : [""]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "array", "items": {"type": "string"}}, "ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "main", "ignore"], "$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"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]... | {"name" : "c", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "", "license" : "ISC", "dependencies" : {"coarse" : "^0.8.3", "parse5" : "^6.0.1", "style-parser" : "^1.1.1", "svg-to-pdfkit" : "^0.1.7"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "depen... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.