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": {"start": {"type": "string"}}, "required": ["start"]}, "devDependencies": {"type": "object", "properties": {"tsc-watch": {"type": "string"}}, "required": ["tsc-watch"]}, "dependencies": {"type": "object", "properties": {"typescript": {"type": "string"}}, "required": ["typescript"]}}, "required": ["name", "version", "main", "repository", "author", "license", "scripts", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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"}, "dependencies" : {"typescript" : "^3.3.3333"}} | 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"]}, "devDependencies": {"type": "object", "properties": {"tsc-watch": {"type": "string"}}, "required": ["tsc-watch"]}, "dependencies": {"type": "object", "properties": {"typescript": {"type": "string"}}, "required": ["typescript"]}}, "required": ["name", "version", "main", "repository", "author", "license", "scripts", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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", "surahNumber", "ayatNumber", "arabic", "english", "bengali"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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\u0628\u0651\u064e\u0643\u064f\u0645\u0652 \u0644\u064e\u0631\u064e\u0621\u064f\u0648\u0641\u064c \u0631\u064e\u062d\u0650\u064a\u0645\u064c", "english" : "Or that He may catch them with gradual wasting (of their wealth and health). Truly! Your Lord is indeed full of Kindness, Most Merciful?", "bengali" : "\u0995\u09bf\u0982\u09ac\u09be \u09ad\u09c0\u09a4\u09bf \u09aa\u09cd\u09b0\u09a6\u09b0\u09cd\u09b6\u09a8\u09c7\u09b0 \u09aa\u09b0 \u09a4\u09be\u09a6\u09c7\u09b0\u0995\u09c7 \u09aa\u09be\u0995\u09dc\u09be\u0993 \u0995\u09b0\u09ac\u09c7\u09a8? \u09a4\u09c7\u09be\u09ae\u09be\u09a6\u09c7\u09b0 \u09aa\u09be\u09b2\u09a8\u0995\u09b0\u09cd\u09a4\u09be \u09a4\u09c7\u09be \u0985\u09a4\u09cd\u09af\u09a8\u09cd\u09a4 \u09a8\u09ae\u09cd\u09b0, \u09a6\u09df\u09be\u09b2\u09c1\u0964"} | 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://json-schema.org/draft-07/schema#"} |
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": "string"}, "Maximum": {"type": "string"}, "Minimum": {"type": "string"}, "Mon Tue Wed Thu Fri Sat": {"type": "string"}, "AM": {"type": "string"}, "PM": {"type": "string"}, "Clear All Data!": {"type": "string"}, "Usage": {"type": "string"}, "buyPriceInfo": {"type": "string"}, "priceChangeInfo": {"type": "string"}, "guaranteedMinInfo": {"type": "string"}, "contributors": {"type": "string"}, "About": {"type": "string"}, "about1": {"type": "string"}, "about2": {"type": "string"}, "about3": {"type": "string"}, "about4": {"type": "string"}, "cancel": {"type": "string"}, "clearDataTitle": {"type": "string"}, "clearDataWarning": {"type": "string"}, "shareDialog": {"type": "string"}, "shareClipboard": {"type": "string"}, "copyButton": {"type": "string"}, "shareButton": {"type": "string"}, "closeButton": {"type": "string"}, "shareDialogV2": {"type": "string"}}, "required": ["Turnip Calculator", "ACNH Turnip Calculator", "Buy Price", "Daily Price", "Guaranteed Min", "Average", "Maximum", "Minimum", "Mon Tue Wed Thu Fri Sat", "AM", "PM", "Clear All Data!", "Usage", "buyPriceInfo", "priceChangeInfo", "guaranteedMinInfo", "contributors", "About", "about1", "about2", "about3", "about4", "cancel", "clearDataTitle", "clearDataWarning", "shareDialog", "shareClipboard", "copyButton", "shareButton", "closeButton", "shareDialogV2"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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" : "Lun Mar Mi\u00e9 Jue Vie S\u00e1b", "AM" : "AM", "PM" : "PM", "Clear All Data!" : "Borrar Datos", "Usage" : "Manual", "buyPriceInfo" : "- El valor del <1>Precio de Compra</1> es el de tu propia isla. No importa si compraste los nabos en otra isla.", "priceChangeInfo" : "- Los precios cambian <1>dos veces al d\u00eda</1>. Aseg\u00farate de anotarlos. Guardamos los datos en tu dispositivo.", "guaranteedMinInfo" : "- El <1>M\u00ednimo Garantizado</1> es el valor del precio de compra garantizado que obtendr\u00e1s en alg\u00fan momento de la semana.", "contributors" : "\u00a1Gracias a todos los contribuidores hasta ahora!", "About" : "Acerca de", "about1" : "Esto no ser\u00eda posible sin el esfuerzo de <2>@_Ninji's</2>.", "about2" : "Me inspir\u00f3 el trabajo de <2>mikebryant's</2>.", "about3" : "Por \u00faltimo, pero no por ello menos importante, gracias a mi hermano por su ayuda con el dise\u00f1o. Es un desarrollador de videojuegos, puedes seguirlo en twitter: <2>@Consalv0</2>.", "about4" : "\u00bfHas encontrado alg\u00fan error? Rep\u00f3rtalo <2>aqu\u00ed</2>.", "cancel" : "Cancelar", "clearDataTitle" : "\u00bfEst\u00e1s seguro de querer borrar todos los datos?", "clearDataWarning" : "\u00a1No podr\u00e1s recuperar tus datos!", "shareDialog" : "\u00a1Comparte el enlace de esta p\u00e1gina!", "shareClipboard" : "O copia este enlace:", "copyButton" : "\u00a1Copiar!", "shareButton" : "\u00a1Compartir!", "closeButton" : "Cerrar", "shareDialogV2" : "\u00a1Comparte esta imagen!"} | 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"}, "Mon Tue Wed Thu Fri Sat": {"type": "string"}, "AM": {"type": "string"}, "PM": {"type": "string"}, "Clear All Data!": {"type": "string"}, "Usage": {"type": "string"}, "buyPriceInfo": {"type": "string"}, "priceChangeInfo": {"type": "string"}, "guaranteedMinInfo": {"type": "string"}, "contributors": {"type": "string"}, "About": {"type": "string"}, "about1": {"type": "string"}, "about2": {"type": "string"}, "about3": {"type": "string"}, "about4": {"type": "string"}, "cancel": {"type": "string"}, "clearDataTitle": {"type": "string"}, "clearDataWarning": {"type": "string"}, "shareDialog": {"type": "string"}, "shareClipboard": {"type": "string"}, "copyButton": {"type": "string"}, "shareButton": {"type": "string"}, "closeButton": {"type": "string"}, "shareDialogV2": {"type": "string"}}, "required": ["Turnip Calculator", "ACNH Turnip Calculator", "Buy Price", "Daily Price", "Guaranteed Min", "Average", "Maximum", "Minimum", "Mon Tue Wed Thu Fri Sat", "AM", "PM", "Clear All Data!", "Usage", "buyPriceInfo", "priceChangeInfo", "guaranteedMinInfo", "contributors", "About", "about1", "about2", "about3", "about4", "cancel", "clearDataTitle", "clearDataWarning", "shareDialog", "shareClipboard", "copyButton", "shareButton", "closeButton", "shareDialogV2"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}}, "required": ["id", "type", "name", "code"]}}, "required": ["type", "coordinates", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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], [-76.397293, 37.647559], [-76.397745, 37.647811], [-76.39399, 37.65161], [-76.391518, 37.654114], [-76.388946, 37.653986], [-76.388768, 37.653991], [-76.388535, 37.653991], [-76.387799, 37.653993], [-76.378995, 37.645058], [-76.379588, 37.643791], [-76.380161, 37.642541], [-76.381612, 37.643419], [-76.381751, 37.643503], [-76.38201, 37.643314], [-76.382458, 37.642993], [-76.381348, 37.642223], [-76.384438, 37.635451], [-76.3847, 37.634944], [-76.385083, 37.635001], [-76.390093, 37.635757], [-76.390583, 37.635831], [-76.390701, 37.635852], [-76.39313, 37.636278], [-76.397663, 37.637505], [-76.400083, 37.638674], [-76.400682, 37.639152], [-76.400364, 37.639753]]]], "properties" : {"id" : "usa-va-white-stone-city", "type" : "city", "name" : "White Stone", "code" : "5185600"}} | 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": {"type": "string"}, "code": {"type": "string"}}, "required": ["id", "type", "name", "code"]}}, "required": ["type", "coordinates", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"kinectron-client": {"type": "string"}}, "required": ["kinectron-client"]}, "dependencies": {"type": "object", "properties": {"peerjs": {"type": "string"}}, "required": ["peerjs"]}, "devDependencies": {"type": "object", "properties": {"parcel": {"type": "string"}}, "required": ["parcel"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}}, "required": ["start", "build"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "bin", "dependencies", "devDependencies", "scripts", "repository", "keywords", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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/kinectron-client.js --out-file dist/kinectron-client.js", "build" : "parcel build src/kinectron-client.js --out-file dist/kinectron-client.js --no-minify"}, "repository" : {"type" : "git", "url" : "https://github.com/kinectron/kinectron/tree/master/client"}, "keywords" : ["kinect2", "peerjs"], "author" : "Lisa Jamhoury and Shawn Van Every", "license" : "MIT"} | 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": {"peerjs": {"type": "string"}}, "required": ["peerjs"]}, "devDependencies": {"type": "object", "properties": {"parcel": {"type": "string"}}, "required": ["parcel"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}}, "required": ["start", "build"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "bin", "dependencies", "devDependencies", "scripts", "repository", "keywords", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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"}, "architecture": {"type": "string"}, "file_type": {"type": "string"}, "image_type": {"type": "string"}, "features": {"type": "array", "items": {}}, "url": {"type": "string"}, "md5": {"type": "string"}, "md5_file": {"type": "string"}, "sha1": {"type": "string"}, "sha1_file": {"type": "string"}, "sha256": {"type": "string"}, "sha256_file": {"type": "string"}, "sha512": {"type": "string"}, "sha512_file": {"type": "string"}, "size": {"type": "integer"}}, "required": ["vendor", "filename", "release_type", "version", "java_version", "jvm_impl", "os", "architecture", "file_type", "image_type", "features", "url", "md5", "md5_file", "sha1", "sha1_file", "sha256", "sha256_file", "sha512", "sha512_file", "size"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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://github.com/SAP/SapMachine/releases/download/sapmachine-11.0.13+4/sapmachine-jdk-11.0.13-ea.4_windows-x64_bin.msi", "md5" : "bd83a9d0851454bf1a0cc592ab7ed75f", "md5_file" : "sapmachine-jdk-11.0.13-ea.4_windows-x64_bin.msi.md5", "sha1" : "50d7a6939c2833f428dd6549a09cced54a270846", "sha1_file" : "sapmachine-jdk-11.0.13-ea.4_windows-x64_bin.msi.sha1", "sha256" : "1aa8d38f209dd04910dcdbb278103a42030de6c2a80d57b35ae129c1fd4bee07", "sha256_file" : "sapmachine-jdk-11.0.13-ea.4_windows-x64_bin.msi.sha256", "sha512" : "89ddedecac67f9fecd6911d06aa089dcce59303b8908184a8bc815db54466b1f64ff000704665858619afac52769d9ff1d42235cc1391d463a5e965aa7ad17b8", "sha512_file" : "sapmachine-jdk-11.0.13-ea.4_windows-x64_bin.msi.sha512", "size" : 193884160} | 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": "string"}, "image_type": {"type": "string"}, "features": {"type": "array", "items": {}}, "url": {"type": "string"}, "md5": {"type": "string"}, "md5_file": {"type": "string"}, "sha1": {"type": "string"}, "sha1_file": {"type": "string"}, "sha256": {"type": "string"}, "sha256_file": {"type": "string"}, "sha512": {"type": "string"}, "sha512_file": {"type": "string"}, "size": {"type": "integer"}}, "required": ["vendor", "filename", "release_type", "version", "java_version", "jvm_impl", "os", "architecture", "file_type", "image_type", "features", "url", "md5", "md5_file", "sha1", "sha1_file", "sha256", "sha256_file", "sha512", "sha512_file", "size"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": {"type": "string"}, "unknown": {"type": "string"}}, "required": ["cannot_connect", "unknown"]}, "flow_title": {"type": "string"}, "step": {"type": "object", "properties": {"link": {"type": "object", "properties": {"description": {"type": "string"}, "title": {"type": "string"}}, "required": ["description", "title"]}, "user": {"type": "object", "properties": {"data": {"type": "object", "properties": {"host": {"type": "string"}, "name": {"type": "string"}}, "required": ["host", "name"]}, "title": {"type": "string"}}, "required": ["data", "title"]}}, "required": ["link", "user"]}, "title": {"type": "string"}}, "required": ["abort", "error", "flow_title", "step", "title"]}, "options": {"type": "object", "properties": {"step": {"type": "object", "properties": {"init": {"type": "object", "properties": {"data": {"type": "object", "properties": {"activity": {"type": "string"}, "delay_secs": {"type": "string"}}, "required": ["activity", "delay_secs"]}, "description": {"type": "string"}}, "required": ["data", "description"]}}, "required": ["init"]}}, "required": ["step"]}}, "required": ["config", "options"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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})?", "title" : "Impostazione di Logitech Harmony Hub"}, "user" : {"data" : {"host" : "Nome dell'host o indirizzo IP", "name" : "Nome Hub"}, "title" : "Configurare Logitech Harmony Hub"}}, "title" : "Logitech Harmony Hub"}, "options" : {"step" : {"init" : {"data" : {"activity" : "L'attivit\u00e0 predefinita da eseguire quando nessuna \u00e8 specificata.", "delay_secs" : "Il ritardo tra l'invio dei comandi."}, "description" : "Regolare le opzioni di Harmony Hub"}}}} | 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"}}, "required": ["cannot_connect", "unknown"]}, "flow_title": {"type": "string"}, "step": {"type": "object", "properties": {"link": {"type": "object", "properties": {"description": {"type": "string"}, "title": {"type": "string"}}, "required": ["description", "title"]}, "user": {"type": "object", "properties": {"data": {"type": "object", "properties": {"host": {"type": "string"}, "name": {"type": "string"}}, "required": ["host", "name"]}, "title": {"type": "string"}}, "required": ["data", "title"]}}, "required": ["link", "user"]}, "title": {"type": "string"}}, "required": ["abort", "error", "flow_title", "step", "title"]}, "options": {"type": "object", "properties": {"step": {"type": "object", "properties": {"init": {"type": "object", "properties": {"data": {"type": "object", "properties": {"activity": {"type": "string"}, "delay_secs": {"type": "string"}}, "required": ["activity", "delay_secs"]}, "description": {"type": "string"}}, "required": ["data", "description"]}}, "required": ["init"]}}, "required": ["step"]}}, "required": ["config", "options"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}, "name": {"type": "string"}}, "required": ["type", "features", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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.0], [-1.68711155491, 53.331310731, 0.0], [-1.69398675977, 53.3292874153, 0.0], [-1.69710154167, 53.3281675686, 0.0], [-1.70080609257, 53.3260593666, 0.0], [-1.71265587008, 53.3271202943, 0.0], [-1.71442165966, 53.3285409763, 0.0], [-1.71418630076, 53.3338609869, 0.0], [-1.71347326358, 53.3371829346, 0.0], [-1.71367642821, 53.3390501932, 0.0], [-1.71155726196, 53.3436681026, 0.0], [-1.7142905649, 53.3499468613, 0.0], [-1.71426871054, 53.3499843396, 0.0], [-1.71382813731, 53.3574239109, 0.0], [-1.72252775901, 53.3656232268, 0.0], [-1.72307762723, 53.3657810748, 0.0], [-1.72361603943, 53.3660259365, 0.0], [-1.72913695861, 53.3709180134, 0.0], [-1.73313231467, 53.38016105, 0.0], [-1.76117765542, 53.388567876, 0.0], [-1.76409120977, 53.3875245924, 0.0], [-1.80222944494, 53.3875404623, 0.0], [-1.80742582483, 53.3886876174, 0.0], [-1.83409545212, 53.3977426425, 0.0], [-1.85208413127, 53.4004905553, 0.0], [-1.86191177784, 53.4038126424, 0.0], [-1.86684127054, 53.4110778702, 0.0], [-1.86344379579, 53.422812781, 0.0], [-1.84576804429, 53.4488419391, 0.0], [-1.8292548339, 53.4535327142, 0.0], [-1.78829890748, 53.4595854852, 0.0], [-1.76154023764, 53.4694737393, 0.0], [-1.75668533512, 53.4696953642, 0.0], [-1.73731487825, 53.4664317305, 0.0], [-1.70823801109, 53.4549637377, 0.0], [-1.70061571626, 53.4485945257, 0.0], [-1.70897207978, 53.4203832821, 0.0], [-1.69146614641, 53.3956286045, 0.0], [-1.68701001954, 53.3938783057, 0.0], [-1.67719696221, 53.3868729926, 0.0], [-1.67173869084, 53.377887931, 0.0], [-1.6624969107, 53.3704938815, 0.0], [-1.65738761904, 53.3678613849, 0.0], [-1.66346644349, 53.3591874409, 0.0], [-1.6671534671, 53.3568362246, 0.0], [-1.673285597, 53.3504628007, 0.0]]]}}], "name" : "S33 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": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}, "name": {"type": "string"}}, "required": ["type", "features", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": "integer"}, "stop": {"type": "integer"}}, "required": ["name", "status", "start", "stop"]}}, "attachments": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "source": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "source", "type"]}}, "parameters": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "string"}}, "required": ["name", "value"]}}, "start": {"type": "integer"}, "stop": {"type": "integer"}, "uuid": {"type": "string"}, "historyId": {"type": "string"}, "testCaseId": {"type": "string"}, "fullName": {"type": "string"}, "labels": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "string"}}, "required": ["name", "value"]}}}, "required": ["name", "status", "steps", "attachments", "parameters", "start", "stop", "uuid", "historyId", "testCaseId", "fullName", "labels"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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 group list is equal to the old list with the added group", "status" : "passed", "start" : 1635095467443, "stop" : 1635095467459}], "attachments" : [{"name" : "log", "source" : "0261ca50-913a-4d06-9a47-ff0b92875361-attachment.txt", "type" : "text/plain"}, {"name" : "stderr", "source" : "dcb4cf3b-21ec-4556-a734-169d7bd0aac7-attachment.txt", "type" : "text/plain"}], "parameters" : [{"name" : "json_groups", "value" : "None:::"}], "start" : 1635095465453, "stop" : 1635095467459, "uuid" : "88eb6518-d73b-4f5d-819f-8dac49dc134c", "historyId" : "3426ee9f40c77d36d4314603f1b5b18c", "testCaseId" : "d312b689c3bca75bb92507f1d67983d4", "fullName" : "test.Test_add_group.test_add_group[None#:]", "labels" : [{"name" : "parentSuite", "value" : "test"}, {"name" : "suite", "value" : "Test_add_group"}, {"name" : "subSuite", "value" : "test_add_group[None"}, {"name" : "host", "value" : "DESKTOP-HMKEUGH"}, {"name" : "thread", "value" : "15856-MainThread"}, {"name" : "framework", "value" : "pytest"}, {"name" : "language", "value" : "cpython3"}, {"name" : "package", "value" : "test.Test_add_group"}]} | 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", "stop"]}}, "attachments": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "source": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "source", "type"]}}, "parameters": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "string"}}, "required": ["name", "value"]}}, "start": {"type": "integer"}, "stop": {"type": "integer"}, "uuid": {"type": "string"}, "historyId": {"type": "string"}, "testCaseId": {"type": "string"}, "fullName": {"type": "string"}, "labels": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "string"}}, "required": ["name", "value"]}}}, "required": ["name", "status", "steps", "attachments", "parameters", "start", "stop", "uuid", "historyId", "testCaseId", "fullName", "labels"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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-07/schema#"}
| {"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", "properties": {"Default": {"type": "string"}, "Microsoft": {"type": "string"}, "Microsoft.Hosting.Lifetime": {"type": "string"}}, "required": ["Default", "Microsoft", "Microsoft.Hosting.Lifetime"]}}, "required": ["LogLevel"]}, "AllowedHosts": {"type": "string"}}, "required": ["ConnectionStrings", "Logging", "AllowedHosts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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.Lifetime" : "Information"}}, "AllowedHosts" : "*"} | 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"}, "Microsoft.Hosting.Lifetime": {"type": "string"}}, "required": ["Default", "Microsoft", "Microsoft.Hosting.Lifetime"]}}, "required": ["LogLevel"]}, "AllowedHosts": {"type": "string"}}, "required": ["ConnectionStrings", "Logging", "AllowedHosts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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/schema#"}
| {"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": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": "object", "properties": {"planning-permission-status": {"type": "string"}, "hectares": {"type": "string"}, "organisation": {"type": "string"}, "site-address": {"type": "string"}, "point": {"type": "string"}, "site": {"type": "string"}, "name": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}}, "required": ["planning-permission-status", "hectares", "organisation", "site-address", "point", "site", "name", "slug", "entity", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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.933298 53.394965)", "site" : "6095", "name" : "6095", "slug" : "/brownfield-land/local-authority-eng/LIV/6095", "entity" : 486496, "entry-date" : "2019-11-30"}} | 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": {"type": "string"}, "hectares": {"type": "string"}, "organisation": {"type": "string"}, "site-address": {"type": "string"}, "point": {"type": "string"}, "site": {"type": "string"}, "name": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}}, "required": ["planning-permission-status", "hectares", "organisation", "site-address", "point", "site", "name", "slug", "entity", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$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"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "node-red": {"type": "object", "properties": {"nodes": {"type": "object", "properties": {"playa": {"type": "string"}}, "required": ["playa"]}}, "required": ["nodes"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"play-sound": {"type": "string"}}, "required": ["play-sound"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "node-red", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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" : ["console", "mp3", "node", "node-red", "play", "sound", "wav"], "node-red" : {"nodes" : {"playa" : "play.js"}}, "author" : "Andr\u00e9 Lademann <andre@programmerq.eu>", "license" : "MIT", "bugs" : {"url" : "https://github.com/programmerqeu/node-red-contrib-play/issues"}, "homepage" : "https://github.com/programmerqeu/node-red-contrib-play", "dependencies" : {"play-sound" : "^1.1.1"}} | 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": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "node-red": {"type": "object", "properties": {"nodes": {"type": "object", "properties": {"playa": {"type": "string"}}, "required": ["playa"]}}, "required": ["nodes"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"play-sound": {"type": "string"}}, "required": ["play-sound"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "node-red", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"hash" : "0x8c318b60519ec6fa362c8854db0ab4b87b5ef7b4dcee0d52e3dde6330c2d0931", "parentHash" : "0x3d91c61e5b028b55d282f849da3f2f2ea8f75d260a3ace0227f7555c56a0e550", "number" : 115134, "timestamp" : 1440052019, "nonce" : "0xcbfd64c486fb0ebe", "difficulty" : 4540688612463, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0xcf00A85f3826941e7A25BFcF9Aac575d40410852", "extraData" : "0x476574682f76312e302e312f77696e646f77732f676f312e342e32", "transactions" : []} | 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"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": "object", "properties": {"title": {"type": "string"}, "value": {"type": "string"}, "short": {"type": "boolean"}}, "required": ["title", "value", "short"]}}, "timestamp": {"type": "string"}, "color": {"type": "string"}}, "required": ["title", "title_link", "text", "fields", "timestamp", "color"]}}}, "required": ["attachments"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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" : "QUARTIC"}]} | 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": "string"}, "short": {"type": "boolean"}}, "required": ["title", "value", "short"]}}, "timestamp": {"type": "string"}, "color": {"type": "string"}}, "required": ["title", "title_link", "text", "fields", "timestamp", "color"]}}}, "required": ["attachments"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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", "model"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"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": {"type": "array", "items": {"type": "integer"}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {"type": "number"}}}, "required": ["TRELLIS_NAME", "SERIES_NAME", "X_CALENDAR_YEAR", "Y_PREVALENCE_1000PP"]}, "PREVALENCE_BY_MONTH": {"type": "object", "properties": {"X_CALENDAR_MONTH": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["X_CALENDAR_MONTH", "Y_PREVALENCE_1000PP"]}, "CONDITIONS_BY_TYPE": {"type": "object", "properties": {"CONCEPT_NAME": {"type": "string"}, "COUNT_VALUE": {"type": "integer"}}, "required": ["CONCEPT_NAME", "COUNT_VALUE"]}, "AGE_AT_FIRST_DIAGNOSIS": {"type": "object", "properties": {"CATEGORY": {"type": "array", "items": {"type": "string"}}, "MIN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P10_VALUE": {"type": "array", "items": {"type": "integer"}}, "P25_VALUE": {"type": "array", "items": {"type": "integer"}}, "MEDIAN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P75_VALUE": {"type": "array", "items": {"type": "integer"}}, "P90_VALUE": {"type": "array", "items": {"type": "integer"}}, "MAX_VALUE": {"type": "array", "items": {"type": "integer"}}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}}, "required": ["PREVALENCE_BY_GENDER_AGE_YEAR", "PREVALENCE_BY_MONTH", "CONDITIONS_BY_TYPE", "AGE_AT_FIRST_DIAGNOSIS"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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_1000PP" : []}, "CONDITIONS_BY_TYPE" : {"CONCEPT_NAME" : "Observation recorded from EHR", "COUNT_VALUE" : 236}, "AGE_AT_FIRST_DIAGNOSIS" : {"CATEGORY" : ["FEMALE", "MALE"], "MIN_VALUE" : [1, 6], "P10_VALUE" : [17, 19], "P25_VALUE" : [19, 21], "MEDIAN_VALUE" : [23, 25], "P75_VALUE" : [32, 33], "P90_VALUE" : [42, 43], "MAX_VALUE" : [82, 71]}} | 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": {"type": "array", "items": {"type": "number"}}}, "required": ["TRELLIS_NAME", "SERIES_NAME", "X_CALENDAR_YEAR", "Y_PREVALENCE_1000PP"]}, "PREVALENCE_BY_MONTH": {"type": "object", "properties": {"X_CALENDAR_MONTH": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["X_CALENDAR_MONTH", "Y_PREVALENCE_1000PP"]}, "CONDITIONS_BY_TYPE": {"type": "object", "properties": {"CONCEPT_NAME": {"type": "string"}, "COUNT_VALUE": {"type": "integer"}}, "required": ["CONCEPT_NAME", "COUNT_VALUE"]}, "AGE_AT_FIRST_DIAGNOSIS": {"type": "object", "properties": {"CATEGORY": {"type": "array", "items": {"type": "string"}}, "MIN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P10_VALUE": {"type": "array", "items": {"type": "integer"}}, "P25_VALUE": {"type": "array", "items": {"type": "integer"}}, "MEDIAN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P75_VALUE": {"type": "array", "items": {"type": "integer"}}, "P90_VALUE": {"type": "array", "items": {"type": "integer"}}, "MAX_VALUE": {"type": "array", "items": {"type": "integer"}}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}}, "required": ["PREVALENCE_BY_GENDER_AGE_YEAR", "PREVALENCE_BY_MONTH", "CONDITIONS_BY_TYPE", "AGE_AT_FIRST_DIAGNOSIS"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": "string"}}, "required": ["en", "ru"]}, "props_first": {"type": "object", "properties": {"en": {"type": "string"}, "ru": {"type": "string"}}, "required": ["en", "ru"]}, "props_first_desc": {"type": "object", "properties": {"en": {"type": "string"}, "ru": {"type": "string"}}, "required": ["en", "ru"]}, "props_last": {"type": "object", "properties": {"en": {"type": "string"}, "ru": {"type": "string"}}, "required": ["en", "ru"]}, "props_last_desc": {"type": "object", "properties": {"en": {"type": "string"}, "ru": {"type": "string"}}, "required": ["en", "ru"]}, "props_title": {"type": "object", "properties": {"en": {"type": "string"}, "ru": {"type": "string"}}, "required": ["en", "ru"]}, "props_title_desc": {"type": "object", "properties": {"en": {"type": "string"}, "ru": {"type": "string"}}, "required": ["en", "ru"]}, "props_subtitle": {"type": "object", "properties": {"en": {"type": "string"}, "ru": {"type": "string"}}, "required": ["en", "ru"]}, "props_subtitle_desc": {"type": "object", "properties": {"en": {"type": "string"}, "ru": {"type": "string"}}, "required": ["en", "ru"]}, "prop_group_text": {"type": "object", "properties": {"en": {"type": "string"}, "ru": {"type": "string"}}, "required": ["en", "ru"]}, "prop_group_style": {"type": "object", "properties": {"en": {"type": "string"}, "ru": {"type": "string"}}, "required": ["en", "ru"]}}, "required": ["name", "description", "props_first", "props_first_desc", "props_last", "props_last_desc", "props_title", "props_title_desc", "props_subtitle", "props_subtitle_desc", "prop_group_text", "prop_group_style"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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" : ""}, "props_title" : {"en" : "Title", "ru" : ""}, "props_title_desc" : {"en" : "Define title", "ru" : ""}, "props_subtitle" : {"en" : "Subtitle", "ru" : ""}, "props_subtitle_desc" : {"en" : "Define subtitle", "ru" : ""}, "prop_group_text" : {"en" : "Text", "ru" : ""}, "prop_group_style" : {"en" : "Style", "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", "properties": {"en": {"type": "string"}, "ru": {"type": "string"}}, "required": ["en", "ru"]}, "props_first_desc": {"type": "object", "properties": {"en": {"type": "string"}, "ru": {"type": "string"}}, "required": ["en", "ru"]}, "props_last": {"type": "object", "properties": {"en": {"type": "string"}, "ru": {"type": "string"}}, "required": ["en", "ru"]}, "props_last_desc": {"type": "object", "properties": {"en": {"type": "string"}, "ru": {"type": "string"}}, "required": ["en", "ru"]}, "props_title": {"type": "object", "properties": {"en": {"type": "string"}, "ru": {"type": "string"}}, "required": ["en", "ru"]}, "props_title_desc": {"type": "object", "properties": {"en": {"type": "string"}, "ru": {"type": "string"}}, "required": ["en", "ru"]}, "props_subtitle": {"type": "object", "properties": {"en": {"type": "string"}, "ru": {"type": "string"}}, "required": ["en", "ru"]}, "props_subtitle_desc": {"type": "object", "properties": {"en": {"type": "string"}, "ru": {"type": "string"}}, "required": ["en", "ru"]}, "prop_group_text": {"type": "object", "properties": {"en": {"type": "string"}, "ru": {"type": "string"}}, "required": ["en", "ru"]}, "prop_group_style": {"type": "object", "properties": {"en": {"type": "string"}, "ru": {"type": "string"}}, "required": ["en", "ru"]}}, "required": ["name", "description", "props_first", "props_first_desc", "props_last", "props_last_desc", "props_title", "props_title_desc", "props_subtitle", "props_subtitle_desc", "prop_group_text", "prop_group_style"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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, 33.30471]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 2803}}]} | 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": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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"]}}}, "required": ["properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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/schema#"} |
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": "string"}, "efeksamping": {"type": "string"}, "indeksamanwanitahamil": {"type": "string"}, "kemasan": {"type": "string"}, "dosis": {"type": "string"}, "penyajian": {"type": "string"}, "pabrik": {"type": "string"}, "id": {"type": "string"}, "category_id": {"type": "string"}}, "required": ["name", "harga", "golongan", "kandungan", "indikasi", "kontraindikasi", "perhatian", "efeksamping", "indeksamanwanitahamil", "kemasan", "dosis", "penyajian", "pabrik", "id", "category_id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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 yang disebabkan matahari, angin, debu & asap. Mengurangi gejala lelah pada mata, alergi, inflamasi konjungtiva & photopthalmia, serta gangguan penglihatan karena kelebihan lendir pada mata", "kontraindikasi" : "Hipersensitif terhadap satu atau lebih kandungan dari obat ini", "perhatian" : " Hanya untuk pemakaian luar.\r\n Untuk mencegah kontaminasi, hindarkan kontak langsung antara ujung wadah dengan mata.\r\n Untuk menghindari pencemaran, botol harus ditutup kembali setelah pemakaian.\r\n Jangan digunakan jika larutan berubah warna atau keruh.\r\n Jauhkan dari jangkauan anak-anak.\r\n Tidak untuk disuntikkan.\r\n Jangan dipergunakan 3 x 24 jam setelah dibuka", "efeksamping" : "", "indeksamanwanitahamil" : "", "kemasan" : "Cendo augentonic 0,6 ml x 5's", "dosis" : "3-4 kali sehari 1-2 tetes pada masing-masing mata", "penyajian" : "Tak ada pilihan", "pabrik" : "Cendo.", "id" : "13287", "category_id" : "13"} | 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": {"type": "string"}, "kemasan": {"type": "string"}, "dosis": {"type": "string"}, "penyajian": {"type": "string"}, "pabrik": {"type": "string"}, "id": {"type": "string"}, "category_id": {"type": "string"}}, "required": ["name", "harga", "golongan", "kandungan", "indikasi", "kontraindikasi", "perhatian", "efeksamping", "indeksamanwanitahamil", "kemasan", "dosis", "penyajian", "pabrik", "id", "category_id"], "$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#"}
| [[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"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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", "hash" : "c7e62758af", "height" : 480, "lqip" : "data:image/jpg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAMABADASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAwQGCP/EACQQAAIBAwMEAwEAAAAAAAAAAAECAwQFEQAGMRITIWEHFDJR/8QAFAEBAAAAAAAAAAAAAAAAAAAAAv/EABgRAQEAAwAAAAAAAAAAAAAAAAEAAhEh/9oADAMBAAIRAxEAPwCkoFmioIIrbbZqaAIv16dagRhQTk+DnHnBx70pFNcJrq1PcKtYKYzDtRO/cQMFIKlgv6/h9Y1nYfKW80fqW/VIOAueleBwONDm33uSsVkq7nJPHI/U6OikMc88aKJ2Y7yv/9k=", "url" : "https://preview.redd.it/u9hqtxqhqcs51.jpg?width=640&crop=smart&auto=webp&s=04e96146c9036550a1eab2de5bdfb58e6be7aa1f", "width" : 640}, "score" : {"comments" : 7, "downs" : 0, "ratio" : 0.97, "ups" : 73, "value" : 73}, "subreddit" : {"id" : "t5_2xy5e", "name" : "TerrainBuilding"}, "tags" : [], "title" : "\u201cWealth beyond measure, outlander.\u201d", "url" : "https://www.reddit.com/r/TerrainBuilding/comments/j8uoeq/wealth_beyond_measure_outlander/"} | 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"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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"}, "url": {"type": "string"}}, "required": ["title", "credit", "explanation", "date", "hdurl", "service_version", "media_type", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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 atypical. Speculation holds that this might be a neutron star spun up to a rate of 274 rotations each second by the bloated red star it orbits. Matter gravitationally pulled from the bloated star likely orbits the millisecond pulsar, making it spin faster when it crashes onto the surface. The odd system might have resulted when the neutron star captured a normal star after a near collision near the globular cluster's dense center. Other collisions near the center of NGC 6397 are thought to have produced other oddities -- blue straggler stars. The Hubble Space Telescope took the above image of the colorful globular cluster.", "date" : "2002-02-20", "hdurl" : "https://apod.nasa.gov/apod/image/0202/ngc6397_hst_big.jpg", "service_version" : "v1", "media_type" : "image", "url" : "https://apod.nasa.gov/apod/image/0202/ngc6397_hst.jpg"} | 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", "explanation", "date", "hdurl", "service_version", "media_type", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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"}}, "required": ["Id", "ThreadId", "Html", "PostedDate", "UserRole", "MarkedAsAnswerDate"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"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" : "2013-08-06T00:40:26.91-07:00", "UserRole" : null, "MarkedAsAnswerDate" : null}, {"Id" : "1077123", "ThreadId" : "452520", "Html" : "It was not having x:Shared="false" set on my WindowBackgroundContent override.<br />\n", "PostedDate" : "2013-08-06T01:14:34.74-07:00", "UserRole" : null, "MarkedAsAnswerDate" : null}, {"Id" : "1078188", "ThreadId" : "452520", "Html" : "me too, how to do?<br />\n", "PostedDate" : "2013-08-08T05:13:59.373-07:00", "UserRole" : null, "MarkedAsAnswerDate" : null}, {"Id" : "1078211", "ThreadId" : "452520", "Html" : "I was having the problem because I have created my own theme. Have you created your own theme too? Most likely you have followed the example and used the WindowBackgroundContent to show an image? If so, make sure you have x:Shared="false" set like the example does.<br />\n", "PostedDate" : "2013-08-08T06:21:20.897-07:00", "UserRole" : null, "MarkedAsAnswerDate" : null}, {"Id" : "1079054", "ThreadId" : "452520", "Html" : "I have created my own theme, but removed it later. I will try, thanks!<br />\n", "PostedDate" : "2013-08-10T06:26:11.08-07:00", "UserRole" : null, "MarkedAsAnswerDate" : null}, {"Id" : "1079553", "ThreadId" : "452520", "Html" : "'x:Shared="true" => x:Shared="false"' is OK! Thank you very much!<br />\n", "PostedDate" : "2013-08-12T06:24:27.847-07:00", "UserRole" : null, "MarkedAsAnswerDate" : null}] | 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", "MarkedAsAnswerDate"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
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": "string"}}}, "required": ["f", "s"]}}}, "required": ["d"]}}}, "required": ["t", "h"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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"]}}}, "required": ["t", "h"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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", "uuid"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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", "text", "type", "timestamp"]}}, "edges": {"type": "array", "items": {"type": "object", "properties": {"edgeID": {"type": "string"}, "fromID": {"type": "string"}, "toID": {"type": "string"}, "formEdgeID": {"type": "null"}}, "required": ["edgeID", "fromID", "toID", "formEdgeID"]}}, "locutions": {"type": "array", "items": {}}}, "required": ["nodes", "edges", "locutions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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 cancellations", "type" : "I", "timestamp" : "2012-04-12 17:36:14"}, {"nodeID" : "5570", "text" : "RA", "type" : "RA", "timestamp" : "2012-04-12 17:36:14"}], "edges" : [{"edgeID" : "5187", "fromID" : "5568", "toID" : "5570", "formEdgeID" : null}, {"edgeID" : "5188", "fromID" : "5569", "toID" : "5570", "formEdgeID" : null}, {"edgeID" : "5189", "fromID" : "5570", "toID" : "5567", "formEdgeID" : null}], "locutions" : []} | 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": {"type": "object", "properties": {"edgeID": {"type": "string"}, "fromID": {"type": "string"}, "toID": {"type": "string"}, "formEdgeID": {"type": "null"}}, "required": ["edgeID", "fromID", "toID", "formEdgeID"]}}, "locutions": {"type": "array", "items": {}}}, "required": ["nodes", "edges", "locutions"], "$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"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"fzaninotto/faker": {"type": "string"}}, "required": ["fzaninotto/faker"]}}, "required": ["name", "description", "authors", "require"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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/faker": {"type": "string"}}, "required": ["fzaninotto/faker"]}}, "required": ["name", "description", "authors", "require"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "connect-multiparty": {"type": "string"}, "express": {"type": "string"}, "http": {"type": "string"}, "q": {"type": "string"}, "stem-porter": {"type": "string"}}, "required": ["body-parser", "connect-multiparty", "express", "http", "q", "stem-porter"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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", "Word", "Prediction"], "author" : "Chulayuth A.", "license" : "MIT", "bugs" : {"url" : "https://github.com/twilightdema/word_prediction/issues"}, "homepage" : "https://github.com/twilightdema/word_prediction#readme", "dependencies" : {"body-parser" : "^1.18.2", "connect-multiparty" : "^2.1.0", "express" : "^4.16.2", "http" : "0.0.0", "q" : "^1.5.1", "stem-porter" : "0.0.1"}} | 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": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "connect-multiparty": {"type": "string"}, "express": {"type": "string"}, "http": {"type": "string"}, "q": {"type": "string"}, "stem-porter": {"type": "string"}}, "required": ["body-parser", "connect-multiparty", "express", "http", "q", "stem-porter"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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/draft-07/schema#"}
| {"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"}, "url": {"type": "string"}}, "required": ["title", "credit", "explanation", "date", "hdurl", "service_version", "media_type", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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 damage to the orbiter, but against the backdrop of planet Earth 300 kilometers below, the pictures themselves are stunning. Stereo artist Patrick Vantuyne has combined two of them (ISS013e48787 and ISS013e48788) to produce this dramatic 3D image. The stereo anaglyph is intended to be viewed with red/blue glasses. Details visible along the forward fuselage include high temperature (black) and low temperature (white) insulation tiles, thrusters used for steering and attitude control, and crew compartment windows.", "date" : "2006-09-16", "hdurl" : "https://apod.nasa.gov/apod/image/0609/discovery_pava_f.jpg", "service_version" : "v1", "media_type" : "image", "url" : "https://apod.nasa.gov/apod/image/0609/discovery_pava_c75.jpg"} | 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", "explanation", "date", "hdurl", "service_version", "media_type", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": ["count"]}, "112020": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "119111": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}}, "required": ["291060", "count", "N.A.//", "112020", "119111"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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": {"type": "integer"}}, "required": ["count"]}, "119111": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}}, "required": ["291060", "count", "N.A.//", "112020", "119111"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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 insertion of matter that is new, or foreign to the purpose of the author. How strangely Ignatius is mangled and interpolated, you may see by the vast difference of all copies and editions. Bp. Barlow. The Athenians were put in possession of Salamis by another law, which was cited by Solon, or, as some think, interpolated by him for that purpose. Pope. 3. (Math.) To fill up intermediate terms of, as of a series, according to the law of the series; to introduce, as a number or quantity, in a partial series, according to the law of that part of the series."} | 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": {"type": "string"}}, "required": ["url"]}, "main": {"type": "string"}, "gypfile": {"type": "boolean"}, "os": {"type": "array", "items": {"type": "string"}}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "dependencies": {"type": "object", "properties": {"napi-thread-safe-callback": {"type": "string"}, "noble": {"type": "string"}, "node-addon-api": {"type": "string"}, "node-pre-gyp": {"type": "string"}}, "required": ["napi-thread-safe-callback", "noble", "node-addon-api", "node-pre-gyp"]}, "scripts": {"type": "object", "properties": {"install": {"type": "string"}, "test": {"type": "string"}, "test:bindings": {"type": "string"}, "test:battery": {"type": "string"}, "build:test": {"type": "string"}}, "required": ["install", "test", "test:bindings", "test:battery", "build:test"]}, "binary": {"type": "object", "properties": {"module_name": {"type": "string"}, "module_path": {"type": "string"}, "host": {"type": "string"}, "remote_path": {"type": "string"}}, "required": ["module_name", "module_path", "host", "remote_path"]}}, "required": ["name", "description", "version", "author", "license", "repository", "main", "gypfile", "os", "engines", "dependencies", "scripts", "binary"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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" : {"node" : ">=6.14.2"}, "dependencies" : {"napi-thread-safe-callback" : "0.0.6", "noble" : "^1.9.1", "node-addon-api" : "^1.1.0", "node-pre-gyp" : "^0.10.0"}, "scripts" : {"install" : "node-pre-gyp install --fallback-to-build", "test" : "node --napi-modules ./test/ci_test.js", "test:bindings" : "node --napi-modules ./test/test_binding.js", "test:battery" : "node --napi-modules ./test/test_battery.js", "build:test" : "node-pre-gyp install --fallback-to-build=false"}, "binary" : {"module_name" : "noble_winrt", "module_path" : "./native/", "host" : "https://github.com/Timeular/noble-winrt/releases/download/", "remote_path" : "{version}"}} | 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"}, "gypfile": {"type": "boolean"}, "os": {"type": "array", "items": {"type": "string"}}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "dependencies": {"type": "object", "properties": {"napi-thread-safe-callback": {"type": "string"}, "noble": {"type": "string"}, "node-addon-api": {"type": "string"}, "node-pre-gyp": {"type": "string"}}, "required": ["napi-thread-safe-callback", "noble", "node-addon-api", "node-pre-gyp"]}, "scripts": {"type": "object", "properties": {"install": {"type": "string"}, "test": {"type": "string"}, "test:bindings": {"type": "string"}, "test:battery": {"type": "string"}, "build:test": {"type": "string"}}, "required": ["install", "test", "test:bindings", "test:battery", "build:test"]}, "binary": {"type": "object", "properties": {"module_name": {"type": "string"}, "module_path": {"type": "string"}, "host": {"type": "string"}, "remote_path": {"type": "string"}}, "required": ["module_name", "module_path", "host", "remote_path"]}}, "required": ["name", "description", "version", "author", "license", "repository", "main", "gypfile", "os", "engines", "dependencies", "scripts", "binary"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"parent": {"type": "string"}}, "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": {"type": "string"}, "ext-rdkafka": {"type": "string"}}, "required": ["php", "ext-rdkafka"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}}, "required": ["phpunit/phpunit"]}}, "required": ["autoload-dev", "require", "require-dev"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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": ["php", "ext-rdkafka"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}}, "required": ["phpunit/phpunit"]}}, "required": ["autoload-dev", "require", "require-dev"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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 stems. In a bowl let the bread crumbs soak in the cream for 8 minutes, or until the cream is absorbed. In a skillet cook the onion in the butter over moderately low heat, stirring occasionally, until it is softened and let it cool. Stir the onion mixture into the bread crumb mixture, stir in the chuck, the pork, the scallion greens, the parsley, the salt, the cloves, and black pepper to taste, and divide the mixture among the bell peppers. Arrange the bell peppers in a shallow 15 1/2- by 10 1/2-baking pan, add 2 cups water to the pan, and bake the peppers in the middle of a preheated 375\u00b0F. oven for 1 hour, or until the meat is no longer pink."], "ingredients" : ["6 green bell peppers (about 1/2 pound each)", "1/2 cup fine dry bread crumbs", "1 cup heavy cream", "3/4 cup finely chopped onion", "3 tablespoons unsalted butter", "1 1/4 pounds lean ground chuck", "1/2 pound ground pork", "1/4 cup chopped scallion greens", "1/4 cup minced fresh parsley leaves", "1 1/2 teaspoon salt", "1/8 teaspoon ground cloves"], "language" : "en-US", "source" : "www.epicurious.com", "tags" : ["Beef", "Pork", "Bake", "Dinner", "Bell Pepper", "Gourmet"], "title" : "Meatloaf-Filled Green Bell Peppers", "url" : "http://www.epicurious.com/recipes/food/views/meatloaf-filled-green-bell-peppers-12829"} | 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": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": "string"}}, "required": ["name", "desc", "url", "tags", "maintainers", "addedAt"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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", "maintainers", "addedAt"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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@3m_new", "HITS@10m_new"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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.org/draft-07/schema#"} |
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": "integer"}}, "required": ["cf0973a4-2ff7-4a05-9c80-db66fb4f5943", "program"]}}, "required": ["configuration", "regionsToProcessedPerformance"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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", "program"]}}, "required": ["configuration", "regionsToProcessedPerformance"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": "string"}, "state": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "full_time_school": {"type": "boolean"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "fax", "phone", "website", "email", "state", "programs", "full_time_school", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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" : {"programs" : []}, "full_time_school" : false, "lon" : 7.997852, "lat" : 50.913914} | 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": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "full_time_school": {"type": "boolean"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "fax", "phone", "website", "email", "state", "programs", "full_time_school", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": "string"}, "architecture": {"type": "string"}, "file_type": {"type": "string"}, "image_type": {"type": "string"}, "features": {"type": "array", "items": {}}, "url": {"type": "string"}, "md5": {"type": "string"}, "md5_file": {"type": "string"}, "sha1": {"type": "string"}, "sha1_file": {"type": "string"}, "sha256": {"type": "string"}, "sha256_file": {"type": "string"}, "sha512": {"type": "string"}, "sha512_file": {"type": "string"}, "size": {"type": "integer"}}, "required": ["vendor", "filename", "release_type", "version", "java_version", "jvm_impl", "os", "architecture", "file_type", "image_type", "features", "url", "md5", "md5_file", "sha1", "sha1_file", "sha256", "sha256_file", "sha512", "sha512_file", "size"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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" : "https://github.com/SAP/SapMachine/releases/download/sapmachine-17+7/sapmachine-jre-17-eabeta.7_linux-aarch64_bin.tar.gz", "md5" : "0d5d83519b3000f37e4b587b6e6bbe50", "md5_file" : "sapmachine-jre-17-eabeta.7_linux-aarch64_bin.tar.gz.md5", "sha1" : "aa0f626885acb99d7a8bbaaf9f467e11a179df1b", "sha1_file" : "sapmachine-jre-17-eabeta.7_linux-aarch64_bin.tar.gz.sha1", "sha256" : "a49cd2f6d9f7082118c79b33fa0bf607e598530f4c92bd36729b4c80615e2758", "sha256_file" : "sapmachine-jre-17-eabeta.7_linux-aarch64_bin.tar.gz.sha256", "sha512" : "2ffcef6d9add7380776d005a02352143a05e9fbb28b13d7afb738321825f168e3b5dd73361f69689808fc5709edec8b1fcc12cc4b6fa9f496d720f1e7267fbc8", "sha512_file" : "sapmachine-jre-17-eabeta.7_linux-aarch64_bin.tar.gz.sha512", "size" : 48643661} | 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": "string"}, "image_type": {"type": "string"}, "features": {"type": "array", "items": {}}, "url": {"type": "string"}, "md5": {"type": "string"}, "md5_file": {"type": "string"}, "sha1": {"type": "string"}, "sha1_file": {"type": "string"}, "sha256": {"type": "string"}, "sha256_file": {"type": "string"}, "sha512": {"type": "string"}, "sha512_file": {"type": "string"}, "size": {"type": "integer"}}, "required": ["vendor", "filename", "release_type", "version", "java_version", "jvm_impl", "os", "architecture", "file_type", "image_type", "features", "url", "md5", "md5_file", "sha1", "sha1_file", "sha256", "sha256_file", "sha512", "sha512_file", "size"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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_VID": {"type": "string"}, "fuchsia.BIND_PROTOCOL": {"type": "string"}, "fuchsia.BIND_COMPOSITE": {"type": "string"}}, "required": ["fuchsia.BIND_PCI_CLASS", "fuchsia.BIND_PCI_DID", "fuchsia.BIND_PCI_SUBCLASS", "fuchsia.BIND_PCI_VID", "fuchsia.BIND_PROTOCOL", "fuchsia.BIND_COMPOSITE"]}, "expected": {"type": "string"}, "name": {"type": "string"}}, "required": ["device", "expected", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"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" : "fuchsia.pci.BIND_PROTOCOL.DEVICE", "fuchsia.BIND_COMPOSITE" : "1"}, "expected" : "match", "name" : "PCI"}, {"device" : {"fuchsia.BIND_PCI_CLASS" : "fuchsia.pci.BIND_PCI_CLASS.MASS_STORAGE", "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" : "fuchsia.pci.BIND_PROTOCOL.DEVICE", "fuchsia.BIND_COMPOSITE" : "1"}, "expected" : "abort", "name" : "PCI incorrect class"}] | 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": "string"}, "fuchsia.BIND_COMPOSITE": {"type": "string"}}, "required": ["fuchsia.BIND_PCI_CLASS", "fuchsia.BIND_PCI_DID", "fuchsia.BIND_PCI_SUBCLASS", "fuchsia.BIND_PCI_VID", "fuchsia.BIND_PROTOCOL", "fuchsia.BIND_COMPOSITE"]}, "expected": {"type": "string"}, "name": {"type": "string"}}, "required": ["device", "expected", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
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_step_size_factor"]}, "frames": {"type": "object", "properties": {"frame": {"type": "object", "properties": {"camera": {"type": "string"}, "tf": {"type": "string"}, "t": {"type": "integer"}, "variable": {"type": "string"}}, "required": ["camera", "tf", "t", "variable"]}}, "required": ["frame"]}}, "required": ["parent_file", "output", "artifacts", "common", "frames"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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", "properties": {"frame": {"type": "object", "properties": {"camera": {"type": "string"}, "tf": {"type": "string"}, "t": {"type": "integer"}, "variable": {"type": "string"}}, "required": ["camera", "tf", "t", "variable"]}}, "required": ["frame"]}}, "required": ["parent_file", "output", "artifacts", "common", "frames"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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_by", "requires", "package"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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/schema#"} |
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"}, "eyeColor": {"type": "string"}, "name": {"type": "string"}, "gender": {"type": "string"}, "company": {"type": "string"}, "email": {"type": "string"}, "phone": {"type": "string"}, "address": {"type": "string"}, "about": {"type": "string"}, "registered": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "friends": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "greeting": {"type": "string"}, "favoriteFruit": {"type": "string"}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}}, "required": ["latitude", "longitude"]}, "docFormat": {"type": "string"}, "triples": {"type": "array", "items": {"type": "object", "properties": {"triple": {"type": "object", "properties": {"subject": {"type": "string"}, "predicate": {"type": "string"}, "object": {"type": "string"}}, "required": ["subject", "predicate", "object"]}}, "required": ["triple"]}}}, "required": ["_id", "index", "guid", "isActive", "balance", "picture", "age", "eyeColor", "name", "gender", "company", "email", "phone", "address", "about", "registered", "tags", "friends", "greeting", "favoriteFruit", "location", "docFormat", "triples"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"_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", "phone" : "+1 (938) 593-2940", "address" : "828 Tiffany Place, Rosburg, Ohio, 195", "about" : "Aute est culpa qui id dolore eu irure consequat consectetur nisi labore aute anim nisi. Aliqua elit laborum incididunt elit cillum. Enim eu quis irure sunt officia laborum consequat ullamco sunt ex exercitation irure.\r\n", "registered" : "2014-04-29T07:05:52 -07:00", "tags" : ["dolor", "nulla", "consectetur", "sit", "elit", "mollit", "pariatur"], "friends" : [{"id" : 0, "name" : "Jacklyn Stokes"}, {"id" : 1, "name" : "Todd Christensen"}, {"id" : 2, "name" : "Annmarie Blackwell"}], "greeting" : "Hello, Molly Cross! You have 7 unread messages.", "favoriteFruit" : "orange", "location" : {"latitude" : 2.731266, "longitude" : 6.53511}, "docFormat" : "json", "triples" : [{"triple" : {"subject" : "/sample-data/data-1629.json", "predicate" : "http://www.w3.org/2000/01/rdf-schema#label", "object" : "Molly Cross"}}, {"triple" : {"subject" : "/sample-data/data-1629.json", "predicate" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "object" : "http://xmlns.com/foaf/0.1/Person"}}, {"triple" : {"subject" : "/sample-data/data-1629.json", "predicate" : "http://xmlns.com/foaf/0.1/knows", "object" : "/sample-data/data-1475.json"}}, {"triple" : {"subject" : "/sample-data/data-1629.json", "predicate" : "http://xmlns.com/foaf/0.1/knows", "object" : "/sample-data/data-2592.json"}}, {"triple" : {"subject" : "/sample-data/data-1629.json", "predicate" : "http://xmlns.com/foaf/0.1/knows", "object" : "/sample-data/data-2847.json"}}]} | 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": "string"}, "company": {"type": "string"}, "email": {"type": "string"}, "phone": {"type": "string"}, "address": {"type": "string"}, "about": {"type": "string"}, "registered": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "friends": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "greeting": {"type": "string"}, "favoriteFruit": {"type": "string"}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}}, "required": ["latitude", "longitude"]}, "docFormat": {"type": "string"}, "triples": {"type": "array", "items": {"type": "object", "properties": {"triple": {"type": "object", "properties": {"subject": {"type": "string"}, "predicate": {"type": "string"}, "object": {"type": "string"}}, "required": ["subject", "predicate", "object"]}}, "required": ["triple"]}}}, "required": ["_id", "index", "guid", "isActive", "balance", "picture", "age", "eyeColor", "name", "gender", "company", "email", "phone", "address", "about", "registered", "tags", "friends", "greeting", "favoriteFruit", "location", "docFormat", "triples"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": "string"}, "details": {"type": "string"}, "severity": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "score": {"type": "string"}}, "required": ["type", "score"]}}, "affected": {"type": "array", "items": {"type": "object", "properties": {"package": {"type": "object", "properties": {"ecosystem": {"type": "string"}, "name": {"type": "string"}}, "required": ["ecosystem", "name"]}, "ranges": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "events": {"type": "array", "items": {"type": "object", "properties": {"introduced": {"type": "string"}}, "required": ["introduced"]}}}, "required": ["type", "events"]}}, "database_specific": {"type": "object", "properties": {"last_known_affected_version_range": {"type": "string"}}, "required": ["last_known_affected_version_range"]}}, "required": ["package", "ranges", "database_specific"]}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {"type": "string"}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "summary", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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, without validating the permissions. As a result, a low privileged user (eg. provider) can create a new admin user via the \"/api/v1/admins/\" endpoint and take over the system. A [patch](https://github.com/alextselegidis/easyappointments/commit/63dbb51decfcc1631c398ecd6d30e3a337845526) is available on the `develop` branch of the repository.", "severity" : [{"type" : "CVSS_V3", "score" : "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H"}], "affected" : [{"package" : {"ecosystem" : "Packagist", "name" : "alextselegidis/easyappointments"}, "ranges" : [{"type" : "ECOSYSTEM", "events" : [{"introduced" : "0"}]}], "database_specific" : {"last_known_affected_version_range" : "<= 1.4.3"}}], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2022-1397"}, {"type" : "WEB", "url" : "https://github.com/alextselegidis/easyappointments/commit/63dbb51decfcc1631c398ecd6d30e3a337845526"}, {"type" : "WEB", "url" : "https://huntr.dev/bounties/5f69e094-ab8c-47a3-b01d-8c12a3b14c61"}, {"type" : "PACKAGE", "url" : "https://github.com/alextselegidis/easyappointments"}], "database_specific" : {"cwe_ids" : ["CWE-269"], "severity" : "HIGH", "github_reviewed" : true}} | 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": {"type": "object", "properties": {"type": {"type": "string"}, "score": {"type": "string"}}, "required": ["type", "score"]}}, "affected": {"type": "array", "items": {"type": "object", "properties": {"package": {"type": "object", "properties": {"ecosystem": {"type": "string"}, "name": {"type": "string"}}, "required": ["ecosystem", "name"]}, "ranges": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "events": {"type": "array", "items": {"type": "object", "properties": {"introduced": {"type": "string"}}, "required": ["introduced"]}}}, "required": ["type", "events"]}}, "database_specific": {"type": "object", "properties": {"last_known_affected_version_range": {"type": "string"}}, "required": ["last_known_affected_version_range"]}}, "required": ["package", "ranges", "database_specific"]}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {"type": "string"}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "summary", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": "string"}}, "\uc81c\uc548\uc790": {"type": "array", "items": {"type": "string"}}, "\ubb38\uc11c": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\ud68c\uae30": {"type": "array", "items": {"type": "string"}}}, "required": ["\uc758\uc548\ubc88\ud638", "\uc81c\uc548\uc77c\uc790", "\uc81c\uc548\uc790", "\ubb38\uc11c", "\uc81c\uc548\ud68c\uae30"]}, "\ubcf8\ud68c\uc758 \uc2ec\uc758\uc815\ubcf4": {"type": "object", "properties": {"\uc0c1\uc815\uc77c": {"type": "array", "items": {"type": "string"}}, "\uc758\uacb0\uc77c": {"type": "array", "items": {"type": "string"}}, "\ud68c\uc758\uba85": {"type": "array", "items": {"type": "string"}}, "\ud68c\uc758\uacb0\uacfc": {"type": "array", "items": {"type": "string"}}, "\ud68c\uc758\ub85d": {"type": "array", "items": {"type": "string"}}}, "required": ["\uc0c1\uc815\uc77c", "\uc758\uacb0\uc77c", "\ud68c\uc758\uba85", "\ud68c\uc758\uacb0\uacfc", "\ud68c\uc758\ub85d"]}, "parsed_date": {"type": "string"}}, "required": ["\uc758\uc548\uc811\uc218\uc815\ubcf4", "\ubcf8\ud68c\uc758 \uc2ec\uc758\uc815\ubcf4", "parsed_date"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"\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" : {"\uc0c1\uc815\uc77c" : ["1967-12-15"], "\uc758\uacb0\uc77c" : ["1967-12-15"], "\ud68c\uc758\uba85" : ["\uc81c62\ud68c\uad6d\ud68c(\uc815\uae30\ud68c)\uc81c32\ucc28\ubcf8\ud68c\uc758"], "\ud68c\uc758\uacb0\uacfc" : ["\uc6d0\uc548\uac00\uacb0"], "\ud68c\uc758\ub85d" : [""]}, "parsed_date" : "2021-02-17"} | 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": "string"}}, "\ubb38\uc11c": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\ud68c\uae30": {"type": "array", "items": {"type": "string"}}}, "required": ["\uc758\uc548\ubc88\ud638", "\uc81c\uc548\uc77c\uc790", "\uc81c\uc548\uc790", "\ubb38\uc11c", "\uc81c\uc548\ud68c\uae30"]}, "\ubcf8\ud68c\uc758 \uc2ec\uc758\uc815\ubcf4": {"type": "object", "properties": {"\uc0c1\uc815\uc77c": {"type": "array", "items": {"type": "string"}}, "\uc758\uacb0\uc77c": {"type": "array", "items": {"type": "string"}}, "\ud68c\uc758\uba85": {"type": "array", "items": {"type": "string"}}, "\ud68c\uc758\uacb0\uacfc": {"type": "array", "items": {"type": "string"}}, "\ud68c\uc758\ub85d": {"type": "array", "items": {"type": "string"}}}, "required": ["\uc0c1\uc815\uc77c", "\uc758\uacb0\uc77c", "\ud68c\uc758\uba85", "\ud68c\uc758\uacb0\uacfc", "\ud68c\uc758\ub85d"]}, "parsed_date": {"type": "string"}}, "required": ["\uc758\uc548\uc811\uc218\uc815\ubcf4", "\ubcf8\ud68c\uc758 \uc2ec\uc758\uc815\ubcf4", "parsed_date"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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"}, "config": {"type": "object", "properties": {"model-name": {"type": "string"}, "model-class": {"type": "string"}, "debug_level": {"type": "integer"}}, "required": ["model-name", "model-class", "debug_level"]}}, "required": ["library-name", "config"]}}}, "required": ["xclbin-location", "ivas-library-repo", "element-mode", "kernels"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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": {"type": "string"}, "model-class": {"type": "string"}, "debug_level": {"type": "integer"}}, "required": ["model-name", "model-class", "debug_level"]}}, "required": ["library-name", "config"]}}}, "required": ["xclbin-location", "ivas-library-repo", "element-mode", "kernels"], "$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"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"browserslist": {"type": "string"}, "jest": {"type": "string"}}, "required": ["browserslist", "jest"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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" : ["broswerslist", "broswerslist-config"], "author" : "Xuedong Wang", "license" : "MIT", "bugs" : {"url" : "https://github.com/xuedongwang/browserslist-config-share/issues"}, "homepage" : "https://github.com/xuedongwang/browserslist-config-share#readme", "devDependencies" : {"browserslist" : "^4.16.3", "jest" : "^26.6.3"}} | 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": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"browserslist": {"type": "string"}, "jest": {"type": "string"}}, "required": ["browserslist", "jest"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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", "properties": {"Type": {"type": "string"}, "MessageId": {"type": "string"}, "TopicArn": {"type": "string"}, "Subject": {"type": "string"}, "Message": {"type": "string"}, "Timestamp": {"type": "string"}, "SignatureVersion": {"type": "string"}, "Signature": {"type": "string"}, "SigningCertUrl": {"type": "string"}, "UnsubscribeUrl": {"type": "string"}, "MessageAttributes": {"type": "object", "properties": {}, "required": []}}, "required": ["Type", "MessageId", "TopicArn", "Subject", "Message", "Timestamp", "SignatureVersion", "Signature", "SigningCertUrl", "UnsubscribeUrl", "MessageAttributes"]}}, "required": ["EventSource", "EventVersion", "EventSubscriptionArn", "Sns"]}}}, "required": ["Records"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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:514223584321:lambda-image-resizer", "Subject" : "Amazon S3 Notification", "Message" : "{\"Service\":\"Amazon S3\",\"Event\":\"s3:TestEvent\",\"Time\":\"2017-02-24T09:17:22.334Z\",\"Bucket\":\"mybucket\",\"RequestId\":\"08BA42D492A002B0\",\"HostId\":\"ilNmIfYcYf1MNWeoIvXUqRbkfl861Sr8xaPMu9L5cze9SPD1ThnlIxU1iTwYe8gEZicPzvQflmA=\"}", "Timestamp" : "2017-02-24T09:17:22.586Z", "SignatureVersion" : "1", "Signature" : "h7BUG2zHmfEreSDeMoym6XRqvT0FgBBtRlcwXdLQxWMCo1UUtnMiMn/7yonQTBvym1unjNRiemyXQoD2s7ORjPyCrgQm7UzT3WHMeEEY+9d2E/fn6N3ytSBAOjXqwjsdxfbG+yC17td5AkNeeNcD2SLpV8q4W1SWIXC9cnIEZZad686LqcPdgzXyXToFHdyh+Q1esFMjc1yYJp4GaBjUiPaSgvpICVg0G/I5fVi1P0RHux3MH8+W14n33u2wysbH5awz+WanxJJN8cNMlHIFnZxqnbil/h3sfxVOmDNLNBK2I1rjLwQ9mlwuSolw3wZnFym3ARLNEIhDKhY9w+iyBg==", "SigningCertUrl" : "https://sns.eu-west-1.amazonaws.com/SimpleNotificationService-b95095beb82e8f6a046b3aafc7f4149a.pem", "UnsubscribeUrl" : "https://sns.eu-west-1.amazonaws.com/?Action=Unsubscribe&SubscriptionArn=arn:aws:sns:eu-west-1:514223584321:lambda-image-resizer:eb4420e4-e23b-445c-82cc-c17c3aad8b83", "MessageAttributes" : {}}}]} | 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"}, "TopicArn": {"type": "string"}, "Subject": {"type": "string"}, "Message": {"type": "string"}, "Timestamp": {"type": "string"}, "SignatureVersion": {"type": "string"}, "Signature": {"type": "string"}, "SigningCertUrl": {"type": "string"}, "UnsubscribeUrl": {"type": "string"}, "MessageAttributes": {"type": "object", "properties": {}, "required": []}}, "required": ["Type", "MessageId", "TopicArn", "Subject", "Message", "Timestamp", "SignatureVersion", "Signature", "SigningCertUrl", "UnsubscribeUrl", "MessageAttributes"]}}, "required": ["EventSource", "EventVersion", "EventSubscriptionArn", "Sns"]}}}, "required": ["Records"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "null"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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.", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2021-44665"}, {"type" : "WEB", "url" : "https://github.com/thexerteproject/xerteonlinetoolkits/commit/48a9880c6ac38f4d215f9143baf3d6e6062a1871"}], "database_specific" : {"cwe_ids" : [], "severity" : null, "github_reviewed" : false}} | 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": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "null"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title": {"type": "string"}, "year": {"type": "integer"}}, "required": ["artist_id", "artist_latitude", "artist_location", "artist_longitude", "artist_name", "duration", "num_songs", "song_id", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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"}, "title": {"type": "string"}, "year": {"type": "integer"}}, "required": ["artist_id", "artist_latitude", "artist_location", "artist_longitude", "artist_name", "duration", "num_songs", "song_id", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": "string"}}, "required": ["title", "text", "description", "book", "total", "current", "next", "prev"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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\u8981\u53bb\u786c\u62fc\u3002\u5e94\u5f53\u8fd0\u7528\u8ba1\u8c0b\u4f7f\u4ed6\u4eec\u81ea\u6211\u7275\u5236\uff0c\u501f\u4ee5\u524a\u5f31\u5b83\u7684\u529b\u91cf\u3002\u4e3b\u5e05\u5982\u80fd\u5de7\u5999\u5730\u8fd0\u7528\u8ba1\u8c0b\uff0c\u514b\u654c\u5236\u80dc\u5c31\u5982\u540c\u6709\u5929\u795e\u76f8\u52a9\u4e00\u822c\u3002\n\n##\u6ce8\u91ca\n\u5728\u5e08\u4e2d\u5409\uff0c\u627f\u5929\u5ba0\u4e5f\uff1a\u89c1\u300a\u6613\u7ecf-\u5e08\u300b\u3002\u8fd9\u91cc\u610f\u601d\u662f\uff1a\u519b\u4e2d\u7684\u4e3b\u5e05\u82f1\u660e\u6b63\u786e\uff0c\u5c31\u50cf\u6709\u5929\u795e\u6551\u52a9\u4e00\u822c\u3002\n\n##\u8bb2\u89e3\n\u6b64\u8ba1\u901a\u5e38\u6709\u4e24\u79cd\u7406\u89e3\u3002\u4e00\u662f\u201c\u4f7f\u654c\u81ea\u7d2f\u201d\u3002\u5728\u654c\u4eba\u76f8\u4e92\u52fe\u7ed3\uff0c\u5f62\u6210\u5f3a\u5927\u7684\u5b9e\u529b\uff0c\u6211\u65b9\u65e0\u6cd5\u76f4\u63a5\u653b\u51fb\u65f6\uff0c\u4e3a\u524a\u5f31\u654c\u4eba\u7684\u5b9e\u529b\uff0c\u6211\u65b9\u53ef\u91c7\u53d6\u5236\u9020\u77db\u76fe\u3001\u5404\u4e2a\u51fb\u7834\u7684\u624b\u6bb5\uff0c\u4f7f\u654c\u4eba\u81ea\u76f8\u94b3\u5236\uff0c\u5f85\u5176\u7531\u4f18\u52bf\u53d8\u4e3a\u52a3\u52bf\uff0c\u518d\u8c0b\u653b\u56f4\u6b7c\u3002\u4e8c\u662f\u201c\u673a\u5de7\u8d35\u8fde\u201d\uff0c\u5373\u5bf9\u540c\u4e00\u8c0b\u5212\u5bf9\u8c61\u4f7f\u7528\u4e24\u4e2a\u6216\u4e24\u4e2a\u4ee5\u4e0a\u7684\u8ba1\u8c0b\uff0c\u8fd9\u4e9b\u8ba1\u8c0b\u73af\u73af\u76f8\u6263\uff0c\u6a2a\u5411\u76f8\u8f85\uff0c\u7eb5\u5411\u76f8\u8d2f\uff0c\u76f8\u5f97\u76ca\u5f70\u3002\u6b63\u5982\u300a\u5175\u6cd5\u5706\u673a\u300b\u6240\u8bf4\uff1a\u201c\u592a\u51e1\u7528\u8ba1\u8005\uff0c\u975e\u4e00\u8ba1\u53ef\u4ee5\u5b64\u884c\uff0c\u5fc5\u6709\u6570\u8ba1\u4ee5\u52f7\u4e4b\u4e5f\u3002\u201d\n\n##\u6545\u4e8b\n\u6218\u573a\u5f62\u52bf\u590d\u6742\u591a\u53d8\uff0c\u5bf9\u654c\u4f5c\u6218\u65f6\uff0c\u4f7f\u7528\u8ba1\u8c0b\uff0c\u662f\u6bcf\u4e2a\u4f18\u79c0\u6307\u6325\u5458\u7684\u672c\u9886\u3002\u800c\u53cc\u65b9\u6307\u6325\u5458\u90fd\u662f\u6709\u7ecf\u9a8c\u7684\u8001\u624b\uff0c\u53ea\u7528\u4e00\u8ba1\uff0c\u5f80\u5f80\u5bb9\u6613\u88ab\u5bf9\u65b9\u8bc6\u7834\u3002\u800c\u2014\u8ba1\u5957\u2014\u8ba1\uff0c\u8ba1\u8ba1\u8fde\u73af\uff0c\u4f5c\u7528\u5c31\u4f1a\u5927\u5f97\u591a\u3002\u5b8b\u4ee3\u5c06\u9886\u6bd5\u518d\u9047\u5c31\u66fe\u7ecf\u8fd0\u7528\u8fde\u73af\u8ba1\uff0c\u6253\u8fc7\u6f02\u4eae\u7684\u4ed7\u3002\u4ed6\u5206\u6790\u91d1\u4eba\u5f3a\u608d\uff0c\u9a91\u5175\u5c24\u5176\u52c7\u731b\uff0c\u5982\u679c\u5bf9\u9762\u4ea4\u6218\u5f80\u5f80\u9020\u6210\u91cd\u5927\u4f24\u4ea1\u3002\u6240\u4ee5\u4ed6\u7528\u5175\u4e3b\u5f20\u6293\u4f4f\u654c\u4eba\u7684\u91cd\u5927\u5f31\u70b9\uff0c\u8bbe\u6cd5\u94b3\u5236\u654c\u4eba\uff0c\u5bfb\u627e\u826f\u597d\u7684\u6218\u673a\u3002\u4e00\u6b21\u53c8\u4e0e\u91d1\u5175\u906d\u9047\uff0c\u4ed6\u547d\u4ee4\u90e8\u961f\u4e0d\u5f97\u4e0e\u654c\u6b63\u9762\u4ea4\u950b\uff0c\u53ef\u91c7\u53d6\u6e38\u51fb\u6d41\u52a8\u6218\u672f\u3002\u654c\u4eba\u524d\u8fdb\uff0c\u4ed6\u5c31\u4ee4\u961f\u4f0d\u540e\u64a4\uff0c\u7b49\u654c\u4eba\u521a\u521a\u5b89\u987f\u4e0b\u6765\uff0c\u4ed6\u53c8\u4e0b\u4ee4\u51fa\u51fb\uff0c\u7b49\u91d1\u5175\u5168\u529b\u53cd\u51fb\u65f6\uff0c\u4ed6\u53c8\u7387\u961f\u4f0d\u8dd1\u5f97\u65e0\u5f71\u65e0\u8e2a\u3002\u5c31\u8fd9\u6837\uff0c\u9000\u9000\u8fdb\u8fdb\uff0c\u6253\u6253\u505c\u505c\uff0c\u628a\u91d1\u5175\u641e\u5f97\u75b2\u60eb\u4e0d\u582a\u3002\u91d1\u5175\u60f3\u6253\u53c8\u6253\u4e0d\u7740\uff0c\u60f3\u6446\u53c8\u6446\u4e0d\u8131\u3002\u5230\u591c\u665a\uff0c\u91d1\u519b\u4eba\u56f0\u9a6c\u4e4f\uff0c\u6b63\u51c6\u5907\u56de\u8425\u4f11\u606f\u3002\u6bd5\u518d\u9047\u51c6\u5907\u4e86\u8bb8\u591a\u7528\u9999\u6599\u716e\u597d\u7684\u9ed1\u8c46\uff0c\u5077\u5077\u5730\u6492\u5728\u9635\u5730\u4e0a\u3002\u7136\u540e\uff0c\u53c8\u7a81\u7136\u88ad\u51fb\u91d1\u519b\u3002\u91d1\u519b\u65e0\u5948\uff0c\u53ea\u5f97\u5c3d\u529b\u53cd\u51fb\u3002\u90a3\u6bd5\u518d\u9047\u7684\u90e8\u961f\u4e0e\u91d1\u519b\u6218\u4e0d\u51e0\u65f6\uff0c\u53c8\u5168\u90e8\u8d25\u9000\u3002\u91d1\u519b\u6c14\u6124\u81f3\u6781\uff0c\u4e58\u80dc\u8ffd\u8d76\u3002\u8c01\u77e5\uff0c\u91d1\u519b\u6218\u9a6c\u4e00\u5929\u6765\uff0c\u4e1c\u8dd1\u897f\u8ffd\uff0c\u53c8\u997f\u53c8\u6e34\uff0c\u95fb\u5230\u5730\u4e0a\u6709\u9999\u55b7\u55b7\u5473\u9053\uff0c\u7528\u5634\u4e00\u63a2\uff0c\u77e5\u9053\u662f\u53ef\u4ee5\u586b\u9971\u809a\u5b50\u7684\u7cae\u98df\u3002\u6218\u9a6c\u4e00\u53e3\u53e3\u53ea\u987e\u62a2\u7740\u5403\uff0c\u4efb\u4f60\u7528\u97ad\u62bd\u6253\uff0c\u4e5f\u4e0d\u80af\u524d\u8fdb\u4e00\u6b65\uff0c\u91d1\u519b\u8c03\u4e0d\u52a8\u6218\u9a6c\uff0c\u5728\u9ed1\u591c\u4e2d\uff0c\u4e00\u65f6\u6ca1\u4e86\u4e3b\u610f\uff0c\u663e\u5f97\u5341\u5206\u6df7\u4e71\u3002\u6bd5\u518d\u9047\u8fd9\u65f6\u8c03\u96c6\u5168\u90e8\u961f\u4f0d\uff0c\u4ece\u56db\u9762\u5305\u56f4\u8fc7\u6765\uff0c\u6740\u5f97\u91d1\u519b\u4eba\u4ef0\u9a6c\u7ffb\uff0c\u6a2a\u5c38\u904d\u91ce\u3002", "book" : "SanShiLiuJi", "total" : 36, "current" : 35, "next" : "36.json", "prev" : "34.json"} | 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", "book", "total", "current", "next", "prev"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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_bucket"]}, "client": {"type": "array", "items": {"type": "object", "properties": {"client_info": {"type": "object", "properties": {"mobilesdk_app_id": {"type": "string"}, "android_client_info": {"type": "object", "properties": {"package_name": {"type": "string"}}, "required": ["package_name"]}}, "required": ["mobilesdk_app_id", "android_client_info"]}, "oauth_client": {"type": "array", "items": {"type": "object", "properties": {"client_id": {"type": "string"}, "client_type": {"type": "integer"}}, "required": ["client_id", "client_type"]}}, "api_key": {"type": "array", "items": {"type": "object", "properties": {"current_key": {"type": "string"}}, "required": ["current_key"]}}, "services": {"type": "object", "properties": {"appinvite_service": {"type": "object", "properties": {"other_platform_oauth_client": {"type": "array", "items": {"type": "object", "properties": {"client_id": {"type": "string"}, "client_type": {"type": "integer"}}, "required": ["client_id", "client_type"]}}}, "required": ["other_platform_oauth_client"]}}, "required": ["appinvite_service"]}}, "required": ["client_info", "oauth_client", "api_key", "services"]}}, "configuration_version": {"type": "string"}}, "required": ["project_info", "client", "configuration_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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" : [{"client_id" : "487103354639-s3o3455n73dk9erjpdfvqd9j1hee9ak5.apps.googleusercontent.com", "client_type" : 3}], "api_key" : [{"current_key" : "AIzaSyDbf_763ZoveG571g-7Q8R2MFIy_kLznTg"}], "services" : {"appinvite_service" : {"other_platform_oauth_client" : [{"client_id" : "487103354639-s3o3455n73dk9erjpdfvqd9j1hee9ak5.apps.googleusercontent.com", "client_type" : 3}]}}}], "configuration_version" : "1"} | 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", "properties": {"client_info": {"type": "object", "properties": {"mobilesdk_app_id": {"type": "string"}, "android_client_info": {"type": "object", "properties": {"package_name": {"type": "string"}}, "required": ["package_name"]}}, "required": ["mobilesdk_app_id", "android_client_info"]}, "oauth_client": {"type": "array", "items": {"type": "object", "properties": {"client_id": {"type": "string"}, "client_type": {"type": "integer"}}, "required": ["client_id", "client_type"]}}, "api_key": {"type": "array", "items": {"type": "object", "properties": {"current_key": {"type": "string"}}, "required": ["current_key"]}}, "services": {"type": "object", "properties": {"appinvite_service": {"type": "object", "properties": {"other_platform_oauth_client": {"type": "array", "items": {"type": "object", "properties": {"client_id": {"type": "string"}, "client_type": {"type": "integer"}}, "required": ["client_id", "client_type"]}}}, "required": ["other_platform_oauth_client"]}}, "required": ["appinvite_service"]}}, "required": ["client_info", "oauth_client", "api_key", "services"]}}, "configuration_version": {"type": "string"}}, "required": ["project_info", "client", "configuration_version"], "$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"}, "description": {"type": "string"}, "browser": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "coverage": {"type": "string"}, "test": {"type": "string"}, "dev": {"type": "string"}}, "required": ["build", "coverage", "test", "dev"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}, "directory": {"type": "string"}}, "required": ["type", "url", "directory"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "peerDependencies": {"type": "object", "properties": {"bignumber.js": {"type": "string"}}, "required": ["bignumber.js"]}, "devDependencies": {"type": "object", "properties": {"bignumber.js": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}}, "required": ["bignumber.js", "webpack", "webpack-cli"]}}, "required": ["name", "version", "description", "browser", "main", "scripts", "keywords", "author", "license", "repository", "engines", "peerDependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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", "dev" : "light-server -q -s. -w 'lib/*.js,test/*.js # npm run coverage' -o /coverage/lcov-report/index.html"}, "keywords" : ["CBOR", "BigNumber", "BigDecimal", "BigFloat", "tag"], "author" : "Joe Hildebrand <joe-github@cursive.net>", "license" : "MIT", "repository" : {"type" : "git", "url" : "http://github.com/hildjj/node-cbor.git", "directory" : "packages/cbor-bigdecimal"}, "engines" : {"node" : ">=12.19"}, "peerDependencies" : {"bignumber.js" : "^9.0.1"}, "devDependencies" : {"bignumber.js" : "^9.0.1", "webpack" : "^5.62.2", "webpack-cli" : "^4.9.1"}} | 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"}, "dev": {"type": "string"}}, "required": ["build", "coverage", "test", "dev"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}, "directory": {"type": "string"}}, "required": ["type", "url", "directory"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "peerDependencies": {"type": "object", "properties": {"bignumber.js": {"type": "string"}}, "required": ["bignumber.js"]}, "devDependencies": {"type": "object", "properties": {"bignumber.js": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}}, "required": ["bignumber.js", "webpack", "webpack-cli"]}}, "required": ["name", "version", "description", "browser", "main", "scripts", "keywords", "author", "license", "repository", "engines", "peerDependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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", "properties": {"wmo": {"type": "string"}}, "required": ["wmo"]}, "location": {"type": "object", "properties": {"latitude": {"type": "integer"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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": {"type": "object", "properties": {"latitude": {"type": "integer"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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"}, "title": {"type": "string"}, "screenshot": {"type": "string"}}, "required": ["filename", "title", "screenshot"]}}}, "required": ["title", "demos"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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" : "https://gw.alipayobjects.com/zos/finxbff/compress-tinypng/6742651a-f82f-48a6-94e6-6aa5346a40dc.png"}, {"filename" : "with-point.js", "title" : "\u5e26\u70b9", "screenshot" : "https://gw.alipayobjects.com/mdn/rms_4f0ff1/afts/img/A*zMALRqNhl_kAAAAAAAAAAABkARQnAQ"}, {"filename" : "smooth.js", "title" : "\u66f2\u7ebf", "screenshot" : "https://gw.alipayobjects.com/mdn/rms_4f0ff1/afts/img/A*LU4qRJrOSQkAAAAAAAAAAABkARQnAQ"}, {"filename" : "pan.js", "title" : "\u6298\u7ebf\u56fe\u5e73\u79fb", "screenshot" : "https://gw.alipayobjects.com/zos/rmsportal/aBZOzDgTsMIbxvGQLcSY.gif"}]} | 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"}}, "required": ["filename", "title", "screenshot"]}}}, "required": ["title", "demos"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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_increment": {"type": "string"}, "display_name": {"type": "string"}, "min_market_funds": {"type": "string"}, "max_market_funds": {"type": "string"}, "margin_enabled": {"type": "boolean"}, "post_only": {"type": "boolean"}, "limit_only": {"type": "boolean"}, "cancel_only": {"type": "boolean"}, "trading_disabled": {"type": "boolean"}, "status": {"type": "string"}, "status_message": {"type": "string"}}, "required": ["id", "base_currency", "quote_currency", "base_min_size", "base_max_size", "quote_increment", "base_increment", "display_name", "min_market_funds", "max_market_funds", "margin_enabled", "post_only", "limit_only", "cancel_only", "trading_disabled", "status", "status_message"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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_only" : false, "limit_only" : false, "cancel_only" : false, "trading_disabled" : false, "status" : "online", "status_message" : ""} | 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"}, "min_market_funds": {"type": "string"}, "max_market_funds": {"type": "string"}, "margin_enabled": {"type": "boolean"}, "post_only": {"type": "boolean"}, "limit_only": {"type": "boolean"}, "cancel_only": {"type": "boolean"}, "trading_disabled": {"type": "boolean"}, "status": {"type": "string"}, "status_message": {"type": "string"}}, "required": ["id", "base_currency", "quote_currency", "base_min_size", "base_max_size", "quote_increment", "base_increment", "display_name", "min_market_funds", "max_market_funds", "margin_enabled", "post_only", "limit_only", "cancel_only", "trading_disabled", "status", "status_message"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": {"type": "number"}, "rel_humid": {"type": "number"}, "wet_bulb": {"type": "number"}, "dry_bulb": {"type": "number"}, "v_fs_mean": {"type": "number"}, "q": {"type": "integer"}, "pres_atm": {"type": "integer"}, "dt": {"type": "integer"}, "test_date": {"type": "string"}, "experiment_id": {"type": "integer"}, "n_samples": {"type": "integer"}, "eta_p": {"type": "number"}, "temp_tunnel": {"type": "number"}, "T_max": {"type": "number"}, "W_core": {"type": "number"}, "v_fs_sigma": {"type": "number"}}, "required": ["core_location", "velocity_free_stream", "r_mesh_core", "z_location_mm", "v_nominal", "W_mean", "rel_humid", "wet_bulb", "dry_bulb", "v_fs_mean", "q", "pres_atm", "dt", "test_date", "experiment_id", "n_samples", "eta_p", "temp_tunnel", "T_max", "W_core", "v_fs_sigma"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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" : 101088, "dt" : 40, "test_date" : "3-Jun", "experiment_id" : 24, "n_samples" : 200, "eta_p" : 0.287, "temp_tunnel" : 297.95, "T_max" : 3.919798154444484, "W_core" : 17.505373170731705, "v_fs_sigma" : 0.03} | 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_bulb": {"type": "number"}, "dry_bulb": {"type": "number"}, "v_fs_mean": {"type": "number"}, "q": {"type": "integer"}, "pres_atm": {"type": "integer"}, "dt": {"type": "integer"}, "test_date": {"type": "string"}, "experiment_id": {"type": "integer"}, "n_samples": {"type": "integer"}, "eta_p": {"type": "number"}, "temp_tunnel": {"type": "number"}, "T_max": {"type": "number"}, "W_core": {"type": "number"}, "v_fs_sigma": {"type": "number"}}, "required": ["core_location", "velocity_free_stream", "r_mesh_core", "z_location_mm", "v_nominal", "W_mean", "rel_humid", "wet_bulb", "dry_bulb", "v_fs_mean", "q", "pres_atm", "dt", "test_date", "experiment_id", "n_samples", "eta_p", "temp_tunnel", "T_max", "W_core", "v_fs_sigma"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title": {"type": "string"}, "year": {"type": "integer"}}, "required": ["artist_id", "artist_latitude", "artist_location", "artist_longitude", "artist_name", "duration", "num_songs", "song_id", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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"}, "title": {"type": "string"}, "year": {"type": "integer"}}, "required": ["artist_id", "artist_latitude", "artist_location", "artist_longitude", "artist_name", "duration", "num_songs", "song_id", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title": {"type": "string"}, "year": {"type": "integer"}}, "required": ["artist_id", "artist_latitude", "artist_location", "artist_longitude", "artist_name", "duration", "num_songs", "song_id", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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"}, "title": {"type": "string"}, "year": {"type": "integer"}}, "required": ["artist_id", "artist_latitude", "artist_location", "artist_longitude", "artist_name", "duration", "num_songs", "song_id", "title", "year"], "$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#"}
| [[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], [2005, 20], [2006, 19], [2007, 19], [2008, 20], [2009, 19], [2010, 8], [2011, 14], [2012, 17], [2013, 11], [2014, 17]] | 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"}, "contibutors": {"type": "array", "items": {}}, "dependencies": {"type": "object", "properties": {}, "required": []}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "devDependencies": {"type": "object", "properties": {"foounit": {"type": "string"}}, "required": ["foounit"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}}, "required": ["name", "version", "author", "description", "keywords", "homepage", "contibutors", "dependencies", "scripts", "main", "repository", "devDependencies", "engines"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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" : {"test" : "node tests/vendor/suite.js"}, "main" : "src/trie.js", "repository" : {"type" : "git", "url" : "git://github.com/pthurlow/triejs.git"}, "devDependencies" : {"foounit" : "0.1.2"}, "engines" : {"node" : "*"}} | 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": "object", "properties": {}, "required": []}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "devDependencies": {"type": "object", "properties": {"foounit": {"type": "string"}}, "required": ["foounit"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}}, "required": ["name", "version", "author", "description", "keywords", "homepage", "contibutors", "dependencies", "scripts", "main", "repository", "devDependencies", "engines"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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, Hearet man, called scries excellent arid beyond\nsuspicion.\n\u2022Letter fro\u00ae McCarty will explain# Wisconsin expekiencle similar to\nthat of Riesel. '\nft S\nV0\u00abJ\nunPk\n^0 icLZii u>* W\n()C WaM~ ^ ^ b t*JL u?M"} | 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": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "year", "departments", "conf", "authors", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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, supplementing traditional volatility analyses. Using a four-year corpus of 17,713 online, finance-related articles (10M+ words) from the Financial Times, the New York Times, and the BBC, we show that week-to-week changes in power-law distributions reflect market movements of the Dow Jones Industrial Average (DJI), the FTSE-100, and the NIKKEI-225, Notably, the statistical regularities in language track the 2007 stock market bubble, showing emerging structure in the language of commentators, as progressively greater agreement arose in their positive perceptions of the market. Furthermore, during the bubble period, a marked divergence in positive language occurs as revealed by a Kullback-Leibler analysis.", "citation" : "Citations (14)", "year" : "2011", "departments" : ["Trinity College", "University College Dublin"], "conf" : "ijcai", "authors" : ["Aaron Gerow.....http://dblp.org/pers/hd/g/Gerow:Aaron", "Mark T. Keane.....http://dblp.org/pers/hd/k/Keane:Mark_T="], "pages" : 6} | 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": {"type": "array", "items": {"type": "string"}}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "year", "departments", "conf", "authors", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": "string"}, "achorname": {"type": "string"}, "subscribe": {"type": "string"}, "avatar-img": {"type": "string"}, "folderName": {"type": "string"}, "thumbUrl": {"type": "string"}}, "required": ["name", "size", "link", "created_at", "downloads", "linkid", "convert", "achorname", "subscribe", "avatar-img", "folderName", "thumbUrl"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"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" : "https://huyaimg.msstatic.com/avatar/1022/07/ec5fef7c7662720286fbbb12395390_180_135.jpg?1628178596?458648", "folderName" : "PRED-228 \u88ab\u4fb5\u72af\u7684\u65b0\u4efb\u9ed1\u7d72\u5973\u6559\u5e2b\u4e09\u54b2\u7f8e\u6182\u6158\u906d\u5b78\u751f\u5011\u8f2a\u59e6\u4e00\u908a\u8aaa\u7537\u53cb\u58de\u8a71\u4e00\u908a\u4e0d\u7559\u60c5\u9762\u7684\u628a\u7cbe\u6db2\u5167\u5c04\u9032\u53bb \u4e09\u54b2\u7f8e\u6182", "thumbUrl" : "https://assets-cdn.jable.tv/contents/videos_screenshots/7000/7061/320x180/1.jpg"}] | 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": {"type": "string"}, "avatar-img": {"type": "string"}, "folderName": {"type": "string"}, "thumbUrl": {"type": "string"}}, "required": ["name", "size", "link", "created_at", "downloads", "linkid", "convert", "achorname", "subscribe", "avatar-img", "folderName", "thumbUrl"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
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": "integer"}}, "required": ["appid", "name", "windows", "mac", "linux", "early_access", "lookup_time"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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_access", "lookup_time"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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", "audioclipName"]}}}, "required": ["convo"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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://json-schema.org/draft-07/schema#"} |
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", "items": {"type": "object", "properties": {"matches": {"type": "array", "items": {"type": "string"}}, "js": {"type": "array", "items": {"type": "string"}}, "all_frames": {"type": "boolean"}}, "required": ["matches", "js", "all_frames"]}}, "web_accessible_resources": {"type": "array", "items": {"type": "string"}}, "icons": {"type": "object", "properties": {"128": {"type": "string"}}, "required": ["128"]}, "browser_action": {"type": "object", "properties": {"default_icon": {"type": "object", "properties": {"128": {"type": "string"}}, "required": ["128"]}}, "required": ["default_icon"]}, "content_security_policy": {"type": "string"}, "manifest_version": {"type": "integer"}}, "required": ["name", "short_name", "author", "description", "version", "homepage_url", "content_scripts", "web_accessible_resources", "icons", "browser_action", "content_security_policy", "manifest_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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" : ["https://mail.google.com/*"], "js" : ["inject.js"], "all_frames" : true}], "web_accessible_resources" : ["gmail-label-switch-shortcuts.js"], "icons" : {"128" : "icon128.png"}, "browser_action" : {"default_icon" : {"128" : "icon128.png"}}, "content_security_policy" : "default-src 'self'", "manifest_version" : 2} | 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": {"type": "array", "items": {"type": "string"}}, "js": {"type": "array", "items": {"type": "string"}}, "all_frames": {"type": "boolean"}}, "required": ["matches", "js", "all_frames"]}}, "web_accessible_resources": {"type": "array", "items": {"type": "string"}}, "icons": {"type": "object", "properties": {"128": {"type": "string"}}, "required": ["128"]}, "browser_action": {"type": "object", "properties": {"default_icon": {"type": "object", "properties": {"128": {"type": "string"}}, "required": ["128"]}}, "required": ["default_icon"]}, "content_security_policy": {"type": "string"}, "manifest_version": {"type": "integer"}}, "required": ["name", "short_name", "author", "description", "version", "homepage_url", "content_scripts", "web_accessible_resources", "icons", "browser_action", "content_security_policy", "manifest_version"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {"type": "object", "properties": {"hash": {"type": "string"}, "blockHash": {"type": "string"}, "blockNumber": {"type": "integer"}, "transactionIndex": {"type": "integer"}, "confirmations": {"type": "null"}, "from": {"type": "string"}, "gasPrice": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "to": {"type": "string"}, "value": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "nonce": {"type": "integer"}, "data": {"type": "string"}, "r": {"type": "string"}, "s": {"type": "string"}, "v": {"type": "integer"}, "creates": {"type": "null"}, "raw": {"type": "string"}, "networkId": {"type": "integer"}, "chainId": {"type": "integer"}}, "required": ["hash", "blockHash", "blockNumber", "transactionIndex", "confirmations", "from", "gasPrice", "gasLimit", "to", "value", "nonce", "data", "r", "s", "v", "creates", "raw", "networkId", "chainId"]}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"hash" : "0x8eff3d3c7cfd7b4026b56369c46565490e2667cffc6c40cd2ad4378baefad745", "parentHash" : "0x80477e2178520f5d6a5411c2c478f76ca2ce6f2ed2684557341ef640560d607f", "number" : 92884, "timestamp" : 1439678722, "nonce" : "0x3faa8ddce7b6bd65", "difficulty" : 3647534205801, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {"_hex" : "0x5208"}, "miner" : "0x77EC9ad4A7E9418774C29415CAaF4Ee0da96eF64", "extraData" : "0x", "transactions" : [{"hash" : "0xaa7d86ffb979e887c5909e07ecf06477e420b7d55c47e118c3e125d514353e7c", "blockHash" : "0x8eff3d3c7cfd7b4026b56369c46565490e2667cffc6c40cd2ad4378baefad745", "blockNumber" : 92884, "transactionIndex" : 0, "confirmations" : null, "from" : "0xdC49b9dc1AbB93Ebb856547a1C0578D65f4A32DE", "gasPrice" : {"_hex" : "0xd7d40ace3"}, "gasLimit" : {"_hex" : "0x5208"}, "to" : "0x7147dFfD3d08ad00917cFEa2b60188439944990b", "value" : {"_hex" : "0x8ac7230489e80000"}, "nonce" : 1, "data" : "0x", "r" : "0x1170dac583cbb914ac837e310e981473873f5cc59c109cdc27249f4275a60572", "s" : "0x7a9782892956af8639c371da6af5115c215b3488da8c8ab16595ba0513016fe3", "v" : 28, "creates" : null, "raw" : "0xf86c01850d7d40ace3825208947147dffd3d08ad00917cfea2b60188439944990b888ac7230489e80000801ca01170dac583cbb914ac837e310e981473873f5cc59c109cdc27249f4275a60572a07a9782892956af8639c371da6af5115c215b3488da8c8ab16595ba0513016fe3", "networkId" : 0, "chainId" : 0}]} | 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"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {"type": "object", "properties": {"hash": {"type": "string"}, "blockHash": {"type": "string"}, "blockNumber": {"type": "integer"}, "transactionIndex": {"type": "integer"}, "confirmations": {"type": "null"}, "from": {"type": "string"}, "gasPrice": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "to": {"type": "string"}, "value": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "nonce": {"type": "integer"}, "data": {"type": "string"}, "r": {"type": "string"}, "s": {"type": "string"}, "v": {"type": "integer"}, "creates": {"type": "null"}, "raw": {"type": "string"}, "networkId": {"type": "integer"}, "chainId": {"type": "integer"}}, "required": ["hash", "blockHash", "blockNumber", "transactionIndex", "confirmations", "from", "gasPrice", "gasLimit", "to", "value", "nonce", "data", "r", "s", "v", "creates", "raw", "networkId", "chainId"]}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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-schema.org/draft-07/schema#"}
| {"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": "string"}, "return": {"type": "object", "properties": {"type": {"type": "string"}, "flags": {"type": "integer"}}, "required": ["type", "flags"]}, "flags": {"type": "integer"}}, "required": ["fullName", "shortName", "return", "flags"]}}}, "required": ["parent", "name", "flags", "funcs"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "inkWidgetLogicController", "name" : "NetworkMinigameAnimationCallbacksTransmitter", "flags" : 4, "funcs" : [{"fullName" : "OnIntroAnimationFinished", "shortName" : "OnIntroAnimationFinished", "return" : {"type" : "Bool", "flags" : 64}, "flags" : 264}, {"fullName" : "OnStartMinigameBGIntroAnimation", "shortName" : "OnStartMinigameBGIntroAnimation", "return" : {"type" : "Bool", "flags" : 64}, "flags" : 264}, {"fullName" : "OnStartSidesAnimation", "shortName" : "OnStartSidesAnimation", "return" : {"type" : "Bool", "flags" : 64}, "flags" : 264}]} | 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": "string"}, "flags": {"type": "integer"}}, "required": ["type", "flags"]}, "flags": {"type": "integer"}}, "required": ["fullName", "shortName", "return", "flags"]}}}, "required": ["parent", "name", "flags", "funcs"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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://json-schema.org/draft-07/schema#"}
| [{"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": {"type": "string"}}, "required": ["test", "start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "flux": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-router": {"type": "string"}, "mongoose": {"type": "string"}}, "required": ["express", "flux", "react", "react-dom", "react-router", "mongoose"]}, "devDependencies": {"type": "object", "properties": {"babel-preset-es2015": {"type": "string"}, "babel-preset-react": {"type": "string"}, "babelify": {"type": "string"}, "browserify": {"type": "string"}, "gulp": {"type": "string"}, "gulp-concat": {"type": "string"}, "gulp-connect": {"type": "string"}, "gulp-nodemon": {"type": "string"}, "gulp-open": {"type": "string"}, "gulp-sass": {"type": "string"}, "gulp-watch": {"type": "string"}, "vinyl-source-stream": {"type": "string"}}, "required": ["babel-preset-es2015", "babel-preset-react", "babelify", "browserify", "gulp", "gulp-concat", "gulp-connect", "gulp-nodemon", "gulp-open", "gulp-sass", "gulp-watch", "vinyl-source-stream"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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.4.0", "react-dom" : "^15.4.0", "react-router" : "^3.0.0", "mongoose" : "^4.1.9"}, "devDependencies" : {"babel-preset-es2015" : "^6.5.0", "babel-preset-react" : "^6.5.0", "babelify" : "^7.2.0", "browserify" : "^13.0.0", "gulp" : "^3.9.1", "gulp-concat" : "^2.6.0", "gulp-connect" : "^5.0.0", "gulp-nodemon" : "^2.2.1", "gulp-open" : "^2.0.0", "gulp-sass" : "^2.2.0", "gulp-watch" : "^4.3.5", "vinyl-source-stream" : "^1.1.0"}} | 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"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "flux": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-router": {"type": "string"}, "mongoose": {"type": "string"}}, "required": ["express", "flux", "react", "react-dom", "react-router", "mongoose"]}, "devDependencies": {"type": "object", "properties": {"babel-preset-es2015": {"type": "string"}, "babel-preset-react": {"type": "string"}, "babelify": {"type": "string"}, "browserify": {"type": "string"}, "gulp": {"type": "string"}, "gulp-concat": {"type": "string"}, "gulp-connect": {"type": "string"}, "gulp-nodemon": {"type": "string"}, "gulp-open": {"type": "string"}, "gulp-sass": {"type": "string"}, "gulp-watch": {"type": "string"}, "vinyl-source-stream": {"type": "string"}}, "required": ["babel-preset-es2015", "babel-preset-react", "babelify", "browserify", "gulp", "gulp-concat", "gulp-connect", "gulp-nodemon", "gulp-open", "gulp-sass", "gulp-watch", "vinyl-source-stream"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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", "imageUrl", "url"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"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\u5230\u7684\u6210\u529f\u7a0b\u5ea6\uff0c\u5e2e\u52a9\u9009\u62e9\u9002\u5408\u81ea\u5df1\u7684\u804c\u4e1a", "imageUrl" : "https://robin2005.github.io/PsychologicalTest/Images/gatb.jpg", "url" : "Tiku_job_6.json"}, {"tag" : "5", "title" : "\u56fd\u9645\u6807\u51c6\u667a\u5546\u6d4b\u8bd5", "subtitle" : "\u667a\u5546\uff0c\u901a\u4fd7\u5730\u53ef\u4ee5\u7406\u89e3\u4e3a\u667a\u529b\uff0c\u662f\u6307\u7a7a\u95f4\u3001\u903b\u8f91\u3001\u521b\u9020\u3001\u8bb0\u5fc6\u7b49\u80fd\u529b\u3002", "imageUrl" : "https://robin2005.github.io/PsychologicalTest/Images/20140722180825.png", "url" : "Tiku_job_5.json"}, {"tag" : "1", "title" : "\u6d4b\u4f60\u804c\u573a\u5929\u8d4b\u6709\u591a\u9ad8\uff1f", "subtitle" : "\u5728\u804c\u573a\u6211\u4eec\u7684\u594b\u6597\u76ee\u6807\u9664\u4e86\u8c0b\u751f\u8d5a\u94b1\u4e4b\u5916\u8fd8\u5728\u4e8e\u5c55\u793a\u81ea\u5df1\uff0c\u53d1\u6325\u81ea\u5df1\u4ef7\u503c\u7684", "imageUrl" : "https://robin2005.github.io/PsychologicalTest/Images/095916w6fmlb7y2lum3pzr.jpg", "url" : "Tiku_job_1.json"}, {"tag" : "2", "title" : "\u6d4b\u4f60\u6709\u6c92\u6709\u5f53\u9886\u5bfc\u7684\u80fd\u529b", "subtitle" : "\u5982\u679c\u628a\u804c\u573a\u6bd4\u4f5c\u4e00\u4e2a\u91d1\u5b57\u5854\uff0c\u6bcf\u4e00\u5c42\u90fd\u4f1a\u4ee3\u8868\u4e00\u4e2a\u804c\u4f4d\uff0c\u6700\u9ad8\u5c42\u7684\u4e00\u5b9a\u662f\u9886\u5bfc\u5c42\uff0c\u6700\u5e95\u5c42\u7684\u4e00\u5b9a\u662f\u6267\u884c\u8005\u3002\u4f60\u5728\u804c\u573a\u662f\u5426\u6709\u80fd\u529b\u505a\u9886\u5bfc\u8005\u5462\uff1f", "imageUrl" : "https://robin2005.github.io/PsychologicalTest/Images/201712081251.jpg", "url" : "Tiku_job_2.json"}, {"tag" : "3", "title" : "\u6d4b\u4f60\u7684\u5185\u5fc3\u8db3\u591f\u5f3a\u5927\u5417", "subtitle" : "\u4eba\u751f\u603b\u6709\u4e9b\u8fc7\u4e0d\u53bb\u7684\u574e\u513f\uff0c\u80fd\u591f\u5728\u4e16\u4e8b\u4e07\u822c\u53d8\u5316\u4e4b\u9645\uff0c\u62e5\u6709\u5f3a\u5927\u7684\u5185\u5fc3\u529b\u91cf\uff0c\u5904\u53d8\u4e0d\u60ca\u5730\u7b11\u770b\u98ce\u4e91\u53d8\u5e7b\uff0c\u662f\u6bcf\u4e2a\u4eba\u5fc3\u5e95\u7684\u6e34\u6c42\u3002\u8fd9\u4e2a\u6d4b\u8bd5\u80fd\u5e2e\u52a9\u4f60\u770b\u5230\u5185\u5fc3\u6216\u8106\u5f31\u6216\u575a\u6bc5\u3002", "imageUrl" : "https://robin2005.github.io/PsychologicalTest/Images/364952_20191025094003861_0.png", "url" : "Tiku_job_3.json"}, {"tag" : "4", "title" : "\u6d4b\u4f60\u7684\u53cc\u5546\u5e73\u5747\u7a0b\u5ea6", "subtitle" : "\u884c\u8d70\u6c5f\u6e56\uff0c\u667a\u5546\u60c5\u5546\u7f3a\u4e00\u4e0d\u53ef\uff0c\u4f60\u5230\u5e95\u662f\u6df1\u85cf\u4e0d\u9732\u7684\u5927\u806a\u660e\uff0c\u8fd8\u662f\u53cc\u5546\u611f\u4eba\u7684\u5c0f\u8ff7\u7cca\uff1f\u5feb\u6765\u6d4b\u6d4b\u5427~", "imageUrl" : "https://robin2005.github.io/PsychologicalTest/Images/201810201446.jpg", "url" : "Tiku_job_4.json"}] | 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/schema#"} |
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/schema#"}
| {"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"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"coarse": {"type": "string"}, "parse5": {"type": "string"}, "style-parser": {"type": "string"}, "svg-to-pdfkit": {"type": "string"}}, "required": ["coarse", "parse5", "style-parser", "svg-to-pdfkit"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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"}, "dependencies": {"type": "object", "properties": {"coarse": {"type": "string"}, "parse5": {"type": "string"}, "style-parser": {"type": "string"}, "svg-to-pdfkit": {"type": "string"}}, "required": ["coarse", "parse5", "style-parser", "svg-to-pdfkit"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.