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": {"options": {"type": "object", "properties": {"basic": {"type": "object", "properties": {"packages": {"type": "array", "items": {"type": "string"}}, "use_venv": {"type": "boolean"}, "include_system_packages": {"type": "boolean"}},...
{"options" : {"basic" : {"packages" : ["openjdk-8-jdk-headless"], "use_venv" : false, "include_system_packages" : false}, "apache-flume-base" : {}, "apache-flume-kafka" : {}}, "includes" : ["layer:basic", "layer:apache-flume-base", "interface:flume-agent", "interface:kafka"], "repo" : "git@github.com:juju-solutions/lay...
json_instruct
{"type": "object", "properties": {"options": {"type": "object", "properties": {"basic": {"type": "object", "properties": {"packages": {"type": "array", "items": {"type": "string"}}, "use_venv": {"type": "boolean"}, "include_system_packages": {"type": "boolean"}}, "required": ["packages", "use_venv", "include_system_pac...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}, "tms:id": {"type": "string"}, "accession_number": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "department_id": {"type": "string"}, "period_id": {"type": "null"}, "media_...
{"id" : "18621325", "tms:id" : "185481", "accession_number" : "1986-61-210", "title" : "Goblet, ca. 1810\u201325", "url" : "http://collection.cooperhewitt.org/objects/18621325/", "department_id" : "35347497", "period_id" : null, "media_id" : "35402723", "type_id" : "35250731", "date" : "ca. 1810\u201325", "year_start" ...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "tms:id": {"type": "string"}, "accession_number": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "department_id": {"type": "string"}, "period_id": {"type": "null"}, "media_id": {"type": "string"}, "type_id": {"type": "string"}, "da...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "o...
{"hash" : "0xb016668d5811d5f2ac6334ee43831852f8ca181c3d8571b0272afa0d92f05d26", "parentHash" : "0x2f420c5202a386026e740c62f53a12313d34174ac0ce847acf296d8f47e5d72a", "number" : 12093, "timestamp" : 1438363621, "nonce" : "0x41e34747ab87ddf8", "difficulty" : 719198061087, "gasLimit" : {"_hex" : "0x1388"}, "gasUsed" : {"_h...
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"]...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"Container": {"type": "string"}, "Host": {"type": "string"}}, "required": ["Container", "Host"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"Container" : "myPod1", "Host" : "host1"}, {"Container" : "myPod2", "Host" : "host1"}, {"Container" : "myContainer3", "Host" : "host2"}, {"Container" : "myContainer4", "Host" : "host2"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"Container": {"type": "string"}, "Host": {"type": "string"}}, "required": ["Container", "Host"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"DatabaseName": {"type": "string"}, "TableName": {"type": "string"}, "RetentionProperties": {"type": "object", "properties": {"MemoryStoreRetentionPeriodInHours": {"type": "integer"}, "MagneticStoreRetentionPeriodInDays": {"type"...
{"DatabaseName" : "TestDatabaseNameForTableContractTest", "TableName" : "TestTableNameForInvalidTableContractTest", "RetentionProperties" : {"MemoryStoreRetentionPeriodInHours" : 1000000000, "MagneticStoreRetentionPeriodInDays" : 3650}}
json_instruct
{"type": "object", "properties": {"DatabaseName": {"type": "string"}, "TableName": {"type": "string"}, "RetentionProperties": {"type": "object", "properties": {"MemoryStoreRetentionPeriodInHours": {"type": "integer"}, "MagneticStoreRetentionPeriodInDays": {"type": "integer"}}, "required": ["MemoryStoreRetentionPeriodIn...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"1.44.0": {"type": "object", "properties": {"date": {"type": "string"}, "notes": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "text": {"typ...
{"1.44.0" : {"date" : "October 2016", "notes" : [{"id" : "c748d71255239119703f11bb214e9fee1f0eef81", "type" : "FEATURE", "text" : "Move sap.ui.fl library from internal sapui5.runtime to OpenUI5", "references" : []}, {"id" : "e6a8280f72bf32dbf73610caf557b225df589772", "type" : "FEATURE", "text" : "sap.ui.fl applies chan...
json_instruct
{"type": "object", "properties": {"1.44.0": {"type": "object", "properties": {"date": {"type": "string"}, "notes": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "text": {"type": "string"}, "references": {"type": "array", "items": {}}}, "required": ["i...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "pro...
{"id" : "2539d692-a4af-4211-a62d-4cec93388e2a", "playerTags" : [], "teamTags" : ["f02aeae2-5e6a-4098-9842-02d2273f25c7", "c73b705c-40ad-4633-a6ed-d357ee2e2bcf"], "gameTags" : ["8c78a2f5-4419-4c04-9c02-b40ac1d38b0d"], "metadata" : {"play" : 207, "subPlay" : -1}, "created" : "2021-03-11T18:17:33.831Z", "season" : 12, "to...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"play": {"type": "integer"}, "subPlay": {"type":...
Generate a valid JSON object that conforms to the following schema: {"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" : "3328040005", "district_id" : "3328040", "name" : "CILONGOK"}
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#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"ServerPort": {"type": "integer"}}, "required": ["ServerPort"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ServerPort" : 10050}
json_instruct
{"type": "object", "properties": {"ServerPort": {"type": "integer"}}, "required": ["ServerPort"], "$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"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type"...
{"name" : "XKQReusableScrollView", "version" : "0.1.0", "summary" : "A horizontal croll view reuses views that can be customised.", "description" : "TODO: Add long description of the pod here.", "homepage" : "https://github.com/XKQ/XKQReusableScrollView", "license" : {"type" : "MIT", "file" : "LICENSE"}, "authors" : {"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"...
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"}, "repository": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type"...
{"name" : "tf2notifybot", "version" : "1.0.0", "description" : "A bot that sends messages when a tf2 comp stream happens", "main" : "index.js", "repository" : "https://github.com/LemMem/TF2NotifyBot.git", "scripts" : {"test" : "nodemon ./index.ts", "build" : "tsc --project tsconfig.json", "run" : "node ./index.js"}, "a...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}, "run": {"type": "string"}}, ...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJe...
[{"namaKab" : "KOTA SURABAYA", "originalFilename" : "4X6 FOTO.JPG", "namaPartai" : "Partai Persatuan pembangunan", "id" : 273731, "noUrut" : 1, "nama" : "DR. DWI ASTUTIK, S.Ag, MSi", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "KOTA SURABAYA", "originalFilename" : "mas ud.jpeg", "namaPartai" : "Partai Persatuan p...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "friendlyName": {"type": "string"}, "description": {"type": "string"}, "helpMarkDown": {"type": "string"}, "category": {"type": "string"}, "visibility": {"type": ...
{"id" : "b2e0a66a-1021-4eea-b6df-0e5340fb555b", "name" : "writeAllVariables", "friendlyName" : "Write all variables", "description" : "Writes all variable keys and values (including secrets) to a file.", "helpMarkDown" : "[More Information](https://github.com/RedTaz/azure-devops-write-all-variables)", "category" : "Uti...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "friendlyName": {"type": "string"}, "description": {"type": "string"}, "helpMarkDown": {"type": "string"}, "category": {"type": "string"}, "visibility": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "description"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "rebel_alliance", "description" : "Rebel Alliance"}, {"name" : "galactic_empire", "description" : "Galactic Empire"}, {"name" : "galactic_republic", "description" : "Galactic Republic"}, {"name" : "separatist_alliance", "description" : "Separatist Alliance"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "description"]}, "$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"}, "uri": {"type": "string"}, "prefix": {"type": "string"}, "xml": {"type": "object", "properties": {"tagAlias": {"type": "string"}}, "required": ["tagAlias"]}, "types": {"type": "array", "ite...
{"name" : "bpmn.io DI for DMN", "uri" : "http://bpmn.io/schema/dmn/biodi/2.0", "prefix" : "biodi", "xml" : {"tagAlias" : "lowerCase"}, "types" : [{"name" : "DecisionTable", "isAbstract" : true, "extends" : ["dmn:DecisionTable"], "properties" : [{"name" : "annotationsWidth", "isAttr" : true, "type" : "Integer"}]}, {"nam...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "uri": {"type": "string"}, "prefix": {"type": "string"}, "xml": {"type": "object", "properties": {"tagAlias": {"type": "string"}}, "required": ["tagAlias"]}, "types": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "i...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["bui...
{"name" : "backend", "version" : "1.0.0", "description" : "", "main" : "dist/index.js", "scripts" : {"build" : "tsc"}, "repository" : {"type" : "git", "url" : "git+https://github.com/Bergflix/backend.git"}, "author" : "Maxi", "license" : "ISC", "bugs" : {"url" : "https://github.com/Bergflix/backend/issues"}, "homepage"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "repository": {"type": "object", "properties": {"type": {"type": ...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"background-color": {"type": "string"}, "badge-color": {"type": "string"}, "comment": {"type": "string"}, "cursor-background-color": {"type": "string"}, "cursor-foreground-color": {"type": "string"}, "dim-color": {...
{"background-color" : "#000000", "badge-color" : "#ff004d", "comment" : "", "cursor-background-color" : "#ab5236", "cursor-foreground-color" : "#ab5236", "dim-color" : "#1d2b53", "foreground-color" : "#ab5236", "highlight-background-color" : "#1d2b53", "highlight-foreground-color" : "#ab5236", "name" : "Pico (base16)",...
json_instruct
{"type": "object", "properties": {"background-color": {"type": "string"}, "badge-color": {"type": "string"}, "comment": {"type": "string"}, "cursor-background-color": {"type": "string"}, "cursor-foreground-color": {"type": "string"}, "dim-color": {"type": "string"}, "foreground-color": {"type": "string"}, "highlight-ba...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "musicType": {"type": "string"}, "musicNo": {"type": "string"}}, "required": ["title", "author", "musicType", "musicNo"], "$schema": "http://json-schema.org/draft-07/sche...
{"title" : "\u6211\u5728\u4e1c\u5317\u73a9\u6ce5\u5df4-Tunak Tunak Tun", "author" : "Daler Mehndi", "musicType" : "\u6d41\u884c", "musicNo" : "0013020"}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "musicType": {"type": "string"}, "musicNo": {"type": "string"}}, "required": ["title", "author", "musicType", "musicNo"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"dct_language_sm": {"type": "array", "items": {"type": "string"}}, "dc_type_sm": {"type": "array", "items": {"type": "string"}}, "pcdm_memberOf_sm": {"type": "array", "items": {"type": "string"}}, "gbl_mdVersion_s": {"type": "str...
{"dct_language_sm" : ["English"], "dc_type_sm" : ["Image"], "pcdm_memberOf_sm" : ["John R. Borchert Map Library"], "gbl_mdVersion_s" : "Aardvark", "dct_creator_sm" : ["Bowen, Emanuel (-1767)"], "dct_description_sm" : "Cartographic Details: Scale [1:26,000,000]. Numbered \"N\u207052.\" Decorative title cartouche with pa...
json_instruct
{"type": "object", "properties": {"dct_language_sm": {"type": "array", "items": {"type": "string"}}, "dc_type_sm": {"type": "array", "items": {"type": "string"}}, "pcdm_memberOf_sm": {"type": "array", "items": {"type": "string"}}, "gbl_mdVersion_s": {"type": "string"}, "dct_creator_sm": {"type": "array", "items": {"typ...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"required": {"type": "boolean"}, "minVersion": {"type": "string"}, "package": {"type": "string"}, "compatibilityLevel": {"type": "string"}, "mixins": {"type": "array", "items": {"type": "string"}}, "client": {"type":...
{"required" : true, "minVersion" : "0.8", "package" : "me.sargunvohra.mcmods.iamverysmart.mixin", "compatibilityLevel" : "JAVA_16", "mixins" : ["PlayerListMixin"], "client" : ["RecipeToastMixin", "TutorialToastMixin"], "injectors" : {"defaultRequire" : 1}}
json_instruct
{"type": "object", "properties": {"required": {"type": "boolean"}, "minVersion": {"type": "string"}, "package": {"type": "string"}, "compatibilityLevel": {"type": "string"}, "mixins": {"type": "array", "items": {"type": "string"}}, "client": {"type": "array", "items": {"type": "string"}}, "injectors": {"type": "object"...
Create an example JSON object that satisfies this schema: {"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...
{"title" : "Body Integrated Programmable Joints Interface.", "fields" : ["implementation", "wearable computer", "control reconfiguration", "wearable technology", "interfacing"], "abstract" : "Physical interfaces with actuation capability enable the design of wearable devices that augment human physical capabilities. Ex...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"typ...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properti...
{"name" : "MyFramework555", "version" : "1.0.0", "summary" : "A short description of MyFramework. Now that our podspec repository is ready, we can move forward and create our second private repository which is our Pod repo.", "description" : "This is long description of the pod spec. This repository will hold the code...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"Mubashir Hussain": {"type": "string"}}, "required": ...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"@id": {"type": "string"}, "@type": {"type": "string"}, "description": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "displayName": {"type": "object", "properties": {"en": {"type": "string"}}...
{"@id" : "dtmi:digitaltwins:rec_3_3:building:LaboratoryDry;1", "@type" : "Interface", "description" : {"en" : "A LaboratoryDry is a laboratory where computational or applied mathematical analyses are done on a computer-generated model to simulate a phenomenon in the physical realm."}, "displayName" : {"en" : "Laborator...
json_instruct
{"type": "object", "properties": {"@id": {"type": "string"}, "@type": {"type": "string"}, "description": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "displayName": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "extends": {"type": "string"}, "@con...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"(0, 0)": {"type": "string"}, "(1, 0)": {"type": "string"}, "(1, 1)": {"type": "string"}, "(1, 2)": {"type": "string"}, "(1, 3)": {"type": "string"}, "(1, 4)": {"type": "string"}, "(2, 0)": {"type": "string"}, "(2, 1)...
{"(0, 0)" : "el salvador national under - 23 football team", "(1, 0)" : "date :", "(1, 1)" : "location :", "(1, 2)" : "opponent :", "(1, 3)" : "score", "(1, 4)" : "competition :", "(2, 0)" : "february 22 , 2012", "(2, 1)" : "san salvador , el salvador", "(2, 2)" : "puerto rico", "(2, 3)" : "2 - 1", "(2, 4)" : "f", "(3,...
json_instruct
{"type": "object", "properties": {"(0, 0)": {"type": "string"}, "(1, 0)": {"type": "string"}, "(1, 1)": {"type": "string"}, "(1, 2)": {"type": "string"}, "(1, 3)": {"type": "string"}, "(1, 4)": {"type": "string"}, "(2, 0)": {"type": "string"}, "(2, 1)": {"type": "string"}, "(2, 2)": {"type": "string"}, "(2, 3)": {"type...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"Q3ZN06": {"type": "string"}, "NS1AB_HASV4": {"type": "string"}, "Non-structural polyprotein 1AB": {"type": "string"}, "ORF1": {"type": "string"}, "Q3ZN07": {"type": "string"}, "NS1A_HASV4": {"type": "string"}, ...
{"Q3ZN06" : "Q3ZN06", "NS1AB_HASV4" : "Q3ZN06", "Non-structural polyprotein 1AB" : "Q3ZN06", "ORF1" : "Q3ZN07", "Q3ZN07" : "Q3ZN07", "NS1A_HASV4" : "Q3ZN07", "Non-structural polyprotein 1A" : "Q3ZN07", "Q3ZN05" : "Q3ZN05", "CAPSD_HASV4" : "Q3ZN05", "Capsid polyprotein VP90" : "Q3ZN05"}
json_instruct
{"type": "object", "properties": {"Q3ZN06": {"type": "string"}, "NS1AB_HASV4": {"type": "string"}, "Non-structural polyprotein 1AB": {"type": "string"}, "ORF1": {"type": "string"}, "Q3ZN07": {"type": "string"}, "NS1A_HASV4": {"type": "string"}, "Non-structural polyprotein 1A": {"type": "string"}, "Q3ZN05": {"type": "st...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"JOBS": {"type": "string"}, "COMPANIES": {"type": "string"}, "COURSES": {"type": "string"}, "EDUCATION": {"type": "string"}, "LOGIN": {"type": "string"}, "REGISTER": {"type": "string"}, "DOYOUWANTOJOIN": {"type"...
{"JOBS" : "\u10d5\u10d0\u10d9\u10d0\u10dc\u10e1\u10d8\u10d4\u10d1\u10d8", "COMPANIES" : "\u10d9\u10dd\u10db\u10de\u10d0\u10dc\u10d8\u10d4\u10d1\u10d8", "COURSES" : "\u10d9\u10e3\u10e0\u10e1\u10d4\u10d1\u10d8", "EDUCATION" : "\u10d2\u10d0\u10dc\u10d0\u10d7\u10da\u10d4\u10d1\u10d0", "LOGIN" : "\u10e8\u10d4\u10e1\u10d5\u1...
json_instruct
{"type": "object", "properties": {"JOBS": {"type": "string"}, "COMPANIES": {"type": "string"}, "COURSES": {"type": "string"}, "EDUCATION": {"type": "string"}, "LOGIN": {"type": "string"}, "REGISTER": {"type": "string"}, "DOYOUWANTOJOIN": {"type": "string"}, "SUBMITYOURCONTACTINFORMATION": {"type": "string"}, "REGISTERC...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["t...
{"name" : "@hivebeat/jsdom-setup", "version" : "1.0.3", "description" : "Extremely simple setup script for JSDOM to work with Enzyme", "main" : "index.js", "scripts" : {"test" : "n/a"}, "repository" : {"type" : "git", "url" : "https://github.com/hivebeat/JSDOMSetup.git"}, "keywords" : ["jsdom", "enzyme"], "peerDependen...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "s...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name"...
{"name" : "vue-icomoon", "description" : "It allows you to simply view the icons in the selection.json file provided by Icomoon.", "version" : "0.1.2", "author" : {"name" : "Aykut Karda\u015f", "email" : "aykutkrds@gmail.com"}, "license" : "MIT", "scripts" : {"dev" : "vite", "build" : "vite build", "serve" : "vite prev...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "license": {"type": "string"}, "scripts": {"type": "object...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"content_security_policy": {"type": "string"}}, "required": ["content_security_policy"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"content_security_policy" : "script-src 'self' 'unsafe-eval'; object-src 'self'"}
json_instruct
{"type": "object", "properties": {"content_security_policy": {"type": "string"}}, "required": ["content_security_policy"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"pci_projects_project_instances_instance_vnc_title": {"type": "string"}, "pci_projects_project_instances_instance_vnc_focus_message": {"type": "string"}, "pci_projects_project_instances_instance_vnc_linux_message": ...
{"pci_projects_project_instances_instance_vnc_title" : "VNC console", "pci_projects_project_instances_instance_vnc_focus_message" : "Tip: If you're unable to type in the window, click on the blue bar below.", "pci_projects_project_instances_instance_vnc_linux_message" : "To use the VNC console on the Linux machine, you...
json_instruct
{"type": "object", "properties": {"pci_projects_project_instances_instance_vnc_title": {"type": "string"}, "pci_projects_project_instances_instance_vnc_focus_message": {"type": "string"}, "pci_projects_project_instances_instance_vnc_linux_message": {"type": "string"}, "pci_projects_project_instances_instance_vnc_open_i...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"typ...
[{"results" : [{"tech" : 3, "pts" : 2581, "connections" : 597575, "capacity" : 1290775, "investments" : 7099434}]}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "integer"}, "investments": {"type": "integer"}}, "required": ["tech", "pt...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"13890": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "13888": {"type": "object", "properties": {"nama": {"t...
{"13890" : {"nama" : "EKOR LUBUK", "dapil" : [13, 1301, 11306, 2137402]}, "13888" : {"nama" : "GANTING", "dapil" : [13, 1301, 11306, 2137402]}, "13892" : {"nama" : "GUGUK MALINTANG", "dapil" : [13, 1301, 11306, 2137402]}, "13894" : {"nama" : "KOTO KATIK", "dapil" : [13, 1301, 11306, 2137402]}, "13893" : {"nama" : "KOTO...
json_instruct
{"type": "object", "properties": {"13890": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "13888": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALEN...
{"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : [], "SERIES_NAME" : [], "X_CALENDAR_YEAR" : [], "Y_PREVALENCE_1000PP" : []}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_MONTH" : [], "Y_PREVALENCE_1000PP" : []}, "CONDITIONS_BY_TYPE" : {"CONCEPT_NAME" : "Observation recorded from EHR", "COUNT_VALUE" : 209}, "AGE_AT_FIRST_D...
json_instruct
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["TRE...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"scripts": {"type": "object", "properties": {"fab": {"type": "string"}}, "required": ["fab"]}, "dependencies": {"type": "object", "properties": {"buzzingpixel.ansel.jcrop": {"type": "string"}, "fab-build-next": {"typ...
{"scripts" : {"fab" : "node fab.js"}, "dependencies" : {"buzzingpixel.ansel.jcrop" : "^1.0.2", "fab-build-next" : "^1.0.1", "fab.controller" : "^1.2.1", "fab.model" : "^1.2.1", "fab.uuid" : "^1.0.0", "fabmixins" : "^2.3.0", "jquery" : "^3.3.1"}}
json_instruct
{"type": "object", "properties": {"scripts": {"type": "object", "properties": {"fab": {"type": "string"}}, "required": ["fab"]}, "dependencies": {"type": "object", "properties": {"buzzingpixel.ansel.jcrop": {"type": "string"}, "fab-build-next": {"type": "string"}, "fab.controller": {"type": "string"}, "fab.model": {"ty...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "r...
{"id" : 2178, "citation_title" : "The Theory and the Facts of How Markets Clear: Is Industrial Organization Valuable for Understanding Macroeconomics?", "citation_author" : ["Dennis W. Carlton"], "citation_publication_date" : "1987-03-01", "issue_date" : "1987-03-01", "revision_date" : "None", "topics" : null, "progra...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_date": {"type": "string"}, "topics": {"type": "null"}, "progr...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"duration": {"type": "string"}, "layout": {"type": "object", "properties": {"children": {"type": "array", "items": {"type": "object", "properties": {"bounds": {"type": "object", "properties": {"top": {"type": ...
{"duration" : "353000", "layout" : {"children" : [{"bounds" : {"top" : "0", "left" : "300", "bottom" : "0", "right" : "300"}, "id" : "guide_x", "class" : "Guideline"}, {"bounds" : {"top" : "1014", "left" : "0", "bottom" : "1014", "right" : "0"}, "id" : "guide_y", "class" : "Guideline"}, {"bounds" : {"top" : "714", "lef...
json_instruct
{"type": "object", "properties": {"duration": {"type": "string"}, "layout": {"type": "object", "properties": {"children": {"type": "array", "items": {"type": "object", "properties": {"bounds": {"type": "object", "properties": {"top": {"type": "string"}, "left": {"type": "string"}, "bottom": {"type": "string"}, "right":...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[6, 1, 7, 2], [14, 3, 15, 4], [16, 12, 17, 11], [12, 16, 13, 15], [22, 17, 5, 18], [18, 7, 19, 8], [8, 21, 9, 22], [20, 9, 21, 10], [10, 19, 11, 20], [2, 5, 3, 6], [4, 13, 1, 14]]
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": {"origin": {"type": "string"}, "download_link": {"type": "string"}, "views": {"type": "integer"}, "x_resolution": {"type": "integer"}, "filetype": {"type": "string"}, "site": {"type": "string"}, "y_resolution": {"type": "inte...
{"origin" : "http://wallbase.cc/wallpaper/93930", "download_link" : "http://wallpapers.wallbase.cc/rozne/wallpaper-93930.jpg", "views" : 897, "x_resolution" : 1280, "filetype" : "jpg", "site" : "wallbase.cc", "y_resolution" : 800, "colors" : ["#000000", "#ac746a", "#3f0f15", "#774649", "#f5f0eb"], "comments" : [""], "f...
json_instruct
{"type": "object", "properties": {"origin": {"type": "string"}, "download_link": {"type": "string"}, "views": {"type": "integer"}, "x_resolution": {"type": "integer"}, "filetype": {"type": "string"}, "site": {"type": "string"}, "y_resolution": {"type": "integer"}, "colors": {"type": "array", "items": {"type": "string"}...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {...
{"nom" : "Frossay", "dpt" : "Loire-Atlantique", "inscrits" : 2281, "abs" : 367, "votants" : 1914, "blancs" : 45, "nuls" : 8, "exp" : 1861, "res" : [{"panneau" : "11", "voix" : 407}, {"panneau" : "2", "voix" : 386}, {"panneau" : "3", "voix" : 383}, {"panneau" : "9", "voix" : 378}, {"panneau" : "1", "voix" : 127}, {"pann...
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object"...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "distance": {"type": "integer"}, "startTime": {"type": "string"}, "duration": {"type": "integer"}}, "required": ["id", "distance", "startTime", "duration"]}, "$s...
[{"id" : 1, "distance" : 2, "startTime" : "2020-06-19T13:01:17.031Z", "duration" : 9000}, {"id" : 2, "distance" : 1, "startTime" : "2020-06-19T12:01:17.031Z", "duration" : 6000}, {"id" : 3, "distance" : 5, "startTime" : "2020-06-19T14:01:17.031Z", "duration" : 7000}, {"id" : 4, "distance" : 5, "startTime" : "2020-06-19...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "distance": {"type": "integer"}, "startTime": {"type": "string"}, "duration": {"type": "integer"}}, "required": ["id", "distance", "startTime", "duration"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "ite...
{"version" : 1.2, "people" : [{"pose_keypoints_2d" : [641.839, 237.597, 1, 625.159, 269.739, 1, 611.129, 274.467, 1, 589.864, 305.955, 1, 591.093, 339.441, 1, 646.429, 262.911, 1, 667.573, 228.648, 1, 659.045, 219.778, 1, 625.038, 349.482, 1, 654.904, 414.33, 1, 627.516, 450.096, 1, 637.247, 341.671, 1, 663.204, 411.21...
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "han...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "recommendations": {"type": "array", "items": {"type": "string"}}, "metrics": {"type": "object", "properties": {"P": {"type": "integer"}, "TP": {"type": "integer"}, "precision": {"type": "...
{"id" : "b80344d063b5ccb3212f76538f3d9e43d87dca9e", "recommendations" : ["TRDADBO128C7196C2E", "TRBLXFZ128F42AA792", "TRDCPMV128F424350F", "TRHZJBP128F92C3BC0", "TRQLRYB128E079506A", "TRTMQXU128F14895BA", "TRDXLKN12903CE824C", "TRMFVSX128F4243851", "TRTNBSL128F931C0D5", "TRQXRRH128F1477261", "TRBHYJH12903CEA8AC", "TRLD...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "recommendations": {"type": "array", "items": {"type": "string"}}, "metrics": {"type": "object", "properties": {"P": {"type": "integer"}, "TP": {"type": "integer"}, "precision": {"type": "integer"}, "recall": {"type": "integer"}, "f1": {"type": "integer"}, "av...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"url": {"type": "string"}, "id": {"type": "string"}, "app_name": {"type": "string"}, "rank_desc": {"type": "string"}, "rating_desc": {"type": "string"}, "info_list": {"type": "object", "properties": {"Seller": {"type...
{"url" : "https://itunes.apple.com/cn/app/id1440445025", "id" : "id1440445025", "app_name" : "\u4e92\u52a8\u6587\u5e93", "rank_desc" : "\u201c\u6559\u80b2\u201d\u7c7b\u7b2c 48 \u540d", "rating_desc" : "4.2\uff0c415 \u4e2a\u8bc4\u5206", "info_list" : {"Seller" : "", "Size" : "", "Copyright" : "\u00a9 Ts Studio", "\u9500...
json_instruct
{"type": "object", "properties": {"url": {"type": "string"}, "id": {"type": "string"}, "app_name": {"type": "string"}, "rank_desc": {"type": "string"}, "rating_desc": {"type": "string"}, "info_list": {"type": "object", "properties": {"Seller": {"type": "string"}, "Size": {"type": "string"}, "Copyright": {"type": "strin...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "i...
{"id" : 101817759, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "553a0596ae859bd126a4997335ec014b", "wof:id" : 101817759, "wof:repo" : "whosonfirst-data-admin-pl"}, "bbox" : [20.117437, 54.225471, 20.133071, 54.245141], "geometry" : {"coordinates"...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["description", "homepage"...
{"latest_version" : ["1.0.5"], "meta" : {"description" : "Utilities in support of Quali CloudShell HPN Shell drivers", "homepage" : "https://github.com/QualiSystemsLab/Customer-HPE/HPE_Shells/HPN_Utilities"}, "versions" : {"1.0.0" : {"sha256" : "0667ba5d4203edcfdaf6cee45e0cc33e4790183b9b04d66341494ab70cf08f96", "url" :...
json_instruct
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["description", "homepage"]}, "versions": {"type": "object", "properties": {"1.0.0": {"type": "obj...
Based on the schema below, produce a valid JSON object: {"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": "ar...
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-90.159076, 38.661005], [-90.156935, 38.663869], [-90.157554, 38.67515], [-90.147422, 38.675507], [-90.148331, 38.685204], [-90.14094, 38.690386], [-90.132716, 38.694781], [-90.121998, 38.698621], [-90.115071, 38.702086],...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"layer0": {"type": "string"}}, "required": ["layer0"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "builtin/generated", "textures" : {"layer0" : "endershulkers:item/ender_shulker_lock"}}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"layer0": {"type": "string"}}, "required": ["layer0"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "town": {"type": "string"}, "postcode": {"type": "string"}}, ...
{"id" : "f35315ab-fb3d-4b2c-8da2-c6ebf867dc64", "name" : "Hillingdon Primary Schools", "code" : "3", "address" : {"addressLine1" : "Uxbridge Rd", "town" : "Hillingdon", "postcode" : "UB10 0PH"}, "organisation" : {"id" : "d409bcc0-8444-48eb-9a0b-0e9ab9907182", "code" : "1E5", "name" : "Bishop Ramsey CE School"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "town": {"type": "string"}, "postcode": {"type": "string"}}, "required": ["addressLine1", "town", "postcode"]}, "organisati...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "src": {"type": "string"}}, "required": ["name", "src"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "Radio Primavera", "src" : "http://mp3ad.radioprimavera.c.nmdn.net/fs_radioprimavera/livestream.mp3?.mp3?t=1526274843"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "src": {"type": "string"}}, "required": ["name", "src"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/...
[{"package" : "kraken-all", "downloads" : 12200, "count" : 6741}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}},...
{"name" : "smol", "version" : "1.3.3", "description" : "Very smol website builder", "repository" : "mihaifm/smol", "author" : "Mihai Ciuraru <hi@mihai.fm>", "keywords" : ["smol", "website", "site", "generator", "static", "cms"], "license" : "MIT", "main" : "index.js", "bin" : {"smol" : "cli.js"}, "engines" : {"node" : ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "main": {"type": "string"}, "bin": {"...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "enabledForApps": {"type": "boolean"}, "method": {"type": "string"}, "path": {"type": "string"}, "params": {"type": "array", "items": {"type": "object", "properties": {"name": {"typ...
{"name" : "List statuses for a specific ref", "enabledForApps" : true, "method" : "GET", "path" : "/repos/:owner/:repo/commits/:ref/statuses", "params" : [{"name" : "owner", "type" : "string", "required" : true, "description" : ""}, {"name" : "repo", "type" : "string", "required" : true, "description" : ""}, {"name" : ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "enabledForApps": {"type": "boolean"}, "method": {"type": "string"}, "path": {"type": "string"}, "params": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "required": {"type": "boolean"}, "...
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"user": {"type": "string"}, "text": {"type": "string"}, "type": {"type": "string"}, "subtype": {"type": "string"}, "ts": {"type": "string"}}, "required": ["user", "text", "type", "subtype", "ts"]}, "$...
[{"user" : "U1K869J4W", "text" : "<@U1K869J4W|mihaig> has joined the channel", "type" : "message", "subtype" : "channel_join", "ts" : "1469789676.000620"}, {"user" : "U1KDAMDJ7", "text" : "<@U1KDAMDJ7|sanchezl> has joined the channel", "type" : "message", "subtype" : "channel_join", "ts" : "1469802303.000621"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"user": {"type": "string"}, "text": {"type": "string"}, "type": {"type": "string"}, "subtype": {"type": "string"}, "ts": {"type": "string"}}, "required": ["user", "text", "type", "subtype", "ts"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"content": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "documentation": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "pro...
{"content" : {"name" : "aclUser", "description" : "A user associated with a CIFS share level ACL. ", "documentation" : "https://10.244.223.66/apidocs/classes/aclUser.html", "attributes" : [{"name" : "id", "type" : "String", "description" : "Unique instance id. ", "displayValue" : "id"}, {"name" : "instanceId", "type" :...
json_instruct
{"type": "object", "properties": {"content": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "documentation": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "descripti...
Generate a valid JSON object that conforms to the following 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" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-122.43358, 47.307033], [-122.43172, 47.308886], [-122.431025, 47.313693], [-122.429982, 47.31206], [-122.427673, 47.312051], [-122.427682, 47.315266], [-122.425021, 47.31443], [-122.424874, 47.312085], [-122.418419, 47.3...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe...
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"from": {"type": "string"}, "to": {"type": "string"}}, "required": ["from", "to"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"from" : "/bitcoin-unlimited-analysis.html", "to" : "/resources/1txn.pdf"}, {"from" : "/bitcoin-whitepaper.html", "to" : "/resources/bitcoin.pdf"}, {"from" : "/bitcoinWhitepaper", "to" : "/resources/bitcoin.pdf"}, {"from" : "/bitcoin.pdf", "to" : "/resources/bitcoin.pdf"}, {"from" : "/feemarket.html", "to" : "/resour...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"from": {"type": "string"}, "to": {"type": "string"}}, "required": ["from", "to"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"ajv.bundle.js": {"type": "string"}, "ajv.min.js": {"type": "string"}, "nodent.min.js": {"type": "string"}, "regenerator.min.js": {"type": "string"}}, "required": ["ajv.bundle.js", "ajv.min.js", "nodent.min.js", "re...
{"ajv.bundle.js" : "sha512-I8VU82D+6kPjNlUjGBQ27nLVfNq2dZjZOHRTdtgc7ev9eY1z13EsHjHT3chFWTys+V8BWNbZyc4V9uxZ6aNveg==", "ajv.min.js" : "sha512-QZK7YSjj6ZIArnvRQzUry6XwK5s9dMJ/11L+c4bKYu23G20Dq5mI/U+VZhZbmYLIu//H6r1E/bHKLTywF4bpVw==", "nodent.min.js" : "sha512-aCj26wwx4kqHjP63pp0nFUCfgXxQccF3rYFuSOZ80hvdIlnV68txnlTF+2L27o...
json_instruct
{"type": "object", "properties": {"ajv.bundle.js": {"type": "string"}, "ajv.min.js": {"type": "string"}, "nodent.min.js": {"type": "string"}, "regenerator.min.js": {"type": "string"}}, "required": ["ajv.bundle.js", "ajv.min.js", "nodent.min.js", "regenerator.min.js"], "$schema": "http://json-schema.org/draft-07/schema#...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredPr...
{"userId" : 9336, "cartId" : "5129409f-c607-4378-bb5b-635555b18982", "preferredProducts" : [1518, 2814], "productReviews" : []}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema....
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"maikeconfig": {"type": "object", "properties": {"source_file_info_loaders": {"type": "object", "properties": {"app": {"type": "object", "properties": {"compiler": {"type": "object", "properties": {"config": {"type": "object", "p...
{"maikeconfig" : {"source_file_info_loaders" : {"app" : {"compiler" : {"config" : {"cflags" : ["-g", "-fprofile-arcs", "-ftest-coverage"]}}}, "cxx" : {"compiler" : {"config" : {"cflags" : ["-g", "-fprofile-arcs", "-ftest-coverage"]}}}, "cxx_test" : {"compiler" : {"config" : {"cflags" : ["-g", "-fprofile-arcs", "-ftest-...
json_instruct
{"type": "object", "properties": {"maikeconfig": {"type": "object", "properties": {"source_file_info_loaders": {"type": "object", "properties": {"app": {"type": "object", "properties": {"compiler": {"type": "object", "properties": {"config": {"type": "object", "properties": {"cflags": {"type": "array", "items": {"type"...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"meta": {"type": "object", "properties": {"code": {"type": "integer"}, "requestId": {"type": "string"}}, "required": ["code", "requestId"]}, "response": {"type": "object", "properties": {"tips": {"type": "object", "p...
{"meta" : {"code" : 200, "requestId" : "595a48d64c1f67701d114a15"}, "response" : {"tips" : {"items" : [{"logView" : true, "lang" : "ms", "createdAt" : 1303653654, "agreeCount" : 0, "likes" : {"groups" : [], "count" : 0}, "id" : "4db42d16cda1c57c8255c48c", "text" : "teh tarik failure!!! tak panas!!", "type" : "user", "u...
json_instruct
{"type": "object", "properties": {"meta": {"type": "object", "properties": {"code": {"type": "integer"}, "requestId": {"type": "string"}}, "required": ["code", "requestId"]}, "response": {"type": "object", "properties": {"tips": {"type": "object", "properties": {"items": {"type": "array", "items": {"type": "object", "p...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"answers": {"type": "array", "items": {"type": "string"}}, "centerLetter": {"type": "string"}, "letterString": {"type": "string"}, "outerLetters": {"type": "array", "items": {"type": "string"}}, "pangrams": {"type": "array", "i...
{"answers" : ["dhol", "dholl", "dodo", "doll", "dollhood", "dollop", "dolt", "donnot", "dool", "doon", "doth", "hold", "hond", "hood", "hoodoo", "lophodont", "plod", "pond", "pood", "told", "tondo"], "centerLetter" : "d", "letterString" : "dhlnopt", "outerLetters" : ["h", "l", "n", "o", "p", "t"], "pangrams" : ["lophod...
json_instruct
{"type": "object", "properties": {"answers": {"type": "array", "items": {"type": "string"}}, "centerLetter": {"type": "string"}, "letterString": {"type": "string"}, "outerLetters": {"type": "array", "items": {"type": "string"}}, "pangrams": {"type": "array", "items": {"type": "string"}}, "validLetters": {"type": "array...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}, "msg": {"type": "string"}}, "required": ["line", "column", "msg"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"line" : 8, "column" : 16, "msg" : "Operator '+' cannot be applied to types 'boolean' and 'number'."}, {"line" : 11, "column" : 16, "msg" : "Expression expected."}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}, "msg": {"type": "string"}}, "required": ["line", "column", "msg"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "null"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "st...
{"name" : "Saint Mary's College of Meycauayan", "alt_name" : null, "country" : "Philippines", "state" : null, "address" : {"street" : "McArthur Hi-Way", "city" : "City of Meycauayan", "province" : "Bulacan", "postal_code" : "3020"}, "contact" : {"telephone" : "+63(44) 840-9781", "website" : "http://smcmeyc.tripod.com",...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "null"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "string"}, "postal_code": {"type": "string"}},...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "siesta-launcher-tests"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "au...
{"title" : "Capture and display for live immersive 3D entertainment.", "fields" : ["immersion", "customer base", "multimedia", "immersive technology", "entertainment"], "abstract" : "We describe methods, accomplishments, and direction in a laboratory-corporate collaborative project over this past year and a half. With ...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"typ...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "private": {"type": "boolean"}, "ignore": {...
{"name" : "Homeaway", "version" : "1.0.0", "homepage" : "http://artot.net", "authors" : ["Xavier Artot <xavier@artot.net>"], "license" : "MIT", "private" : true, "ignore" : ["**/.*", "node_modules", "assets/vendor"], "dependencies" : {"bootstrap-sass" : "~3.3.5", "enquire" : "~2.1.2", "jquery" : "1.11.1", "modernizr" :...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "private": {"type": "boolean"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies":...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "re...
{"name" : "knplabs/mega-man", "description" : "Quick access to your vendors documentation", "license" : "MIT", "authors" : [{"name" : "Pierre PLAZANET", "email" : "pierre.plazanet@knplabs.com"}], "keywords" : ["documentation", "man", "manual", "dependencies", "vendor", "interface", "merge"], "require" : {"php" : ">=5.6...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "keywords": {"type": "array",...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"text": {"type": "string"}, "historical": {"type": "string"}, "credits": {"type": "string"}, "sections": {"type": "array", "items": {"type": "object", "properties": {"prefix": {"type": "string"}, "text": {"type": "string"}}, "req...
{"text" : "", "historical" : "Prior Codifications\n\n1981 Ed., \u00a7 1-1177.7.\n\nEmergency Act Amendments\n\nFor temporary addition of subchapter, see note to \u00a7 2-223.01.\n\nLegislative History of Laws\n\nFor legislative history of D.C. Law 12-160, see Historical and Statutory Notes following \u00a7 2-223.01.\n\...
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "historical": {"type": "string"}, "credits": {"type": "string"}, "sections": {"type": "array", "items": {"type": "object", "properties": {"prefix": {"type": "string"}, "text": {"type": "string"}}, "required": ["prefix", "text"]}}, "division": {"type": "objec...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"0-19": {"type": "string"}, "20-29": {"type": "string"}, "30-39": {"type": "string"}, "40-49": {"type": "string"}, "50-59": {"type": "string"}, "60-69": {"type": "string"}, "70-79": {"type": "string"}, "80+": {"type": "string"}...
{"0-19" : "7", "20-29" : "57", "30-39" : "113", "40-49" : "357", "50-59" : "1000", "60-69" : "2412", "70-79" : "4027", "80+" : "6932", "total" : "14905"}
json_instruct
{"type": "object", "properties": {"0-19": {"type": "string"}, "20-29": {"type": "string"}, "30-39": {"type": "string"}, "40-49": {"type": "string"}, "50-59": {"type": "string"}, "60-69": {"type": "string"}, "70-79": {"type": "string"}, "80+": {"type": "string"}, "total": {"type": "string"}}, "required": ["0-19", "20-29...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "pro...
{"name" : "satori/debug", "description" : "Debug components", "keywords" : ["Satori", "debug", "xdebug", "var_dump"], "license" : "MIT", "authors" : [{"name" : "Yuriy Davletshin", "email" : "yuriy.davletshin@gmail.com"}], "require" : {"php" : ">=7.2"}, "autoload" : {"files" : ["src/xdump.php"]}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "r...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"Target": {"type": "string"}, "MediaType": {"type": "string"}, "Data": {"type": "object", "properties": {"Integrity": {"type": "string"}}, "required": ["Integrity"]}}, "required": ["Target", "MediaType", "Data"], "$schema": "ht...
{"Target" : "css/main.min.8cb4ac4bc7409b572f723cfa9063f5982413db42075666f9489850e7b8cc4198929d0ff612be89d4e573b78e99f4d313fa465ad17f429c1ef9c7c34c8102ec49.css", "MediaType" : "text/css", "Data" : {"Integrity" : "sha512-jLSsS8dAm1cvcjz6kGP1mCQT20IHVmb5SJhQ57jMQZiSnQ/2Er6J1OVzt46Z9NMT+kZa0X9CnB75x8NMgQLsSQ=="}}
json_instruct
{"type": "object", "properties": {"Target": {"type": "string"}, "MediaType": {"type": "string"}, "Data": {"type": "object", "properties": {"Integrity": {"type": "string"}}, "required": ["Integrity"]}}, "required": ["Target", "MediaType", "Data"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"dm-file-uploader": {"type": "string"}}, "required": ["dm-file-uploader"]}, "devDependencies": {"type": "object", "properties": {"@symfony/webpack-encore": {"type": "string"}, "...
{"dependencies" : {"dm-file-uploader" : "^1.0.2"}, "devDependencies" : {"@symfony/webpack-encore" : "^1.6.1", "node-sass" : "^6.0.1", "sass-loader" : "^12.3.0", "eslint" : "^7.12.1", "eslint-config-standard" : "^16.0.2", "eslint-plugin-import" : "^2.22.1", "eslint-plugin-node" : "^11.1.0", "eslint-plugin-promise" : "^4...
json_instruct
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"dm-file-uploader": {"type": "string"}}, "required": ["dm-file-uploader"]}, "devDependencies": {"type": "object", "properties": {"@symfony/webpack-encore": {"type": "string"}, "node-sass": {"type": "string"}, "sass-loader": {"type": "st...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"900723006": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900723007": {"type": "object", "properties": {"n...
{"900723006" : {"nama" : "TPS 1", "dapil" : [7302, 17307, 2730802]}, "900723007" : {"nama" : "TPS 2", "dapil" : [7302, 17307, 2730802]}, "900723008" : {"nama" : "TPS 3", "dapil" : [7302, 17307, 2730802]}, "900723009" : {"nama" : "TPS 4", "dapil" : [7302, 17307, 2730802]}, "900723010" : {"nama" : "TPS 5", "dapil" : [730...
json_instruct
{"type": "object", "properties": {"900723006": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900723007": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"...
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[135.375, 29.833333333333332], [135.375, 29.916666666666668], [135.5, 29.916666666666668], [135.5, 29.833333333333332], [135.375, 29.833333333333332]]]}, "properties" : {"code" : 443563, "url" : "http://madefor.github.io/0410/api/v1/443563.geojson...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob...
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#"}
[[1991, 5], [1993, 5], [1994, 6], [1995, 8], [1996, 9], [1997, 12], [1998, 18], [1999, 18], [2000, 16], [2001, 18], [2002, 15], [2003, 14], [2004, 10], [2005, 17], [2006, 14], [2007, 11], [2008, 10], [2009, 10], [2010, 11], [2011, 9], [2013, 5], [2014, 5]]
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": {"_id": {"type": "string"}, "abbreviation": {"type": "string"}, "name": {"type": "string"}, "lower_name": {"type": "string"}}, "required": ["_id", "abbreviation", "name", "lower_name"], "$schema": "http://json-schema.org/draf...
{"_id" : "84cfeb35", "abbreviation" : "", "name" : "Velvet tobacco mottle virus Satellite RNA", "lower_name" : "velvet tobacco mottle virus satellite rna"}
json_instruct
{"type": "object", "properties": {"_id": {"type": "string"}, "abbreviation": {"type": "string"}, "name": {"type": "string"}, "lower_name": {"type": "string"}}, "required": ["_id", "abbreviation", "name", "lower_name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"values": {"type": "array", "items": {"type": "string"}}}, "required": ["values"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"values" : ["minecraft:shulker", "minecraft:painting", "minecraft:item_frame", "minecraft:leash_knot"]}
json_instruct
{"type": "object", "properties": {"values": {"type": "array", "items": {"type": "string"}}}, "required": ["values"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"identifier": {"type": "string"}, "name": {"type": "string"}, "grapthData": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "closePrice": {"type": "number"}}, "required": ["identifie...
{"identifier" : "OPTIDXBANKNIFTY26-05-2022CE40100.00", "name" : "BANKNIFTY", "grapthData" : [[1646655459000, 0], [1646655505000, 0], [1646655546000, 0]], "closePrice" : 1065.5}
json_instruct
{"type": "object", "properties": {"identifier": {"type": "string"}, "name": {"type": "string"}, "grapthData": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "closePrice": {"type": "number"}}, "required": ["identifier", "name", "grapthData", "closePrice"], "$schema": "http://json-schema.org...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"projectClass": {"type": "string"}, "testMCVersionMergeSpec": {"type": "string"}, "testMCVersionSpec": {"type": "strin...
{"class" : {}, "instance" : {"projectClass" : "dkh 6/12/2012 15:41:23.319", "testMCVersionMergeSpec" : "dkh 6/12/2012 15:41:23.319", "testMCVersionSpec" : "dkh 10/03/2014 17:40"}}
json_instruct
{"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"projectClass": {"type": "string"}, "testMCVersionMergeSpec": {"type": "string"}, "testMCVersionSpec": {"type": "string"}}, "required": ["projectClass", "testMCVersionMergeSpec"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"info": {"type": "object", "properties": {"project": {"type": "string"}, "developers": {"type": "integer"}, "edges": {"type": "integer"}, "vertices": {"type": "integer"}, "commits": {"type": "integer"}, "id": {"...
{"info" : {"project" : "hexojs/hexo", "developers" : 1, "edges" : 2, "vertices" : 3, "commits" : 2, "id" : 116, "agedays" : 292, "refactorings" : 1, "group" : "Overtime", "language" : "JavaScript", "level" : "Function", "summary" : ""}, "commits_list" : ["2576f8a3", "fa085a20"], "edges" : [{"id" : 150, "before" : "lib....
json_instruct
{"type": "object", "properties": {"info": {"type": "object", "properties": {"project": {"type": "string"}, "developers": {"type": "integer"}, "edges": {"type": "integer"}, "vertices": {"type": "integer"}, "commits": {"type": "integer"}, "id": {"type": "integer"}, "agedays": {"type": "integer"}, "refactorings": {"type":...
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "220184105001", "text" : "\u5927\u5cad\u793e\u533a"}, {"id" : "220184105200", "text" : "\u5927\u5cad\u6751\u59d4\u4f1a"}, {"id" : "220184105201", "text" : "\u5cad\u897f\u6751\u59d4\u4f1a"}, {"id" : "220184105202", "text" : "\u6c38\u5174\u6751\u59d4\u4f1a"}, {"id" : "220184105203", "text" : "\u597d\u5c71\u5480\...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"username": {"type": "string"}, "additional_items": {"type": "array", "items": {}}, "items": {"type": "object", "properties": {"1": {"type": "string"}, "3": {"type": "string"}, "2": {"type": "string"}, "5": {"ty...
{"username" : "user06", "additional_items" : [], "items" : {"1" : "positive", "3" : "neutral", "2" : "neutral", "5" : "neutral", "4" : "neutral", "7" : "negative", "6" : "positive"}, "tweet_id" : "574322311517491201", "timespent" : 13.489341974258, "starttime" : 1430076205.1862, "itemcount" : "7", "savingtime" : 143007...
json_instruct
{"type": "object", "properties": {"username": {"type": "string"}, "additional_items": {"type": "array", "items": {}}, "items": {"type": "object", "properties": {"1": {"type": "string"}, "3": {"type": "string"}, "2": {"type": "string"}, "5": {"type": "string"}, "4": {"type": "string"}, "7": {"type": "string"}, "6": {"ty...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"useDarkTheme": {"type": "boolean"}, "afk": {"type": "object", "properties": {"color": {"type": "string"}}, "required": ["color"]}, "lunch": {"type": "object", "properties": {"color": {"type": "string"}}, "req...
{"useDarkTheme" : true, "afk" : {"color" : "#B2B200"}, "lunch" : {"color" : "#00B200"}, "working" : {"color" : "#FF0000"}}
json_instruct
{"type": "object", "properties": {"useDarkTheme": {"type": "boolean"}, "afk": {"type": "object", "properties": {"color": {"type": "string"}}, "required": ["color"]}, "lunch": {"type": "object", "properties": {"color": {"type": "string"}}, "required": ["color"]}, "working": {"type": "object", "properties": {"color": {"t...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"Description": {"type": "string"}, "Duration": {"type": "string"}, "Move Time": {"type": "string"}, "PP": {"type": "integer"}, "Range": {"type": "string"}, "Type": {"type": "string"}}, "required": ["Description", "Dur...
{"Description" : "You sacrifice yourself for another one of your trainer's Pok\u00e9mon. When activating this move, the user faints, but the next creature released by its trainer is fully healed and cured of any status effects.", "Duration" : "Instantaneous", "Move Time" : "1 action", "PP" : 5, "Range" : "Self", "Type"...
json_instruct
{"type": "object", "properties": {"Description": {"type": "string"}, "Duration": {"type": "string"}, "Move Time": {"type": "string"}, "PP": {"type": "integer"}, "Range": {"type": "string"}, "Type": {"type": "string"}}, "required": ["Description", "Duration", "Move Time", "PP", "Range", "Type"], "$schema": "http://json-...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"projectId": {"type": "string"}}, "required": ["projectId"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"projectId" : "dtcor7"}
json_instruct
{"type": "object", "properties": {"projectId": {"type": "string"}}, "required": ["projectId"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"data": {"type": "object", "properties": {"run": {"type": "integer"}, "retry": {"type": "integer"}}, "required": ["run", "retry"]}}, "required": ["data"]}, "$schema": "http://json-schema....
[{"data" : {"run" : 25, "retry" : 8}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"data": {"type": "object", "properties": {"run": {"type": "integer"}, "retry": {"type": "integer"}}, "required": ["run", "retry"]}}, "required": ["data"]}, "$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"}}, "required": [...
{"name" : "ebay-tracker", "version" : "1.0.0", "description" : "", "main" : "bot.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "SeppiaBrilla", "license" : "MIT", "dependencies" : {"dotenv" : "^9.0.2", "ebay-node-api" : "^2.8.11", "node-telegram-bot-api" : "^0.53.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"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "depen...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Yomi", "description" : "A fighting card game.", "url" : "http://www.sirlingames.com/pages/yomi"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "propert...
{"type" : "FeatureCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "features" : [{"type" : "Feature", "properties" : {"Name" : "GUARANI DAS MISS\u00d5ES", "Description" : "GUARANI DAS MISS\u00d5ES / RS"}, "geometry" : {"type" : "LineString", "coordinates" : [[-54.584726...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "features": {"type": "array", "items": {"type": "ob...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"comment": {"type": "string"}, "ignore": {"type": "string"}, "package": {"type": "array", "items": {"type": "object", "properties": {"checksumSHA1": {"type": "string"}, "path": {"type": "string"}, "revision": {"type": "string"}, ...
{"comment" : "", "ignore" : "test", "package" : [{"checksumSHA1" : "lqH6T7HNv83Q4/F6Wn3Cd4iUJ/Q=", "path" : "github.com/Sigafoos/lastfm", "revision" : "538cab798abc15fcad8663bfca7e4503ba63c503", "revisionTime" : "2018-04-10T23:14:36Z"}, {"checksumSHA1" : "12g3NDgLPvSJcPKEKzU42m6GWVI=", "path" : "github.com/spf13/cobra"...
json_instruct
{"type": "object", "properties": {"comment": {"type": "string"}, "ignore": {"type": "string"}, "package": {"type": "array", "items": {"type": "object", "properties": {"checksumSHA1": {"type": "string"}, "path": {"type": "string"}, "revision": {"type": "string"}, "revisionTime": {"type": "string"}}, "required": ["checks...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"content": {"type": "string"}, "id": {"type": "integer"}, "sender_full_name": {"type": "string"}, "timestamp": {"type": "integer"}}, "required": ["content", "id", "sender_full_name", "timestamp"]}, "$...
[{"content" : "<p>I pushed to <a href=\"https://github.com/leanprover-community/mathlib/blob/completions/analysis/topology/group_completion.lean\" target=\"_blank\" title=\"https://github.com/leanprover-community/mathlib/blob/completions/analysis/topology/group_completion.lean\">https://github.com/leanprover-community/...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"content": {"type": "string"}, "id": {"type": "integer"}, "sender_full_name": {"type": "string"}, "timestamp": {"type": "integer"}}, "required": ["content", "id", "sender_full_name", "timestamp"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"userId": {"type": "integer"}, "username": {"type": "string"}, "contact": {"type": "string"}}, "required": ["userId", "username", "contact"]}, "$schema": "http://json-schema.org/draft-07/sch...
[{"userId" : 1, "username" : "Sobir", "contact" : "998941049914"}, {"userId" : 2, "username" : "Rahim", "contact" : "998941049914"}, {"userId" : 3, "username" : "Ilhom", "contact" : "998941049914"}, {"userId" : 4, "username" : "ali", "contact" : "998941025678"}, {"userId" : 5, "username" : "alisher", "contact" : "99897...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"userId": {"type": "integer"}, "username": {"type": "string"}, "contact": {"type": "string"}}, "required": ["userId", "username", "contact"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"extensions": {"type": "array", "items": {"type": "string"}}, "parserConfig": {"type": "object", "properties": {"type": {"type": "string"}, "grammarFiles": {"type": "array", "items": {"type": "string"}}, "utilJavaFiles": {"type...
{"extensions" : [".java"], "parserConfig" : {"type" : "antlr", "grammarFiles" : ["../grammars/java/java8/Java8Lexer.g4", "../grammars/java/java8/Java8Parser.g4"], "utilJavaFiles" : [], "startRule" : "compilationUnit"}, "processConfig" : {"splitConfig" : {"splitRules" : ["typeDeclaration", "methodDeclaration", "classBod...
json_instruct
{"type": "object", "properties": {"extensions": {"type": "array", "items": {"type": "string"}}, "parserConfig": {"type": "object", "properties": {"type": {"type": "string"}, "grammarFiles": {"type": "array", "items": {"type": "string"}}, "utilJavaFiles": {"type": "array", "items": {}}, "startRule": {"type": "string"}},...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"...
{"name" : "QueryIT", "version" : "1.0.0", "description" : "A robust query builder application for a vast variety of databases with a simple UI.", "main" : "main.js", "scripts" : {"start" : "electron ."}, "repository" : "git clone https://github.com/garimellasai1/QueryIT.git", "keywords" : ["electron", "electron-app", "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "repository": {"type": "string"}, "keywords": {"type": "array", "...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "xlit...
{"derivation" : "for H8575 (\u05ea\u05bc\u05b7\u05e0\u05b0\u05d7\u05d5\u05bc\u05dd) (feminine);", "pron" : "tan-khoo'-meth", "outline" : "<span class=\"literal-meaning\">Tanhumeth = &quot;consolation&quot;</span><ol><li> father of Seraiah, a leader who joined Gedaliah after Jerusalem's fall</li></ol>", "kjv_def" : "Tan...
json_instruct
{"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "xlit": {"type": "string"}}, "required": ["derivation", "pron", ...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["!node.testdata/nodejs_export_function_a_b`js", "!node.testdata/nodejs_export_function_a_b`js.b", "!node.testdata/nodejs_other_module_type_ref_a_b`js", "@testdata/nodejs_other_module_type_ref_a_b`js.module.exports", "@testdata/nodejs_other_module_type_ref_a_b`js.exports", "@testdata/nodejs_export_function_a_b`js.modul...
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": {"inputs": {"type": "array", "items": {"type": "string"}}, "outputs": {"type": "array", "items": {"type": "string"}}}, "required": ["inputs", "outputs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"inputs" : ["3 7\n1 3 4\n", "4 14\n4 6 12 8\n", "5 6\n97746 64770 31551 96547 65684\n", "10 10\n94125 56116 29758 94024 29289 31663 99794 35076 25328 58656\n", "30 38\n9560 64176 75619 53112 54160 68775 12655 13118 99502 89757 78434 42521 19210 1927 34097 5416 56110 44786 59126 44266 79240 65567 54602 25325 37171 2879...
json_instruct
{"type": "object", "properties": {"inputs": {"type": "array", "items": {"type": "string"}}, "outputs": {"type": "array", "items": {"type": "string"}}}, "required": ["inputs", "outputs"], "$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": {"start": {"type": "string"}, "test": {"type"...
{"name" : "codemapper", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"start" : "node src/getUserInput.js", "test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/oslabs-beta/CodeMapper.git"}, "author" : "RabbitHole", "licens...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "repository": {"type": "objec...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"...
{"type" : "Feature", "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[1.734206, 52.483735], [1.734357, 52.483721], [1.734395, 52.483683], [1.73434, 52.483567], [1.734235, 52.483466], [1.734053, 52.48336], [1.733822, 52.483287], [1.733715, 52.483273], [1.73365, 52.483305], [1.733743, 52.483743], [1.734206, 52....
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}...
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["soundclouder"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}