input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "division": {"type": "string"}, "department": {"type": "string"}, "prerequisites": {"type": "string"}, "exclusions": {"type": "string"}, "level": {"type": "integer"}, "campus": {"type": "string"}, "term": {"type": "string"}, "breadths": {"type": "array", "items": {"type": "integer"}}, "meeting_sections": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "instructors": {"type": "array", "items": {"type": "string"}}, "times": {"type": "array", "items": {"type": "object", "properties": {"day": {"type": "string"}, "start": {"type": "integer"}, "end": {"type": "integer"}, "duration": {"type": "integer"}, "location": {"type": "string"}}, "required": ["day", "start", "end", "duration", "location"]}}, "size": {"type": "integer"}, "enrolment": {"type": "integer"}}, "required": ["code", "instructors", "times", "size", "enrolment"]}}}, "required": ["id", "code", "name", "description", "division", "department", "prerequisites", "exclusions", "level", "campus", "term", "breadths", "meeting_sections"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "RSM462H1S20201", "code" : "RSM462H1S", "name" : "Managing People in the Context of Globalization", "description" : "This course introduces students to the impact of globalization on managing people. Understanding how organizational behaviour and human resource management processes work in the international context is essential for business success. This course helps students to develop a better understanding of how effective people management can create a competitive advantage in the international context. Enrolment is restricted to 3rd and 4th year Rotman Commerce students. Not eligible for CR/NCR option. Contact Rotman Commerce for details.", "division" : "Faculty of Arts and Science", "department" : "Rotman Commerce", "prerequisites" : "RSM260H1", "exclusions" : "RSM410H1 Managing Human Resources in Context of Globalization", "level" : 400, "campus" : "UTSG", "term" : "2020 Winter", "breadths" : [3], "meeting_sections" : [{"code" : "L0101", "instructors" : ["I Somwaru"], "times" : [{"day" : "TUESDAY", "start" : 64800, "end" : 72000, "duration" : 7200, "location" : "SS 1085"}], "size" : 56, "enrolment" : 52}]}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "division": {"type": "string"}, "department": {"type": "string"}, "prerequisites": {"type": "string"}, "exclusions": {"type": "string"}, "level": {"type": "integer"}, "campus": {"type": "string"}, "term": {"type": "string"}, "breadths": {"type": "array", "items": {"type": "integer"}}, "meeting_sections": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "instructors": {"type": "array", "items": {"type": "string"}}, "times": {"type": "array", "items": {"type": "object", "properties": {"day": {"type": "string"}, "start": {"type": "integer"}, "end": {"type": "integer"}, "duration": {"type": "integer"}, "location": {"type": "string"}}, "required": ["day", "start", "end", "duration", "location"]}}, "size": {"type": "integer"}, "enrolment": {"type": "integer"}}, "required": ["code", "instructors", "times", "size", "enrolment"]}}}, "required": ["id", "code", "name", "description", "division", "department", "prerequisites", "exclusions", "level", "campus", "term", "breadths", "meeting_sections"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"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", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"namaKab" : "INDRAGIRI HILIR", "originalFilename" : "_MG_9083.JPG", "namaPartai" : "PARTAI DEMOKRAT", "id" : 224222, "noUrut" : 1, "nama" : "ALFIAN", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "INDRAGIRI HILIR", "originalFilename" : "_MG_9927.JPG", "namaPartai" : "PARTAI DEMOKRAT", "id" : 224335, "noUrut" : 2, "nama" : "LAILA SARI", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "INDRAGIRI HILIR", "originalFilename" : "op.jpg", "namaPartai" : "PARTAI DEMOKRAT", "id" : 259267, "noUrut" : 3, "nama" : "JUFRI", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "INDRAGIRI HILIR", "originalFilename" : "DSC_0036?.jpg", "namaPartai" : "PARTAI DEMOKRAT", "id" : 224570, "noUrut" : 4, "nama" : "EZIAN PERANITA", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "INDRAGIRI HILIR", "originalFilename" : "IMG_20150906_123042_1441517538042.jpg", "namaPartai" : "PARTAI DEMOKRAT", "id" : 224686, "noUrut" : 5, "nama" : "KURNAIN, S.Pd", "stringJenisKelamin" : "Laki-Laki"}]
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", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "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" : "Saint-Denis-des-Puits", "dpt" : "Eure-et-Loir", "inscrits" : 111, "abs" : 24, "votants" : 87, "blancs" : 11, "nuls" : 0, "exp" : 76, "res" : [{"panneau" : "1", "voix" : 41}, {"panneau" : "2", "voix" : 35}]}
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#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["We", "'re", "blowin", "mics", "since", "the", "days", "of", "8-track", "."], ["I", "ai", "n't", "no", "baby", "with", "these", "rhymes", "kid", "."], ["Somebody", "said", ",", "''", "He", "could", "n't", "rip", "with", "the", "roughness", ".", "''"], ["to", "a", "bearlin", "in", "the", "woods", "(", "?", ")", "."], ["I", "heard", "you", "think", "you", "got", "a", "chance", "to", "win"], ["''", "ai", "n't", "no", "Fra-zontin", "in", "my", "palace", ".", "''"], ["Well", "can", "I", "be", "the", "flavor", "of", "the", "month", "?"]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"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": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 404358689, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "f573f29803502cbb8c9efbe4ca5f505c", "wof:id" : 404358689, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [3.02908055075182, 44.13187015636643, 3.10523311692376, 44.18457368978864], "geometry" : {"coordinates" : [[[3.099461866989, 44.13187015636643], [3.0807193057998, 44.13371267433877], [3.07023455006254, 44.14414259006266], [3.06712131729264, 44.15400025242896], [3.0322714810118, 44.1623596846191], [3.0343009496872, 44.16883059126075], [3.02908055075182, 44.18182921444065], [3.03185881319559, 44.18457368978864], [3.05949866025747, 44.18108787176326], [3.07784901518608, 44.18232749901259], [3.08833856260917, 44.16330093835248], [3.10523311692376, 44.15766058828853], [3.10079219888746, 44.15622464836889], [3.099461866989, 44.13187015636643]]], "type" : "Polygon"}}
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": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"DB_URL": {"type": "string"}, "PORT": {"type": "integer"}}, "required": ["DB_URL", "PORT"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"DB_URL" : "mongodb+srv://", "PORT" : 3000}
json_instruct
{"type": "object", "properties": {"DB_URL": {"type": "string"}, "PORT": {"type": "integer"}}, "required": ["DB_URL", "PORT"], "$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": {"review": {"type": "string"}, "date": {"type": "string"}, "rating": {"type": "string"}, "author": {"type": "string"}, "review_id": {"type": "string"}, "movie_id": {"type": "string"}}, "required": ["review", "date", "rating", "author", "review_id", "movie_id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"review" : "\uadf8\ub0e5\uc88b\uc74c", "date" : "12.01.09", "rating" : "10", "author" : "zjdd****", "review_id" : "5973818", "movie_id" : "30459"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"review": {"type": "string"}, "date": {"type": "string"}, "rating": {"type": "string"}, "author": {"type": "string"}, "review_id": {"type": "string"}, "movie_id": {"type": "string"}}, "required": ["review", "date", "rating", "author", "review_id", "movie_id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"ext-redis": {"type": "string"}, "u1f408/phphelpers": {"type": "string"}, "slim/slim": {"type": "string"}, "slim/psr7": {"type": "string"}, "slim/http": {"type": "string"}, "slim/twig-view": {"type": "string"}, "php-di/php-di": {"type": "string"}, "php-di/slim-bridge": {"type": "string"}, "gilbitron/easycsrf": {"type": "string"}}, "required": ["ext-redis", "u1f408/phphelpers", "slim/slim", "slim/psr7", "slim/http", "slim/twig-view", "php-di/php-di", "php-di/slim-bridge", "gilbitron/easycsrf"]}, "require-dev": {"type": "object", "properties": {"phpstan/phpstan": {"type": "string"}, "phpunit/phpunit": {"type": "string"}}, "required": ["phpstan/phpstan", "phpunit/phpunit"]}, "suggest": {"type": "object", "properties": {"illuminate/database": {"type": "string"}}, "required": ["illuminate/database"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"ix\\": {"type": "string"}}, "required": ["ix\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "type", "license", "authors", "require", "require-dev", "suggest", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "u1f408/ix-framework", "description" : "Components for piecing together weird and wonderful web applications", "type" : "library", "license" : "MIT", "authors" : [{"name" : "Iris System", "email" : "[email protected]"}], "require" : {"ext-redis" : "*", "u1f408/phphelpers" : "^0.1", "slim/slim" : "^4", "slim/psr7" : "^1.3", "slim/http" : "^1.2", "slim/twig-view" : "^3.0", "php-di/php-di" : "^6.3", "php-di/slim-bridge" : "^3.1", "gilbitron/easycsrf" : "^1.4"}, "require-dev" : {"phpstan/phpstan" : "^0.12.86", "phpunit/phpunit" : "^9.5"}, "suggest" : {"illuminate/database" : "For Ix\\Database\\LaravelCapsuleContainer"}, "autoload" : {"psr-4" : {"ix\\" : "lib/"}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"ext-redis": {"type": "string"}, "u1f408/phphelpers": {"type": "string"}, "slim/slim": {"type": "string"}, "slim/psr7": {"type": "string"}, "slim/http": {"type": "string"}, "slim/twig-view": {"type": "string"}, "php-di/php-di": {"type": "string"}, "php-di/slim-bridge": {"type": "string"}, "gilbitron/easycsrf": {"type": "string"}}, "required": ["ext-redis", "u1f408/phphelpers", "slim/slim", "slim/psr7", "slim/http", "slim/twig-view", "php-di/php-di", "php-di/slim-bridge", "gilbitron/easycsrf"]}, "require-dev": {"type": "object", "properties": {"phpstan/phpstan": {"type": "string"}, "phpunit/phpunit": {"type": "string"}}, "required": ["phpstan/phpstan", "phpunit/phpunit"]}, "suggest": {"type": "object", "properties": {"illuminate/database": {"type": "string"}}, "required": ["illuminate/database"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"ix\\": {"type": "string"}}, "required": ["ix\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "type", "license", "authors", "require", "require-dev", "suggest", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"directions" : ["In a blender, combine the basil, garlic, cheese and vinegar. Slowly blend in the oil. Add salt and pepper to taste."], "ingredients" : ["1 cup fresh basil leaves", "1/4 cup roasted garlic", "2 tablespoons grated Parmesan cheese", "1/4 cup balsamic vinegar", "3 cups olive oil", "salt and pepper to taste"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Basil Vinaigrette", "url" : "http://allrecipes.com/recipe/19601/basil-vinaigrette/"}
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "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": {"N_pred": {"type": "number"}, "D_pred": {"type": "number"}, "G_pred": {"type": "number"}, "C_pred": {"type": "number"}, "A_pred": {"type": "number"}, "H_pred": {"type": "number"}, "M_pred": {"type": "number"}}, "required": ["N_pred", "D_pred", "G_pred", "C_pred", "A_pred", "H_pred", "M_pred"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"N_pred" : 0.402759313583374, "D_pred" : 0.5057259798049927, "G_pred" : 0.0019131118897348642, "C_pred" : 0.005924501456320286, "A_pred" : 0.05658305808901787, "H_pred" : 0.023178953677415848, "M_pred" : 0.003915066365152597}
json_instruct
{"type": "object", "properties": {"N_pred": {"type": "number"}, "D_pred": {"type": "number"}, "G_pred": {"type": "number"}, "C_pred": {"type": "number"}, "A_pred": {"type": "number"}, "H_pred": {"type": "number"}, "M_pred": {"type": "number"}}, "required": ["N_pred", "D_pred", "G_pred", "C_pred", "A_pred", "H_pred", "M_pred"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"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" : "GLUCONIC TABLET", "harga" : " Rp. 36.300/ kemasan", "golongan" : "http://medicastore.com/image_banner/obat_keras_dan_psikotropika.gif", "kandungan" : "Glibenclamide.", "indikasi" : "Diabetes Mellitus tipe 2 (Non-Insuline Independent Diabetes Mellitus), bila terapi diet tidak memberikan hasil.", "kontraindikasi" : "Hipersensitif, Diabetes Mellitus tipe 1, prekoma dan koma diabetes, gangguan fungsi ginjal, hati dan adrenokortikoid, hamil dan laktasi.Diabetes Mellitus dengan komplikasi (demam, trauma, gangren) dan operasi.", "perhatian" : "- Keadaaan stress terapi bersama insuline.- Hati-hati pada usia lanjut dan ibu menyusui.Interaksi Obat:Efek hipoglikemia ditingkatkan oleh alkohol, siklofosfamid, antikoagulan kumarin, Monoamine Oxidase Inhibitor, fenibutason, penghambat beta-adrenergik, sulfonamid.", "efeksamping" : "Kadang mual, muntah, nyeri lambung, sakit kepala, demam alergi kulit, reaksi hipoglikemia, trombositopenia, leukopenia, agranulositsis, anemia, hemolitik.", "indeksamanwanitahamil" : "C: Penelitian pada hewan menunjukkan efek samping pada janin ( teratogenik atau embriosidal atau lainnya) dan belum ada penelitian yang terkendali pada wanita atau penelitian pada wanita dan hewan belum tersedia. Obat seharusnya diberikan bila hanya keuntungan potensial memberikan alasan terhadap bahaya potensial pada janin.", "kemasan" : "Tablet 5 mg x 10 x 10's.", "dosis" : "Awal: 2,5 - 5 mg/hari sesudah makan pagi. Bila perlu tiap 7 hari dosis ditingkatkan secara bertahap 2,5 - 5 mg/hari sampai kontrol metabolit optimal tercapai. Maksimal: 15 mg/hari dalam dosis terbagi.Usia Lanjut : Awal 2,5 mg/hari.", "penyajian" : "Dikonsumsi bersamaan dengan makanan", "pabrik" : "Nicholas Laboratories Indonesia.", "id" : "8653", "category_id" : "10"}
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#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "desc": {"type": "string"}, "notes": {"type": "null"}, "peak_am": {"type": "integer"}, "midday": {"type": "integer"}, "peak_pm": {"type": "integer"}, "night": {"type": "integer"}}, "required": ["id", "name", "desc", "notes", "peak_am", "midday", "peak_pm", "night"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "features" : [{"type" : "Feature", "properties" : {"id" : "13928750", "name" : "Ruta 10011", "desc" : "\u00c1vila Camacho, Ignacio de la Llave, Sauces, Zona UV", "notes" : null, "peak_am" : 10, "midday" : 10, "peak_pm" : 10, "night" : 10}, "geometry" : {"type" : "LineString", "coordinates" : [[-96.92933654785156, 19.537654876708984], [-96.92936706542969, 19.537757873535156], [-96.93135070800781, 19.535911560058594], [-96.93243408203125, 19.535198211669922], [-96.93334197998047, 19.534351348876953], [-96.93318176269531, 19.534311294555664], [-96.9333267211914, 19.534347534179688], [-96.93363189697266, 19.533281326293945], [-96.93419647216797, 19.532238006591797], [-96.93423461914062, 19.5302734375], [-96.93451690673828, 19.529462814331055], [-96.9347152709961, 19.529338836669922], [-96.93478393554688, 19.528440475463867], [-96.93413543701172, 19.52627182006836], [-96.93408203125, 19.525590896606445], [-96.93285369873047, 19.524978637695312], [-96.9325942993164, 19.524314880371094], [-96.93186950683594, 19.52385902404785], [-96.93026733398438, 19.523090362548828], [-96.93018341064453, 19.523204803466797], [-96.92847442626953, 19.522098541259766], [-96.92826843261719, 19.522184371948242], [-96.92792510986328, 19.522083282470703], [-96.92794799804688, 19.521949768066406], [-96.92758178710938, 19.522031784057617], [-96.92711639404297, 19.52162742614746], [-96.92665100097656, 19.521465301513672], [-96.92627716064453, 19.521461486816406], [-96.92547607421875, 19.522926330566406], [-96.92517852783203, 19.52294158935547], [-96.9249038696289, 19.522319793701172], [-96.92242431640625, 19.518821716308594], [-96.92103576660156, 19.518632888793945]]}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "desc": {"type": "string"}, "notes": {"type": "null"}, "peak_am": {"type": "integer"}, "midday": {"type": "integer"}, "peak_pm": {"type": "integer"}, "night": {"type": "integer"}}, "required": ["id", "name", "desc", "notes", "peak_am", "midday", "peak_pm", "night"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"activeViewId": {"type": "string"}, "appPageId": {"type": "string"}, "configurationTags": {"type": "array", "items": {}}, "id": {"type": "string"}, "label": {"type": "string"}, "routeType": {"type": "string"}, "type": {"type": "string"}, "urlPrefix": {"type": "string"}}, "required": ["activeViewId", "appPageId", "configurationTags", "id", "label", "routeType", "type", "urlPrefix"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"activeViewId" : "cbdb12ca-7c98-40b4-9f3f-37657c128877", "appPageId" : "e7539344-f9be-495a-80b8-7270c3279599", "configurationTags" : [], "id" : "1dd90a14-ba13-4716-b966-bf4d8c7dd1e7", "label" : "Contact Support", "routeType" : "contactsupport", "type" : "route", "urlPrefix" : "contactsupport"}
json_instruct
{"type": "object", "properties": {"activeViewId": {"type": "string"}, "appPageId": {"type": "string"}, "configurationTags": {"type": "array", "items": {}}, "id": {"type": "string"}, "label": {"type": "string"}, "routeType": {"type": "string"}, "type": {"type": "string"}, "urlPrefix": {"type": "string"}}, "required": ["activeViewId", "appPageId", "configurationTags", "id", "label", "routeType", "type", "urlPrefix"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "object", "properties": {"host": {"type": "string"}, "pathname": {"type": "string"}}, "required": ["host", "pathname"]}, "tags": {"type": "array", "items": {"type": "string"}}, "ll": {"type": "array", "items": {"type": "number"}}, "twitter": {"type": "string"}, "opening": {"type": "string"}}, "required": ["name", "url", "tags", "ll", "twitter", "opening"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Cypress Mountain", "url" : {"host" : "https://cypressmountain.com", "pathname" : "/downhill-conditions-and-cams"}, "tags" : ["British Columbia"], "ll" : [-123.19557, 49.37141], "twitter" : "cypressmtn", "opening" : "2021-11-19"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "object", "properties": {"host": {"type": "string"}, "pathname": {"type": "string"}}, "required": ["host", "pathname"]}, "tags": {"type": "array", "items": {"type": "string"}}, "ll": {"type": "array", "items": {"type": "number"}}, "twitter": {"type": "string"}, "opening": {"type": "string"}}, "required": ["name", "url", "tags", "ll", "twitter", "opening"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"cSpell.language": {"type": "string"}, "cSpell.enabled": {"type": "boolean"}}, "required": ["cSpell.language", "cSpell.enabled"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"cSpell.language" : ",pt,pt_BR", "cSpell.enabled" : false}
json_instruct
{"type": "object", "properties": {"cSpell.language": {"type": "string"}, "cSpell.enabled": {"type": "boolean"}}, "required": ["cSpell.language", "cSpell.enabled"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"requires": {"type": "boolean"}, "lockfileVersion": {"type": "integer"}, "dependencies": {"type": "object", "properties": {"fullpage.js": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}, "jquery": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}}, "required": ["fullpage.js", "jquery"]}}, "required": ["requires", "lockfileVersion", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"requires" : true, "lockfileVersion" : 1, "dependencies" : {"fullpage.js" : {"version" : "3.0.9", "resolved" : "https://registry.npmjs.org/fullpage.js/-/fullpage.js-3.0.9.tgz", "integrity" : "sha512-CBJZwOkOjX/RToG0L93LwJW4a+/67+AqGEvEagWh1N5KRgDXEOVKlo/TJzCzSI1LsOulb7yqXE8mOzRZzqeYMA=="}, "jquery" : {"version" : "3.5.1", "resolved" : "https://registry.npmjs.org/jquery/-/jquery-3.5.1.tgz", "integrity" : "sha512-XwIBPqcMn57FxfT+Go5pzySnm4KWkT1Tv7gjrpT1srtf8Weynl6R273VJ5GjkRb51IzMp5nbaPjJXMWeju2MKg=="}}}
json_instruct
{"type": "object", "properties": {"requires": {"type": "boolean"}, "lockfileVersion": {"type": "integer"}, "dependencies": {"type": "object", "properties": {"fullpage.js": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}, "jquery": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}}, "required": ["fullpage.js", "jquery"]}}, "required": ["requires", "lockfileVersion", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"symbol": {"type": "string"}, "account_name": {"type": "string"}, "overview": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "website": {"type": "string"}}, "required": ["symbol", "account_name", "overview", "website"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"symbol" : "MORE", "account_name" : "eosiomoreone", "overview" : {"en" : "\"MORE.ONE\" is a premium airdrop (candy) distribution platform developed by EOS Genesis block producer MEET.ONE, MORE is the token of MORE.ONE: Users can obtain EOS ecology project airdrops (candy) without holding EOS; DAPPs development team (based on EOS) can have a friendly platform to present their ideas to the community and obtain a high quality initial user base; Active promoters of the EOS community will gain more premium airdrops (candy) and benefits based on their contribution."}, "website" : "http://more.one"}
json_instruct
{"type": "object", "properties": {"symbol": {"type": "string"}, "account_name": {"type": "string"}, "overview": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "website": {"type": "string"}}, "required": ["symbol", "account_name", "overview", "website"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0xb3c1a9d4fec458cec69fc7804d5e9b5aadc62ba6", "tool" : "slither", "start" : 1563806683.5430274, "end" : 1563806686.9892452, "duration" : 3.4462177753448486, "analysis" : []}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"t" : "milaya'ay", "h" : [{"d" : [{"f" : "\u4f38\u5c55\u5169\u81c2\u4e08\u91cf\u8457\u3002", "e" : ["\ufff9`Milaya'~`ay~ `ci~`nira~ `to~ `sapad~.\ufffa\ufffb\u4ed6\u5728\u4e08\u91cf\u6728\u677f\u3002"]}, {"f" : "\u6307\u4e08\u91cf\u8005\u3002", "e" : ["\ufff9`Milaya'~`ay~ `a~ `tamdaw~.\ufffa\ufffb\u4e08\u91cf\u6771\u897f\u7684\u4eba\u3002"]}]}], "stem" : "laya'"}
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"}, "e": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["430623112001", "\u5357\u5cb3\u5e99\u793e\u533a", "121", "0"], ["430623112002", "\u5357\u534e\u6e21\u793e\u533a", "121", "0"], ["430623112201", "\u767d\u83b2\u6751", "220", "0"], ["430623112207", "\u4e1c\u6e2f\u6751", "220", "0"], ["430623112209", "\u671d\u9633\u6751", "220", "0"], ["430623112213", "\u516d\u5408\u6751", "220", "0"], ["430623112214", "\u7559\u4ed9\u6751", "122", "0"], ["430623112215", "\u9ea6\u5b50\u6751", "220", "0"], ["430623112220", "\u5cb3\u57ce\u6751", "220", "0"], ["430623112221", "\u781a\u6eaa\u6751", "220", "0"], ["430623112222", "\u592a\u4ed9\u6751", "220", "0"], ["430623112229", "\u6e56\u57ce\u6751", "220", "0"], ["430623112230", "\u6c38\u5b89\u6751", "220", "0"]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"itemid": {"type": "string"}, "displayname": {"type": "string"}, "nbttag": {"type": "string"}, "damage": {"type": "integer"}, "lore": {"type": "array", "items": {"type": "string"}}, "internalname": {"type": "string"}, "clickcommand": {"type": "string"}, "modver": {"type": "string"}, "infoType": {"type": "string"}, "info": {"type": "array", "items": {"type": "string"}}, "crafttext": {"type": "string"}, "entityrender": {"type": "string"}}, "required": ["itemid", "displayname", "nbttag", "damage", "lore", "internalname", "clickcommand", "modver", "infoType", "info", "crafttext", "entityrender"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"itemid" : "minecraft:spawn_egg", "displayname" : "\u00a79Miner Skeleton (Monster)", "nbttag" : "{HideFlags:254,display:{Lore:[0:\"\u00a77These skeletons have crafted\",1:\"\u00a77gear from the diamonds around\u00a7\",2:\"\u00a77them - resulting in a look both\",3:\"\u00a77fashionable and protective.\",4:\"\",5:\"\u00a7c\u2764 Health\u00a78: \u00a7c250-300\",6:\"\u00a77Coins per Kill: \u00a7612-15\",7:\"\u00a77Combat XP: \u00a7320-24\",8:\"\",9:\"\u00a76\u00a7lPossible Drops:\",10:\"\u00a7fCommon Loot\",11:\"\u00a78 \u25a0 \u00a7fRotten Flesh \u00a78x1-2\",12:\"\",13:\"\u00a79Rare Loot\",14:\"\u00a78 \u25a0 \u00a79Miner Helmet \u00a78(\u00a7a1%\u00a78)\",15:\"\u00a78 \u25a0 \u00a79Miner Chestplate \u00a78(\u00a7a1%\u00a78)\",16:\"\u00a78 \u25a0 \u00a79Miner Leggings \u00a78(\u00a7a1%\u00a78)\",17:\"\u00a78 \u25a0 \u00a79Miner Boots \u00a78(\u00a7a1%\u00a78)\",18:\"\",19:\"\u00a7dRNGesus Loot\",20:\"\u00a78 \u25a0 \u00a75Exp Share Core \u00a78(\u00a7a0.01%\u00a78)\"],Name:\"\u00a79Miner Skeleton (Monster)\"},ExtraAttributes:{id:\"MINER_SKELETON_MONSTER\"}}", "damage" : 54, "lore" : ["\u00a77These skeletons have crafted", "\u00a77gear from the diamonds around\u00a7", "\u00a77them - resulting in a look both", "\u00a77fashionable and protective.", "", "\u00a7c\u2764 Health\u00a78: \u00a7c250-300", "\u00a77Coins per Kill: \u00a7612-15", "\u00a77Combat XP: \u00a7320-24", "", "\u00a76\u00a7lPossible Drops:", "\u00a7fCommon Loot", "\u00a78 \u25a0 \u00a7fRotten Flesh \u00a78x1-2", "", "\u00a79Rare Loot", "\u00a78 \u25a0 \u00a79Miner Helmet \u00a78(\u00a7a1%\u00a78)", "\u00a78 \u25a0 \u00a79Miner Chestplate \u00a78(\u00a7a1%\u00a78)", "\u00a78 \u25a0 \u00a79Miner Leggings \u00a78(\u00a7a1%\u00a78)", "\u00a78 \u25a0 \u00a79Miner Boots \u00a78(\u00a7a1%\u00a78)", "", "\u00a7dRNGesus Loot", "\u00a78 \u25a0 \u00a75Exp Share Core \u00a78(\u00a7a0.01%\u00a78)"], "internalname" : "MINER_SKELETON_MONSTER", "clickcommand" : "", "modver" : "2.0.0-REL", "infoType" : "WIKI_URL", "info" : ["https://hypixel-skyblock.fandom.com/wiki/Skeleton"], "crafttext" : "", "entityrender" : "Skeleton"}
json_instruct
{"type": "object", "properties": {"itemid": {"type": "string"}, "displayname": {"type": "string"}, "nbttag": {"type": "string"}, "damage": {"type": "integer"}, "lore": {"type": "array", "items": {"type": "string"}}, "internalname": {"type": "string"}, "clickcommand": {"type": "string"}, "modver": {"type": "string"}, "infoType": {"type": "string"}, "info": {"type": "array", "items": {"type": "string"}}, "crafttext": {"type": "string"}, "entityrender": {"type": "string"}}, "required": ["itemid", "displayname", "nbttag", "damage", "lore", "internalname", "clickcommand", "modver", "infoType", "info", "crafttext", "entityrender"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"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#"}
{"Target" : "js/app.1de7d01093fec547f3d7072a5848a05507f322ebb3632ff2a5e00ed95d2f0153.js", "MediaType" : "application/javascript", "Data" : {"Integrity" : "sha256-HefQEJP+xUfz1wcqWEigVQfzIuuzYy/ypeAO2V0vAVM="}}
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#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}, "10": {"type": "string"}, "11": {"type": "string"}, "12": {"type": "string"}, "13": {"type": "string"}, "14": {"type": "string"}, "15": {"type": "string"}, "16": {"type": "string"}, "17": {"type": "string"}, "18": {"type": "string"}, "19": {"type": "string"}, "20": {"type": "string"}, "21": {"type": "string"}, "22": {"type": "string"}, "23": {"type": "string"}, "24": {"type": "string"}, "25": {"type": "string"}, "26": {"type": "string"}, "27": {"type": "string"}, "28": {"type": "string"}, "29": {"type": "string"}, "30": {"type": "string"}, "31": {"type": "string"}, "32": {"type": "string"}, "33": {"type": "string"}, "34": {"type": "string"}, "35": {"type": "string"}, "36": {"type": "string"}, "37": {"type": "string"}, "38": {"type": "string"}}, "required": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38"]}}, "required": ["edges", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"edges" : [[31, 9], [34, 38], [23, 9], [26, 9], [9, 7], [9, 35], [9, 10], [9, 33], [29, 9], [29, 9], [26, 9], [9, 29], [8, 6], [9, 0], [9, 11], [20, 9], [6, 9], [9, 20], [9, 18], [29, 9], [29, 22], [5, 18], [25, 9], [9, 3], [38, 34], [30, 9], [12, 1], [6, 9], [4, 9], [32, 5], [13, 9], [6, 24], [9, 29], [9, 23], [17, 9], [29, 9], [9, 14], [9, 29], [9, 7], [21, 9], [22, 9], [9, 14], [9, 6], [36, 16], [27, 37], [15, 6], [2, 12], [28, 19]], "features" : {"0" : "1", "1" : "1", "2" : "1", "3" : "1", "4" : "1", "5" : "2", "6" : "6", "7" : "2", "8" : "1", "9" : "35", "10" : "1", "11" : "1", "12" : "2", "13" : "1", "14" : "2", "15" : "1", "16" : "1", "17" : "1", "18" : "2", "19" : "1", "20" : "2", "21" : "1", "22" : "2", "23" : "2", "24" : "1", "25" : "1", "26" : "2", "27" : "1", "28" : "1", "29" : "8", "30" : "1", "31" : "1", "32" : "1", "33" : "1", "34" : "2", "35" : "1", "36" : "1", "37" : "1", "38" : "2"}}
json_instruct
{"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}, "10": {"type": "string"}, "11": {"type": "string"}, "12": {"type": "string"}, "13": {"type": "string"}, "14": {"type": "string"}, "15": {"type": "string"}, "16": {"type": "string"}, "17": {"type": "string"}, "18": {"type": "string"}, "19": {"type": "string"}, "20": {"type": "string"}, "21": {"type": "string"}, "22": {"type": "string"}, "23": {"type": "string"}, "24": {"type": "string"}, "25": {"type": "string"}, "26": {"type": "string"}, "27": {"type": "string"}, "28": {"type": "string"}, "29": {"type": "string"}, "30": {"type": "string"}, "31": {"type": "string"}, "32": {"type": "string"}, "33": {"type": "string"}, "34": {"type": "string"}, "35": {"type": "string"}, "36": {"type": "string"}, "37": {"type": "string"}, "38": {"type": "string"}}, "required": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38"]}}, "required": ["edges", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"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": "integer"}, "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_3zvv3nb", "name" : "strayshadow"}, "date" : {"day" : 1607126400, "full" : 1607135306, "month" : 1606780800, "week" : 1606608000}, "id" : "t3_k6z8wz", "picture" : {"filesize" : 104873, "fullUrl" : "https://external-preview.redd.it/LbmVi-Vm_upW_pun7ET-qZxInP6Vm_B3pw8sNic4L_o.jpg?auto=webp&s=9dd4345bc5f5b7c2fc60a1f4e725495edfa31eb0", "hash" : "e10562bd11", "height" : 853, "lqip" : "data:image/jpg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAQAAwDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABQIG/8QAJhAAAQMCBQMFAAAAAAAAAAAAAgEDBBEhAAUSMUEGB1EUIkJx0f/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/8QAGREBAAMBAQAAAAAAAAAAAAAAAQACMRIR/9oADAMBAAIRAxEAPwDN5XOjA3K9VHGRVkkGpqOhbJqSnP3bEgDT6kbipvRLJslv3CPTPR5u5NBnzjdJrMDUUVgkNWQr8uFJbLTilMMRu2s6a7KSLOYJiM+ccTL2kenclG9LqtvFPOHD5045IXFammz/2Q==", "url" : "https://external-preview.redd.it/LbmVi-Vm_upW_pun7ET-qZxInP6Vm_B3pw8sNic4L_o.jpg?width=640&crop=smart&auto=webp&s=ce1b3a8322fb01e103cdaac92ff18bcc8b54820e", "width" : 640}, "score" : {"comments" : 3, "downs" : 0, "ratio" : 1, "ups" : 10, "value" : 10}, "subreddit" : {"id" : "t5_2xy5e", "name" : "TerrainBuilding"}, "tags" : [], "title" : "WIP The watchtower from Princess Mononoke", "url" : "https://www.reddit.com/r/TerrainBuilding/comments/k6z8wz/wip_the_watchtower_from_princess_mononoke/"}
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": "integer"}, "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#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"year" : 1989, "sex" : "F", "n" : 5, "prop" : 2.51e-06}, {"year" : 1990, "sex" : "M", "n" : 5, "prop" : 2.32e-06}, {"year" : 1991, "sex" : "F", "n" : 5, "prop" : 2.46e-06}, {"year" : 1992, "sex" : "F", "n" : 5, "prop" : 2.49e-06}, {"year" : 1992, "sex" : "M", "n" : 6, "prop" : 2.86e-06}, {"year" : 2000, "sex" : "M", "n" : 5, "prop" : 2.4e-06}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "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" : "Bourgeauville", "dpt" : "Calvados", "inscrits" : 156, "abs" : 35, "votants" : 121, "blancs" : 1, "nuls" : 0, "exp" : 120, "res" : [{"panneau" : "11", "voix" : 51}, {"panneau" : "3", "voix" : 24}, {"panneau" : "2", "voix" : 23}, {"panneau" : "9", "voix" : 11}, {"panneau" : "1", "voix" : 6}, {"panneau" : "6", "voix" : 2}, {"panneau" : "5", "voix" : 1}, {"panneau" : "7", "voix" : 1}, {"panneau" : "10", "voix" : 1}, {"panneau" : "4", "voix" : 0}, {"panneau" : "8", "voix" : 0}]}
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#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"project_name": {"type": "string"}, "project_blurb": {"type": "string"}, "project_url": {"type": "string"}, "project_demo_url": {"type": "string"}, "project_source": {"type": "string"}, "project_people": {"type": "string"}}, "required": ["project_name", "project_blurb", "project_url", "project_demo_url", "project_source", "project_people"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"project_name" : "MIT/law", "project_blurb" : "repository for tech law projects that want to be linked from MIT/law", "project_url" : "http://mit.edu/law/projects", "project_demo_url" : "http://mit.edu/law/projects", "project_source" : "MIT Human Dynamics", "project_people" : "Gabi Scardine,Dazza Greenwood,Jonathan Askin,Sandy Pentland"}
json_instruct
{"type": "object", "properties": {"project_name": {"type": "string"}, "project_blurb": {"type": "string"}, "project_url": {"type": "string"}, "project_demo_url": {"type": "string"}, "project_source": {"type": "string"}, "project_people": {"type": "string"}}, "required": ["project_name", "project_blurb", "project_url", "project_demo_url", "project_source", "project_people"], "$schema": "http://json-schema.org/draft-07/schema#"}
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": "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" : "An efficient reduction from two-source to non-malleable extractors: achieving near-logarithmic min-entropy.", "fields" : ["logarithm", "extractor", "binary logarithm", "min entropy", "bipartite graph"], "abstract" : "The breakthrough result of Chattopadhyay and Zuckerman (2016) gives a reduction from the construction of explicit two-source extractors to the construction of explicit non-malleable extractors. However, even assuming the existence of optimal explicit non-malleable extractors only gives a two-source extractor (or a Ramsey graph) for poly (log n ) entropy, rather than the optimal O (log n ). In this paper we modify the construction to solve the above barrier. Using the currently best explicit non-malleable extractors we get an explicit bipartite Ramsey graphs for sets of size 2 k , for k = O (log n loglog n ). Any further improvement in the construction of non-malleable extractors would immediately yield a corresponding two-source extractor. Intuitively, Chattopadhyay and Zuckerman use an extractor as a sampler, and we observe that one could use a weaker object \u00e2 a somewhere-random condenser with a small entropy gap and a very short seed. We also show how to explicitly construct this weaker object using the error reduction technique of Raz, Reingold and Vadhan (1999), and the constant-degree dispersers of Zuckerman (2006) that also work against extremely small tests.", "citation" : "Citations (1)", "year" : "2017", "departments" : ["Tel Aviv University", "Tel Aviv University", "Tel Aviv University"], "conf" : "stoc", "authors" : ["Avraham Ben-Aroya.....http://dblp.org/pers/hd/b/Ben=Aroya:Avraham", "Dean Doron.....http://dblp.org/pers/hd/d/Doron:Dean", "Amnon Ta-Shma.....http://dblp.org/pers/hd/t/Ta=Shma:Amnon"], "pages" : 10}
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 a JSON structure that matches this schema definition: {"type": "object", "properties": {"power": {"type": "string"}}, "required": ["power"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"power" : "M513.8 786.2c20.1 0 36.4-16.3 36.4-36.4v-291.5c0-20.1-16.3-36.4-36.4-36.4-20.1 0-36.4 16.3-36.4 36.4V749.8c-0.1 20.1 16.3 36.4 36.4 36.4zM315.2 691c12 0.9 21.1-3.2 27.4-12.2 6.3-9 7.1-20.2 2.4-33.7-84.8-55.3-140.9-150.9-140.9-259.7 0-171.1 138.7-309.7 309.7-309.7s309.7 138.7 309.7 309.7c0 108.8-56.1 204.5-140.9 259.7-4.7 11.6-4.7 21.9 0 30.9s14.6 14 29.8 15c99.8-65 165.8-177.6 165.8-305.6C878.2 184.2 715 21 513.8 21S149.4 184.2 149.4 385.4c0 128 66 240.6 165.8 305.6z"}
json_instruct
{"type": "object", "properties": {"power": {"type": "string"}}, "required": ["power"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/throttle": {"type": "number"}, "timestamp": {"type": "string"}, "user/angle": {"type": "number"}, "user/mode": {"type": "string"}}, "required": ["cam/image_array", "user/throttle", "timestamp", "user/angle", "user/mode"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"cam/image_array" : "3250_cam-image_array_.jpg", "user/throttle" : 0.8, "timestamp" : "2019-02-17 21:50:33.332928", "user/angle" : 1.0, "user/mode" : "user"}
json_instruct
{"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/throttle": {"type": "number"}, "timestamp": {"type": "string"}, "user/angle": {"type": "number"}, "user/mode": {"type": "string"}}, "required": ["cam/image_array", "user/throttle", "timestamp", "user/angle", "user/mode"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"react-data-grid.css": {"type": "string"}, "react-data-grid.js": {"type": "string"}, "react-data-grid.min.js": {"type": "string"}, "react-data-grid.ui-plugins.js": {"type": "string"}, "react-data-grid.ui-plugins.min.js": {"type": "string"}}, "required": ["react-data-grid.css", "react-data-grid.js", "react-data-grid.min.js", "react-data-grid.ui-plugins.js", "react-data-grid.ui-plugins.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"react-data-grid.css" : "sha256-xLIGX03eDkxDwWaKN9E0Kh3RvtfUN+uPTJokJFqr7Jw=", "react-data-grid.js" : "sha256-nvKaBzlYBuTyIOyeXf+7FKrN/W1WRYC35Dp1XNDrJBE=", "react-data-grid.min.js" : "sha256-Esb+hTHOzCFDwfzjHH+IMD7wp9JjqvLkxKv2Go/EAzs=", "react-data-grid.ui-plugins.js" : "sha256-JqdikRCt9+hkLXH3d3/ib3d9d4ag0MzcnvmQfrXLm1o=", "react-data-grid.ui-plugins.min.js" : "sha256-ie6HsYQr8Ie4mtqorTstOKBxkWnaJ3vgYBxi1+ZM6OM="}
json_instruct
{"type": "object", "properties": {"react-data-grid.css": {"type": "string"}, "react-data-grid.js": {"type": "string"}, "react-data-grid.min.js": {"type": "string"}, "react-data-grid.ui-plugins.js": {"type": "string"}, "react-data-grid.ui-plugins.min.js": {"type": "string"}}, "required": ["react-data-grid.css", "react-data-grid.js", "react-data-grid.min.js", "react-data-grid.ui-plugins.js", "react-data-grid.ui-plugins.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"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", "pts", "connections", "capacity", "investments"]}}}, "required": ["results"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"results" : [{"tech" : 5, "pts" : 1, "connections" : 27, "capacity" : 6610, "investments" : 39107}, {"tech" : 3, "pts" : 3, "connections" : 26, "capacity" : 6310, "investments" : 34703}, {"tech" : 1, "pts" : 666, "connections" : 157031, "capacity" : 13068853, "investments" : 135659313}]}]
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", "pts", "connections", "capacity", "investments"]}}}, "required": ["results"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"identifier": {"type": "string"}, "name": {"type": "string"}, "children": {"type": "array", "items": {"type": "object", "properties": {"identifier": {"type": "string"}, "name": {"type": "string"}, "children": {"type": "array", "items": {"type": "object", "properties": {"identifier": {"type": "string"}, "name": {"type": "string"}}, "required": ["identifier", "name"]}}}, "required": ["identifier", "name", "children"]}}}, "required": ["identifier", "name", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"identifier" : "root", "name" : "root", "children" : [{"identifier" : "old-child", "name" : "old-child", "children" : [{"identifier" : "machine-1", "name" : "machine-1"}, {"identifier" : "machine-2", "name" : "machine-2"}]}, {"identifier" : "remaining-child", "name" : "remaining-child", "children" : [{"identifier" : "machine-3", "name" : "machine-3"}]}]}
json_instruct
{"type": "object", "properties": {"identifier": {"type": "string"}, "name": {"type": "string"}, "children": {"type": "array", "items": {"type": "object", "properties": {"identifier": {"type": "string"}, "name": {"type": "string"}, "children": {"type": "array", "items": {"type": "object", "properties": {"identifier": {"type": "string"}, "name": {"type": "string"}}, "required": ["identifier", "name"]}}}, "required": ["identifier", "name", "children"]}}}, "required": ["identifier", "name", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"hour positive count": {"type": "integer"}, "hour neutral count": {"type": "integer"}, "hour negative count": {"type": "integer"}, "hour distri": {"type": "object", "properties": {"0.96": {"type": "integer"}, "0.01": {"type": "integer"}, "0.04": {"type": "integer"}, "0.99": {"type": "integer"}}, "required": ["0.96", "0.01", "0.04", "0.99"]}}, "required": ["hour positive count", "hour neutral count", "hour negative count", "hour distri"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"hour positive count" : 8, "hour neutral count" : 0, "hour negative count" : 3, "hour distri" : {"0.96" : 4, "0.01" : 2, "0.04" : 1, "0.99" : 4}}
json_instruct
{"type": "object", "properties": {"hour positive count": {"type": "integer"}, "hour neutral count": {"type": "integer"}, "hour negative count": {"type": "integer"}, "hour distri": {"type": "object", "properties": {"0.96": {"type": "integer"}, "0.01": {"type": "integer"}, "0.04": {"type": "integer"}, "0.99": {"type": "integer"}}, "required": ["0.96", "0.01", "0.04", "0.99"]}}, "required": ["hour positive count", "hour neutral count", "hour negative count", "hour distri"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "website": {"type": "string"}, "description": {"type": "string"}, "explorer": {"type": "string"}, "type": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "id": {"type": "string"}}, "required": ["name", "website", "description", "explorer", "type", "symbol", "decimals", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Ormeus Cash", "website" : "https://ormeuscash.com/", "description" : "Ormeus Cash is a True Transactional Coin for a New Era of Commerce", "explorer" : "https://etherscan.io/token/0xd6bD97a26232bA02172Ff86b055d5D7bE789335B", "type" : "ERC20", "symbol" : "OMC", "decimals" : 18, "id" : "0xd6bD97a26232bA02172Ff86b055d5D7bE789335B"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "website": {"type": "string"}, "description": {"type": "string"}, "explorer": {"type": "string"}, "type": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "id": {"type": "string"}}, "required": ["name", "website", "description", "explorer", "type", "symbol", "decimals", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"copyright_text": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "integer"}, "language": {"type": "string"}, "recorded": {"type": "string"}, "related_urls": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "url": {"type": "string"}}, "required": ["label", "url"]}}, "speakers": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": {}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}}, "required": ["copyright_text", "description", "duration", "language", "recorded", "related_urls", "speakers", "tags", "thumbnail_url", "title", "videos"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"copyright_text" : "Standard YouTube License", "description" : "Dataflow notebooks extend the Jupyter Notebook environment and IPython kernel to allow users to construct clear dependencies between cells, making it possible to construct a graph that details all defined dependencies between cells. In this environment, unique, persistent cell identifiers make references between cells more robust than existing solutions. Using the dependency graph, we can dynamically update upstream dependencies for a cell or select downstream cells that depend on the current one. This helps users better organize their work, allows for non-linear orderings of cells, and enables greater reproducibility and more opportunities for reuse.", "duration" : 1483, "language" : "eng", "recorded" : "2017-07-17", "related_urls" : [{"label" : "schedule", "url" : "https://scipy2017.scipy.org/ehome/220975/493422/"}], "speakers" : ["David Koop"], "tags" : [], "thumbnail_url" : "https://i.ytimg.com/vi/5MmXs6m3JcE/maxresdefault.jpg", "title" : "Dataflow Notebooks Encoding and Using Cell Dependencies", "videos" : [{"type" : "youtube", "url" : "https://www.youtube.com/watch?v=5MmXs6m3JcE"}]}
json_instruct
{"type": "object", "properties": {"copyright_text": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "integer"}, "language": {"type": "string"}, "recorded": {"type": "string"}, "related_urls": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "url": {"type": "string"}}, "required": ["label", "url"]}}, "speakers": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": {}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}}, "required": ["copyright_text", "description", "duration", "language", "recorded", "related_urls", "speakers", "tags", "thumbnail_url", "title", "videos"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"timestamp": {"type": "integer"}, "object_list": {"type": "array", "items": {"type": "object", "properties": {"position": {"type": "array", "items": {"type": "number"}}, "id": {"type": "integer"}}, "required": ["position", "id"]}}, "frame": {"type": "integer"}, "size": {"type": "integer"}}, "required": ["timestamp", "object_list", "frame", "size"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"timestamp" : 601, "object_list" : [{"position" : [5.58848005589, 6.23188469012], "id" : 69}, {"position" : [6.62944048809, 4.63501197023], "id" : 70}, {"position" : [5.50113703539, 5.69012694477], "id" : 71}, {"position" : [3.67977197669, 7.39558987352], "id" : 106}, {"position" : [6.78855211097, 4.15936298941], "id" : 111}, {"position" : [6.17778236284, 4.27678361087], "id" : 112}, {"position" : [13.8791216543, 3.97129906723], "id" : 114}, {"position" : [6.16031375874, 7.02232594677], "id" : 115}, {"position" : [7.44225674147, 5.65003209842], "id" : 116}, {"position" : [0.350424407527, 9.88672086293], "id" : 118}], "frame" : 601, "size" : 10}
json_instruct
{"type": "object", "properties": {"timestamp": {"type": "integer"}, "object_list": {"type": "array", "items": {"type": "object", "properties": {"position": {"type": "array", "items": {"type": "number"}}, "id": {"type": "integer"}}, "required": ["position", "id"]}}, "frame": {"type": "integer"}, "size": {"type": "integer"}}, "required": ["timestamp", "object_list", "frame", "size"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["basis", "pending", "sides"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "betterbees:block/beeswax"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"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" : 526270, "name" : "Adventurous Life VR", "windows" : true, "mac" : false, "linux" : false, "early_access" : false, "lookup_time" : 1491002049}
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#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"A": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "R": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["A", "R"]}, "result": {"type": "object", "properties": {"item": {"type": "string"}, "count": {"type": "integer"}}, "required": ["item", "count"]}}, "required": ["type", "pattern", "key", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "minecraft:crafting_shaped", "pattern" : ["RRR", "RAR", "RRR"], "key" : {"A" : {"item" : "pokecube_legends:legendaryorb"}, "R" : {"item" : "pokecube_legends:sapphire"}}, "result" : {"item" : "pokecube_legends:oceanorb", "count" : 1}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"A": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "R": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["A", "R"]}, "result": {"type": "object", "properties": {"item": {"type": "string"}, "count": {"type": "integer"}}, "required": ["item", "count"]}}, "required": ["type", "pattern", "key", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"title": {"type": "string"}, "cells": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "data": {"type": "string"}}, "required": ["type", "data"]}}}, "required": ["title", "cells"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "resume.md", "cells" : [{"type" : "markdown", "data" : "\n# \u8054\u7cfb\u65b9\u5f0f\n\n- \u624b\u673a\uff1a**17600223493**\n- Email\[email protected]\n- \u5fae\u4fe1\u53f7\uff1aRyanchill\n\n# \u4e2a\u4eba\u4fe1\u606f\n\n - \u90b1\u5b87\u701a/\u7537/1994\n - \u672c\u79d1/\u897f\u5b89\u90ae\u7535\u5927\u5b66\n - \u5de5\u4f5c\u5e74\u9650\uff1a1\u5e74\n - \u5916\u8bed\u80fd\u529b\uff1aCET-6\n - \u6280\u672f\u535a\u5ba2\uff1ahttp://RyanChill94.github.io\n - Github\uff1ahttp://github.com/RyanChill94\n - \u4e2a\u4eba\u8363\u8a89\uff1a\u56fd\u5bb6\u52b1\u5fd7\u5956\u5b66\u91d1\u3001\u6821\u7ea7\u4e8c\u7b49\u5956\u5b66\u91d1\n - \u671f\u671b\u804c\u4f4d\uff1aWeb\u524d\u7aef\u5f00\u53d1\n\n# \u6280\u672f\u80fd\u529b\n\n- \u719f\u6089\u5e38\u7528\u7684 DOM\u64cd\u4f5c\u7c7b\u5e93\uff1ajQuery/Zepto\n- \u719f\u6089\u5e38\u7528\u7684UI\u6846\u67b6: Bootstrap/AntD\n- \u719f\u6089\u7684\u9879\u76ee\u7ba1\u7406\u5de5\u5177\uff1agit\n- \u719f\u6089\u6d41\u884c\u524d\u7aef\u6846\u67b6\uff1aAngular1.x/React\n- \u719f\u6089\u7684css\u9884/\u540e\u7f16\u8bd1\u5668\uff1aSass/postCss\n- \u719f\u6089\u5e38\u7528\u7684\u53ef\u89c6\u5316\u5e93\uff1ahighcharts/Echarts/D3\n- \u4e86\u89e3\u524d\u7aef\u8def\u7531\u6846\u67b6\u7684\u4f7f\u7528\uff1aReact-Router\n- \u4e86\u89e3JavaScript\u6a21\u5757\u5316\u7f16\u5199\uff1aRequireJS/ESmodules\n- \u4e86\u89e3\u81ea\u52a8\u5316\u6784\u5efa\u5de5\u5177\u7684\u4f7f\u7528\uff1awebpack/gulp/parcels\n- \u4e86\u89e3\u57fa\u672c\u540e\u7aef\u5de5\u5177\uff1aphp/Lavarel/node\n- \u4e86\u89e3\u5176\u4ed6web\u76f8\u5173\u6280\u672f\uff1amySQL/HiveSQL/web\u6027\u80fd\u4f18\u5316/web\u5b89\u5168/SVG/ES6\n\n# \u5de5\u4f5c\u7ecf\u5386\n**\u5317\u4eac\u4eac\u4e1c\u4e16\u7eaa\u8d38\u6613\u6709\u9650\u516c\u53f8**\n- \u65f6\u95f4\uff1a2017.7.4 - \u81f3\u4eca\n- \u804c\u4f4d\uff1a\u524d\u7aef\u5f00\u53d1\u5de5\u7a0b\u5e08\n- \u9879\u76ee\u7ecf\u5386\n - 1. \u4eac\u4e1c\u5546\u667a\n - \u6280\u672f\u6808\uff1a Angular1.6/Gulp/requireJS/Echarts\n - \u8be5\u7cfb\u7edf\u662f\u9762\u5411\u4eac\u4e1c\u5e73\u53f0\u7b2c\u4e09\u65b9\u5546\u5bb6\u7684BI\u7cfb\u7edf\uff0c\u7528\u6237\u91cf\u63a5\u8fd110\u4e07\u3002\u7cfb\u7edf\u4f7f\u7528Angular1.6\u7248\u672c\u4f5c\u4e3a\u9879\u76ee\u7684\u6846\u67b6\uff0cGulp\u4f5c\u4e3a\u9879\u76ee\u6784\u5efa\u5de5\u5177\u3002\u53c2\u4e0e\u4e86\u7cfb\u7edf\u7684\u4e2d\u591a\u4e2a\u6a21\u5757\u4ee5\u53ca\u884d\u751f\u7684\u65f6\u6548\u7387\u7cfb\u7edf\u7684\u7f16\u5199\uff0c\u3010\u4f60\u505a\u4e86\u4ec0\u4e48\u4e0d\u4e00\u6837\u7684\uff1f\uff1f\u3011\n - 2. \u4eac\u4e1c\u5546\u667a\u79fb\u52a8\u7248\n - \u6280\u672f\u6808\uff1a React15/Redux/ReactRouter/fiexiablejs/webpack/Eslint\n - \u8be5\u7cfb\u7edf\u662f\u5546\u667a\u7684\u79fb\u52a8\u7248\u672c\uff0c\u4f5c\u4e3aWebApp\u5d4c\u5165\u5728\u4eac\u9ea6App\u4e2d\uff0c\u9879\u76ee\u4f7f\u7528React\u5168\u5bb6\u6876\u7f16\u5199\uff0c\u53c2\u4e0e\u4e86\u9879\u76ee\u4e2d\u591a\u4e2a\u7ec4\u4ef6\u7684\u5c01\u88c5\u4ee5\u53ca\u591a\u4e2a\u6a21\u5757\u7684\u5f00\u53d1\uff0c\u3010\u89e3\u51b3\u4e86\u591a\u4e2a\u79fb\u52a8\u517c\u5bb9\u6027bug\u3011\uff0c\u62c6\u5206\u6a21\u5757\u4ee3\u7801\uff0c\u589e\u52a0\u4ee3\u7801\u53ef\u7ef4\u62a4\u6027\uff0c\u5347\u7ea7webapck\u81f34.0,\u53bb\u9664\u5197\u4f59\u6253\u5305\u6587\u4ef6\u3010babel-runtime-plugin\u3011\uff0c\u5c1d\u8bd5\u4e86SeriveWorker\u7684\u79bb\u7ebf\u7f13\u5b58\u529f\u80fd\uff0c\u4fdd\u8bc1\u7528\u6237\u5728\u7f51\u7edc\u73af\u5883\u4e0d\u4f73\u7684\u60c5\u51b5\u4e0b\u7684\u4f53\u9a8c\u3002\n - 3. \u54c1\u724c\u7eb5\u6a2a\n - \u6280\u672f\u6808 React16/Redux/webapck/HighCharts/D3\n\n \n\n# \u77e5\u8bc6\u79ef\u7d2f\n 1. \u6280\u672f\u535a\u5ba2\n 2. \u6280\u672f\u7ffb\u8bd1\n - [blog]()\n - [Front-End-handBook]()\n 3. \u5f00\u6e90\u9879\u76ee\n - [ptr-react]() \u4e00\u4e2a\u7b80\u5355\u5c0f\u5de7\u7684\u4e0b\u62c9\u5237\u65b0\u7ec4\u4ef6\uff0c\u4f7f\u7528react\u7f16\u5199\n - [emoji Emitter]()\n - [webpack-extra-attr-plugins]() \u4e00\u4e2a\u7b80\u6613\u7684\u63d2\u4ef6\u5b9e\u73b0html-plugin\u6ce8\u5165js\u81ea\u52a8\u6dfb\u52a0\u81ea\u5b9a\u4e49\u5c5e\u6027\n4. \u516c\u53f8\u5185\u90e8\u5206\u5206\u4eab\n - [Https \u626b\u76f2\u6307\u5357]()\n\n# \u81ea\u6211\u8bc4\u4ef7\n- \u4e13\u6ce8\u5e76\u4e14\u70ed\u7231\u524d\u7aef\uff0c\u559c\u6b22web\u65b0\u6280\u672f\n- \u80fd\u591f\u4e0e\u540c\u4e8b\u8f83\u597d\u7684\u534f\u540c\u5de5\u4f5c\uff0c\u4e50\u4e8e\u4ea4\u6d41\n- \u8f83\u5f3a\u7684\u5916\u8bed\u80fd\u529b\uff0c\u80fd\u591f\u65e0\u969c\u788d\u7684\u9605\u8bfb\u6587\u6863\uff0c\u5076\u5c14\u53c2\u4e0e\u7ffb\u8bd1\n \n \n--- \n# \u81f4\u8c22\n\u611f\u8c22\u60a8\u82b1\u65f6\u95f4\u9605\u8bfb\u6211\u7684\u7b80\u5386\uff0c\u671f\u5f85\u80fd\u6709\u673a\u4f1a\u548c\u60a8\u5171\u4e8b\u3002\n\n"}]}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "cells": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "data": {"type": "string"}}, "required": ["type", "data"]}}}, "required": ["title", "cells"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"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.org/draft-07/schema#"}
{"userId" : 11680, "cartId" : "82ec6045-113d-4cb7-844b-2b8f3ea9a0bd", "preferredProducts" : [2019, 1147], "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.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"include": {"type": "array", "items": {"type": "string"}}, "compilerOptions": {"type": "object", "properties": {"esModuleInterop": {"type": "boolean"}, "strict": {"type": "boolean"}}, "required": ["esModuleInterop", "strict"]}}, "required": ["include", "compilerOptions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"include" : [".", "../jest"], "compilerOptions" : {"esModuleInterop" : true, "strict" : true}}
json_instruct
{"type": "object", "properties": {"include": {"type": "array", "items": {"type": "string"}}, "compilerOptions": {"type": "object", "properties": {"esModuleInterop": {"type": "boolean"}, "strict": {"type": "boolean"}}, "required": ["esModuleInterop", "strict"]}}, "required": ["include", "compilerOptions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"secretName": {"type": "string"}, "zoneName": {"type": "string"}, "server": {"type": "string"}, "apiUrl": {"type": "string"}}, "required": ["secretName", "zoneName", "server", "apiUrl"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"secretName" : "pdns-secret", "zoneName" : "example.com.", "server" : "localhost", "apiUrl" : "https://powerdns.api"}
json_instruct
{"type": "object", "properties": {"secretName": {"type": "string"}, "zoneName": {"type": "string"}, "server": {"type": "string"}, "apiUrl": {"type": "string"}}, "required": ["secretName", "zoneName", "server", "apiUrl"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "string"}, "firstName": {"type": "string"}, "lastName": {"type": "string"}, "email": {"type": "string"}, "username": {"type": "string"}, "password": {"type": "string"}, "organisations": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "permissions": {"type": "array", "items": {}}, "notifications": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "code", "name", "permissions", "notifications"]}}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "active": {"type": "boolean"}}, "required": ["id", "firstName", "lastName", "email", "username", "password", "organisations", "createdAt", "updatedAt", "active"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "987160c1-c374-48b5-b4f8-5b50faa67760", "firstName" : "Adalberto", "lastName" : "O'Kon", "email" : "[email protected]", "username" : "[email protected]", "password" : "bat", "organisations" : [{"id" : "9d03acb4-95ce-41e1-8458-0b4bec147b6b", "code" : "M20", "name" : "The University of Manchester", "permissions" : [], "notifications" : ["course_published", "course_changed", "course_withdrawn", "course_vacancies_changed", "course_published_training_provider", "course_changed_training_provider", "course_withdrawn_training_provider", "course_vacancies_changed_training_provider"]}], "createdAt" : "2022-03-07T12:32:26.066Z", "updatedAt" : "2022-03-08T20:09:43.785Z", "active" : false}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "firstName": {"type": "string"}, "lastName": {"type": "string"}, "email": {"type": "string"}, "username": {"type": "string"}, "password": {"type": "string"}, "organisations": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "permissions": {"type": "array", "items": {}}, "notifications": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "code", "name", "permissions", "notifications"]}}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "active": {"type": "boolean"}}, "required": ["id", "firstName", "lastName", "email", "username", "password", "organisations", "createdAt", "updatedAt", "active"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"batch_size": {"type": "integer"}, "gaussian_expand": {"type": "boolean"}, "gnn_hidden_feats": {"type": "integer"}, "graph_feats": {"type": "integer"}, "lr": {"type": "number"}, "num_gnn_layers": {"type": "integer"}, "patience": {"type": "integer"}, "weight_decay": {"type": "number"}}, "required": ["batch_size", "gaussian_expand", "gnn_hidden_feats", "graph_feats", "lr", "num_gnn_layers", "patience", "weight_decay"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"batch_size" : 64, "gaussian_expand" : true, "gnn_hidden_feats" : 256, "graph_feats" : 128, "lr" : 0.0007450856286183947, "num_gnn_layers" : 3, "patience" : 30, "weight_decay" : 0.0012182889964973162}
json_instruct
{"type": "object", "properties": {"batch_size": {"type": "integer"}, "gaussian_expand": {"type": "boolean"}, "gnn_hidden_feats": {"type": "integer"}, "graph_feats": {"type": "integer"}, "lr": {"type": "number"}, "num_gnn_layers": {"type": "integer"}, "patience": {"type": "integer"}, "weight_decay": {"type": "number"}}, "required": ["batch_size", "gaussian_expand", "gnn_hidden_feats", "graph_feats", "lr", "num_gnn_layers", "patience", "weight_decay"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"system": {"type": "object", "properties": {"systemName": {"type": "string"}, "systemId": {"type": "string"}}, "required": ["systemName", "systemId"]}, "iotCentral": {"type": "object", "properties": {"properties": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "model": {"type": "string"}, "processorManufacturer": {"type": "string"}, "totalStorage": {"type": "integer"}}, "required": ["manufacturer", "model", "processorManufacturer", "totalStorage"]}, "appKeys": {"type": "object", "properties": {"iotCentralAppHost": {"type": "string"}, "iotCentralAppApiToken": {"type": "string"}, "iotCentralDeviceProvisioningKey": {"type": "string"}, "iotCentralScopeId": {"type": "string"}}, "required": ["iotCentralAppHost", "iotCentralAppApiToken", "iotCentralDeviceProvisioningKey", "iotCentralScopeId"]}}, "required": ["properties", "appKeys"]}}, "required": ["system", "iotCentral"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"system" : {"systemName" : "<FOR_CUSTOMER_USE>", "systemId" : "<FOR_CUSTOMER_USE>"}, "iotCentral" : {"properties" : {"manufacturer" : "<GATEWAY_HARDWARE>", "model" : "<GATEWAY_HARDWARE>", "processorManufacturer" : "<GATEWAY_HARDWARE>", "totalStorage" : 0}, "appKeys" : {"iotCentralAppHost" : "<IOT_CENTRAL_HOST>", "iotCentralAppApiToken" : "<IOT_CENTRAL_API_ACCESS_TOKEN>", "iotCentralDeviceProvisioningKey" : "<IOT_CENTRAL_DEVICE_PROVISIONING_KEY>", "iotCentralScopeId" : "<IOT_CENTRAL_SCOPE_ID>"}}}
json_instruct
{"type": "object", "properties": {"system": {"type": "object", "properties": {"systemName": {"type": "string"}, "systemId": {"type": "string"}}, "required": ["systemName", "systemId"]}, "iotCentral": {"type": "object", "properties": {"properties": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "model": {"type": "string"}, "processorManufacturer": {"type": "string"}, "totalStorage": {"type": "integer"}}, "required": ["manufacturer", "model", "processorManufacturer", "totalStorage"]}, "appKeys": {"type": "object", "properties": {"iotCentralAppHost": {"type": "string"}, "iotCentralAppApiToken": {"type": "string"}, "iotCentralDeviceProvisioningKey": {"type": "string"}, "iotCentralScopeId": {"type": "string"}}, "required": ["iotCentralAppHost", "iotCentralAppApiToken", "iotCentralDeviceProvisioningKey", "iotCentralScopeId"]}}, "required": ["properties", "appKeys"]}}, "required": ["system", "iotCentral"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "string"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}, "required": ["main"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 124481, "info" : {"name" : "CapistranoRB Dark Mode", "description" : "Darkens up the Capistrano documentation so that it's a bit easier on sensitive eyes.", "additionalInfo" : "Feel free to contribute at https://gitlab.com/unchris/userstyles", "format" : "uso", "category" : "capistranorb", "createdAt" : "2016-02-19T21:10:21.000Z", "updatedAt" : "2016-02-19T21:10:21.000Z", "license" : "CC0-1.0", "author" : {"id" : 287600, "name" : "unchris"}}, "stats" : {"installs" : {"total" : 37, "weekly" : 0}}, "screenshots" : {"main" : {"name" : "124481_after.png", "archived" : false}}, "discussions" : {"stats" : {"discussionsCount" : 0, "commentsCount" : 0}, "data" : []}, "style" : {"css" : "@namespace url(http://www.w3.org/1999/xhtml);\r\n\r\n@-moz-document domain(\"capistranorb.com\") {\r\n body {\r\n background: #333; /* main background color */\r\n color: #CCC; /* main text */\r\n }\r\n \r\n code {\r\n color: #BA0; /* inline code blocks */\r\n }\r\n \r\n h1, h2, h3, h4, h5, h6 {\r\n color: #57A;\r\n }\r\n \r\n .highlight {\r\n background: #555; /* a boxy border surrounding block quotes and block code */\r\n } \r\n}"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "string"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}, "required": ["main"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "games": {"type": "object", "properties": {"nh": {"type": "object", "properties": {"sellPrice": {"type": "object", "properties": {"currency": {"type": "string"}, "value": {"type": "integer"}}, "required": ["currency", "value"]}, "buyPrices": {"type": "array", "items": {"type": "object", "properties": {"currency": {"type": "string"}, "value": {"type": "integer"}}, "required": ["currency", "value"]}}, "variations": {"type": "object", "properties": {"brown": {"type": "string"}, "black": {"type": "string"}, "white": {"type": "string"}}, "required": ["brown", "black", "white"]}}, "required": ["sellPrice", "buyPrices", "variations"]}}, "required": ["nh"]}, "category": {"type": "string"}}, "required": ["id", "name", "games", "category"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "ghillie-brogues", "name" : "Ghillie Brogues", "games" : {"nh" : {"sellPrice" : {"currency" : "bells", "value" : 585}, "buyPrices" : [{"currency" : "bells", "value" : 2340}], "variations" : {"brown" : "Brown", "black" : "Black", "white" : "White"}}}, "category" : "Shoes"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "games": {"type": "object", "properties": {"nh": {"type": "object", "properties": {"sellPrice": {"type": "object", "properties": {"currency": {"type": "string"}, "value": {"type": "integer"}}, "required": ["currency", "value"]}, "buyPrices": {"type": "array", "items": {"type": "object", "properties": {"currency": {"type": "string"}, "value": {"type": "integer"}}, "required": ["currency", "value"]}}, "variations": {"type": "object", "properties": {"brown": {"type": "string"}, "black": {"type": "string"}, "white": {"type": "string"}}, "required": ["brown", "black", "white"]}}, "required": ["sellPrice", "buyPrices", "variations"]}}, "required": ["nh"]}, "category": {"type": "string"}}, "required": ["id", "name", "games", "category"], "$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"}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "ng1-intellitemplate", "version" : "1.1.7", "description" : "A hacky cli script for typescript autocomplete support in angular 1.x templates.", "main" : "index.js", "author" : "depinore", "license" : "ISC"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}, "additional": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}}, "required": ["main", "additional"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 122806, "info" : {"name" : "junge Welt - fresh'n clean", "description" : "junge Welt Zeitung f\u00fcr Langzeitleser & -leserinnen und Kellerasseln", "additionalInfo" : null, "format" : "uso", "category" : "jungewelt", "createdAt" : "2016-01-07T22:42:59.000Z", "updatedAt" : "2016-01-07T22:42:59.000Z", "license" : "NO-REDISTRIBUTION", "author" : {"id" : 285803, "name" : "9ooolux"}}, "stats" : {"installs" : {"total" : 57, "weekly" : 0}}, "screenshots" : {"main" : {"name" : "122806_after.jpeg", "archived" : false}, "additional" : [{"name" : "122806_additional_18198.jpeg", "archived" : false}]}, "discussions" : {"stats" : {"discussionsCount" : 0, "commentsCount" : 0}, "data" : []}, "style" : {"css" : "@namespace url(http://www.w3.org/1999/xhtml);\r\n\r\n@-moz-document domain(\"jungewelt.de\"){\r\n \r\n body {\r\n background: #2f2f2f;\r\n}\r\n .Wrapper {\r\n background: #393939;\r\n }\r\n .Navi ul li.Active ul li a, .Navi ul li.Active ul li.Active a {\r\n color: #eb2325;\r\n }\r\n div.Main .Section-Header {\r\n background: #393939;\r\n }\r\n h1 a, h2 a, h3 a, h4 a {\r\n color: #d2d2d2;\r\n}\r\n .Specials .Box {\r\n background: #393939;\r\n }\r\n div.Main {\r\n color: #ccc;\r\n }\r\n .Article .Infobox {\r\n color: #ccc;\r\n background: #404040 none repeat scroll 0% 0%;\r\n }\r\n #ID_ArticleAppendix .Stopper {\r\n background: #393939;\r\n }\r\n #ID_ArticleAppendix .Moreinfo .Preview {\r\n background: #393939 none repeat scroll 0% 0%;\r\n}\r\n #ID_LoginFormFailed fieldset {\r\n background: #393939;\r\n }\r\n form input[type=\"submit\"] {\r\n background: #eb2325 none repeat scroll 0% 0%;\r\n }\r\n #ID_LoginFormFailed fieldset legend {\r\n background: #393939 none repeat scroll 0% 0%;\r\n }\r\n\r\n}\r\n\r\n\r\n"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}, "additional": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}}, "required": ["main", "additional"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$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"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "dharmaVerificationStatus": {"type": "string"}}, "required": ["name", "symbol", "address", "decimals", "dharmaVerificationStatus"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "x20.finance", "symbol" : "20X", "address" : "0x4885d93e218270b6B10C6d67208DF0F93eFBE65c", "decimals" : 18, "dharmaVerificationStatus" : "UNVERIFIED"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "dharmaVerificationStatus": {"type": "string"}}, "required": ["name", "symbol", "address", "decimals", "dharmaVerificationStatus"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : "WHICH IS SO FAR FROM DIMINISHING THE IMPERFECTION OF OUR WORDS,", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/8618.json"}
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"url_title": {"type": "string"}, "title": {"type": "string"}, "sub_title": {"type": "string"}, "top_image": {"type": "string"}, "visible": {"type": "boolean"}}, "required": ["url_title", "title", "sub_title", "top_image", "visible"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"url_title" : "my-first-aaa", "title" : "Lorem ipsum dolor sit amet, consectetur adipiscing elit.", "sub_title" : "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed enim eros, dignissim vel mattis eu, tempor eu elit. Ut et justo sapien. Morbi fermentum dui et leo iaculis, nec maximus elit gravida.", "top_image" : "top_image.png", "visible" : true}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"url_title": {"type": "string"}, "title": {"type": "string"}, "sub_title": {"type": "string"}, "top_image": {"type": "string"}, "visible": {"type": "boolean"}}, "required": ["url_title", "title", "sub_title", "top_image", "visible"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "module": {"type": "string"}, "target": {"type": "string"}, "exclude": {"type": "array", "items": {"type": "string"}}, "out": {"type": "string"}, "excludeExternals": {"type": "boolean"}, "excludeNotExported": {"type": "boolean"}}, "required": ["name", "module", "target", "exclude", "out", "excludeExternals", "excludeNotExported"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@cahil/utils", "module" : "es", "target" : "esnext", "exclude" : ["**/*.test.ts", "**/internal/**/*.ts"], "out" : "docs/", "excludeExternals" : true, "excludeNotExported" : true}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "module": {"type": "string"}, "target": {"type": "string"}, "exclude": {"type": "array", "items": {"type": "string"}}, "out": {"type": "string"}, "excludeExternals": {"type": "boolean"}, "excludeNotExported": {"type": "boolean"}}, "required": ["name", "module", "target", "exclude", "out", "excludeExternals", "excludeNotExported"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"user": {"type": "string"}, "repos": {"type": "integer"}, "login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "url": {"type": "string"}, "html_url": {"type": "string"}, "followers_url": {"type": "string"}, "following_url": {"type": "string"}, "gists_url": {"type": "string"}, "starred_url": {"type": "string"}, "subscriptions_url": {"type": "string"}, "organizations_url": {"type": "string"}, "repos_url": {"type": "string"}, "events_url": {"type": "string"}, "received_events_url": {"type": "string"}, "type": {"type": "string"}, "site_admin": {"type": "boolean"}, "name": {"type": "null"}, "company": {"type": "null"}, "blog": {"type": "null"}, "location": {"type": "null"}, "email": {"type": "null"}, "hireable": {"type": "null"}, "bio": {"type": "null"}, "public_repos": {"type": "integer"}, "public_gists": {"type": "integer"}, "followers": {"type": "integer"}, "following": {"type": "integer"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["user", "repos", "login", "id", "avatar_url", "url", "html_url", "followers_url", "following_url", "gists_url", "starred_url", "subscriptions_url", "organizations_url", "repos_url", "events_url", "received_events_url", "type", "site_admin", "name", "company", "blog", "location", "email", "hireable", "bio", "public_repos", "public_gists", "followers", "following", "created_at", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"user" : "lfmm", "repos" : 1, "login" : "lfmm", "id" : 16577716, "avatar_url" : "https://avatars0.githubusercontent.com/u/16577716?v=3", "url" : "https://api.github.com/users/lfmm", "html_url" : "https://github.com/lfmm", "followers_url" : "https://api.github.com/users/lfmm/followers", "following_url" : "https://api.github.com/users/lfmm/following{/other_user}", "gists_url" : "https://api.github.com/users/lfmm/gists{/gist_id}", "starred_url" : "https://api.github.com/users/lfmm/starred{/owner}{/repo}", "subscriptions_url" : "https://api.github.com/users/lfmm/subscriptions", "organizations_url" : "https://api.github.com/users/lfmm/orgs", "repos_url" : "https://api.github.com/users/lfmm/repos", "events_url" : "https://api.github.com/users/lfmm/events{/privacy}", "received_events_url" : "https://api.github.com/users/lfmm/received_events", "type" : "User", "site_admin" : false, "name" : null, "company" : null, "blog" : null, "location" : null, "email" : null, "hireable" : null, "bio" : null, "public_repos" : 2, "public_gists" : 0, "followers" : 0, "following" : 0, "created_at" : "2016-01-06T14:50:27Z", "updated_at" : "2017-02-12T12:06:02Z"}
json_instruct
{"type": "object", "properties": {"user": {"type": "string"}, "repos": {"type": "integer"}, "login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "url": {"type": "string"}, "html_url": {"type": "string"}, "followers_url": {"type": "string"}, "following_url": {"type": "string"}, "gists_url": {"type": "string"}, "starred_url": {"type": "string"}, "subscriptions_url": {"type": "string"}, "organizations_url": {"type": "string"}, "repos_url": {"type": "string"}, "events_url": {"type": "string"}, "received_events_url": {"type": "string"}, "type": {"type": "string"}, "site_admin": {"type": "boolean"}, "name": {"type": "null"}, "company": {"type": "null"}, "blog": {"type": "null"}, "location": {"type": "null"}, "email": {"type": "null"}, "hireable": {"type": "null"}, "bio": {"type": "null"}, "public_repos": {"type": "integer"}, "public_gists": {"type": "integer"}, "followers": {"type": "integer"}, "following": {"type": "integer"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["user", "repos", "login", "id", "avatar_url", "url", "html_url", "followers_url", "following_url", "gists_url", "starred_url", "subscriptions_url", "organizations_url", "repos_url", "events_url", "received_events_url", "type", "site_admin", "name", "company", "blog", "location", "email", "hireable", "bio", "public_repos", "public_gists", "followers", "following", "created_at", "updated_at"], "$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#"}
["Ausa", "Ausejo", "Ausejo de la Sierra", "Aushiger", "Ausleben", "Ausonia", "Ausserbraz", "Aussillon", "Aussonne", "Austell", "Austerlitz", "Austin", "Austin", "Austin", "Austin", "Austins Ferry", "Austintown", "Austis", "Australind", "Austrheim", "Auswil"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"an4.86:0.1": {"type": "string"}, "an4.86:0.2": {"type": "string"}, "an4.86:0.3": {"type": "string"}, "an4.86:1.1": {"type": "string"}, "an4.86:1.2": {"type": "string"}, "an4.86:1.3": {"type": "string"}, "an4.86:1.4": {"type": "string"}, "an4.86:1.5": {"type": "string"}, "an4.86:1.6": {"type": "string"}, "an4.86:1.7": {"type": "string"}, "an4.86:1.8": {"type": "string"}}, "required": ["an4.86:0.1", "an4.86:0.2", "an4.86:0.3", "an4.86:1.1", "an4.86:1.2", "an4.86:1.3", "an4.86:1.4", "an4.86:1.5", "an4.86:1.6", "an4.86:1.7", "an4.86:1.8"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"an4.86:0.1" : "<article id='an4.86'><header><ul><li class='division'>{}</li>", "an4.86:0.2" : "<li>{}</li></ul>", "an4.86:0.3" : "<h1 class='sutta-title'>{}</h1></header>", "an4.86:1.1" : "<p>{}", "an4.86:1.2" : "{}</p>", "an4.86:1.3" : "<ol><li>{}</li>", "an4.86:1.4" : "<li>{}</li>", "an4.86:1.5" : "<li>{}</li>", "an4.86:1.6" : "<li>{}</li></ol>", "an4.86:1.7" : "<p>{}</p>", "an4.86:1.8" : "<p class='endsection'>{}</p></article>"}
json_instruct
{"type": "object", "properties": {"an4.86:0.1": {"type": "string"}, "an4.86:0.2": {"type": "string"}, "an4.86:0.3": {"type": "string"}, "an4.86:1.1": {"type": "string"}, "an4.86:1.2": {"type": "string"}, "an4.86:1.3": {"type": "string"}, "an4.86:1.4": {"type": "string"}, "an4.86:1.5": {"type": "string"}, "an4.86:1.6": {"type": "string"}, "an4.86:1.7": {"type": "string"}, "an4.86:1.8": {"type": "string"}}, "required": ["an4.86:0.1", "an4.86:0.2", "an4.86:0.3", "an4.86:1.1", "an4.86:1.2", "an4.86:1.3", "an4.86:1.4", "an4.86:1.5", "an4.86:1.6", "an4.86:1.7", "an4.86:1.8"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"plyr.css": {"type": "string"}, "plyr.js": {"type": "string"}, "plyr.min.js": {"type": "string"}, "plyr.polyfilled.js": {"type": "string"}, "plyr.polyfilled.min.js": {"type": "string"}}, "required": ["plyr.css", "plyr.js", "plyr.min.js", "plyr.polyfilled.js", "plyr.polyfilled.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"plyr.css" : "sha256-qmA0bYM1vzMOgQcP3XV4E0+quN7sUZ+Bts0dJSPNufs=", "plyr.js" : "sha256-ENbzhax7yXD7YLdJ74NvXje3sxl+3IxRBX6GqJ/83G0=", "plyr.min.js" : "sha256-WDJN4vcvOfEec7Y40ETRyqwWgbCPgkJis8oco88XfVc=", "plyr.polyfilled.js" : "sha256-DftXZ5vEIr6D2ghSWuMqus81C7HlBDbg16rpOYgnBvQ=", "plyr.polyfilled.min.js" : "sha256-fEV/tWKVLS9QEYXB9pUk3Vb4BTA/otXnV7iktZISoPs="}
json_instruct
{"type": "object", "properties": {"plyr.css": {"type": "string"}, "plyr.js": {"type": "string"}, "plyr.min.js": {"type": "string"}, "plyr.polyfilled.js": {"type": "string"}, "plyr.polyfilled.min.js": {"type": "string"}}, "required": ["plyr.css", "plyr.js", "plyr.min.js", "plyr.polyfilled.js", "plyr.polyfilled.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"roosterjs-react-common": {"type": "string"}}, "required": ["roosterjs-react-common"]}, "main": {"type": "string"}, "version": {"type": "string"}, "typings": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "required": ["name", "description", "dependencies", "main", "version", "typings", "license", "repository"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "roosterjs-react-emoji-resources", "description" : "Resources for roosterjs-react Emoji plugin", "dependencies" : {"roosterjs-react-common" : "0.0.72"}, "main" : "./lib/index.js", "version" : "0.0.72", "typings" : "./lib/index.d.ts", "license" : "MIT", "repository" : {"type" : "git", "url" : "https://github.com/Microsoft/roosterjs-react"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"roosterjs-react-common": {"type": "string"}}, "required": ["roosterjs-react-common"]}, "main": {"type": "string"}, "version": {"type": "string"}, "typings": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "required": ["name", "description", "dependencies", "main", "version", "typings", "license", "repository"], "$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"}, "topic": {"type": "string"}}, "required": ["name", "topic"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "invoice.issued", "topic" : "invoices"}, {"name" : "invoiceline.created", "topic" : "invoices"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "topic": {"type": "string"}}, "required": ["name", "topic"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"locationId": {"type": "integer"}, "name": {"type": "string"}}, "required": ["locationId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"locationId" : 20, "name" : "Baarn"}
json_instruct
{"type": "object", "properties": {"locationId": {"type": "integer"}, "name": {"type": "string"}}, "required": ["locationId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "sideEffects": {"type": "boolean"}}, "required": ["name", "version", "sideEffects"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@atlaskit/inline-dialog", "version" : "9.0.15", "sideEffects" : false}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "sideEffects": {"type": "boolean"}}, "required": ["name", "version", "sideEffects"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : 1.2, "people" : [{"pose_keypoints_2d" : [167.776, 448.913, 1, 219.607, 475.852, 1, 225.654, 489.833, 1, 295.699, 501.866, 1, 338.749, 510.902, 1, 219.598, 459.884, 1, 266.89, 436.883, 1, 958.871, 506.991, 0, 372.732, 461.923, 1, 480.702, 315.086, 1, 511.568, 397.964, 1, 380.734, 446.949, 1, 478.707, 313.101, 1, 519.625, 393.925, 1, 161.757, 454.916, 1, 163.761, 444.93, 1, 163.767, 477.861, 1, 1166.21, 491.179, 0], "face_keypoints_2d" : [], "hand_left_keypoints_2d" : [], "hand_right_keypoints_2d" : [], "pose_keypoints_3d" : [], "face_keypoints_3d" : [], "hand_left_keypoints_3d" : [], "hand_right_keypoints_3d" : []}]}
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": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$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"}, "repository": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-config-airbnb": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "eslint-plugin-jsx-a11y": {"type": "string"}, "eslint-plugin-react": {"type": "string"}}, "required": ["eslint", "eslint-config-airbnb", "eslint-plugin-import", "eslint-plugin-jsx-a11y", "eslint-plugin-react"]}, "dependencies": {"type": "object", "properties": {"colors": {"type": "string"}, "dotenv": {"type": "string"}, "eris": {"type": "string"}}, "required": ["colors", "dotenv", "eris"]}}, "required": ["name", "version", "description", "main", "repository", "scripts", "author", "license", "private", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "bastion", "version" : "2.0.0", "description" : "A bot that does all the dirty work Atlas can't do (yet)", "main" : "app.js", "repository" : "https://github.com/NotSylver/bastion.git", "scripts" : {"start" : "node app.js"}, "author" : "Sylver", "license" : "MIT", "private" : false, "devDependencies" : {"eslint" : "5.3.0", "eslint-config-airbnb" : "17.1.0", "eslint-plugin-import" : "2.14.0", "eslint-plugin-jsx-a11y" : "6.1.1", "eslint-plugin-react" : "7.11.0"}, "dependencies" : {"colors" : "^1.3.2", "dotenv" : "^6.0.0", "eris" : "^0.9.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-config-airbnb": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "eslint-plugin-jsx-a11y": {"type": "string"}, "eslint-plugin-react": {"type": "string"}}, "required": ["eslint", "eslint-config-airbnb", "eslint-plugin-import", "eslint-plugin-jsx-a11y", "eslint-plugin-react"]}, "dependencies": {"type": "object", "properties": {"colors": {"type": "string"}, "dotenv": {"type": "string"}, "eris": {"type": "string"}}, "required": ["colors", "dotenv", "eris"]}}, "required": ["name", "version", "description", "main", "repository", "scripts", "author", "license", "private", "devDependencies", "dependencies"], "$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": {"alertMessage": {"type": "string"}, "failedPaths": {"type": "array", "items": {"type": "string"}}, "fixPaths": {"type": "array", "items": {}}, "ruleStatus": {"type": "string"}, "packagename": {"type": "string"}, "alertScore": {"type": "integer"}, "alertObject": {"type": "object", "properties": {"k8sApiObjects": {"type": "array", "items": {"type": "object", "properties": {"apiVersion": {"type": "string"}, "kind": {"type": "string"}, "metadata": {"type": "object", "properties": {"labels": {"type": "object", "properties": {"component": {"type": "string"}, "tier": {"type": "string"}}, "required": ["component", "tier"]}, "name": {"type": "string"}}, "required": ["labels", "name"]}}, "required": ["apiVersion", "kind", "metadata"]}}}, "required": ["k8sApiObjects"]}}, "required": ["alertMessage", "failedPaths", "fixPaths", "ruleStatus", "packagename", "alertScore", "alertObject"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"alertMessage" : "PodSecurityPolicy is not enabled", "failedPaths" : ["spec.containers[0].command[5]"], "fixPaths" : [], "ruleStatus" : "", "packagename" : "armo_builtins", "alertScore" : 9, "alertObject" : {"k8sApiObjects" : [{"apiVersion" : "v1", "kind" : "Pod", "metadata" : {"labels" : {"component" : "kube-apiserver", "tier" : "control-plane"}, "name" : "kube-apiserver-minikube"}}]}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"alertMessage": {"type": "string"}, "failedPaths": {"type": "array", "items": {"type": "string"}}, "fixPaths": {"type": "array", "items": {}}, "ruleStatus": {"type": "string"}, "packagename": {"type": "string"}, "alertScore": {"type": "integer"}, "alertObject": {"type": "object", "properties": {"k8sApiObjects": {"type": "array", "items": {"type": "object", "properties": {"apiVersion": {"type": "string"}, "kind": {"type": "string"}, "metadata": {"type": "object", "properties": {"labels": {"type": "object", "properties": {"component": {"type": "string"}, "tier": {"type": "string"}}, "required": ["component", "tier"]}, "name": {"type": "string"}}, "required": ["labels", "name"]}}, "required": ["apiVersion", "kind", "metadata"]}}}, "required": ["k8sApiObjects"]}}, "required": ["alertMessage", "failedPaths", "fixPaths", "ruleStatus", "packagename", "alertScore", "alertObject"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "2012", "provinceId" : "92", "regencyId" : "08", "districtId" : "01", "name" : "Kamaka"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"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": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 101853951, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "c3740ef888416d84292f714d63af05f8", "wof:id" : 101853951, "wof:repo" : "whosonfirst-data-admin-ch"}, "bbox" : [6.92619, 46.4336, 6.92619, 46.4336], "geometry" : {"coordinates" : [6.92619, 46.4336], "type" : "Point"}}
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": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"source_schema": {"type": "string"}, "source_taxonomy": {"type": "string"}, "target_schema": {"type": "string"}, "target_taxonomy": {"type": "string"}, "source_damage_states": {"type": "array", "items": {"type": "integer"}}, "target_damage_states": {"type": "array", "items": {"type": "integer"}}, "conv_matrix": {"type": "object", "properties": {"0": {"type": "object", "properties": {"0": {"type": "number"}, "1": {"type": "number"}, "2": {"type": "number"}, "3": {"type": "number"}, "4": {"type": "number"}}, "required": ["0", "1", "2", "3", "4"]}, "1": {"type": "object", "properties": {"0": {"type": "number"}, "1": {"type": "number"}, "2": {"type": "number"}, "3": {"type": "number"}, "4": {"type": "number"}}, "required": ["0", "1", "2", "3", "4"]}, "2": {"type": "object", "properties": {"0": {"type": "number"}, "1": {"type": "number"}, "2": {"type": "number"}, "3": {"type": "number"}, "4": {"type": "number"}}, "required": ["0", "1", "2", "3", "4"]}, "3": {"type": "object", "properties": {"0": {"type": "number"}, "1": {"type": "number"}, "2": {"type": "number"}, "3": {"type": "number"}, "4": {"type": "number"}}, "required": ["0", "1", "2", "3", "4"]}, "4": {"type": "object", "properties": {"0": {"type": "number"}, "1": {"type": "number"}, "2": {"type": "number"}, "3": {"type": "number"}, "4": {"type": "number"}}, "required": ["0", "1", "2", "3", "4"]}}, "required": ["0", "1", "2", "3", "4"]}}, "required": ["source_schema", "source_taxonomy", "target_schema", "target_taxonomy", "source_damage_states", "target_damage_states", "conv_matrix"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"source_schema" : "SARA_v1.0", "source_taxonomy" : "CR-LFM-DNO-SOS-H1-3", "target_schema" : "Medina_2019", "target_taxonomy" : "M-PN", "source_damage_states" : [0, 1, 2, 3, 4], "target_damage_states" : [0, 1, 2, 3, 4], "conv_matrix" : {"0" : {"0" : 0.1111111111, "1" : 0.0029373639, "2" : 0.0, "3" : 0.0042554905, "4" : 0.0033380929}, "1" : {"0" : 0.2222222186, "1" : 0.0518776945, "2" : 0.0, "3" : 0.0, "4" : 0.0}, "2" : {"0" : 0.6429291257, "1" : 0.1004184363, "2" : 0.0014298269, "3" : 2.493e-07, "4" : 0.0}, "3" : {"0" : 0.0237375442, "1" : 0.8445156369, "2" : 0.9419113615, "3" : 0.6639228828, "4" : 0.0663370619}, "4" : {"0" : 4e-10, "1" : 0.0002508684, "2" : 0.0566588116, "3" : 0.3318213775, "4" : 0.9303248452}}}
json_instruct
{"type": "object", "properties": {"source_schema": {"type": "string"}, "source_taxonomy": {"type": "string"}, "target_schema": {"type": "string"}, "target_taxonomy": {"type": "string"}, "source_damage_states": {"type": "array", "items": {"type": "integer"}}, "target_damage_states": {"type": "array", "items": {"type": "integer"}}, "conv_matrix": {"type": "object", "properties": {"0": {"type": "object", "properties": {"0": {"type": "number"}, "1": {"type": "number"}, "2": {"type": "number"}, "3": {"type": "number"}, "4": {"type": "number"}}, "required": ["0", "1", "2", "3", "4"]}, "1": {"type": "object", "properties": {"0": {"type": "number"}, "1": {"type": "number"}, "2": {"type": "number"}, "3": {"type": "number"}, "4": {"type": "number"}}, "required": ["0", "1", "2", "3", "4"]}, "2": {"type": "object", "properties": {"0": {"type": "number"}, "1": {"type": "number"}, "2": {"type": "number"}, "3": {"type": "number"}, "4": {"type": "number"}}, "required": ["0", "1", "2", "3", "4"]}, "3": {"type": "object", "properties": {"0": {"type": "number"}, "1": {"type": "number"}, "2": {"type": "number"}, "3": {"type": "number"}, "4": {"type": "number"}}, "required": ["0", "1", "2", "3", "4"]}, "4": {"type": "object", "properties": {"0": {"type": "number"}, "1": {"type": "number"}, "2": {"type": "number"}, "3": {"type": "number"}, "4": {"type": "number"}}, "required": ["0", "1", "2", "3", "4"]}}, "required": ["0", "1", "2", "3", "4"]}}, "required": ["source_schema", "source_taxonomy", "target_schema", "target_taxonomy", "source_damage_states", "target_damage_states", "conv_matrix"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "type": {"type": "string"}}, "required": ["name", "symbol", "address", "decimals", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "DOVU", "symbol" : "DOV", "address" : "0xac3211a5025414af2866ff09c23fc18bc97e79b1", "decimals" : 18, "type" : "ERC20"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "type": {"type": "string"}}, "required": ["name", "symbol", "address", "decimals", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"1-5": {"type": "array", "items": {"type": "integer"}}, "1-6": {"type": "array", "items": {"type": "integer"}}, "4-1": {"type": "array", "items": {"type": "integer"}}, "4-2": {"type": "array", "items": {"type": "integer"}}, "4-3": {"type": "array", "items": {"type": "integer"}}, "4-4": {"type": "array", "items": {"type": "integer"}}, "4-5": {"type": "array", "items": {"type": "integer"}}, "5-1": {"type": "array", "items": {"type": "integer"}}, "5-5": {"type": "array", "items": {"type": "integer"}}, "6-3": {"type": "array", "items": {"type": "integer"}}, "6-4": {"type": "array", "items": {"type": "integer"}}, "6-5": {"type": "array", "items": {"type": "integer"}}, "7-1": {"type": "array", "items": {"type": "integer"}}, "7-2": {"type": "array", "items": {"type": "integer"}}, "7-3": {"type": "array", "items": {"type": "integer"}}, "51-1": {"type": "array", "items": {"type": "integer"}}, "51-2": {"type": "array", "items": {"type": "integer"}}, "51-3": {"type": "array", "items": {"type": "integer"}}}, "required": ["1-5", "1-6", "4-1", "4-2", "4-3", "4-4", "4-5", "5-1", "5-5", "6-3", "6-4", "6-5", "7-1", "7-2", "7-3", "51-1", "51-2", "51-3"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"1-5" : [1, 4, 5, 6, 10, 11, 12], "1-6" : [2, 3, 10], "4-1" : [4, 11], "4-2" : [8], "4-3" : [1, 3], "4-4" : [5, 14], "4-5" : [2, 4, 6, 15, 21, 22], "5-1" : [5, 11], "5-5" : [2], "6-3" : [2, 3], "6-4" : [13], "6-5" : [2, 5], "7-1" : [4, 6, 8, 11], "7-2" : [3, 5, 7, 9], "7-3" : [12, 20], "51-1" : [7, 10, 14], "51-2" : [3, 12, 17, 18, 38], "51-3" : [2, 5, 21, 22, 29, 30]}
json_instruct
{"type": "object", "properties": {"1-5": {"type": "array", "items": {"type": "integer"}}, "1-6": {"type": "array", "items": {"type": "integer"}}, "4-1": {"type": "array", "items": {"type": "integer"}}, "4-2": {"type": "array", "items": {"type": "integer"}}, "4-3": {"type": "array", "items": {"type": "integer"}}, "4-4": {"type": "array", "items": {"type": "integer"}}, "4-5": {"type": "array", "items": {"type": "integer"}}, "5-1": {"type": "array", "items": {"type": "integer"}}, "5-5": {"type": "array", "items": {"type": "integer"}}, "6-3": {"type": "array", "items": {"type": "integer"}}, "6-4": {"type": "array", "items": {"type": "integer"}}, "6-5": {"type": "array", "items": {"type": "integer"}}, "7-1": {"type": "array", "items": {"type": "integer"}}, "7-2": {"type": "array", "items": {"type": "integer"}}, "7-3": {"type": "array", "items": {"type": "integer"}}, "51-1": {"type": "array", "items": {"type": "integer"}}, "51-2": {"type": "array", "items": {"type": "integer"}}, "51-3": {"type": "array", "items": {"type": "integer"}}}, "required": ["1-5", "1-6", "4-1", "4-2", "4-3", "4-4", "4-5", "5-1", "5-5", "6-3", "6-4", "6-5", "7-1", "7-2", "7-3", "51-1", "51-2", "51-3"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ast" : null, "code" : "import getDocumentElement from \"./getDocumentElement.js\";\nimport getComputedStyle from \"./getComputedStyle.js\";\nimport getWindowScrollBarX from \"./getWindowScrollBarX.js\";\nimport getWindowScroll from \"./getWindowScroll.js\"; // Gets the entire size of the scrollable document area, even extending outside\n// of the `<html>` and `<body>` rect bounds if horizontally scrollable\n\nexport default function getDocumentRect(element) {\n var html = getDocumentElement(element);\n var winScroll = getWindowScroll(element);\n var body = element.ownerDocument.body;\n var width = Math.max(html.scrollWidth, html.clientWidth, body ? body.scrollWidth : 0, body ? body.clientWidth : 0);\n var height = Math.max(html.scrollHeight, html.clientHeight, body ? body.scrollHeight : 0, body ? body.clientHeight : 0);\n var x = -winScroll.scrollLeft + getWindowScrollBarX(element);\n var y = -winScroll.scrollTop;\n\n if (getComputedStyle(body || html).direction === 'rtl') {\n x += Math.max(html.clientWidth, body ? body.clientWidth : 0) - width;\n }\n\n return {\n width: width,\n height: height,\n x: x,\n y: y\n };\n}", "map" : null, "metadata" : {}, "sourceType" : "module"}
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"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": "integer"}, "group": {"type": "string"}, "language": {"type": "string"}, "level": {"type": "string"}, "summary": {"type": "string"}}, "required": ["project", "developers", "edges", "vertices", "commits", "id", "agedays", "refactorings", "group", "language", "level", "summary"]}, "commits_list": {"type": "array", "items": {"type": "string"}}, "edges": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "before": {"type": "string"}, "lineB": {"type": "integer"}, "after": {"type": "string"}, "lineA": {"type": "integer"}, "ref": {"type": "string"}, "sha1": {"type": "string"}}, "required": ["id", "before", "lineB", "after", "lineA", "ref", "sha1"]}}}, "required": ["info", "commits_list", "edges"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"info" : {"project" : "vuejs/vue", "developers" : 1, "edges" : 1, "vertices" : 2, "commits" : 1, "id" : 214, "agedays" : 0, "refactorings" : 1, "group" : "Atomic", "language" : "JavaScript", "level" : "Function", "summary" : ""}, "commits_list" : ["9a347e02"], "edges" : [{"id" : 300, "before" : "src.runtime.vdom.patch.js.createPatchFunction.createRmCb#remove", "lineB" : 53, "after" : "src.runtime.vdom.patch.js.createPatchFunction#removeElement", "lineA" : 62, "ref" : "EXTRACT_MOVE", "sha1" : "9a347e02"}]}
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": "integer"}, "group": {"type": "string"}, "language": {"type": "string"}, "level": {"type": "string"}, "summary": {"type": "string"}}, "required": ["project", "developers", "edges", "vertices", "commits", "id", "agedays", "refactorings", "group", "language", "level", "summary"]}, "commits_list": {"type": "array", "items": {"type": "string"}}, "edges": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "before": {"type": "string"}, "lineB": {"type": "integer"}, "after": {"type": "string"}, "lineA": {"type": "integer"}, "ref": {"type": "string"}, "sha1": {"type": "string"}}, "required": ["id", "before", "lineB", "after", "lineA", "ref", "sha1"]}}}, "required": ["info", "commits_list", "edges"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"900583868": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900583869": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900583870": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900583871": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900583872": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900583873": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900583874": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900583875": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900583876": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900583868", "900583869", "900583870", "900583871", "900583872", "900583873", "900583874", "900583875", "900583876"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"900583868" : {"nama" : "TPS 1", "dapil" : [3601, 13608, 2360206]}, "900583869" : {"nama" : "TPS 2", "dapil" : [3601, 13608, 2360206]}, "900583870" : {"nama" : "TPS 3", "dapil" : [3601, 13608, 2360206]}, "900583871" : {"nama" : "TPS 4", "dapil" : [3601, 13608, 2360206]}, "900583872" : {"nama" : "TPS 5", "dapil" : [3601, 13608, 2360206]}, "900583873" : {"nama" : "TPS 6", "dapil" : [3601, 13608, 2360206]}, "900583874" : {"nama" : "TPS 7", "dapil" : [3601, 13608, 2360206]}, "900583875" : {"nama" : "TPS 8", "dapil" : [3601, 13608, 2360206]}, "900583876" : {"nama" : "TPS 9", "dapil" : [3601, 13608, 2360206]}}
json_instruct
{"type": "object", "properties": {"900583868": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900583869": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900583870": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900583871": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900583872": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900583873": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900583874": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900583875": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900583876": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900583868", "900583869", "900583870", "900583871", "900583872", "900583873", "900583874", "900583875", "900583876"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"regName": {"type": "string"}, "dropChance": {"type": "number"}, "uuid": {"type": "string"}, "hash": {"type": "string"}}, "required": ["regName", "dropChance", "uuid", "hash"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"regName" : "butcher", "dropChance" : 0.1, "uuid" : "[1455767955, -1187755531, -1965959018, -1928732818]", "hash" : "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmY0MWFjNjRhZmVhZmY5OTk5NGE4ZWRhYThiM2E0MGE2NjIzZDQxODAxZjE4ZGM5YmU4NmMxZTNlZmFjOWJhNyJ9fX0="}
json_instruct
{"type": "object", "properties": {"regName": {"type": "string"}, "dropChance": {"type": "number"}, "uuid": {"type": "string"}, "hash": {"type": "string"}}, "required": ["regName", "dropChance", "uuid", "hash"], "$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"}, "name": {"type": "string"}, "nameEnglish": {"type": "string"}, "city": {"type": "string"}, "city2": {"type": "string"}, "city3": {"type": "string"}, "state": {"type": "string"}, "country": {"type": "string"}, "description": {"type": "string"}, "imageCredit": {"type": "string"}, "imageCreditLink": {"type": "string"}}, "required": ["id", "name", "nameEnglish", "city", "city2", "city3", "state", "country", "description", "imageCredit", "imageCreditLink"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "fmo", "name" : "Flughafen M\u00fcnster/Osnabr\u00fcck", "nameEnglish" : "M\u00fcnster Osnabr\u00fcck International Airport", "city" : "M\u00fcnster", "city2" : "Osnabr\u00fcck", "city3" : "Greven", "state" : "NRW", "country" : "Germany", "description" : "Located in the town of Greven, *F*lughafen *M*\u00fcnster *O*snabr\u00fcck is a minor airport that serves the northern part of North Rhine-Westphalia and the surrounding areas since 1974.", "imageCredit" : "R\u00fcdiger W\u00f6lk", "imageCreditLink" : "https://commons.wikimedia.org/wiki/File:Flughafen_M%C3%BCnster_Osnabr%C3%BCck8749.jpg"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "nameEnglish": {"type": "string"}, "city": {"type": "string"}, "city2": {"type": "string"}, "city3": {"type": "string"}, "state": {"type": "string"}, "country": {"type": "string"}, "description": {"type": "string"}, "imageCredit": {"type": "string"}, "imageCreditLink": {"type": "string"}}, "required": ["id", "name", "nameEnglish", "city", "city2", "city3", "state", "country", "description", "imageCredit", "imageCreditLink"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"ide-accent": {"type": "string"}, "ide-bold": {"type": "string"}, "ide-accent-2": {"type": "string"}, "theme-string": {"type": "string"}, "theme-value": {"type": "string"}, "theme-string-dark": {"type": "string"}, "theme-list-active-bg": {"type": "string"}, "theme-text-sub": {"type": "string"}, "theme-text-optional": {"type": "string"}}, "required": ["ide-accent", "ide-bold", "ide-accent-2", "theme-string", "theme-value", "theme-string-dark", "theme-list-active-bg", "theme-text-sub", "theme-text-optional"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ide-accent" : "#FDD835", "ide-bold" : "#ffeb3b", "ide-accent-2" : "#90A4AE", "theme-string" : "#f3eb95", "theme-value" : "#FFECB3", "theme-string-dark" : "#cfbf17", "theme-list-active-bg" : "#332f00", "theme-text-sub" : "#FDD835", "theme-text-optional" : "#ffc070"}
json_instruct
{"type": "object", "properties": {"ide-accent": {"type": "string"}, "ide-bold": {"type": "string"}, "ide-accent-2": {"type": "string"}, "theme-string": {"type": "string"}, "theme-value": {"type": "string"}, "theme-string-dark": {"type": "string"}, "theme-list-active-bg": {"type": "string"}, "theme-text-sub": {"type": "string"}, "theme-text-optional": {"type": "string"}}, "required": ["ide-accent", "ide-bold", "ide-accent-2", "theme-string", "theme-value", "theme-string-dark", "theme-list-active-bg", "theme-text-sub", "theme-text-optional"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"time_fct_id": {"type": "integer"}, "time_fct": {"type": "string"}, "affiliate_facet_id": {"type": "integer"}, "affiliate_facet": {"type": "string"}, "occurrence": {"type": "integer"}, "affiliates": {"type": "array", "items": {"type": "object", "properties": {"facet_id": {"type": "integer"}, "occurrence": {"type": "integer"}, "value": {"type": "string"}}, "required": ["facet_id", "occurrence", "value"]}}}, "required": ["time_fct_id", "time_fct", "affiliate_facet_id", "affiliate_facet", "occurrence", "affiliates"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"time_fct_id" : 18, "time_fct" : "time_62090", "affiliate_facet_id" : 27, "affiliate_facet" : "Weimer, Friedrich (Fotograf)", "occurrence" : 6848, "affiliates" : [{"facet_id" : 27, "occurrence" : 96, "value" : "Willy Pragher"}, {"facet_id" : 4993, "occurrence" : 32, "value" : "Filmnegative, Ordner 292 (Transnistrien)"}, {"facet_id" : 1185, "occurrence" : 23, "value" : "Filmnegative, Ordner 892 Nobelpreistr\u00e4ger"}, {"facet_id" : 5991, "occurrence" : 19, "value" : "Filmnegative, Ordner 1884 Bauen Freiburg"}, {"facet_id" : 8415, "occurrence" : 8, "value" : "Filmnegative, Ordner 150 (Freiburg alt)"}, {"facet_id" : 368, "occurrence" : 5, "value" : "Filmnegative, Ordner 491 Deutsche Bundesbahn"}, {"facet_id" : 14710, "occurrence" : 4, "value" : "Filmnegative, Ordner 0804 Ausstellungen Berlin"}, {"facet_id" : 11119, "occurrence" : 3, "value" : "Filmnegative, Ordner 895 500 Jahre Universit\u00e4t"}, {"facet_id" : 3920, "occurrence" : 2, "value" : "Filmnegative, Ordner 903 (Zeitgeschehen 1939)"}]}
json_instruct
{"type": "object", "properties": {"time_fct_id": {"type": "integer"}, "time_fct": {"type": "string"}, "affiliate_facet_id": {"type": "integer"}, "affiliate_facet": {"type": "string"}, "occurrence": {"type": "integer"}, "affiliates": {"type": "array", "items": {"type": "object", "properties": {"facet_id": {"type": "integer"}, "occurrence": {"type": "integer"}, "value": {"type": "string"}}, "required": ["facet_id", "occurrence", "value"]}}}, "required": ["time_fct_id", "time_fct", "affiliate_facet_id", "affiliate_facet", "occurrence", "affiliates"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"batch_size": {"type": "integer"}, "depth": {"type": "integer"}, "dropout": {"type": "number"}, "ffn_hidden_size": {"type": "integer"}, "ffn_num_layers": {"type": "integer"}, "final_lr": {"type": "number"}, "hidden_size": {"type": "integer"}, "init_lr": {"type": "number"}, "max_lr": {"type": "number"}, "warmup_epochs": {"type": "integer"}}, "required": ["batch_size", "depth", "dropout", "ffn_hidden_size", "ffn_num_layers", "final_lr", "hidden_size", "init_lr", "max_lr", "warmup_epochs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"batch_size" : 96, "depth" : 5, "dropout" : 0.01026781341958757, "ffn_hidden_size" : 1259, "ffn_num_layers" : 1, "final_lr" : 1.85408288574334e-06, "hidden_size" : 815, "init_lr" : 6.8834568469948205e-06, "max_lr" : 0.00016207427410582114, "warmup_epochs" : 2}
json_instruct
{"type": "object", "properties": {"batch_size": {"type": "integer"}, "depth": {"type": "integer"}, "dropout": {"type": "number"}, "ffn_hidden_size": {"type": "integer"}, "ffn_num_layers": {"type": "integer"}, "final_lr": {"type": "number"}, "hidden_size": {"type": "integer"}, "init_lr": {"type": "number"}, "max_lr": {"type": "number"}, "warmup_epochs": {"type": "integer"}}, "required": ["batch_size", "depth", "dropout", "ffn_hidden_size", "ffn_num_layers", "final_lr", "hidden_size", "init_lr", "max_lr", "warmup_epochs"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "website": {"type": "string"}, "description": {"type": "string"}, "explorer": {"type": "string"}, "type": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "status": {"type": "string"}, "id": {"type": "string"}, "logo": {"type": "string"}}, "required": ["name", "website", "description", "explorer", "type", "symbol", "decimals", "status", "id", "logo"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Alley Token", "website" : "https://nftalley.io", "description" : "Native token of NFT Alley Protocol(Multi-chain NFT Marketplace)", "explorer" : "https://bscscan.com/token/0xf8D954168FbbF579F8FAd5F7583d4f76f10AE97D", "type" : "BEP20", "symbol" : "ALLEY", "decimals" : 18, "status" : "active", "id" : "0xf8D954168FbbF579F8FAd5F7583d4f76f10AE97D", "logo" : "ipfs://QmVwPKfaYTWqcAVcTbVNMvc6arvq82cQoTCHd5xfQR87Vu/smartchain/assets/0xf8D954168FbbF579F8FAd5F7583d4f76f10AE97D/logo.png"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "website": {"type": "string"}, "description": {"type": "string"}, "explorer": {"type": "string"}, "type": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "status": {"type": "string"}, "id": {"type": "string"}, "logo": {"type": "string"}}, "required": ["name", "website", "description", "explorer", "type", "symbol", "decimals", "status", "id", "logo"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"data.json": {"type": "object", "properties": {"sha512": {"type": "string"}, "size": {"type": "integer"}}, "required": ["sha512", "size"]}}, "required": ["data.json"]}, "inner_path": {"type": "string"}, "modified": {"type": "number"}, "signs": {"type": "object", "properties": {"13VFk9cg91puvZH6b9j2ZSp9HeEyEux5m4": {"type": "string"}}, "required": ["13VFk9cg91puvZH6b9j2ZSp9HeEyEux5m4"]}}, "required": ["address", "cert_auth_type", "cert_sign", "cert_user_id", "files", "inner_path", "modified", "signs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"address" : "1oranGeS2xsKZ4jVsu9SVttzgkYXu4k9v", "cert_auth_type" : "web", "cert_sign" : "Gy8WKu5sXRCXbBBVESS2j1Sams0N8Wy5/Z3uZDGF7AHcFL+URT/Gr6BS3zN4Ou1E/Cv2n8K6MXg4+hP++WUgvEc=", "cert_user_id" : "[email protected]", "files" : {"data.json" : {"sha512" : "49633dc5b9ce52ad176951aaba8bcda7a34ff5128d33dc65ea1b551660b3efc1", "size" : 334}}, "inner_path" : "data/users/13VFk9cg91puvZH6b9j2ZSp9HeEyEux5m4/content.json", "modified" : 1481842252.152, "signs" : {"13VFk9cg91puvZH6b9j2ZSp9HeEyEux5m4" : "G+dfurlPtbBYfRSU5dQoIJgIio2AR2R8etESQREIQIxt7uqIKixSupTY4lxGfjQckxAcFBDJ2CINe72Cw99HXNY="}}
json_instruct
{"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"data.json": {"type": "object", "properties": {"sha512": {"type": "string"}, "size": {"type": "integer"}}, "required": ["sha512", "size"]}}, "required": ["data.json"]}, "inner_path": {"type": "string"}, "modified": {"type": "number"}, "signs": {"type": "object", "properties": {"13VFk9cg91puvZH6b9j2ZSp9HeEyEux5m4": {"type": "string"}}, "required": ["13VFk9cg91puvZH6b9j2ZSp9HeEyEux5m4"]}}, "required": ["address", "cert_auth_type", "cert_sign", "cert_user_id", "files", "inner_path", "modified", "signs"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"SITE": {"type": "string"}, "FCHAN": {"type": "object", "properties": {"boards": {"type": "array", "items": {"type": "string"}}}, "required": ["boards"]}, "REDDIT": {"type": "object", "properties": {"boards": {"type": "array", "items": {"type": "string"}}}, "required": ["boards"]}, "HACKERNEWS": {"type": "object", "properties": {"stories": {"type": "array", "items": {"type": "string"}}}, "required": ["stories"]}}, "required": ["SITE", "FCHAN", "REDDIT", "HACKERNEWS"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"SITE" : "FCHAN", "FCHAN" : {"boards" : ["/g/", "/v/", "/tv/", "/sp/", "/fa/", "/pol/", "/vg/", "/a/", "/b/", "/c/", "/d/", "/e/", "/f/", "/gif/", "/h/", "/hr/", "/k/", "/m/", "/o/", "/p/", "/r/", "/s/", "/t/", "/u/", "/vr/", "/w/", "/wg/", "/i/", "/ic/", "/r9k/", "/s4s/", "/vip/", "/cm/", "/hm/", "/lgbt/", "/y/", "/3/", "/aco/", "/adv/", "/an/", "/asp/", "/bant/", "/biz/", "/cgl/", "/ck/", "/co/", "/diy/", "/fit/", "/gd/", "/hc/", "/his/", "/int/", "/jp/", "/lit/", "/mlp/", "/mu/", "/n/", "/news/", "/out/", "/po/", "/qst/", "/sci/", "/soc/", "/tg/", "/toy/", "/trv/", "/vp/", "/wsg/", "/wsr/", "/x/"]}, "REDDIT" : {"boards" : ["notredame", "askreddit", "gamersriseup", "linux", "pcmasterrace", "gaming", "todayilearned", "bestoflegaladvice"]}, "HACKERNEWS" : {"stories" : ["top", "new", "ask", "show", "jobs"]}}
json_instruct
{"type": "object", "properties": {"SITE": {"type": "string"}, "FCHAN": {"type": "object", "properties": {"boards": {"type": "array", "items": {"type": "string"}}}, "required": ["boards"]}, "REDDIT": {"type": "object", "properties": {"boards": {"type": "array", "items": {"type": "string"}}}, "required": ["boards"]}, "HACKERNEWS": {"type": "object", "properties": {"stories": {"type": "array", "items": {"type": "string"}}}, "required": ["stories"]}}, "required": ["SITE", "FCHAN", "REDDIT", "HACKERNEWS"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"p": {"type": "string"}, "d": {"type": "integer"}}, "required": ["p", "d"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"p" : "c48f2ae8-fd5c-48fb-bcf4-81be54e746a1", "d" : 7288}, {"p" : "548470a1-998b-4575-82d5-18217653bde5", "d" : 594}, {"p" : "1627c86e-fb0b-47d5-af29-1c1843ff77d0", "d" : 279}, {"p" : "9f65c20d-0f78-4c75-862b-008eb6b8a21e", "d" : 537}, {"p" : "932b82bb-1a08-4bd9-8aaf-5abbe2f047fc", "d" : 1901}, {"p" : "3777392b-8dc6-4615-ab1d-8ea136075d93", "d" : 2753}, {"p" : "8115ddaa-c953-45fd-926e-398586339db0", "d" : 108}, {"p" : "d9461c58-6a79-4d1a-8673-9c6079b9446a", "d" : 40}, {"p" : "02995168-3644-4b78-92be-cdf67275b39d", "d" : 4819}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"p": {"type": "string"}, "d": {"type": "integer"}}, "required": ["p", "d"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"jclic.js": {"type": "string"}, "jclic.min.js": {"type": "string"}}, "required": ["jclic.js", "jclic.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"jclic.js" : "sha256-OMhYRzV8QV3Ow4X3S96MYXNp2m76/ZFgPnyPSBnKwoQ=", "jclic.min.js" : "sha256-KinCSdEwSUUjTrxANlYgIGj2SJsuoGVxdQokQ8BcOFA="}
json_instruct
{"type": "object", "properties": {"jclic.js": {"type": "string"}, "jclic.min.js": {"type": "string"}}, "required": ["jclic.js", "jclic.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"html": {"type": "string"}}, "required": ["html"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"html" : "<div>Result 3</div><div>Result 4</div>"}
json_instruct
{"type": "object", "properties": {"html": {"type": "string"}}, "required": ["html"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"directions" : ["Beat heavy whipping cream, vanilla extract, cinnamon and ginger in large bowl on medium speed with electric mixer until stiff peaks form.", "Combine pumpkin and sweetened condensed milk. Fold in pumpkin mixture and gingersnap cookies into whipped cream mixture.", "Pour into 9 x 5-inch loaf pan or other 2-quart container; cover. Freeze 6 hours or until firm."], "ingredients" : ["2 cups heavy whipping cream", "1 tablespoon vanilla extract", "1 1/2 teaspoons ground cinnamon", "1 1/2 teaspoons ground ginger", "1 cup solid-pack pumpkin", "1 (14 ounce) can Eagle Brand\u00ae Sweetened Condensed Milk", "1 1/2 cups crushed gingersnap cookies"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Pumpkin Gingersnap Ice Cream", "url" : "http://allrecipes.com/recipe/232934/pumpkin-gingersnap-ice-cream/"}
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"review": {"type": "string"}, "date": {"type": "string"}, "rating": {"type": "string"}, "author": {"type": "string"}, "review_id": {"type": "string"}, "movie_id": {"type": "string"}}, "required": ["review", "date", "rating", "author", "review_id", "movie_id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"review" : "\uc544\uc774\ub3cc\uac83\ub4e4\uacfc \uc5f0\uae30\ub825 \uac80\uc99d\uc548\ub41c\uac83\ub4e4 \uccd0\ub098\uc624\ub294 \uc694\uc998 \ub9c9\uc7a5 \ub4dc\ub77c\ub9c8\ub4e4\ubcf4\ub2e4 \uc774\ub807\uac8c \uc0ac\ub78c\ub0c4\uc0c8\uac00 \ub098\ub294 \ub4dc\ub77c\ub9c8\uac00 \uadf8\ub9ac\uc6b4\uac74 \uc65c\uc77c\uae4c??", "date" : "15.05.18", "rating" : "10", "author" : "ske4****", "review_id" : "9928805", "movie_id" : "38381"}, {"review" : "\ucd5c\uace0\uc758 \uc5f0\uae30\ud30c\ub4e4\uc774 \ube5a\uc5b4\ub0b4\ub294 \ucd5c\uc0c1\uc758 \ucf54\ubbf9 \ud734\uba3c\ub4dc\ub77c\ub9c8, \ub354 \uc774\uc0c1 \uc7ac\ubc0c\ub294 \ub4dc\ub77c\ub9c8\ub294 \uc5c6\ub2e4", "date" : "12.04.24", "rating" : "10", "author" : "lamp****", "review_id" : "6243087", "movie_id" : "38381"}, {"review" : "\ud0c4\ud0c4\ud55c \uc6d0\uc791\uacfc \ud0c4\ud0c4\ud55c \uc5f0\uae30\uc790\ub4e4\uc774 \ub9cc\ub098 \uc774\ub904\ub0b4\ub294 \uc2dc\ub108\uc9c0 \ud6a8\uacfc", "date" : "10.07.10", "rating" : "8", "author" : "mygr****", "review_id" : "4627336", "movie_id" : "38381"}, {"review" : "\uc774\ub098\ub77c \uc5ed\uc0ac\uc0c1 \uac00\uc7a5 \ubb38\ud559\uc801\uc774\uace0 \uc644\uc131\ub3c4\ub192\uc740 \ub4dc\ub77c\ub9c8\uc911\uc758 \ud558\ub098.\ubc15\uc778\ud658\uc528\ub294 \uc5f0\uae30\uc758 \ub2ec\uc778.", "date" : "10.06.24", "rating" : "8", "author" : "baks****", "review_id" : "4587836", "movie_id" : "38381"}, {"review" : "\uc911\uad6d\uc758 \uc18c\uc124\uc744 \ubc14\ud0d5\uc73c\ub85c \uc81c\uc791\ub41c \ub4dc\ub77c\ub9c8\ub77c\uace0 \ub4e4\uc5c8\ub294\ub370 \uc7ac\ubc0c\uc2b5\ub2c8\ub2e4", "date" : "06.08.14", "rating" : "10", "author" : "qafa****", "review_id" : "1028013", "movie_id" : "38381"}, {"review" : "\ucd5c\uc8fc\ubd09\uc544\uc800\uc528\uac00\ucc38\uc6c3\uaef4\uc694....", "date" : "06.07.31", "rating" : "10", "author" : "hell****", "review_id" : "948620", "movie_id" : "38381"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"review": {"type": "string"}, "date": {"type": "string"}, "rating": {"type": "string"}, "author": {"type": "string"}, "review_id": {"type": "string"}, "movie_id": {"type": "string"}}, "required": ["review", "date", "rating", "author", "review_id", "movie_id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "Productive", "definitions" : ["Producing or able to produce large amounts of goods, crops, or other commodities.", "Relating to or engaged in the production of goods, crops, or other commodities.", "Achieving a significant amount or result.", "Producing or giving rise to.", "(of a prefix, suffix, or other linguistic unit) currently used in forming new words or expressions.", "(of a cough) that raises mucus from the respiratory tract."], "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#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"WDL\\": {"type": "string"}}, "required": ["WDL\\"]}}, "required": ["psr-4"]}, "config": {"type": "object", "properties": {"vendor-dir": {"type": "string"}}, "required": ["vendor-dir"]}, "require": {"type": "object", "properties": {"altorouter/altorouter": {"type": "string"}, "symfony/var-dumper": {"type": "string"}}, "required": ["altorouter/altorouter", "symfony/var-dumper"]}}, "required": ["autoload", "config", "require"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"autoload" : {"psr-4" : {"WDL\\" : "./src"}}, "config" : {"vendor-dir" : "vendor-wdl"}, "require" : {"altorouter/altorouter" : "^2.0", "symfony/var-dumper" : "^5.3"}}
json_instruct
{"type": "object", "properties": {"autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"WDL\\": {"type": "string"}}, "required": ["WDL\\"]}}, "required": ["psr-4"]}, "config": {"type": "object", "properties": {"vendor-dir": {"type": "string"}}, "required": ["vendor-dir"]}, "require": {"type": "object", "properties": {"altorouter/altorouter": {"type": "string"}, "symfony/var-dumper": {"type": "string"}}, "required": ["altorouter/altorouter", "symfony/var-dumper"]}}, "required": ["autoload", "config", "require"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ast" : null, "code" : "import createSvgIcon from './utils/createSvgIcon';\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nexport default createSvgIcon([/*#__PURE__*/_jsx(\"path\", {\n d: \"M14.17 3H8v14h11V7.83L14.17 3zm2.33 12h-6v-2h6v2zm0-6h-2v2h-2V9h-2V7h2V5h2v2h2v2z\",\n opacity: \".3\"\n}, \"0\"), /*#__PURE__*/_jsx(\"path\", {\n d: \"M18 23H4c-1.1 0-2-.9-2-2V7h2v14h14v2zM14.5 7V5h-2v2h-2v2h2v2h2V9h2V7h-2zm2 6h-6v2h6v-2zM15 1H8c-1.1 0-1.99.9-1.99 2L6 17c0 1.1.89 2 1.99 2H19c1.1 0 2-.9 2-2V7l-6-6zm4 16H8V3h6.17L19 7.83V17z\"\n}, \"1\")], 'DifferenceTwoTone');", "map" : {"version" : 3, "sources" : ["/home/david/Desktop/mydev/Church-Management/node_modules/@mui/icons-material/esm/DifferenceTwoTone.js"], "names" : ["createSvgIcon", "jsx", "_jsx", "d", "opacity"], "mappings" : "AAAA,OAAOA,aAAP,MAA0B,uBAA1B;AACA,SAASC,GAAG,IAAIC,IAAhB,QAA4B,mBAA5B;AACA,eAAeF,aAAa,CAAC,CAAC,aAAaE,IAAI,CAAC,MAAD,EAAS;AACtDC,EAAAA,CAAC,EAAE,mFADmD;AAEtDC,EAAAA,OAAO,EAAE;AAF6C,CAAT,EAG5C,GAH4C,CAAlB,EAGpB,aAAaF,IAAI,CAAC,MAAD,EAAS;AACjCC,EAAAA,CAAC,EAAE;AAD8B,CAAT,EAEvB,GAFuB,CAHG,CAAD,EAKlB,mBALkB,CAA5B", "sourcesContent" : ["import createSvgIcon from './utils/createSvgIcon';\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nexport default createSvgIcon([/*#__PURE__*/_jsx(\"path\", {\n d: \"M14.17 3H8v14h11V7.83L14.17 3zm2.33 12h-6v-2h6v2zm0-6h-2v2h-2V9h-2V7h2V5h2v2h2v2z\",\n opacity: \".3\"\n}, \"0\"), /*#__PURE__*/_jsx(\"path\", {\n d: \"M18 23H4c-1.1 0-2-.9-2-2V7h2v14h14v2zM14.5 7V5h-2v2h-2v2h2v2h2V9h2V7h-2zm2 6h-6v2h6v-2zM15 1H8c-1.1 0-1.99.9-1.99 2L6 17c0 1.1.89 2 1.99 2H19c1.1 0 2-.9 2-2V7l-6-6zm4 16H8V3h6.17L19 7.83V17z\"\n}, \"1\")], 'DifferenceTwoTone');"]}, "metadata" : {}, "sourceType" : "module"}
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "object", "properties": {"key": {"type": "string"}, "name": {"type": "string"}, "spdx_id": {"type": "null"}, "url": {"type": "null"}}, "required": ["key", "name", "spdx_id", "url"]}, "starNum": {"type": "integer"}, "folkNum": {"type": "integer"}, "watchNum": {"type": "integer"}, "topic": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "license", "starNum", "folkNum", "watchNum", "topic"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "redislite", "description" : "Redis in a python module", "license" : {"key" : "other", "name" : "Other", "spdx_id" : null, "url" : null}, "starNum" : 400, "folkNum" : 36, "watchNum" : 400, "topic" : ["database", "key-value", "python", "redis"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "object", "properties": {"key": {"type": "string"}, "name": {"type": "string"}, "spdx_id": {"type": "null"}, "url": {"type": "null"}}, "required": ["key", "name", "spdx_id", "url"]}, "starNum": {"type": "integer"}, "folkNum": {"type": "integer"}, "watchNum": {"type": "integer"}, "topic": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "license", "starNum", "folkNum", "watchNum", "topic"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "support": {"type": "object", "properties": {"issues": {"type": "string"}}, "required": ["issues"]}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "ruflin/elastica": {"type": "string"}, "symbiote/silverstripe-queuedjobs": {"type": "string"}}, "required": ["php", "ruflin/elastica", "symbiote/silverstripe-queuedjobs"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}}, "required": ["phpunit/phpunit"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Heyday\\Elastica\\": {"type": "string"}, "Heyday\\Elastica\\Tests\\": {"type": "string"}}, "required": ["Heyday\\Elastica\\", "Heyday\\Elastica\\Tests\\"]}}, "required": ["psr-4"]}, "extra": {"type": "object", "properties": {"branch-alias": {"type": "object", "properties": {"dev-master": {"type": "string"}}, "required": ["dev-master"]}}, "required": ["branch-alias"]}, "minimum-stability": {"type": "string"}, "prefer-stable": {"type": "boolean"}}, "required": ["name", "description", "type", "homepage", "keywords", "license", "authors", "support", "require", "require-dev", "autoload", "extra", "minimum-stability", "prefer-stable"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "heyday/silverstripe-elastica", "description" : "Provides Elastic Search integration for SilverStripe DataObjects using Elastica", "type" : "silverstripe-vendormodule", "homepage" : "http://github.com/heyday/silverstripe-elastica", "keywords" : ["silverstripe", "search", "elasticsearch", "elastica"], "license" : "BSD-3-Clause", "authors" : [{"name" : "Andrew Short", "email" : "[email protected]"}, {"name" : "Marcus Nyeholt", "email" : "[email protected]"}, {"name" : "Glenn Bautista", "email" : "[email protected]"}, {"name" : "Ben Dubuisson", "email" : "[email protected]"}], "support" : {"issues" : "http://github.com/heyday/silverstripe-elastica/issues"}, "require" : {"php" : ">=5.6.0", "ruflin/elastica" : "~5.3", "symbiote/silverstripe-queuedjobs" : "~4.0"}, "require-dev" : {"phpunit/phpunit" : "^5.7"}, "autoload" : {"psr-4" : {"Heyday\\Elastica\\" : "src/", "Heyday\\Elastica\\Tests\\" : "tests/"}}, "extra" : {"branch-alias" : {"dev-master" : "2.2.x-dev"}}, "minimum-stability" : "dev", "prefer-stable" : true}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "support": {"type": "object", "properties": {"issues": {"type": "string"}}, "required": ["issues"]}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "ruflin/elastica": {"type": "string"}, "symbiote/silverstripe-queuedjobs": {"type": "string"}}, "required": ["php", "ruflin/elastica", "symbiote/silverstripe-queuedjobs"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}}, "required": ["phpunit/phpunit"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Heyday\\Elastica\\": {"type": "string"}, "Heyday\\Elastica\\Tests\\": {"type": "string"}}, "required": ["Heyday\\Elastica\\", "Heyday\\Elastica\\Tests\\"]}}, "required": ["psr-4"]}, "extra": {"type": "object", "properties": {"branch-alias": {"type": "object", "properties": {"dev-master": {"type": "string"}}, "required": ["dev-master"]}}, "required": ["branch-alias"]}, "minimum-stability": {"type": "string"}, "prefer-stable": {"type": "boolean"}}, "required": ["name", "description", "type", "homepage", "keywords", "license", "authors", "support", "require", "require-dev", "autoload", "extra", "minimum-stability", "prefer-stable"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "website": {"type": "string"}, "description": {"type": "string"}, "explorer": {"type": "string"}, "type": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "status": {"type": "string"}, "id": {"type": "string"}, "links": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["name", "website", "description", "explorer", "type", "symbol", "decimals", "status", "id", "links"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Baby Floki", "website" : "https://www.babyfloki.info/", "description" : "BABY FLOKI has been designed to be a deflationary token which rewards you $DOGE simply for holding! Named after Elon 'Dogefather' Musk's new Shiba Inu pup, this token is a sure way for you to reach your x1000!", "explorer" : "https://bscscan.com/token/0x71E80e96Af604Afc23Ca2AED4C1C7466DB6dd0c4", "type" : "BEP20", "symbol" : "BabyFloki", "decimals" : 9, "status" : "active", "id" : "0x71E80e96Af604Afc23Ca2AED4C1C7466DB6dd0c4", "links" : [{"name" : "telegram", "url" : "https://t.me/thebabyfloki"}, {"name" : "twitter", "url" : "https://twitter.com/thebabyfloki"}, {"name" : "reddit", "url" : "https://reddit.com/r/TheBabyFloki/"}, {"name" : "whitepaper", "url" : "https://88b10f67-99c2-4cbf-b973-13cb422aaa60.filesusr.com/ugd/c4baae_cf7bc8952b7f4c44a493683c9ddf338b.pdf"}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "website": {"type": "string"}, "description": {"type": "string"}, "explorer": {"type": "string"}, "type": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "status": {"type": "string"}, "id": {"type": "string"}, "links": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["name", "website", "description", "explorer", "type", "symbol", "decimals", "status", "id", "links"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"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.org/draft-07/schema#"}
{"userId" : 62686, "cartId" : "9c3c0763-bda9-430f-a811-0c264d465630", "preferredProducts" : [1255, 642, 2687, 3580, 710, 3177], "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.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "dharmaVerificationStatus": {"type": "string"}}, "required": ["name", "symbol", "address", "decimals", "dharmaVerificationStatus"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Steaua Finance", "symbol" : "STA", "address" : "0x25733E7b34AB7e9E6A7c576da6C5e5Df75076F6B", "decimals" : 18, "dharmaVerificationStatus" : "UNVERIFIED"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "dharmaVerificationStatus": {"type": "string"}}, "required": ["name", "symbol", "address", "decimals", "dharmaVerificationStatus"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"feedstocks" : ["r-paws.end.user.computing"]}
json_instruct
{"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"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_5qgpi", "name" : "Nirriti_the_Black"}, "date" : {"day" : 1499817600, "full" : 1499860278, "month" : 1498867200, "week" : 1499558400}, "id" : "t3_6mtf14", "picture" : {"filesize" : 79220, "fullUrl" : "https://external-preview.redd.it/eDPnw_BSLgPOCaD80kNtHh6_D1pK-4ywX1cuI9EwnQk.jpg?auto=webp&s=c1113ba5ca0b439d890f34e0c0dd1200f3a1dfc3", "hash" : "4199e61c00", "height" : 821, "lqip" : "data:image/jpg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAQAAwDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgMI/8QAIxAAAQQBBAIDAQAAAAAAAAAAAQIDBAURAAYSIRRRBzFBkf/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAYEQADAQEAAAAAAAAAAAAAAAAAAQIRA//aAAwDAQACEQMRAD8ALR5LFZSMSo0OGlwFvpTKcEKUkH8z9E6FfK0by90JcSBgMJT0PSla0GraU272fVSI19CiRJEWPLSiTjPItIPDJ64hSQQPf81K4ramQzWC2tqh6wZiht5fls5Kuaz2QezgjvQOcOHui7pUj//Z", "url" : "https://external-preview.redd.it/eDPnw_BSLgPOCaD80kNtHh6_D1pK-4ywX1cuI9EwnQk.jpg?width=640&crop=smart&auto=webp&s=443f5298cbb56905a795c2ab5a88d935cbbafa80", "width" : 640}, "score" : {"comments" : 4, "downs" : 0, "ratio" : 0.95, "ups" : 49, "value" : 49}, "subreddit" : {"id" : "t5_2xy5e", "name" : "TerrainBuilding"}, "tags" : [], "title" : "Obelisk of Iuz or \u266bThere Must have Been Some Magic \u266b In that Ob-e-lisk they Found \u266b", "url" : "https://www.reddit.com/r/TerrainBuilding/comments/6mtf14/obelisk_of_iuz_or_there_must_have_been_some_magic/"}
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#"}
Construct a JSON document that adheres to this schema specification: {"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" : "Newspeak", "definitions" : ["Ambiguous euphemistic language used chiefly in political propaganda."], "parts-of-speech" : "Noun"}
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#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"prelude": {"type": "array", "items": {}}, "actions": {"type": "object", "properties": {"newPinentry": {"type": "object", "properties": {"showTyping": {"type": "string"}, "type": {"type": "string"}, "prompt": {"type": "string"}, "windowTitle": {"type": "string"}, "submitLabel?": {"type": "string"}, "cancelLabel?": {"type": "string"}, "retryLabel?": {"type": "string"}}, "required": ["showTyping", "type", "prompt", "windowTitle", "submitLabel?", "cancelLabel?", "retryLabel?"]}, "close": {"type": "object", "properties": {}, "required": []}, "onSubmit": {"type": "object", "properties": {"password": {"type": "string"}}, "required": ["password"]}, "onCancel": {"type": "object", "properties": {}, "required": []}}, "required": ["newPinentry", "close", "onSubmit", "onCancel"]}}, "required": ["prelude", "actions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"prelude" : [], "actions" : {"newPinentry" : {"showTyping" : "RPCTypes.Feature", "type" : "RPCTypes.PassphraseType", "prompt" : "string", "windowTitle" : "string", "submitLabel?" : "string", "cancelLabel?" : "string", "retryLabel?" : "string"}, "close" : {}, "onSubmit" : {"password" : "string"}, "onCancel" : {}}}
json_instruct
{"type": "object", "properties": {"prelude": {"type": "array", "items": {}}, "actions": {"type": "object", "properties": {"newPinentry": {"type": "object", "properties": {"showTyping": {"type": "string"}, "type": {"type": "string"}, "prompt": {"type": "string"}, "windowTitle": {"type": "string"}, "submitLabel?": {"type": "string"}, "cancelLabel?": {"type": "string"}, "retryLabel?": {"type": "string"}}, "required": ["showTyping", "type", "prompt", "windowTitle", "submitLabel?", "cancelLabel?", "retryLabel?"]}, "close": {"type": "object", "properties": {}, "required": []}, "onSubmit": {"type": "object", "properties": {"password": {"type": "string"}}, "required": ["password"]}, "onCancel": {"type": "object", "properties": {}, "required": []}}, "required": ["newPinentry", "close", "onSubmit", "onCancel"]}}, "required": ["prelude", "actions"], "$schema": "http://json-schema.org/draft-07/schema#"}