input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"site": {"type": "string"}, "hectares": {"type": "string"}, "name": {"type": "string"}, "planning-permission-status": {"type": "string"}, "maximum-net-dwellings": {"type": "string"}, "ownership-status": {"type": "string"}, "minimum-net-dwellings": {"type": "string"}, "deliverable": {"type": "string"}, "point": {"type": "string"}, "organisation": {"type": "string"}, "start-date": {"type": "string"}, "site-address": {"type": "string"}, "site-plan-url": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}, "notes": {"type": "string"}}, "required": ["site", "hectares", "name", "planning-permission-status", "maximum-net-dwellings", "ownership-status", "minimum-net-dwellings", "deliverable", "point", "organisation", "start-date", "site-address", "site-plan-url", "slug", "entity", "entry-date", "notes"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-0.339303, 51.806736]}, "properties" : {"site" : "299", "hectares" : "0.34", "name" : "299", "planning-permission-status" : "Not permissioned", "maximum-net-dwellings" : "14", "ownership-status" : "not owned by a public authority", "minimum-net-dwellings" : "14", "deliverable" : "yes", "point" : "POINT(-0.339303 51.806736)", "organisation" : "local-authority-eng:SAL", "start-date" : "2017-02-07", "site-address" : "Jewsons Dark Lane", "site-plan-url" : "http://gis.stalbans.gov.uk/WebMapLayers8/map.aspx?x=514483&y=213364&resolution=0.1&epsg=27700&mapname=stalbans&baseLayer=Black%20and%20White%20Maps&datalayers=Brownfield%20Land%20Register%2CselectFeaturesControl_container", "slug" : "/brownfield-land/local-authority-eng/SAL/299", "entity" : 491980, "entry-date" : "2019-12-31", "notes" : "Adjacent site 298; Harpenden Neighbourhood Plan 2018 site allocation"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"site": {"type": "string"}, "hectares": {"type": "string"}, "name": {"type": "string"}, "planning-permission-status": {"type": "string"}, "maximum-net-dwellings": {"type": "string"}, "ownership-status": {"type": "string"}, "minimum-net-dwellings": {"type": "string"}, "deliverable": {"type": "string"}, "point": {"type": "string"}, "organisation": {"type": "string"}, "start-date": {"type": "string"}, "site-address": {"type": "string"}, "site-plan-url": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}, "notes": {"type": "string"}}, "required": ["site", "hectares", "name", "planning-permission-status", "maximum-net-dwellings", "ownership-status", "minimum-net-dwellings", "deliverable", "point", "organisation", "start-date", "site-address", "site-plan-url", "slug", "entity", "entry-date", "notes"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "s": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "s"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"t" : "ciifangat", "h" : [{"d" : [{"f" : "\u60b6\u71b1\u51fa\u6c57\u3002", "s" : ["`cisino'et~."]}]}], "stem" : "ifangat"}
json_instruct
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "s": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "s"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}, "copyright": {"type": "string"}, "dependencies": {"type": "object", "properties": {"colored": {"type": "string"}, "vibe-d": {"type": "string"}}, "required": ["colored", "vibe-d"]}, "description": {"type": "string"}, "importPaths": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "name": {"type": "string"}, "sourcePaths": {"type": "array", "items": {"type": "string"}}, "targetType": {"type": "string"}}, "required": ["authors", "copyright", "dependencies", "description", "importPaths", "license", "name", "sourcePaths", "targetType"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"authors" : ["UI Manufaktur Team"], "copyright" : "Copyright \u00a9 2017-2020, UI Manufaktur UG", "dependencies" : {"colored" : "~>0.0.23", "vibe-d" : "~>0.9.4"}, "description" : "D library for working with JavaScript", "importPaths" : ["../../LIBS/uim-core", "../../LIBS/uim-oop", "../../LIBS/uim-css", "../../LIBS/uim-javascript", "../../LIBS/uim-json", "./"], "license" : "MIT", "name" : "uim-javascript", "sourcePaths" : ["../../LIBS/uim-core", "../../LIBS/uim-oop", "../../LIBS/uim-css", "../../LIBS/uim-json", "../../LIBS/uim-javascript", "./"], "targetType" : "library"}
json_instruct
{"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}, "copyright": {"type": "string"}, "dependencies": {"type": "object", "properties": {"colored": {"type": "string"}, "vibe-d": {"type": "string"}}, "required": ["colored", "vibe-d"]}, "description": {"type": "string"}, "importPaths": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "name": {"type": "string"}, "sourcePaths": {"type": "array", "items": {"type": "string"}}, "targetType": {"type": "string"}}, "required": ["authors", "copyright", "dependencies", "description", "importPaths", "license", "name", "sourcePaths", "targetType"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"profiles": {"type": "object", "properties": {"Novacta.Shfb.LatexConfiguration": {"type": "object", "properties": {"commandName": {"type": "string"}, "executablePath": {"type": "string"}}, "required": ["commandName", "executablePath"]}}, "required": ["Novacta.Shfb.LatexConfiguration"]}}, "required": ["profiles"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"profiles" : {"Novacta.Shfb.LatexConfiguration" : {"commandName" : "Executable", "executablePath" : "$(SHFBROOT)\\Tools\\SandcastleBuilderGUI.exe"}}}
json_instruct
{"type": "object", "properties": {"profiles": {"type": "object", "properties": {"Novacta.Shfb.LatexConfiguration": {"type": "object", "properties": {"commandName": {"type": "string"}, "executablePath": {"type": "string"}}, "required": ["commandName", "executablePath"]}}, "required": ["Novacta.Shfb.LatexConfiguration"]}}, "required": ["profiles"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["assets/tests/cancel_test.json", "assets/tests/conditional.json", "assets/tests/conditional_extended.json", "assets/tests/conditional_widget_exists.json", "assets/tests/failures.json", "assets/tests/for_each_testable.json", "assets/tests/include_test.json", "assets/tests/iterate.json", "assets/tests/multi_step.json", "assets/tests/multi_step_failure.json", "assets/tests/repeat_until.json", "assets/tests/retry_on_failure.json", "assets/tests/two_back.json"]
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": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["522728001001", "\u57ce\u4e1c\u793e\u533a\u5c45\u59d4\u4f1a", "121", "0"], ["522728001002", "\u57ce\u897f\u793e\u533a\u5c45\u59d4\u4f1a", "121", "0"], ["522728001003", "\u6cb3\u6ee8\u793e\u533a\u5c45\u59d4\u4f1a", "121", "0"]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"@emotion/react": {"type": "string"}, "@emotion/styled": {"type": "string"}, "@material-ui/core": {"type": "string"}, "@mui/icons-material": {"type": "string"}, "@mui/styled-engine-sc": {"type": "string"}, "@mui/styles": {"type": "string"}, "axios": {"type": "string"}, "mui": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-router-dom": {"type": "string"}, "react-scripts": {"type": "string"}, "react-toastify": {"type": "string"}, "styled-components": {"type": "string"}}, "required": ["@emotion/react", "@emotion/styled", "@material-ui/core", "@mui/icons-material", "@mui/styled-engine-sc", "@mui/styles", "axios", "mui", "react", "react-dom", "react-router-dom", "react-scripts", "react-toastify", "styled-components"]}, "devDependencies": {"type": "object", "properties": {"@material-ui/icons": {"type": "string"}, "@mui/material": {"type": "string"}}, "required": ["@material-ui/icons", "@mui/material"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}, "eject": {"type": "string"}}, "required": ["start", "build", "test", "eject"]}}, "required": ["name", "version", "private", "dependencies", "devDependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "app", "version" : "0.1.0", "private" : true, "dependencies" : {"@emotion/react" : "^11.7.0", "@emotion/styled" : "^11.6.0", "@material-ui/core" : "^4.12.3", "@mui/icons-material" : "^5.2.0", "@mui/styled-engine-sc" : "^5.1.0", "@mui/styles" : "^5.2.1", "axios" : "^0.24.0", "mui" : "0.0.1", "react" : "^17.0.2", "react-dom" : "^17.0.2", "react-router-dom" : "^5.3.0", "react-scripts" : "0.9.5", "react-toastify" : "^8.1.0", "styled-components" : "^5.3.3"}, "devDependencies" : {"@material-ui/icons" : "^4.11.2", "@mui/material" : "^5.2.2"}, "scripts" : {"start" : "react-scripts start", "build" : "react-scripts build", "test" : "react-scripts test --env=jsdom", "eject" : "react-scripts eject"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"@emotion/react": {"type": "string"}, "@emotion/styled": {"type": "string"}, "@material-ui/core": {"type": "string"}, "@mui/icons-material": {"type": "string"}, "@mui/styled-engine-sc": {"type": "string"}, "@mui/styles": {"type": "string"}, "axios": {"type": "string"}, "mui": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-router-dom": {"type": "string"}, "react-scripts": {"type": "string"}, "react-toastify": {"type": "string"}, "styled-components": {"type": "string"}}, "required": ["@emotion/react", "@emotion/styled", "@material-ui/core", "@mui/icons-material", "@mui/styled-engine-sc", "@mui/styles", "axios", "mui", "react", "react-dom", "react-router-dom", "react-scripts", "react-toastify", "styled-components"]}, "devDependencies": {"type": "object", "properties": {"@material-ui/icons": {"type": "string"}, "@mui/material": {"type": "string"}}, "required": ["@material-ui/icons", "@mui/material"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}, "eject": {"type": "string"}}, "required": ["start", "build", "test", "eject"]}}, "required": ["name", "version", "private", "dependencies", "devDependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "connectsWith": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"description": {"type": "string"}}, "required": ["description"]}}, "required": ["type", "geometry", "properties"]}}}, "required": ["type", "title", "id", "bbox", "description", "connectsWith", "names", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "title" : "Aquilonia", "id" : "442471", "bbox" : [15.425269, 40.987863, 15.475346, 41.053314], "description" : "An ancient place, cited: BAtlas 45 B2 Aquilonia", "connectsWith" : ["469059303", "442614", "356966898"], "names" : ["Aquilonia"], "features" : [{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [15.4503075, 41.0205885]}, "properties" : {"description" : "representative point"}}, {"geometry" : {"type" : "Point", "coordinates" : [15.475346, 40.987863]}, "id" : "darmc-location-18200", "type" : "Feature", "properties" : {"description" : "500K scale point location", "location_precision" : "precise", "title" : "DARMC location 18200", "link" : "http://pleiades.stoa.org/places/442471/darmc-location-18200"}}, {"geometry" : {"type" : "Point", "coordinates" : [15.425269, 41.053314]}, "id" : "dare-location", "type" : "Feature", "properties" : {"description" : "Representative point location, village precision", "location_precision" : "precise", "title" : "DARE Location", "link" : "http://pleiades.stoa.org/places/442471/dare-location"}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "connectsWith": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"description": {"type": "string"}}, "required": ["description"]}}, "required": ["type", "geometry", "properties"]}}}, "required": ["type", "title", "id", "bbox", "description", "connectsWith", "names", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"Designer": {"type": "string"}, "Types": {"type": "array", "items": {"type": "string"}}, "Layers": {"type": "array", "items": {"type": "string"}}, "Name": {"type": "string"}}, "required": ["Designer", "Types", "Layers", "Name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Designer" : "simibubi", "Types" : ["WALL", "FACADE", "CORNER", "FLAT_ROOF", "ROOF", "TOWER", "TOWER_FLAT_ROOF", "TOWER_ROOF"], "Layers" : ["Roofing", "Regular", "Foundation", "Open"], "Name" : "Medieval"}
json_instruct
{"type": "object", "properties": {"Designer": {"type": "string"}, "Types": {"type": "array", "items": {"type": "string"}}, "Layers": {"type": "array", "items": {"type": "string"}}, "Name": {"type": "string"}}, "required": ["Designer", "Types", "Layers", "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"}, "description": {"type": "string"}, "license": {"type": "null"}, "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" : "udev-joystick-blacklist", "description" : "Fix for keyboard/mouse/tablet being detected as joystick in Linux", "license" : null, "starNum" : 79, "folkNum" : 15, "watchNum" : 79, "topic" : ["joystick", "linux-kernel", "udev-rules", "workaround"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "null"}, "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#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "date": {"type": "string"}, "user": {"type": "string"}, "post": {"type": "string"}}, "required": ["id", "date", "user", "post"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 55908, "date" : "2015-06-23 09:19:20", "user" : "Firstheberg", "post" : "Hi the Lowendtalk community,\r\n\r\nFirstheberg is celebrating the summer with two good deals !\r\n\r\nThe first one, we offer 10 to 50% off on your first order for the rent of a dedicated server INTEL ATOM 4GB Ram & 1x64 GB SSD or 2x500 GB HDD \r\n\r\nOur Dedicated servers are in the North of France. \r\n\r\nDiscount price on : https://www.firstheberg.com/serveur-dedie-intel-atom\r\n10% OFF with the code \"littlesummer\" on a rent 1 month\r\n30% OFF with the code \"mediumsummer\" on a rent 3 or 6 months\r\n50% OFF with the code \"bigsummer\" on a rent 12 month\r\n\r\nThen, we offer 30% off on the first order on our VPS GP 1, GP 2 and GP 3, more informations here : https://www.firstheberg.com/virtual-private-server\r\n\r\n30% OFF with the code : \"VPSGP30SSD\"\r\n\r\nCode availables on the first order.\r\n\r\nOur website is not in english, you can use google chrome translate if you need to translate it.\r\n\r\nHope you will enjoy it and don't hesitate to answer for more details. "}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "date": {"type": "string"}, "user": {"type": "string"}, "post": {"type": "string"}}, "required": ["id", "date", "user", "post"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"wards": {"type": "array", "items": {"type": "object", "properties": {"ward_no": {"type": "integer"}, "ward_name": {"type": "string"}, "ward_id": {"type": "string"}}, "required": ["ward_no", "ward_name", "ward_id"]}}, "no_of_wards": {"type": "integer"}, "name": {"type": "string"}, "lsg_code": {"type": "string"}, "district": {"type": "string"}, "state": {"type": "string"}, "block_no": {"type": "string"}}, "required": ["wards", "no_of_wards", "name", "lsg_code", "district", "state", "block_no"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"wards" : [{"ward_no" : 1, "ward_name" : "Aamghat", "ward_id" : "199216"}, {"ward_no" : 2, "ward_name" : "Boha Khas", "ward_id" : "199233"}, {"ward_no" : 3, "ward_name" : "Rupaupur", "ward_id" : "199226"}], "no_of_wards" : 3, "name" : "AAMGHAT", "lsg_code" : "49844", "district" : "Ballia", "state" : "Uttar Pradesh", "block_no" : "913"}
json_instruct
{"type": "object", "properties": {"wards": {"type": "array", "items": {"type": "object", "properties": {"ward_no": {"type": "integer"}, "ward_name": {"type": "string"}, "ward_id": {"type": "string"}}, "required": ["ward_no", "ward_name", "ward_id"]}}, "no_of_wards": {"type": "integer"}, "name": {"type": "string"}, "lsg_code": {"type": "string"}, "district": {"type": "string"}, "state": {"type": "string"}, "block_no": {"type": "string"}}, "required": ["wards", "no_of_wards", "name", "lsg_code", "district", "state", "block_no"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"user": {"type": "string"}, "referenceType": {"type": "string"}, "referenceId": {"type": "string"}, "hooks": {"type": "array", "items": {"type": "string"}}, "createdAt": {"type": "integer"}, "updatedAt": {"type": "integer"}}, "required": ["user", "referenceType", "referenceId", "hooks", "createdAt", "updatedAt"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"user" : "userid", "referenceType" : "API", "referenceId" : "config-to-delete", "hooks" : ["A", "B"], "createdAt" : 1439022010883, "updatedAt" : 1439022010883}, {"user" : "userid", "referenceType" : "API", "referenceId" : "config-to-update", "hooks" : ["A", "B"], "createdAt" : 1439022010883, "updatedAt" : 1439022010883}, {"user" : "userid", "referenceType" : "API", "referenceId" : "config-to-find", "hooks" : ["A", "B"], "createdAt" : 1439022010883, "updatedAt" : 1439022010883}, {"user" : "userA", "referenceType" : "APPLICATION", "referenceId" : "search", "hooks" : ["A", "B"], "createdAt" : 1439022010883, "updatedAt" : 1439022010883}, {"user" : "userB", "referenceType" : "APPLICATION", "referenceId" : "search", "hooks" : ["B", "C"], "createdAt" : 1439022010883, "updatedAt" : 1439022010883}, {"user" : "userC", "referenceType" : "APPLICATION", "referenceId" : "search", "hooks" : ["A", "C"], "createdAt" : 1439022010883, "updatedAt" : 1439022010883}, {"user" : "useridToDelete", "referenceType" : "API", "referenceId" : "config", "hooks" : ["A", "C"], "createdAt" : 1439022010883, "updatedAt" : 1439022010883}, {"user" : "apiToDelete-1", "referenceType" : "API", "referenceId" : "apiToDelete", "hooks" : ["D"], "createdAt" : 1439022010883, "updatedAt" : 1439022010883}, {"user" : "apiToDelete-2", "referenceType" : "API", "referenceId" : "apiToDelete", "hooks" : ["D"], "createdAt" : 1439022010883, "updatedAt" : 1439022010883}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"user": {"type": "string"}, "referenceType": {"type": "string"}, "referenceId": {"type": "string"}, "hooks": {"type": "array", "items": {"type": "string"}}, "createdAt": {"type": "integer"}, "updatedAt": {"type": "integer"}}, "required": ["user", "referenceType", "referenceId", "hooks", "createdAt", "updatedAt"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"out": {"type": "array", "items": {"type": "string"}}}, "required": ["out"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"out" : ["/lib/python3.9/site-packages/dmenu/__init__.py", "/lib/python3.9/site-packages/dmenu/__pycache__/__init__.cpython-39.pyc", "/lib/python3.9/site-packages/dmenu/__pycache__/dmenu.cpython-39.pyc", "/lib/python3.9/site-packages/dmenu/dmenu.py", "/lib/python3.9/site-packages/dmenu-0.2.1.dist-info/INSTALLER", "/lib/python3.9/site-packages/dmenu-0.2.1.dist-info/LICENSE", "/lib/python3.9/site-packages/dmenu-0.2.1.dist-info/METADATA", "/lib/python3.9/site-packages/dmenu-0.2.1.dist-info/RECORD", "/lib/python3.9/site-packages/dmenu-0.2.1.dist-info/REQUESTED", "/lib/python3.9/site-packages/dmenu-0.2.1.dist-info/WHEEL", "/lib/python3.9/site-packages/dmenu-0.2.1.dist-info/direct_url.json", "/lib/python3.9/site-packages/dmenu-0.2.1.dist-info/top_level.txt", "/nix-support/propagated-build-inputs"]}
json_instruct
{"type": "object", "properties": {"out": {"type": "array", "items": {"type": "string"}}}, "required": ["out"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["330", "air canada", "gaspe", "canada", "iles de la madeleine", "canada", "0"], ["330", "air canada", "gaspe", "canada", "quebec", "canada", "0"], ["330", "air canada", "iles de la madeleine", "canada", "gaspe", "canada", "0"], ["330", "air canada", "quebec", "canada", "gaspe", "canada", "0"]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "yearf": {"type": "number"}, "rscore": {"type": "number"}}, "required": ["title", "yearf", "rscore"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"title" : "Church Bells", "yearf" : 2016.4933789954, "rscore" : 0.752156206}, {"title" : "Jesus, Take The Wheel", "yearf" : 2005.9687214612, "rscore" : 0.7012013697}, {"title" : "Smoke Break", "yearf" : 2015.7828767123, "rscore" : 0.8237777601}, {"title" : "Cowboy Casanova", "yearf" : 2009.8415525114, "rscore" : 1.0258002528}, {"title" : "Something In The Water", "yearf" : 2014.8826484018, "rscore" : 0.692959753}, {"title" : "See You Again", "yearf" : 2013.4659817352, "rscore" : 1.0431444917}, {"title" : "All-American Girl", "yearf" : 2008.1353881279, "rscore" : 0.6914134424}, {"title" : "Before He Cheats", "yearf" : 2006.7938356164, "rscore" : 1.0487190073}, {"title" : "Wasted", "yearf" : 2007.2132420091, "rscore" : 0.9351391354}, {"title" : "Mama's Song", "yearf" : 2009.9182648402, "rscore" : 1.0227559141}, {"title" : "Home Sweet Home", "yearf" : 2009.3267123288, "rscore" : 0.6758118923}, {"title" : "Temporary Home", "yearf" : 2009.9358447489, "rscore" : 0.80051425}, {"title" : "Undo It", "yearf" : 2009.9550228311, "rscore" : 1.1905411717}, {"title" : "I'll Stand By You", "yearf" : 2007.449543379, "rscore" : 0.9173947224}, {"title" : "Inside Your Heaven", "yearf" : 2005.5888127854, "rscore" : 1.2216936105}, {"title" : "Little Toy Guns", "yearf" : 2015.3267123288, "rscore" : 1.2090258652}, {"title" : "Two Black Cadillacs", "yearf" : 2013.0794520548, "rscore" : 1.2005938311}, {"title" : "Heartbeat", "yearf" : 2016.146347032, "rscore" : 1.1836816798}, {"title" : "Praying For Time", "yearf" : 2008.40456621, "rscore" : 0.6740673297}, {"title" : "Do You Hear What I Hear", "yearf" : 2008.0970319635, "rscore" : 0.9626868415}, {"title" : "Last Name", "yearf" : 2008.3853881279, "rscore" : 1.0203677977}, {"title" : "Dirty Laundry", "yearf" : 2016.9303652968, "rscore" : 1.035829671}, {"title" : "Good Girl", "yearf" : 2012.2773972603, "rscore" : 0.9514874221}, {"title" : "I Told You So", "yearf" : 2009.2433789954, "rscore" : 0.85045465}, {"title" : "Just A Dream", "yearf" : 2008.7296803653, "rscore" : 0.853758882}, {"title" : "Don't Forget To Remember Me", "yearf" : 2006.4331050228, "rscore" : 0.345022906}, {"title" : "So Small", "yearf" : 2007.752739726, "rscore" : 0.9284143083}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "yearf": {"type": "number"}, "rscore": {"type": "number"}}, "required": ["title", "yearf", "rscore"]}, "$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"}, "link": {"type": "string"}, "club": {"type": "string"}, "class_classic": {"type": "string"}, "class_dnd": {"type": "string"}, "A": {"type": "string"}, "B": {"type": "string"}, "C": {"type": "string"}, "D": {"type": "string"}, "E": {"type": "string"}, "Ch": {"type": "string"}, "S": {"type": "string"}, "M": {"type": "string"}, "RS": {"type": "string"}, "Beg": {"type": "string"}, "story_classic": {"type": "string"}, "story_dnd": {"type": "string"}}, "required": ["id", "name", "link", "club", "class_classic", "class_dnd", "A", "B", "C", "D", "E", "Ch", "S", "M", "RS", "Beg", "story_classic", "story_dnd"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "07052", "name" : "\u0412\u043b\u0430\u0441\u043e\u0432\u0430 \u041c\u0438\u043b\u0430 \u0410\u043d\u0430\u0442\u043e\u043b\u044c\u0435\u0432\u043d\u0430 ", "link" : "pages/07052.html", "club" : "Dance Drive (\u0433.\u0421\u041f\u0431)", "class_classic" : "C", "class_dnd" : "RS", "A" : "0", "B" : "5", "C" : "0", "D" : "0", "E" : "0", "Ch" : "0", "S" : "0", "M" : "0", "RS" : "0", "Beg" : "0", "story_classic" : "06.12.2014 \u2014 \u0427\u0435\u043c\u043f\u0438\u043e\u043d\u0430\u0442 \u0420\u043e\u0441\u0441\u0438\u0438 2014\u0433.\u041c\u043e\u0441\u043a\u0432\u0430 : (\u0415-\u04102)B1/26+5<br><br>", "story_dnd" : ""}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "link": {"type": "string"}, "club": {"type": "string"}, "class_classic": {"type": "string"}, "class_dnd": {"type": "string"}, "A": {"type": "string"}, "B": {"type": "string"}, "C": {"type": "string"}, "D": {"type": "string"}, "E": {"type": "string"}, "Ch": {"type": "string"}, "S": {"type": "string"}, "M": {"type": "string"}, "RS": {"type": "string"}, "Beg": {"type": "string"}, "story_classic": {"type": "string"}, "story_dnd": {"type": "string"}}, "required": ["id", "name", "link", "club", "class_classic", "class_dnd", "A", "B", "C", "D", "E", "Ch", "S", "M", "RS", "Beg", "story_classic", "story_dnd"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"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" : 404380095, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "caf84ec16bfcd01c5db7e24ee6cc0683", "wof:id" : 404380095, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [0.17333, 43.37444, 0.17333, 43.37444], "geometry" : {"coordinates" : [0.17333, 43.37444], "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": {"courseCode": {"type": "string"}, "courseCredit": {"type": "string"}, "description": {"type": "string"}, "faculty": {"type": "string"}, "title": {"type": "string"}}, "required": ["courseCode", "courseCredit", "description", "faculty", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"courseCode" : "NUR3505", "courseCredit" : "8", "description" : "This module is designed to build on and enhance learner\u2019s skills and knowledge on research methodology and statistics. The module aims to advance the learner\u2019s research-mindedness by developing skills required to continually improve practice through research.", "faculty" : "Yong Loo Lin School (Medicine)", "title" : "Research Methodology and Statistics"}
json_instruct
{"type": "object", "properties": {"courseCode": {"type": "string"}, "courseCredit": {"type": "string"}, "description": {"type": "string"}, "faculty": {"type": "string"}, "title": {"type": "string"}}, "required": ["courseCode", "courseCredit", "description", "faculty", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {"type": "string"}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"schema_version" : "1.2.0", "id" : "GHSA-w492-8wmj-crw3", "modified" : "2022-05-13T01:10:57Z", "published" : "2022-05-13T01:10:57Z", "aliases" : ["CVE-2014-5215"], "details" : "NetIQ Access Manager (NAM) 4.x before 4.0.1 HF3 allows remote authenticated administrators to discover service-account passwords via a request to (1) roma/jsp/volsc/monitoring/dev_services.jsp or (2) roma/jsp/debug/debug.jsp.", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2014-5215"}, {"type" : "WEB", "url" : "https://www.novell.com/support/kb/doc.php?id=7015995"}, {"type" : "WEB", "url" : "https://www.sec-consult.com/fxdata/seccons/prod/temedia/advisories_txt/20141218-2_Novell_NetIQ_Access_Manager_Multiple_Vulnerabilities_v10.txt"}, {"type" : "WEB", "url" : "http://packetstormsecurity.com/files/129658/NetIQ-Access-Manager-4.0-SP1-XSS-CSRF-XXE-Injection-Disclosure.html"}, {"type" : "WEB", "url" : "http://seclists.org/fulldisclosure/2014/Dec/78"}], "database_specific" : {"cwe_ids" : ["CWE-200"], "severity" : "MODERATE", "github_reviewed" : false}}
json_instruct
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {"type": "string"}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"airportList": {"type": "array", "items": {"type": "object", "properties": {"arptCd": {"type": "string"}, "arptName": {"type": "string"}, "cityName": {"type": "string"}, "coordinates": {"type": "string"}}, "required": ["arptCd", "arptName", "cityName", "coordinates"]}}}, "required": ["airportList"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"airportList" : [{"arptCd" : "BOM", "arptName" : "Chhatrapati Shivaji Maharaj International Airport", "cityName" : "Mumbai", "coordinates" : "19\u00b005\u203219\u2033N 72\u00b052\u203205\u2033E"}, {"arptCd" : "DXB", "arptName" : "Dubai Internation Airport", "cityName" : "Dubai", "coordinates" : "25\u00b015\u203210\u2033N 055\u00b021\u203252\u2033E"}, {"arptCd" : "JFK", "arptName" : "Jhon F Kennedy Airport", "cityName" : "New York", "coordinates" : "40\u00b038\u203223\u2033N 073\u00b046\u203244\u2033W"}]}
json_instruct
{"type": "object", "properties": {"airportList": {"type": "array", "items": {"type": "object", "properties": {"arptCd": {"type": "string"}, "arptName": {"type": "string"}, "cityName": {"type": "string"}, "coordinates": {"type": "string"}}, "required": ["arptCd", "arptName", "cityName", "coordinates"]}}}, "required": ["airportList"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Engineering adaptive privacy: on the role of privacy awareness requirements.", "fields" : ["selective disclosure", "exploit", "personally identifiable information", "privacy by design", "privacy software"], "abstract" : "Applications that continuously gather and disclose personal information about users are increasingly common. While disclosing this information may be essential for these applications to function, it may also raise privacy concerns. Partly, this is due to frequently changing context that introduces new privacy threats, and makes it difficult to continuously satisfy privacy requirements. To address this problem, applications may need to adapt in order to manage changing privacy concerns. Thus, we propose a framework that exploits the notion of privacy awareness requirements to identify runtime privacy properties to satisfy. These properties are used to support disclosure decision making by applications. Our evaluations suggest that applications that fail to satisfy privacy awareness requirements cannot regulate users' information disclosure. We also observe that the satisfaction of privacy awareness requirements is useful to users aiming to minimise exposure to privacy threats, and to users aiming to maximise functional benefits amidst increasing threat severity.", "citation" : "Citations (19)", "departments" : ["University of Glasgow", "University of Limerick", "University of Limerick", "University of Limerick", "University of Limerick"], "authors" : ["Inah Omoronyia.....http://dblp.org/pers/hd/o/Omoronyia:Inah", "Luca Cavallaro.....http://dblp.org/pers/hd/c/Cavallaro:Luca", "Mazeiar Salehie.....http://dblp.org/pers/hd/s/Salehie:Mazeiar", "Liliana Pasquale.....http://dblp.org/pers/hd/p/Pasquale:Liliana", "Bashar Nuseibeh.....http://dblp.org/pers/hd/n/Nuseibeh:Bashar"], "conf" : "icse", "year" : "2013", "pages" : 10}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"player_id": {"type": "integer"}, "name": {"type": "string"}, "position": {"type": "string"}, "height": {"type": "string"}, "weight": {"type": "string"}, "current_team": {"type": "null"}, "birth_date": {"type": "string"}, "birth_place": {"type": "string"}, "death_date": {"type": "string"}, "college": {"type": "string"}, "high_school": {"type": "null"}, "draft_team": {"type": "string"}, "draft_round": {"type": "string"}, "draft_position": {"type": "string"}, "draft_year": {"type": "string"}, "current_salary": {"type": "null"}, "hof_induction_year": {"type": "null"}}, "required": ["player_id", "name", "position", "height", "weight", "current_team", "birth_date", "birth_place", "death_date", "college", "high_school", "draft_team", "draft_round", "draft_position", "draft_year", "current_salary", "hof_induction_year"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"player_id" : 155, "name" : "Joe Aguirre", "position" : "E", "height" : "6-4", "weight" : "225", "current_team" : null, "birth_date" : "1918-10-17", "birth_place" : "Rock Springs, WV", "death_date" : "1985-07-13", "college" : "St. Mary's (CA)", "high_school" : null, "draft_team" : "Washington Redskins", "draft_round" : "11", "draft_position" : "100", "draft_year" : "1941", "current_salary" : null, "hof_induction_year" : null}
json_instruct
{"type": "object", "properties": {"player_id": {"type": "integer"}, "name": {"type": "string"}, "position": {"type": "string"}, "height": {"type": "string"}, "weight": {"type": "string"}, "current_team": {"type": "null"}, "birth_date": {"type": "string"}, "birth_place": {"type": "string"}, "death_date": {"type": "string"}, "college": {"type": "string"}, "high_school": {"type": "null"}, "draft_team": {"type": "string"}, "draft_round": {"type": "string"}, "draft_position": {"type": "string"}, "draft_year": {"type": "string"}, "current_salary": {"type": "null"}, "hof_induction_year": {"type": "null"}}, "required": ["player_id", "name", "position", "height", "weight", "current_team", "birth_date", "birth_place", "death_date", "college", "high_school", "draft_team", "draft_round", "draft_position", "draft_year", "current_salary", "hof_induction_year"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"httpRequest": {"type": "object", "properties": {"body": {"type": "object", "properties": {"type": {"type": "string"}, "json": {"type": "string"}}, "required": ["type", "json"]}, "headers": {"type": "object", "properties": {"JAVA-TEST-NAME": {"type": "array", "items": {"type": "string"}}}, "required": ["JAVA-TEST-NAME"]}, "method": {"type": "string"}, "path": {"type": "string"}, "keepAlive": {"type": "boolean"}, "secure": {"type": "boolean"}}, "required": ["body", "headers", "method", "path", "keepAlive", "secure"]}, "httpResponse": {"type": "object", "properties": {"body": {"type": "string"}, "headers": {"type": "object", "properties": {"Content-Type": {"type": "array", "items": {"type": "string"}}}, "required": ["Content-Type"]}, "statusCode": {"type": "integer"}, "reasonPhrase": {"type": "string"}}, "required": ["body", "headers", "statusCode", "reasonPhrase"]}, "times": {"type": "object", "properties": {"remainingTimes": {"type": "integer"}}, "required": ["remainingTimes"]}, "timeToLive": {"type": "object", "properties": {"unlimited": {"type": "boolean"}}, "required": ["unlimited"]}, "id": {"type": "string"}}, "required": ["httpRequest", "httpResponse", "times", "timeToLive", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"httpRequest" : {"body" : {"type" : "JSON", "json" : "[{\"ddtags\":\"host:TestSendlogsreturnsResponsefromserveralways200emptyJSONresponse1641430252\",\"message\":\"Test-Send_logs_returns_Response_from_server_always_200_empty_JSON_response-1641430252\"}]"}, "headers" : {"JAVA-TEST-NAME" : ["Send_logs_returns_Response_from_server_always_200_empty_JSON_response"]}, "method" : "POST", "path" : "/v1/input", "keepAlive" : false, "secure" : true}, "httpResponse" : {"body" : "{}", "headers" : {"Content-Type" : ["application/json"]}, "statusCode" : 200, "reasonPhrase" : "OK"}, "times" : {"remainingTimes" : 1}, "timeToLive" : {"unlimited" : true}, "id" : "3aed40fb-42b4-1741-980b-41b9c561d139"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"httpRequest": {"type": "object", "properties": {"body": {"type": "object", "properties": {"type": {"type": "string"}, "json": {"type": "string"}}, "required": ["type", "json"]}, "headers": {"type": "object", "properties": {"JAVA-TEST-NAME": {"type": "array", "items": {"type": "string"}}}, "required": ["JAVA-TEST-NAME"]}, "method": {"type": "string"}, "path": {"type": "string"}, "keepAlive": {"type": "boolean"}, "secure": {"type": "boolean"}}, "required": ["body", "headers", "method", "path", "keepAlive", "secure"]}, "httpResponse": {"type": "object", "properties": {"body": {"type": "string"}, "headers": {"type": "object", "properties": {"Content-Type": {"type": "array", "items": {"type": "string"}}}, "required": ["Content-Type"]}, "statusCode": {"type": "integer"}, "reasonPhrase": {"type": "string"}}, "required": ["body", "headers", "statusCode", "reasonPhrase"]}, "times": {"type": "object", "properties": {"remainingTimes": {"type": "integer"}}, "required": ["remainingTimes"]}, "timeToLive": {"type": "object", "properties": {"unlimited": {"type": "boolean"}}, "required": ["unlimited"]}, "id": {"type": "string"}}, "required": ["httpRequest", "httpResponse", "times", "timeToLive", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@marketto/codice-fiscale-utils": {"type": "string"}}, "required": ["@marketto/codice-fiscale-utils"]}}, "required": ["name", "version", "description", "homepage", "repository", "author", "main", "keywords", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "nodejs-weblineindia-fiscal-validation", "version" : "1.0.0", "description" : "A node component for validate Fiscal code as well as its properties with `nodejs-weblineindia-fiscal-validation`", "homepage" : "https://www.weblineindia.com/software-development-resources.html", "repository" : "https://github.com/weblineindia/nodejs-fiscal-validation", "author" : "Weblineindia", "main" : "index.js", "keywords" : ["nodejs-weblineindia-fiscal-validation", "nodejs-fiscal-validation", "fiscal-validation", "fiscal", "nodejs", "node-component", "nodecomponent", "node"], "license" : "MIT", "dependencies" : {"@marketto/codice-fiscale-utils" : "^2.0.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@marketto/codice-fiscale-utils": {"type": "string"}}, "required": ["@marketto/codice-fiscale-utils"]}}, "required": ["name", "version", "description", "homepage", "repository", "author", "main", "keywords", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"url": {"type": "string"}, "type": {"type": "string"}}, "required": ["url", "type"]}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "repository", "files"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "key-args", "version" : "1.0.4", "description" : "A super lightweight argument parser for NodeJs. Zero dependencies. Simply works.", "main" : "args.js", "scripts" : {"test" : "node test.js -D --name=\"Hello World\" --path='c:/temp' --answer=42 --as=\"one=two\""}, "keywords" : ["node", "args", "argv", "arguments", "parameter", "parse", "key", "keys"], "author" : {"name" : "Dominik-Andreas Geng", "url" : "https://github.com/domske"}, "license" : "MIT", "repository" : {"url" : "https://github.com/domske/key-args", "type" : "git"}, "files" : ["args.js"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"url": {"type": "string"}, "type": {"type": "string"}}, "required": ["url", "type"]}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "repository", "files"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"elements": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "caption": {"type": "string"}}, "required": ["name", "type", "caption"]}}, "actions": {"type": "array", "items": {}}}, "required": ["elements", "actions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"elements" : [{"name" : "DeviceID", "type" : "NumberSpinner", "caption" : "DeviceID"}], "actions" : []}
json_instruct
{"type": "object", "properties": {"elements": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "caption": {"type": "string"}}, "required": ["name", "type", "caption"]}}, "actions": {"type": "array", "items": {}}}, "required": ["elements", "actions"], "$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" : 119, "object_list" : [{"position" : [2.82, 4.35], "id" : 11}, {"position" : [2.28, 5.24], "id" : 12}, {"position" : [3.3, 3.57], "id" : 13}, {"position" : [4.43, 7.0], "id" : 14}, {"position" : [5.0, 6.07], "id" : 15}, {"position" : [4.99, 5.22], "id" : 16}, {"position" : [4.93, 8.13], "id" : 17}, {"position" : [5.81, 6.96], "id" : 18}, {"position" : [5.9, 7.71], "id" : 20}, {"position" : [7.79, 3.79], "id" : 21}], "frame" : 119, "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#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"comment": {"type": "string"}, "ignore": {"type": "string"}, "package": {"type": "array", "items": {"type": "object", "properties": {"checksumSHA1": {"type": "string"}, "path": {"type": "string"}, "revision": {"type": "string"}, "revisionTime": {"type": "string"}}, "required": ["checksumSHA1", "path", "revision", "revisionTime"]}}, "rootPath": {"type": "string"}}, "required": ["comment", "ignore", "package", "rootPath"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"comment" : "", "ignore" : "test", "package" : [{"checksumSHA1" : "WgzN84Tx+7en7p/e8gSTupIqygw=", "path" : "github.com/gorilla/mux", "revision" : "c5c6c98bc25355028a63748a498942a6398ccd22", "revisionTime" : "2019-03-16T13:32:43Z"}], "rootPath" : "user_manager"}
json_instruct
{"type": "object", "properties": {"comment": {"type": "string"}, "ignore": {"type": "string"}, "package": {"type": "array", "items": {"type": "object", "properties": {"checksumSHA1": {"type": "string"}, "path": {"type": "string"}, "revision": {"type": "string"}, "revisionTime": {"type": "string"}}, "required": ["checksumSHA1", "path", "revision", "revisionTime"]}}, "rootPath": {"type": "string"}}, "required": ["comment", "ignore", "package", "rootPath"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"require": {"type": "object", "properties": {"phpmailer/phpmailer": {"type": "string"}}, "required": ["phpmailer/phpmailer"]}, "autoload": {"type": "object", "properties": {"classmap": {"type": "array", "items": {"type": "string"}}}, "required": ["classmap"]}}, "required": ["require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"require" : {"phpmailer/phpmailer" : "~6.0"}, "autoload" : {"classmap" : ["./"]}}
json_instruct
{"type": "object", "properties": {"require": {"type": "object", "properties": {"phpmailer/phpmailer": {"type": "string"}}, "required": ["phpmailer/phpmailer"]}, "autoload": {"type": "object", "properties": {"classmap": {"type": "array", "items": {"type": "string"}}}, "required": ["classmap"]}}, "required": ["require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"options": {"type": "object", "properties": {"type": {"type": "string"}, "label": {"type": "string"}, "show_if": {"type": "string"}, "repeat": {"type": "boolean"}, "fields": {"type": "object", "properties": {"transpose_type": {"type": "object", "properties": {"type": {"type": "string"}, "val": {"type": "string"}}, "required": ["type", "val"]}, "mirror_matrix.exchange_label_header": {"type": "object", "properties": {"type": {"type": "string"}, "label": {"type": "string"}, "show_if": {"type": "string"}, "val": {"type": "string"}, "isOn": {"type": "string"}, "isOff": {"type": "string"}, "breakLine": {"type": "boolean"}}, "required": ["type", "label", "show_if", "val", "isOn", "isOff", "breakLine"]}, "mirror_matrix.convert_header_to_label": {"type": "object", "properties": {"type": {"type": "string"}, "label": {"type": "string"}, "show_if": {"type": "string"}, "val": {"type": "string"}, "isOn": {"type": "string"}, "isOff": {"type": "string"}, "breakLine": {"type": "boolean"}}, "required": ["type", "label", "show_if", "val", "isOn", "isOff", "breakLine"]}, "mirror_matrix.convert_label_to_header": {"type": "object", "properties": {"type": {"type": "string"}, "label": {"type": "string"}, "show_if": {"type": "string"}, "val": {"type": "string"}, "isOn": {"type": "string"}, "isOff": {"type": "string"}, "breakLine": {"type": "boolean"}}, "required": ["type", "label", "show_if", "val", "isOn", "isOff", "breakLine"]}}, "required": ["transpose_type", "mirror_matrix.exchange_label_header", "mirror_matrix.convert_header_to_label", "mirror_matrix.convert_label_to_header"]}}, "required": ["type", "label", "show_if", "repeat", "fields"]}}, "required": ["options"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"options" : {"type" : "fieldset", "label" : "Select Options", "show_if" : "$input_table.numOfHeader >= 1 || $input_table.numOfLabel >= 1", "repeat" : false, "fields" : {"transpose_type" : {"type" : "hidden", "val" : "mirror_matrix"}, "mirror_matrix.exchange_label_header" : {"type" : "checkbox", "label" : "Convert header to label, label to header", "show_if" : "$input_table.numOfHeader >= 1 && $input_table.numOfLabel >= 1", "val" : "true", "isOn" : "true", "isOff" : "false", "breakLine" : true}, "mirror_matrix.convert_header_to_label" : {"type" : "checkbox", "label" : "Convert header to label", "show_if" : "$input_table.numOfHeader >= 1 && $input_table.numOfLabel < 1", "val" : "true", "isOn" : "true", "isOff" : "false", "breakLine" : true}, "mirror_matrix.convert_label_to_header" : {"type" : "checkbox", "label" : "Convert label to header", "show_if" : "$input_table.numOfHeader < 1 && $input_table.numOfLabel >= 1", "val" : "true", "isOn" : "true", "isOff" : "false", "breakLine" : true}}}}
json_instruct
{"type": "object", "properties": {"options": {"type": "object", "properties": {"type": {"type": "string"}, "label": {"type": "string"}, "show_if": {"type": "string"}, "repeat": {"type": "boolean"}, "fields": {"type": "object", "properties": {"transpose_type": {"type": "object", "properties": {"type": {"type": "string"}, "val": {"type": "string"}}, "required": ["type", "val"]}, "mirror_matrix.exchange_label_header": {"type": "object", "properties": {"type": {"type": "string"}, "label": {"type": "string"}, "show_if": {"type": "string"}, "val": {"type": "string"}, "isOn": {"type": "string"}, "isOff": {"type": "string"}, "breakLine": {"type": "boolean"}}, "required": ["type", "label", "show_if", "val", "isOn", "isOff", "breakLine"]}, "mirror_matrix.convert_header_to_label": {"type": "object", "properties": {"type": {"type": "string"}, "label": {"type": "string"}, "show_if": {"type": "string"}, "val": {"type": "string"}, "isOn": {"type": "string"}, "isOff": {"type": "string"}, "breakLine": {"type": "boolean"}}, "required": ["type", "label", "show_if", "val", "isOn", "isOff", "breakLine"]}, "mirror_matrix.convert_label_to_header": {"type": "object", "properties": {"type": {"type": "string"}, "label": {"type": "string"}, "show_if": {"type": "string"}, "val": {"type": "string"}, "isOn": {"type": "string"}, "isOff": {"type": "string"}, "breakLine": {"type": "boolean"}}, "required": ["type", "label", "show_if", "val", "isOn", "isOff", "breakLine"]}}, "required": ["transpose_type", "mirror_matrix.exchange_label_header", "mirror_matrix.convert_header_to_label", "mirror_matrix.convert_label_to_header"]}}, "required": ["type", "label", "show_if", "repeat", "fields"]}}, "required": ["options"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {}, "required": []}, "inner_path": {"type": "string"}, "modified": {"type": "integer"}, "signs": {"type": "object", "properties": {"18BoJMGrbXeBBUfGY8CUaJAW5vXediVev8": {"type": "string"}}, "required": ["18BoJMGrbXeBBUfGY8CUaJAW5vXediVev8"]}, "user": {"type": "array", "items": {"type": "object", "properties": {"avatar": {"type": "string"}, "date_added": {"type": "integer"}, "hub": {"type": "string"}, "intro": {"type": "string"}, "user_name": {"type": "string"}}, "required": ["avatar", "date_added", "hub", "intro", "user_name"]}}}, "required": ["address", "cert_auth_type", "cert_sign", "cert_user_id", "files", "inner_path", "modified", "signs", "user"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"address" : "1UDbADib99KE9d3qZ87NqJF2QLTHmMkoV", "cert_auth_type" : "web", "cert_sign" : "HAHci5wrssTMKdKjgW0+6jfnyWlrg85l/13Rv5Fi5N9kaO/jucUIZrjbf4Hik3qnKhLIa+2TC2QUuKCvChDx6v4=", "cert_user_id" : "astr0bot@zeroid.bit", "files" : {}, "inner_path" : "data/userdb/18BoJMGrbXeBBUfGY8CUaJAW5vXediVev8/content.json", "modified" : 1492010919, "signs" : {"18BoJMGrbXeBBUfGY8CUaJAW5vXediVev8" : "G8E0T+HbLAybg3NevC9dr7kOUtEnSps46hrm1llmCBORtoEuUbqsCzf/m/6Irq+VKmd0vS6jyc6FOQYI+90Ie2g="}, "user" : [{"avatar" : "generate", "date_added" : 1492010919, "hub" : "1White24UrrwQrD86o6Vrc1apgZ1x1o51", "intro" : "\u00c1tlagos ZeroNet felhaszn\u00e1l\u00f3", "user_name" : "Astr0bot"}]}
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": {}, "required": []}, "inner_path": {"type": "string"}, "modified": {"type": "integer"}, "signs": {"type": "object", "properties": {"18BoJMGrbXeBBUfGY8CUaJAW5vXediVev8": {"type": "string"}}, "required": ["18BoJMGrbXeBBUfGY8CUaJAW5vXediVev8"]}, "user": {"type": "array", "items": {"type": "object", "properties": {"avatar": {"type": "string"}, "date_added": {"type": "integer"}, "hub": {"type": "string"}, "intro": {"type": "string"}, "user_name": {"type": "string"}}, "required": ["avatar", "date_added", "hub", "intro", "user_name"]}}}, "required": ["address", "cert_auth_type", "cert_sign", "cert_user_id", "files", "inner_path", "modified", "signs", "user"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "contributors": {"type": "array", "items": {"type": "string"}}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "dependencies": {"type": "object", "properties": {"quantize": {"type": "string"}, "canvas": {"type": "string"}}, "required": ["quantize", "canvas"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "scripts": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "description", "homepage", "author", "keywords", "contributors", "bugs", "license", "main", "repository", "engines", "dependencies", "devDependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "couleur", "version" : "1.2.2", "description" : "A node.js port of color-thief.js library by lokesh - https://github.com/lokesh/color-thief.", "homepage" : "https://github.com/olivierlesnicki/couleur", "author" : "Olivier Lesnicki (https://github.com/olivierlesnicki)", "keywords" : ["image", "dominant", "contrast", "thief", "color", "node"], "contributors" : ["Lokesh Dhakar (https://github.com/lokesh)", "Olivier Lesnicki (https://github.com/olivierlesnicki)"], "bugs" : {"url" : "http://github.com/olivierlesnicki/couleur/issues"}, "license" : {"type" : "MIT", "url" : "http://github.com/olivierlesnicki/couleur/raw/master/LICENSE"}, "main" : "couleur.js", "repository" : {"type" : "git", "url" : "git://github.com/olivierlesnicki/couleur.git"}, "engines" : {"node" : ">=0.10.21"}, "dependencies" : {"quantize" : "1.0.x", "canvas" : "1.1.x"}, "devDependencies" : {}, "scripts" : {}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "contributors": {"type": "array", "items": {"type": "string"}}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "dependencies": {"type": "object", "properties": {"quantize": {"type": "string"}, "canvas": {"type": "string"}}, "required": ["quantize", "canvas"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "scripts": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "description", "homepage", "author", "keywords", "contributors", "bugs", "license", "main", "repository", "engines", "dependencies", "devDependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "source": {"type": "array", "items": {"type": "string"}}, "rarity": {"type": "integer"}}, "required": ["id", "name", "description", "source", "rarity"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "hurricane_seed", "name" : "Semente de Furac\u00e3o", "description" : "Ele cont\u00e9m a ess\u00eancia da energia Anemo.<br/>Dizem que o poder de criar furac\u00f5es reside dentro de seu corpo aparentemente fr\u00e1gil. Essa borboleta de pura energia Anemo deve estar esperando o dia para evocar tempestades mais uma vez.", "source" : ["Dropado por Hypostasis Anemo Nv.30"], "rarity" : 4}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "source": {"type": "array", "items": {"type": "string"}}, "rarity": {"type": "integer"}}, "required": ["id", "name", "description", "source", "rarity"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"npm-license-crawler": {"type": "string"}}, "required": ["npm-license-crawler"]}, "devDependencies": {"type": "object", "properties": {"vows": {"type": "string"}, "istanbul": {"type": "string"}, "grunt": {"type": "string"}}, "required": ["vows", "istanbul", "grunt"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "description", "main", "dependencies", "devDependencies", "scripts", "author", "bugs", "license", "repository", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "grunt-license-crawler", "version" : "0.0.6", "description" : "Analyzes license information for multiple node.js modules (package.json files) as part of your software project.", "main" : "./tasks/grunt-license-crawler.js", "dependencies" : {"npm-license-crawler" : "^0.2.0"}, "devDependencies" : {"vows" : "*", "istanbul" : "*", "grunt" : "~1.0.1"}, "scripts" : {"test" : "node node_modules/grunt/bin/grunt test"}, "author" : "Marcus Wittig", "bugs" : {"url" : "http://github.com/mwittig/grunt-license-crawler/issues"}, "license" : "BSD-3-Clause", "repository" : {"type" : "git", "url" : "http://github.com/mwittig/grunt-license-crawler.git"}, "keywords" : ["license", "npm", "checker", "crawler", "gruntplugin"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"npm-license-crawler": {"type": "string"}}, "required": ["npm-license-crawler"]}, "devDependencies": {"type": "object", "properties": {"vows": {"type": "string"}, "istanbul": {"type": "string"}, "grunt": {"type": "string"}}, "required": ["vows", "istanbul", "grunt"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "description", "main", "dependencies", "devDependencies", "scripts", "author", "bugs", "license", "repository", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"xmin": {"type": "array", "items": {"type": "integer"}}, "xmax": {"type": "array", "items": {"type": "integer"}}, "ymin": {"type": "array", "items": {"type": "integer"}}, "ymax": {"type": "array", "items": {"type": "integer"}}}, "required": ["xmin", "xmax", "ymin", "ymax"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"xmin" : [911, 1134, 1150, 1150, 698], "xmax" : [958, 1239, 1225, 1218, 742], "ymin" : [1078, 492, 337, 263, 360], "ymax" : [1151, 565, 424, 350, 451]}
json_instruct
{"type": "object", "properties": {"xmin": {"type": "array", "items": {"type": "integer"}}, "xmax": {"type": "array", "items": {"type": "integer"}}, "ymin": {"type": "array", "items": {"type": "integer"}}, "ymax": {"type": "array", "items": {"type": "integer"}}}, "required": ["xmin", "xmax", "ymin", "ymax"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"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"]}}, "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" : 153716, "info" : {"name" : "google_image_preview_fullpage", "description" : "show full page preview image for google.com, google.co.jp", "additionalInfo" : null, "format" : "uso", "category" : "google", "createdAt" : "2018-01-04T15:40:20.000Z", "updatedAt" : "2018-01-04T15:43:44.000Z", "license" : "NO-REDISTRIBUTION", "author" : {"id" : 468363, "name" : "thumoibiet"}}, "stats" : {"installs" : {"total" : 14, "weekly" : 0}}, "screenshots" : {"main" : {"name" : "153716_after.png", "archived" : true}}, "discussions" : {"stats" : {"discussionsCount" : 0, "commentsCount" : 0}, "data" : []}, "style" : {"css" : "@-moz-document domain(\"google.co.jp\"), domain(\"google.com\") {\r\n.irc_land.irc_bg,\r\n.irc_land.irc_bg .irc_c,\r\n.irc_land.irc_bg .irc_c .irc_hic {\r\n min-width: calc(100vw - 17px);\r\n min-height: 100vh;\r\n margin: 0!important;\r\n}\r\nimg.irc_mi {\r\n width: auto;\r\n max-width: 100vw;\r\n height: auto;\r\n max-height: 100vh;\r\n margin: 0!important;\r\n}\r\n.irc_land .irc_b {\r\n background: rgba(0, 0, 0, 0.8);\r\n position: absolute;\r\n height: 100%;\r\n opacity: 0!important;\r\n}\r\n.irc_ft {\r\n opacity: 0.5!important;\r\n}\r\n.irc_land .irc_b:hover,\r\n.irc_ft:hover {\r\n opacity: 1!important;\r\n}\r\n.irc_land .irc_sep{\r\n\tdisplay:none!important;\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"]}}, "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 sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"build": {"type": "object", "properties": {"cpu": {"type": "string"}, "extra_flags": {"type": "string"}, "f_cpu": {"type": "string"}, "mcu": {"type": "string"}, "product_line": {"type": "string"}}, "required": ["cpu", "extra_flags", "f_cpu", "mcu", "product_line"]}, "debug": {"type": "object", "properties": {"default_tools": {"type": "array", "items": {"type": "string"}}, "jlink_device": {"type": "string"}, "onboard_tools": {"type": "array", "items": {"type": "string"}}, "openocd_board": {"type": "string"}, "svd_path": {"type": "string"}}, "required": ["default_tools", "jlink_device", "onboard_tools", "openocd_board", "svd_path"]}, "frameworks": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "upload": {"type": "object", "properties": {"maximum_ram_size": {"type": "integer"}, "maximum_size": {"type": "integer"}, "protocol": {"type": "string"}, "protocols": {"type": "array", "items": {"type": "string"}}}, "required": ["maximum_ram_size", "maximum_size", "protocol", "protocols"]}, "url": {"type": "string"}, "vendor": {"type": "string"}}, "required": ["build", "debug", "frameworks", "name", "upload", "url", "vendor"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"build" : {"cpu" : "cortex-m0plus", "extra_flags" : "-DSTM32L053xx", "f_cpu" : "32000000L", "mcu" : "stm32l053c8t6", "product_line" : "STM32L053xx"}, "debug" : {"default_tools" : ["stlink"], "jlink_device" : "STM32L053C8", "onboard_tools" : ["stlink"], "openocd_board" : "stm32l0discovery", "svd_path" : "STM32L053x.svd"}, "frameworks" : ["cmsis", "mbed", "stm32cube", "libopencm3"], "name" : "ST 32L0538DISCOVERY", "upload" : {"maximum_ram_size" : 8192, "maximum_size" : 65536, "protocol" : "stlink", "protocols" : ["jlink", "stlink", "blackmagic", "mbed"]}, "url" : "http://www.st.com/web/en/catalog/tools/PF260319", "vendor" : "ST"}
json_instruct
{"type": "object", "properties": {"build": {"type": "object", "properties": {"cpu": {"type": "string"}, "extra_flags": {"type": "string"}, "f_cpu": {"type": "string"}, "mcu": {"type": "string"}, "product_line": {"type": "string"}}, "required": ["cpu", "extra_flags", "f_cpu", "mcu", "product_line"]}, "debug": {"type": "object", "properties": {"default_tools": {"type": "array", "items": {"type": "string"}}, "jlink_device": {"type": "string"}, "onboard_tools": {"type": "array", "items": {"type": "string"}}, "openocd_board": {"type": "string"}, "svd_path": {"type": "string"}}, "required": ["default_tools", "jlink_device", "onboard_tools", "openocd_board", "svd_path"]}, "frameworks": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "upload": {"type": "object", "properties": {"maximum_ram_size": {"type": "integer"}, "maximum_size": {"type": "integer"}, "protocol": {"type": "string"}, "protocols": {"type": "array", "items": {"type": "string"}}}, "required": ["maximum_ram_size", "maximum_size", "protocol", "protocols"]}, "url": {"type": "string"}, "vendor": {"type": "string"}}, "required": ["build", "debug", "frameworks", "name", "upload", "url", "vendor"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01021157": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01021157"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Topology", "objects" : {"E01021157" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00107466", "LAD11CD" : "E07000065"}, "arcs" : [[0, 1]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00107469", "LAD11CD" : "E07000065"}, "arcs" : [[2, 3, 4, 5, 6, -1]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00107470", "LAD11CD" : "E07000065"}, "arcs" : [[-4, 7]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00107480", "LAD11CD" : "E07000065"}, "arcs" : [[8, 9]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00107481", "LAD11CD" : "E07000065"}, "arcs" : [[-6, 10, -10, 11]]}]}}, "arcs" : [[[4900, 1204], [333, 987], [434, 66], [224, -296], [594, 725], [947, 97], [116, 616], [265, 219], [1007, 463], [882, -22]], [[9702, 4059], [-293, -1720], [-1155, -1381], [-1594, -958], [-654, 1327], [-240, -132], [-140, 265], [-212, -94], [94, -251], [-1337, -643], [729, 732]], [[4900, 1204], [62, 657]], [[4962, 1861], [12, 389], [-1179, 136]], [[3795, 2386], [-185, 460]], [[3610, 2846], [1059, 168], [78, 895], [1035, 1522], [-617, 1051], [79, 941]], [[5244, 7423], [2036, -931], [474, 413], [868, 75], [371, 387], [896, -472], [-817, -1367], [589, -141], [196, -407], [142, -520], [-297, -401]], [[4962, 1861], [-219, 19], [-289, -686], [-540, -228], [-444, -592], [-887, 126], [284, 1143], [-388, -53], [65, -273], [-791, -526], [-17, 386], [399, 272], [-538, 679], [-312, -86], [-86, 495], [185, 107], [296, -249], [587, 237], [42, -248], [224, 235], [386, -377], [876, 144]], [[637, 4136], [-543, 2162], [-94, 268], [366, 163], [77, 716], [-317, 272], [805, 2282], [1301, -133], [1466, -2167]], [[3698, 7699], [-455, -943], [-461, 183], [-952, -947], [-848, -1342], [141, -205], [-486, -309]], [[3610, 2846], [-256, 274], [931, 250], [-92, 341], [-533, 251], [-504, -137], [-605, -658], [-493, -58], [-317, 282], [-180, -317], [-742, -230], [-12, 52], [-170, 1240]], [[3698, 7699], [1546, -276]]], "transform" : {"scale" : [1.9657325538063808e-06, 1.16032608530213e-06], "translate" : [0.159950114867751, 51.05756698685417]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01021157": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01021157"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"react-clone-referenced-element": {"type": "string"}, "react-native-scrollable-mixin": {"type": "string"}, "react-timer-mixin": {"type": "string"}}, "required": ["react-clone-referenced-element", "react-native-scrollable-mixin", "react-timer-mixin"]}}, "required": ["name", "version", "description", "main", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "react-native-refreshable-scroll-view", "version" : "0.1.1", "description" : "A ScrollView that supports pull-to-refresh. You can customize it with the RefreshIndicator and type of ScrollView (ex: ListView) of your choice.", "main" : "RefreshableScrollView.js", "repository" : {"type" : "git", "url" : "git+https://github.com/exponentjs/react-native-refreshable-scroll-view.git"}, "keywords" : ["react-native", "refresh", "scroll-view"], "author" : "James Ide", "license" : "MIT", "bugs" : {"url" : "https://github.com/exponentjs/react-native-refreshable-scroll-view/issues"}, "homepage" : "https://github.com/exponentjs/react-native-refreshable-scroll-view#readme", "dependencies" : {"react-clone-referenced-element" : "^1.0.1", "react-native-scrollable-mixin" : "^1.0.1", "react-timer-mixin" : "^0.13.3"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"react-clone-referenced-element": {"type": "string"}, "react-native-scrollable-mixin": {"type": "string"}, "react-timer-mixin": {"type": "string"}}, "required": ["react-clone-referenced-element", "react-native-scrollable-mixin", "react-timer-mixin"]}}, "required": ["name", "version", "description", "main", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"manufacturer" : "Archos", "market_name" : "Archos 101c Helium", "codename" : "ac101che", "model" : "Archos 101c Helium"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "elasticsearch/elasticsearch": {"type": "string"}}, "required": ["php", "elasticsearch/elasticsearch"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}}, "required": ["phpunit/phpunit"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"ACME\\": {"type": "string"}}, "required": ["ACME\\"]}}, "required": ["psr-4"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"ACME\\Tests\\": {"type": "string"}}, "required": ["ACME\\Tests\\"]}}, "required": ["psr-4"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}}, "required": ["name", "description", "license", "authors", "require", "require-dev", "autoload", "autoload-dev", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "imdhemy/testing-es-in-php", "description" : "How to test elasticsearch in php", "license" : "MIT", "authors" : [{"name" : "imdhemy", "email" : "imdhemy@gmail.com"}], "require" : {"php" : ">=8.0", "elasticsearch/elasticsearch" : "^7.14"}, "require-dev" : {"phpunit/phpunit" : "^9.5"}, "autoload" : {"psr-4" : {"ACME\\" : "src/"}}, "autoload-dev" : {"psr-4" : {"ACME\\Tests\\" : "tests/"}}, "scripts" : {"test" : "./vendor/bin/phpunit"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "elasticsearch/elasticsearch": {"type": "string"}}, "required": ["php", "elasticsearch/elasticsearch"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}}, "required": ["phpunit/phpunit"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"ACME\\": {"type": "string"}}, "required": ["ACME\\"]}}, "required": ["psr-4"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"ACME\\Tests\\": {"type": "string"}}, "required": ["ACME\\Tests\\"]}}, "required": ["psr-4"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}}, "required": ["name", "description", "license", "authors", "require", "require-dev", "autoload", "autoload-dev", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}}, "required": ["title", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Austria withdrawing its UN Peacekeepers from Golan", "text" : "VIENNA (AP) \u2014 Austria announced on Thursday that it is withdrawing the country's 377 U.N. peacekeepers from the Golan Heights after the Syrian conflict briefly spilled over to an area near their position.\n\nIn a statement, Chancellor Werner Fayman and Foreign Minister Michael Spindelegger said that \"the development ... has shown that further waiting can no longer be justified.\"\n\nRebels briefly overran a border position near the destroyed city of Kuneitra early Thursday before Syrian government troops retook it. The peacekeepers receive most of their supplies through that position from Israel.\n\nAustria's soldiers make up the largest contingent of the approximately 900 U.N. peacekeepers posted to the Golan Heights separating Syria and Israel.\n\nThere has been an Austrian U.N. peacekeeping force present there since the start of the Golan mission in 1974 to separate Israeli and Syrian forces.\n\nThe two Middle East adversaries agreed to creation of the U.N. Disengagement Observer Force after Syria launched military action in 1973, in a failed effort to retake the area it lost to Israel in 1967.\n\nThe Philippines and India also have peacekeepers posted to the Golan. Croatia withdrew its contingent in March.\n\nThe Philippine military announced that one of the country's peacekeepers was wounded earlier Thursday during fighting between Syrian government and rebel forces.\n\nThe soldier suffered a leg injury from an artillery or mortar shell that landed at Camp Ziouni, a logistics base for the U.N. force. He was in stable condition."}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}}, "required": ["title", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"setupFiles": {"type": "array", "items": {"type": "string"}}}, "required": ["setupFiles"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"setupFiles" : ["<rootDir>/test/setup.js"]}
json_instruct
{"type": "object", "properties": {"setupFiles": {"type": "array", "items": {"type": "string"}}}, "required": ["setupFiles"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source_url": {"type": "string"}, "licence": {"type": "string"}, "language": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "text": {"type": "string"}}, "required": ["authors", "doi", "publication_date", "id", "url", "source", "source_url", "licence", "language", "type", "description", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"authors" : [{"author" : "Leonard Westermann"}, {"author" : "Peer Eysel"}, {"author" : "Marvin Simons"}, {"author" : "Kourosh Zarghooni"}], "doi" : "10.1155/2017/7191476", "publication_date" : "2017-11-08", "id" : "EN113733", "url" : "https://pubmed.ncbi.nlm.nih.gov/29109886", "source" : "Case reports in orthopedics", "source_url" : "", "licence" : "CC BY", "language" : "en", "type" : "pubmed", "description" : "", "text" : "A 54-year-old patient with type I OI is presented with a segmental thoracic hyperkyphosis and 7 recent vertebral compression fractures. Because of persistent severe thoracolumbar back pain despite conservative therapy, RF-TVA was indicated. Nocturnal back pain was almost completely relieved at all postoperative time points evaluated. However, overall pain relief dropped only slightly from 7 to 5 on the numerical rating scale (NRS) at the 6-week follow-up, and there was only a small decrease in the Oswestry Disability Index (ODI) from 72% to 63%. An MRI at the 3-month follow-up revealed hyperintensity at levels T11 and T12, indicating slight recollapsing. At the 6-month follow-up, the ODI improved to 55%, although overall pain had worsened to 6 on the NRS. Pain at rest remained at a very low level."}
json_instruct
{"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source_url": {"type": "string"}, "licence": {"type": "string"}, "language": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "text": {"type": "string"}}, "required": ["authors", "doi", "publication_date", "id", "url", "source", "source_url", "licence", "language", "type", "description", "text"], "$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" : "Barbonville", "dpt" : "Meurthe-et-Moselle", "inscrits" : 350, "abs" : 55, "votants" : 295, "blancs" : 8, "nuls" : 2, "exp" : 285, "res" : [{"panneau" : "2", "voix" : 105}, {"panneau" : "11", "voix" : 56}, {"panneau" : "3", "voix" : 42}, {"panneau" : "9", "voix" : 40}, {"panneau" : "1", "voix" : 20}, {"panneau" : "4", "voix" : 10}, {"panneau" : "6", "voix" : 4}, {"panneau" : "8", "voix" : 4}, {"panneau" : "7", "voix" : 2}, {"panneau" : "5", "voix" : 1}, {"panneau" : "10", "voix" : 1}]}
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#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"$schema": {"type": "string"}, "contentVersion": {"type": "string"}, "parameters": {"type": "object", "properties": {"scriptName": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "userMsiName": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "kind": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "azPowerShellVersion": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "scriptContent": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "retentionInterval": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "runOnce": {"type": "object", "properties": {"value": {"type": "boolean"}}, "required": ["value"]}, "cleanupPreference": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "timeout": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}}, "required": ["scriptName", "userMsiName", "kind", "azPowerShellVersion", "scriptContent", "retentionInterval", "runOnce", "cleanupPreference", "timeout"]}}, "required": ["$schema", "contentVersion", "parameters"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"$schema" : "https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#", "contentVersion" : "1.0.0.0", "parameters" : {"scriptName" : {"value" : "test"}, "userMsiName" : {"value" : "imagingMSI"}, "kind" : {"value" : "AzurePowerShell"}, "azPowerShellVersion" : {"value" : "3.0"}, "scriptContent" : {"value" : ""}, "retentionInterval" : {"value" : "P10M"}, "runOnce" : {"value" : false}, "cleanupPreference" : {"value" : "Always"}, "timeout" : {"value" : "PT30M"}}}
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "contentVersion": {"type": "string"}, "parameters": {"type": "object", "properties": {"scriptName": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "userMsiName": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "kind": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "azPowerShellVersion": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "scriptContent": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "retentionInterval": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "runOnce": {"type": "object", "properties": {"value": {"type": "boolean"}}, "required": ["value"]}, "cleanupPreference": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "timeout": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}}, "required": ["scriptName", "userMsiName", "kind", "azPowerShellVersion", "scriptContent", "retentionInterval", "runOnce", "cleanupPreference", "timeout"]}}, "required": ["$schema", "contentVersion", "parameters"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}, "properties": {"type": "object", "properties": {"FIPS": {"type": "string"}, "CNTY_FIPS": {"type": "string"}, "STATE_FIPS": {"type": "string"}, "STATE_NAME": {"type": "string"}, "NAME": {"type": "string"}}, "required": ["FIPS", "CNTY_FIPS", "STATE_FIPS", "STATE_NAME", "NAME"]}, "type": {"type": "string"}}, "required": ["geometry", "properties", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"geometry" : {"coordinates" : [[[-99.2999270656109, 44.19948222118498], [-99.29877183553151, 44.54815878873637], [-99.31605283422215, 44.54876924753707], [-99.31454471502613, 44.894494020921485], [-98.72200363647234, 44.891653657243346], [-98.70331880011707, 44.89137137703247], [-98.70493467171511, 44.63324997994544], [-98.70429007405242, 44.199429225652636], [-98.92966530894844, 44.19955117236147], [-99.2999270656109, 44.19948222118498]]], "type" : "Polygon"}, "properties" : {"FIPS" : "46059", "CNTY_FIPS" : "059", "STATE_FIPS" : "46", "STATE_NAME" : "South Dakota", "NAME" : "Hand"}, "type" : "Feature"}
json_instruct
{"type": "object", "properties": {"geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}, "properties": {"type": "object", "properties": {"FIPS": {"type": "string"}, "CNTY_FIPS": {"type": "string"}, "STATE_FIPS": {"type": "string"}, "STATE_NAME": {"type": "string"}, "NAME": {"type": "string"}}, "required": ["FIPS", "CNTY_FIPS", "STATE_FIPS", "STATE_NAME", "NAME"]}, "type": {"type": "string"}}, "required": ["geometry", "properties", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build_html": {"type": "string"}, "build_json": {"type": "string"}, "test": {"type": "string"}}, "required": ["build_html", "build_json", "test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"coffee-script": {"type": "string"}, "jade": {"type": "string"}}, "required": ["coffee-script", "jade"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "my_links", "version" : "0.1.0", "description" : "Links I find useful.", "main" : "compile.coffee.md", "scripts" : {"build_html" : "jade --obj data.json index.jade", "build_json" : "python3 compile.py", "test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "https://github.com/MattMS/my_links.git"}, "keywords" : ["links"], "author" : "Matt McKellar-Spence", "license" : "MIT", "bugs" : {"url" : "https://github.com/MattMS/my_links/issues"}, "homepage" : "https://github.com/MattMS/my_links", "devDependencies" : {"coffee-script" : "^1.9.1", "jade" : "^1.9.2"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build_html": {"type": "string"}, "build_json": {"type": "string"}, "test": {"type": "string"}}, "required": ["build_html", "build_json", "test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"coffee-script": {"type": "string"}, "jade": {"type": "string"}}, "required": ["coffee-script", "jade"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "scripts": {"type": "object", "properties": {"coverage": {"type": "string"}, "test": {"type": "string"}, "build": {"type": "string"}, "eslint": {"type": "string"}}, "required": ["coverage", "test", "build", "eslint"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "babel-core": {"type": "string"}, "babel-plugin-external-helpers": {"type": "string"}, "babel-preset-env": {"type": "string"}, "eslint": {"type": "string"}, "expect.js": {"type": "string"}, "jsdom": {"type": "string"}, "jsdom-global": {"type": "string"}, "mocha": {"type": "string"}, "nyc": {"type": "string"}, "pre-commit": {"type": "string"}, "rollup": {"type": "string"}, "rollup-plugin-babel": {"type": "string"}, "rollup-plugin-commonjs": {"type": "string"}, "rollup-plugin-json": {"type": "string"}, "rollup-plugin-node-resolve": {"type": "string"}, "rollup-plugin-terser": {"type": "string"}}, "required": ["@babel/core", "babel-core", "babel-plugin-external-helpers", "babel-preset-env", "eslint", "expect.js", "jsdom", "jsdom-global", "mocha", "nyc", "pre-commit", "rollup", "rollup-plugin-babel", "rollup-plugin-commonjs", "rollup-plugin-json", "rollup-plugin-node-resolve", "rollup-plugin-terser"]}, "pre-commit": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "description", "main", "directories", "scripts", "keywords", "author", "license", "devDependencies", "pre-commit"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "jerrytools", "version" : "1.0.0", "description" : "A small JavaScript library.", "main" : "dist/Jerry.min.js", "directories" : {"test" : "test"}, "scripts" : {"coverage" : "node_modules/.bin/nyc --reporter=html --reporter=text node_modules/mocha/bin/_mocha -r jsdom-global/register", "test" : "mocha -r jsdom-global/register", "build" : "rollup --config rollup.config.js", "eslint" : "eslint src"}, "keywords" : ["Jerry", "jerrytools"], "author" : "Russ Zhong", "license" : "MIT", "devDependencies" : {"@babel/core" : "^7.2.0", "babel-core" : "^6.26.3", "babel-plugin-external-helpers" : "^6.22.0", "babel-preset-env" : "^1.7.0", "eslint" : "^5.10.0", "expect.js" : "^0.3.1", "jsdom" : "13.2.0", "jsdom-global" : "3.0.2", "mocha" : "^5.2.0", "nyc" : "^13.1.0", "pre-commit" : "^1.2.2", "rollup" : "^0.67.4", "rollup-plugin-babel" : "^3.0.7", "rollup-plugin-commonjs" : "^9.2.0", "rollup-plugin-json" : "^3.1.0", "rollup-plugin-node-resolve" : "^4.0.0", "rollup-plugin-terser" : "^3.0.0"}, "pre-commit" : ["eslint", "coverage"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "scripts": {"type": "object", "properties": {"coverage": {"type": "string"}, "test": {"type": "string"}, "build": {"type": "string"}, "eslint": {"type": "string"}}, "required": ["coverage", "test", "build", "eslint"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "babel-core": {"type": "string"}, "babel-plugin-external-helpers": {"type": "string"}, "babel-preset-env": {"type": "string"}, "eslint": {"type": "string"}, "expect.js": {"type": "string"}, "jsdom": {"type": "string"}, "jsdom-global": {"type": "string"}, "mocha": {"type": "string"}, "nyc": {"type": "string"}, "pre-commit": {"type": "string"}, "rollup": {"type": "string"}, "rollup-plugin-babel": {"type": "string"}, "rollup-plugin-commonjs": {"type": "string"}, "rollup-plugin-json": {"type": "string"}, "rollup-plugin-node-resolve": {"type": "string"}, "rollup-plugin-terser": {"type": "string"}}, "required": ["@babel/core", "babel-core", "babel-plugin-external-helpers", "babel-preset-env", "eslint", "expect.js", "jsdom", "jsdom-global", "mocha", "nyc", "pre-commit", "rollup", "rollup-plugin-babel", "rollup-plugin-commonjs", "rollup-plugin-json", "rollup-plugin-node-resolve", "rollup-plugin-terser"]}, "pre-commit": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "description", "main", "directories", "scripts", "keywords", "author", "license", "devDependencies", "pre-commit"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"code" : 8206033008, "parent" : 8206033, "name" : "MAJIKO TONGONE", "latitude" : null, "longitude" : null, "postal" : [97869], "children" : []}
json_instruct
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"target": {"type": "string"}, "sourceMap": {"type": "boolean"}, "removeComments": {"type": "boolean"}, "experimentalDecorators": {"type": "boolean"}, "noImplicitReturns": {"type": "boolean"}, "typeRoots": {"type": "array", "items": {"type": "string"}}, "types": {"type": "array", "items": {"type": "string"}}}, "required": ["target", "sourceMap", "removeComments", "experimentalDecorators", "noImplicitReturns", "typeRoots", "types"]}, "include": {"type": "array", "items": {"type": "string"}}, "exclude": {"type": "array", "items": {"type": "string"}}}, "required": ["compilerOptions", "include", "exclude"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"compilerOptions" : {"target" : "es6", "sourceMap" : false, "removeComments" : true, "experimentalDecorators" : true, "noImplicitReturns" : true, "typeRoots" : ["node_modules/@types"], "types" : ["jquery", "node"]}, "include" : ["./**/*"], "exclude" : ["node_modules/*"]}
json_instruct
{"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"target": {"type": "string"}, "sourceMap": {"type": "boolean"}, "removeComments": {"type": "boolean"}, "experimentalDecorators": {"type": "boolean"}, "noImplicitReturns": {"type": "boolean"}, "typeRoots": {"type": "array", "items": {"type": "string"}}, "types": {"type": "array", "items": {"type": "string"}}}, "required": ["target", "sourceMap", "removeComments", "experimentalDecorators", "noImplicitReturns", "typeRoots", "types"]}, "include": {"type": "array", "items": {"type": "string"}}, "exclude": {"type": "array", "items": {"type": "string"}}}, "required": ["compilerOptions", "include", "exclude"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {}, "required": []}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "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" : {}, "geometry" : {"type" : "LineString", "coordinates" : [[14.690225422382355, 47.43714655379967], [14.720306396484373, 47.42715820148522], [14.791717529296875, 47.40299687942138], [14.907073974609373, 47.386263315961884], [14.99359130859375, 47.368594345213374], [15.004920959472654, 47.36219950880962], [15.01556396484375, 47.338008390341706], [15.020885467529297, 47.33603074146188], [15.02131462097168, 47.3337330857801]]}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {}, "required": []}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"dockerFile": {"type": "string"}, "bumpVersion": {"type": "boolean"}, "deleteUntaggedImages": {"type": "boolean"}, "imageIds": {"type": "array", "items": {"type": "string"}}}, "required": ["dockerFile", "bumpVersion", "deleteUntaggedImages", "imageIds"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"dockerFile" : "Dockerfile", "bumpVersion" : false, "deleteUntaggedImages" : true, "imageIds" : ["sha256:5802d9ef8e3fb507233cdebf7928243e9597efca3ca174623cf7716eeb925405", "sha256:f354e7d676fc9d56e9af83c82f2fd432e70ca94891a71a159f6450be1098dd5f", "sha256:a9744f13ae41e7810e2d2dc0d60a62937636b1c5d2aea00ef6b60316ff3d02e9", "sha256:17be16233fd53591237d2e8c4490b5787ab6eb0df05c74f1a78f2b4fcdcef31d", "sha256:ce8c46a9106880056dbad21f387d6531bca2e997ed67adb0b098265582d162af", "sha256:17be16233fd53591237d2e8c4490b5787ab6eb0df05c74f1a78f2b4fcdcef31d"]}
json_instruct
{"type": "object", "properties": {"dockerFile": {"type": "string"}, "bumpVersion": {"type": "boolean"}, "deleteUntaggedImages": {"type": "boolean"}, "imageIds": {"type": "array", "items": {"type": "string"}}}, "required": ["dockerFile", "bumpVersion", "deleteUntaggedImages", "imageIds"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"Aliases": {"type": "array", "items": {"type": "object", "properties": {"AliasArn": {"type": "string"}, "Name": {"type": "string"}, "FunctionVersion": {"type": "string"}, "Description": {"type": "string"}, "RevisionId": {"type": "string"}}, "required": ["AliasArn", "Name", "FunctionVersion", "Description", "RevisionId"]}}}, "required": ["Aliases"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Aliases" : [{"AliasArn" : "arn:aws:lambda:us-east-1:085250262607:function:step-function-loop:PROD", "Name" : "PROD", "FunctionVersion" : "1", "Description" : "", "RevisionId" : "03ee6610-1bf1-4e91-8fbe-4435c35c4b99"}]}
json_instruct
{"type": "object", "properties": {"Aliases": {"type": "array", "items": {"type": "object", "properties": {"AliasArn": {"type": "string"}, "Name": {"type": "string"}, "FunctionVersion": {"type": "string"}, "Description": {"type": "string"}, "RevisionId": {"type": "string"}}, "required": ["AliasArn", "Name", "FunctionVersion", "Description", "RevisionId"]}}}, "required": ["Aliases"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1912, 7], [1913, 5], [1914, 10], [1915, 14], [1916, 10], [1917, 15], [1918, 15], [1919, 10], [1920, 11], [1921, 10], [1922, 12], [1923, 10], [1924, 12], [1925, 9], [1926, 15], [1927, 9], [1928, 8], [1929, 6], [1930, 7], [1931, 5], [1932, 6], [1933, 9], [1941, 6], [1943, 7], [1949, 6], [1951, 5], [1952, 5], [1953, 5], [1957, 5], [1963, 5], [1968, 8], [1971, 5], [1974, 6], [1976, 6]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"algoliasearch.helper.js": {"type": "string"}, "algoliasearch.helper.min.js": {"type": "string"}}, "required": ["algoliasearch.helper.js", "algoliasearch.helper.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"algoliasearch.helper.js" : "sha256-wVL5D/mjBj9pQSxcdKTxSBJBohQtKUJ/+ms91o49xGg=", "algoliasearch.helper.min.js" : "sha256-GU86XtlG2YA9ETTXSlsdqQOZ301i0KuvZUUCKgoEq2A="}
json_instruct
{"type": "object", "properties": {"algoliasearch.helper.js": {"type": "string"}, "algoliasearch.helper.min.js": {"type": "string"}}, "required": ["algoliasearch.helper.js", "algoliasearch.helper.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"molecule_structure": {"type": "string"}, "definition": {"type": "string"}, "virus_id": {"type": "string"}, "isolate_id": {"type": "string"}, "_id": {"type": "string"}, "host": {"type": "string"}}, "required": ["molecule_structure", "definition", "virus_id", "isolate_id", "_id", "host"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"molecule_structure" : "linear", "definition" : "Persimmon virus A viral cRNA, complete genome, clone: Kaki13-14", "virus_id" : "aaf7ab67", "isolate_id" : "j7ate0f4", "_id" : "NC_018381", "host" : "Diospyros kaki"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"molecule_structure": {"type": "string"}, "definition": {"type": "string"}, "virus_id": {"type": "string"}, "isolate_id": {"type": "string"}, "_id": {"type": "string"}, "host": {"type": "string"}}, "required": ["molecule_structure", "definition", "virus_id", "isolate_id", "_id", "host"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"hello": {"type": "string"}, "world?": {"type": "string"}}, "required": ["hello", "world?"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"hello" : "{{.key2}}", "world?" : "{{.key1}}"}
json_instruct
{"type": "object", "properties": {"hello": {"type": "string"}, "world?": {"type": "string"}}, "required": ["hello", "world?"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"firstName": {"type": "string"}, "lastName": {"type": "string"}, "middleName": {"type": "string"}, "type": {"type": "string"}, "email": {"type": "string"}, "entryDate": {"type": "integer"}, "updatedDate": {"type": "integer"}, "activeFlag": {"type": "boolean"}, "gender": {"type": "string"}}, "required": ["firstName", "lastName", "middleName", "type", "email", "entryDate", "updatedDate", "activeFlag", "gender"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"firstName" : "Tadeo", "lastName" : "Rivera", "middleName" : "Nathanael", "type" : "G", "email" : "tadeo@gmail.com", "entryDate" : 1386669626140, "updatedDate" : 1387836734700, "activeFlag" : true, "gender" : "m"}
json_instruct
{"type": "object", "properties": {"firstName": {"type": "string"}, "lastName": {"type": "string"}, "middleName": {"type": "string"}, "type": {"type": "string"}, "email": {"type": "string"}, "entryDate": {"type": "integer"}, "updatedDate": {"type": "integer"}, "activeFlag": {"type": "boolean"}, "gender": {"type": "string"}}, "required": ["firstName", "lastName", "middleName", "type", "email", "entryDate", "updatedDate", "activeFlag", "gender"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "3329040005", "district_id" : "3329040", "name" : "PAKUJATI"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "AccessComments": {"type": "string"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "CountryID", "Latitude", "Longitude", "AccessComments", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "PowerKW": {"type": "integer"}, "CurrentTypeID": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "PowerKW", "CurrentTypeID"]}}, "GeneralComments": {"type": "string"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "DataProvidersReference", "OperatorID", "UsageTypeID", "AddressInfo", "Connections", "GeneralComments", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"IsRecentlyVerified" : false, "ID" : 166348, "UUID" : "EF7CCE12-6C81-457C-A955-A3C944724D5C", "DataProviderID" : 28, "DataProvidersReference" : "FR*S44*P44158A", "OperatorID" : 3412, "UsageTypeID" : 5, "AddressInfo" : {"ID" : 166707, "Title" : "Saint-\u00c9tienne-de-Montluc | Avenue Abb\u00e9 Paul Mercier", "AddressLine1" : "Avenue Abb\u00e9 Paul Mercier 44360 Saint-\u00c9tienne-de-Montluc", "CountryID" : 80, "Latitude" : 47.274213, "Longitude" : -1.779158, "AccessComments" : "24/24 7/7", "DistanceUnit" : 0}, "Connections" : [{"ID" : 246704, "ConnectionTypeID" : 25, "StatusTypeID" : 50, "LevelID" : 2, "PowerKW" : 18, "CurrentTypeID" : 20}, {"ID" : 246705, "ConnectionTypeID" : 28, "StatusTypeID" : 50, "LevelID" : 2, "PowerKW" : 18, "CurrentTypeID" : 10}, {"ID" : 246706, "ConnectionTypeID" : 25, "StatusTypeID" : 50, "LevelID" : 2, "PowerKW" : 18, "CurrentTypeID" : 20}, {"ID" : 246707, "ConnectionTypeID" : 28, "StatusTypeID" : 50, "LevelID" : 2, "PowerKW" : 18, "CurrentTypeID" : 10}], "GeneralComments" : "", "StatusTypeID" : 50, "DateLastStatusUpdate" : "2020-08-27T05:13:00Z", "DataQualityLevel" : 2, "DateCreated" : "2020-08-27T05:13:00Z", "SubmissionStatusTypeID" : 100}
json_instruct
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "AccessComments": {"type": "string"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "CountryID", "Latitude", "Longitude", "AccessComments", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "PowerKW": {"type": "integer"}, "CurrentTypeID": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "PowerKW", "CurrentTypeID"]}}, "GeneralComments": {"type": "string"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "DataProvidersReference", "OperatorID", "UsageTypeID", "AddressInfo", "Connections", "GeneralComments", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"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" : "0x9c9f98c95ec0a9555688b4120c8e841b6a1be3d3", "tool" : "osiris", "start" : 1564602330.4633236, "end" : 1564602336.8238966, "duration" : 6.360573053359985, "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#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "extends": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "extends"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "test-language-2", "extends" : ["test-language-1"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "extends": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "extends"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "210124108200", "text" : "\u5b5f\u5bb6\u6751\u59d4\u4f1a"}, {"id" : "210124108201", "text" : "\u9760\u9675\u6c9f\u6751\u59d4\u4f1a"}, {"id" : "210124108202", "text" : "\u51e4\u5c90\u5821\u6751\u59d4\u4f1a"}, {"id" : "210124108204", "text" : "\u8001\u8fb9\u6751\u59d4\u4f1a"}, {"id" : "210124108205", "text" : "\u5927\u623f\u7533\u6751\u59d4\u4f1a"}, {"id" : "210124108206", "text" : "\u5b64\u6811\u5b50\u6751\u59d4\u4f1a"}, {"id" : "210124108207", "text" : "\u4e1c\u5927\u623f\u7533\u6751\u59d4\u4f1a"}, {"id" : "210124108208", "text" : "\u4e1c\u5c97\u5b50\u6751\u59d4\u4f1a"}, {"id" : "210124108211", "text" : "\u5f90\u4e09\u5bb6\u5b50\u6751\u59d4\u4f1a"}, {"id" : "210124108212", "text" : "\u6843\u5c71\u6751\u59d4\u4f1a"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"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" : "Palise", "dpt" : "Doubs", "inscrits" : 114, "abs" : 9, "votants" : 105, "blancs" : 13, "nuls" : 2, "exp" : 90, "res" : [{"panneau" : "2", "voix" : 51}, {"panneau" : "1", "voix" : 39}]}
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#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-96.683209, 32.930495], [-96.683068, 32.931078], [-96.664874, 32.930714], [-96.665328, 32.916365], [-96.683081, 32.917167], [-96.683209, 32.930495]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 87728}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"code": {"type": "string"}, "description": {"type": "string"}, "label": {"type": "string"}, "language": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["code", "description", "label", "language", "uuid"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"code" : "16", "description" : "", "label" : "Bei Definition der Projektanforderungen fehlende Ber\u00fccksichtigung von Ausnahmesituationen, bei denen das System die Grenzbedingungen erreicht", "language" : "DE", "uuid" : "69fc07bc-4591-11e9-9173-0800277f0571"}
json_instruct
{"type": "object", "properties": {"code": {"type": "string"}, "description": {"type": "string"}, "label": {"type": "string"}, "language": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["code", "description", "label", "language", "uuid"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"jquery.loadTemplate.js": {"type": "string"}, "jquery.loadTemplate.min.js": {"type": "string"}}, "required": ["jquery.loadTemplate.js", "jquery.loadTemplate.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"jquery.loadTemplate.js" : "sha256-6pr47hswclCIfJaqAzKKS1sTW5NeYZxgslChagQxhIA=", "jquery.loadTemplate.min.js" : "sha256-QgDtE9RDbpIRSWGWj75IK8Qz9HC/sqQHOQopqwuYOLw="}
json_instruct
{"type": "object", "properties": {"jquery.loadTemplate.js": {"type": "string"}, "jquery.loadTemplate.min.js": {"type": "string"}}, "required": ["jquery.loadTemplate.js", "jquery.loadTemplate.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "string"}, "homepage": {"type": "null"}, "about": {"type": "null"}, "license": {"type": "null"}}, "required": ["id", "name", "email", "paypal_email", "homepage", "about", "license"]}, "updated": {"type": "string"}, "weekly_install_count": {"type": "integer"}, "total_install_count": {"type": "integer"}, "rating": {"type": "null"}, "after_screenshot_name": {"type": "string"}, "obsoleting_style_id": {"type": "null"}, "obsoleting_style_name": {"type": "null"}, "obsolete": {"type": "integer"}, "admin_delete_reason_id": {"type": "null"}, "obsoletion_message": {"type": "null"}, "screenshots": {"type": "null"}, "license": {"type": "null"}, "created": {"type": "string"}, "category": {"type": "string"}, "raw_subcategory": {"type": "string"}, "subcategory": {"type": "string"}, "additional_info": {"type": "null"}, "style_tags": {"type": "array", "items": {}}, "css": {"type": "string"}, "discussions": {"type": "array", "items": {}}, "discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}, "userjs_url": {"type": "string"}, "style_settings": {"type": "array", "items": {}}}, "required": ["id", "name", "description", "user", "updated", "weekly_install_count", "total_install_count", "rating", "after_screenshot_name", "obsoleting_style_id", "obsoleting_style_name", "obsolete", "admin_delete_reason_id", "obsoletion_message", "screenshots", "license", "created", "category", "raw_subcategory", "subcategory", "additional_info", "style_tags", "css", "discussions", "discussionsCount", "commentsCount", "userjs_url", "style_settings"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 6362, "name" : "Food Network: Ad Cleaner", "description" : "Removes the primary ad zones from the Food Network pages.", "user" : {"id" : 4511, "name" : "bjendrick", "email" : "redacted", "paypal_email" : "bjendrick@timelydbs.com", "homepage" : null, "about" : null, "license" : null}, "updated" : "2008-04-10T20:58:06.000Z", "weekly_install_count" : 0, "total_install_count" : 204, "rating" : null, "after_screenshot_name" : "https://userstyles.org/auto_style_screenshots/6362-after.png?r=1589184326", "obsoleting_style_id" : null, "obsoleting_style_name" : null, "obsolete" : 0, "admin_delete_reason_id" : null, "obsoletion_message" : null, "screenshots" : null, "license" : null, "created" : "2008-04-10T20:58:06.000Z", "category" : "site", "raw_subcategory" : "foodnetwork", "subcategory" : "foodnetwork", "additional_info" : null, "style_tags" : [], "css" : "@namespace url(http://www.w3.org/1999/xhtml);\r\n\r\n@-moz-document domain(\"foodnetwork.com\") {\r\n\r\n#leaderboard_tbl_id {\r\n display: none !important;\r\n }\r\n.doNotPrint {\r\n display: none !important;\r\n }\r\n\r\n}", "discussions" : [], "discussionsCount" : 0, "commentsCount" : 0, "userjs_url" : "/styles/userjs/6362/food-network-ad-cleaner.user.js", "style_settings" : []}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "string"}, "homepage": {"type": "null"}, "about": {"type": "null"}, "license": {"type": "null"}}, "required": ["id", "name", "email", "paypal_email", "homepage", "about", "license"]}, "updated": {"type": "string"}, "weekly_install_count": {"type": "integer"}, "total_install_count": {"type": "integer"}, "rating": {"type": "null"}, "after_screenshot_name": {"type": "string"}, "obsoleting_style_id": {"type": "null"}, "obsoleting_style_name": {"type": "null"}, "obsolete": {"type": "integer"}, "admin_delete_reason_id": {"type": "null"}, "obsoletion_message": {"type": "null"}, "screenshots": {"type": "null"}, "license": {"type": "null"}, "created": {"type": "string"}, "category": {"type": "string"}, "raw_subcategory": {"type": "string"}, "subcategory": {"type": "string"}, "additional_info": {"type": "null"}, "style_tags": {"type": "array", "items": {}}, "css": {"type": "string"}, "discussions": {"type": "array", "items": {}}, "discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}, "userjs_url": {"type": "string"}, "style_settings": {"type": "array", "items": {}}}, "required": ["id", "name", "description", "user", "updated", "weekly_install_count", "total_install_count", "rating", "after_screenshot_name", "obsoleting_style_id", "obsoleting_style_name", "obsolete", "admin_delete_reason_id", "obsoletion_message", "screenshots", "license", "created", "category", "raw_subcategory", "subcategory", "additional_info", "style_tags", "css", "discussions", "discussionsCount", "commentsCount", "userjs_url", "style_settings"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"2021-01-10T00:00:00Z": {"type": "number"}, "2021-04-27T10:46:30Z-f28f7ff": {"type": "number"}, "2021-05-17T21:03:01Z-82c6df0": {"type": "number"}, "2021-06-01T18:22:13Z-15f02ba": {"type": "number"}, "2021-06-02T19:41:14Z-0d19e92": {"type": "number"}, "2021-06-04T15:52:09Z-d0867d1": {"type": "number"}, "2021-06-07T08:32:30Z-6b6002b": {"type": "number"}, "2021-06-08T21:14:02Z-69b6fbb": {"type": "number"}, "2021-06-09T21:16:56Z-9325109": {"type": "number"}, "2021-06-11T17:15:44Z-7f5e783": {"type": "number"}, "2021-06-11T21:13:05Z-6690215": {"type": "number"}, "2021-06-12T16:18:03Z-273cac6": {"type": "number"}, "2021-06-12T20:58:34Z-fd4460b": {"type": "number"}, "2021-06-13T15:56:55Z-6dee02e": {"type": "number"}}, "required": ["2021-01-10T00:00:00Z", "2021-04-27T10:46:30Z-f28f7ff", "2021-05-17T21:03:01Z-82c6df0", "2021-06-01T18:22:13Z-15f02ba", "2021-06-02T19:41:14Z-0d19e92", "2021-06-04T15:52:09Z-d0867d1", "2021-06-07T08:32:30Z-6b6002b", "2021-06-08T21:14:02Z-69b6fbb", "2021-06-09T21:16:56Z-9325109", "2021-06-11T17:15:44Z-7f5e783", "2021-06-11T21:13:05Z-6690215", "2021-06-12T16:18:03Z-273cac6", "2021-06-12T20:58:34Z-fd4460b", "2021-06-13T15:56:55Z-6dee02e"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"2021-01-10T00:00:00Z" : 0.0016, "2021-04-27T10:46:30Z-f28f7ff" : 0.0016, "2021-05-17T21:03:01Z-82c6df0" : 0.001, "2021-06-01T18:22:13Z-15f02ba" : 0.0017, "2021-06-02T19:41:14Z-0d19e92" : 0.0026, "2021-06-04T15:52:09Z-d0867d1" : 0.0024, "2021-06-07T08:32:30Z-6b6002b" : 0.0072, "2021-06-08T21:14:02Z-69b6fbb" : 0.0043, "2021-06-09T21:16:56Z-9325109" : 0.0222, "2021-06-11T17:15:44Z-7f5e783" : 0.0023, "2021-06-11T21:13:05Z-6690215" : 0.0045, "2021-06-12T16:18:03Z-273cac6" : 0.0011, "2021-06-12T20:58:34Z-fd4460b" : 0.0072, "2021-06-13T15:56:55Z-6dee02e" : 0.9405}
json_instruct
{"type": "object", "properties": {"2021-01-10T00:00:00Z": {"type": "number"}, "2021-04-27T10:46:30Z-f28f7ff": {"type": "number"}, "2021-05-17T21:03:01Z-82c6df0": {"type": "number"}, "2021-06-01T18:22:13Z-15f02ba": {"type": "number"}, "2021-06-02T19:41:14Z-0d19e92": {"type": "number"}, "2021-06-04T15:52:09Z-d0867d1": {"type": "number"}, "2021-06-07T08:32:30Z-6b6002b": {"type": "number"}, "2021-06-08T21:14:02Z-69b6fbb": {"type": "number"}, "2021-06-09T21:16:56Z-9325109": {"type": "number"}, "2021-06-11T17:15:44Z-7f5e783": {"type": "number"}, "2021-06-11T21:13:05Z-6690215": {"type": "number"}, "2021-06-12T16:18:03Z-273cac6": {"type": "number"}, "2021-06-12T20:58:34Z-fd4460b": {"type": "number"}, "2021-06-13T15:56:55Z-6dee02e": {"type": "number"}}, "required": ["2021-01-10T00:00:00Z", "2021-04-27T10:46:30Z-f28f7ff", "2021-05-17T21:03:01Z-82c6df0", "2021-06-01T18:22:13Z-15f02ba", "2021-06-02T19:41:14Z-0d19e92", "2021-06-04T15:52:09Z-d0867d1", "2021-06-07T08:32:30Z-6b6002b", "2021-06-08T21:14:02Z-69b6fbb", "2021-06-09T21:16:56Z-9325109", "2021-06-11T17:15:44Z-7f5e783", "2021-06-11T21:13:05Z-6690215", "2021-06-12T16:18:03Z-273cac6", "2021-06-12T20:58:34Z-fd4460b", "2021-06-13T15:56:55Z-6dee02e"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"scripts": {"type": "object", "properties": {"build.docs": {"type": "string"}, "storybook": {"type": "string"}}, "required": ["build.docs", "storybook"]}, "devDependencies": {"type": "object", "properties": {"@stoplight/storybook-config": {"type": "string"}}, "required": ["@stoplight/storybook-config"]}}, "required": ["scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"scripts" : {"build.docs" : "build-storybook -c .storybook -o docs-auto", "storybook" : "start-storybook -p 9001"}, "devDependencies" : {"@stoplight/storybook-config" : "1.x.x"}}
json_instruct
{"type": "object", "properties": {"scripts": {"type": "object", "properties": {"build.docs": {"type": "string"}, "storybook": {"type": "string"}}, "required": ["build.docs", "storybook"]}, "devDependencies": {"type": "object", "properties": {"@stoplight/storybook-config": {"type": "string"}}, "required": ["@stoplight/storybook-config"]}}, "required": ["scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"_tensor": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "_dim1": {"type": "integer"}, "_dim2": {"type": "integer"}, "_dim3": {"type": "integer"}, "_dim4": {"type": "integer"}, "_total_num_collision_checks": {"type": "number"}}, "required": ["_tensor", "_dim1", "_dim2", "_dim3", "_dim4", "_total_num_collision_checks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"_tensor" : [[[[0.0], [2.958546658992757], [0.777191987226254], [220.77609387893986], [405.6929488025775], [411.4428359551392], [431.34106432867645], [0.0], [0.0], [0.0], [0.0]]], [[[2.958546658992757], [0.0], [0.1487161874771014], [206.9083008003072], [388.0326477491077], [393.2025621317], [413.40712879665426], [0.0], [0.0], [0.0], [0.0]]], [[[0.777191987226254], [0.1487161874771014], [0.0], [0.0], [198.77611189334755], [199.99874098031924], [215.78686266650556], [0.0], [0.0], [0.0], [0.0]]], [[[220.77609387893986], [206.9083008003072], [0.0], [0.0], [0.0], [0.5164036236525802], [27.528898458473115], [0.0], [0.0], [0.0], [0.0]]], [[[405.6929488025775], [388.0326477491077], [198.77611189334755], [0.0], [0.0], [1.649893820285794], [4.046607010223205], [0.0], [0.0], [0.0], [0.0]]], [[[411.4428359551392], [393.2025621317], [199.99874098031924], [0.5164036236525802], [1.649893820285794], [0.0], [0.0], [0.0], [0.0], [0.0], [0.0]]], [[[431.34106432867645], [413.40712879665426], [215.78686266650556], [27.528898458473115], [4.046607010223205], [0.0], [0.0], [0.0], [0.0], [0.0], [0.0]]], [[[0.0], [0.0], [0.0], [0.0], [0.0], [0.0], [0.0], [0.0], [0.0], [0.0], [0.0]]], [[[0.0], [0.0], [0.0], [0.0], [0.0], [0.0], [0.0], [0.0], [0.0], [0.0], [0.0]]], [[[0.0], [0.0], [0.0], [0.0], [0.0], [0.0], [0.0], [0.0], [0.0], [0.0], [0.0]]], [[[0.0], [0.0], [0.0], [0.0], [0.0], [0.0], [0.0], [0.0], [0.0], [0.0], [0.0]]]], "_dim1" : 11, "_dim2" : 1, "_dim3" : 11, "_dim4" : 1, "_total_num_collision_checks" : 1000.0}
json_instruct
{"type": "object", "properties": {"_tensor": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "_dim1": {"type": "integer"}, "_dim2": {"type": "integer"}, "_dim3": {"type": "integer"}, "_dim4": {"type": "integer"}, "_total_num_collision_checks": {"type": "number"}}, "required": ["_tensor", "_dim1", "_dim2", "_dim3", "_dim4", "_total_num_collision_checks"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"root": {"type": "boolean"}, "extends": {"type": "array", "items": {"type": "string"}}, "plugins": {"type": "array", "items": {"type": "string"}}, "parserOptions": {"type": "object", "properties": {"sourceType": {"type": "string"}}, "required": ["sourceType"]}, "rules": {"type": "object", "properties": {"node/no-missing-import": {"type": "string"}, "node/no-unsupported-features/es-syntax": {"type": "string"}}, "required": ["node/no-missing-import", "node/no-unsupported-features/es-syntax"]}}, "required": ["root", "extends", "plugins", "parserOptions", "rules"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"root" : true, "extends" : ["@nodecraft"], "plugins" : ["json", "node"], "parserOptions" : {"sourceType" : "module"}, "rules" : {"node/no-missing-import" : "off", "node/no-unsupported-features/es-syntax" : "off"}}
json_instruct
{"type": "object", "properties": {"root": {"type": "boolean"}, "extends": {"type": "array", "items": {"type": "string"}}, "plugins": {"type": "array", "items": {"type": "string"}}, "parserOptions": {"type": "object", "properties": {"sourceType": {"type": "string"}}, "required": ["sourceType"]}, "rules": {"type": "object", "properties": {"node/no-missing-import": {"type": "string"}, "node/no-unsupported-features/es-syntax": {"type": "string"}}, "required": ["node/no-missing-import", "node/no-unsupported-features/es-syntax"]}}, "required": ["root", "extends", "plugins", "parserOptions", "rules"], "$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": {"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" : 1987, "sex" : "F", "n" : 7, "prop" : 3.74e-06}, {"year" : 1988, "sex" : "F", "n" : 8, "prop" : 4.16e-06}, {"year" : 1989, "sex" : "F", "n" : 7, "prop" : 3.51e-06}, {"year" : 1990, "sex" : "F", "n" : 8, "prop" : 3.89e-06}, {"year" : 1991, "sex" : "F", "n" : 7, "prop" : 3.44e-06}, {"year" : 1992, "sex" : "F", "n" : 10, "prop" : 4.99e-06}, {"year" : 1994, "sex" : "F", "n" : 14, "prop" : 7.18e-06}, {"year" : 1995, "sex" : "F", "n" : 10, "prop" : 5.21e-06}, {"year" : 1996, "sex" : "F", "n" : 12, "prop" : 6.26e-06}, {"year" : 1997, "sex" : "F", "n" : 18, "prop" : 9.43e-06}, {"year" : 1998, "sex" : "F", "n" : 7, "prop" : 3.61e-06}, {"year" : 1999, "sex" : "F", "n" : 13, "prop" : 6.68e-06}, {"year" : 2000, "sex" : "F", "n" : 7, "prop" : 3.51e-06}, {"year" : 2002, "sex" : "F", "n" : 8, "prop" : 4.05e-06}, {"year" : 2004, "sex" : "F", "n" : 11, "prop" : 5.45e-06}, {"year" : 2005, "sex" : "F", "n" : 8, "prop" : 3.94e-06}, {"year" : 2006, "sex" : "F", "n" : 8, "prop" : 3.83e-06}, {"year" : 2007, "sex" : "F", "n" : 12, "prop" : 5.67e-06}, {"year" : 2008, "sex" : "F", "n" : 6, "prop" : 2.88e-06}, {"year" : 2009, "sex" : "F", "n" : 7, "prop" : 3.46e-06}, {"year" : 2010, "sex" : "F", "n" : 5, "prop" : 2.55e-06}, {"year" : 2011, "sex" : "F", "n" : 13, "prop" : 6.72e-06}, {"year" : 2013, "sex" : "F", "n" : 6, "prop" : 3.12e-06}, {"year" : 2016, "sex" : "F", "n" : 6, "prop" : 3.11e-06}, {"year" : 2017, "sex" : "F", "n" : 5, "prop" : 2.67e-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#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"server": {"type": "string"}, "port": {"type": "string"}, "password": {"type": "string"}, "localserver": {"type": "string"}, "sockserver": {"type": "string"}, "sock5": {"type": "string"}, "localport": {"type": "string"}}, "required": ["server", "port", "password", "localserver", "sockserver", "sock5", "localport"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"server" : "0.0.0.0", "port" : "9997", "password" : "000", "localserver" : "127.0.0.1", "sockserver" : "127.0.0.1", "sock5" : "0", "localport" : "6064"}
json_instruct
{"type": "object", "properties": {"server": {"type": "string"}, "port": {"type": "string"}, "password": {"type": "string"}, "localserver": {"type": "string"}, "sockserver": {"type": "string"}, "sock5": {"type": "string"}, "localport": {"type": "string"}}, "required": ["server", "port", "password", "localserver", "sockserver", "sock5", "localport"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"backups": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "locationRef": {"type": "string"}, "created": {"type": "string"}, "updated": {"type": "string"}, "size": {"type": "number"}, "status": {"type": "string"}, "backuptype": {"type": "string"}, "dataStore": {"type": "object", "properties": {"type": {"type": "string"}, "version": {"type": "string"}, "version_id": {"type": "string"}}, "required": ["type", "version", "version_id"]}, "instance_id": {"type": "string"}, "parent_id": {"type": "null"}}, "required": ["id", "name", "description", "locationRef", "created", "updated", "size", "status", "backuptype", "dataStore", "instance_id", "parent_id"]}}}, "required": ["backups"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"backups" : [{"id" : "2a4d0f86-67cd-408a-8b66-017454fb7793", "name" : "50deafb3e45d451a9406ca146b71fe9a_rds-1_4f87d3c4-9e33-482f-b962-e23b30d1a18c_2016_08_23_01_59_23.tar.gz", "description" : "", "locationRef" : "", "created" : "2016-08-23T03:59:23", "updated" : "2016-08-23T04:01:40", "size" : 0.0, "status" : "COMPLETED", "backuptype" : "1", "dataStore" : {"type" : "MySQL", "version" : "5.6.30", "version_id" : "e8a8b8cc-63f8-4fb5-8d4a-24c502317a61"}, "instance_id" : "4f87d3c4-9e33-482f-b962-e23b30d1a18c", "parent_id" : null}, {"id" : "4af11460-06ec-48a4-b3ad-0e3bbdcd8ab1", "name" : "50deafb3e45d451a9406ca146b71fe9a_rds-lichao-1_4f87d3c4-9e33-482f-b962-e23b30d1a18c_2016_08_23_16_20_00.tar.gz", "description" : "", "locationRef" : "", "created" : "2016-08-23T18:20:00", "updated" : "2016-08-23T18:22:12", "size" : 0.000373, "status" : "COMPLETED", "backuptype" : "1", "dataStore" : {"type" : "MySQL", "version" : "5.6.30", "version_id" : "e8a8b8cc-63f8-4fb5-8d4a-24c502317a61"}, "instance_id" : "4f87d3c4-9e33-482f-b962-e23b30d1a18c", "parent_id" : null}]}
json_instruct
{"type": "object", "properties": {"backups": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "locationRef": {"type": "string"}, "created": {"type": "string"}, "updated": {"type": "string"}, "size": {"type": "number"}, "status": {"type": "string"}, "backuptype": {"type": "string"}, "dataStore": {"type": "object", "properties": {"type": {"type": "string"}, "version": {"type": "string"}, "version_id": {"type": "string"}}, "required": ["type", "version", "version_id"]}, "instance_id": {"type": "string"}, "parent_id": {"type": "null"}}, "required": ["id", "name", "description", "locationRef", "created", "updated", "size", "status", "backuptype", "dataStore", "instance_id", "parent_id"]}}}, "required": ["backups"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"deigma": {"type": "object", "properties": {"jud.1.7|20": {"type": "array", "items": {"type": "string"}}}, "required": ["jud.1.7|20"]}}, "required": ["deigma"]}, "meanings": {"type": "object", "properties": {"example": {"type": "integer"}}, "required": ["example"]}, "meaningsCount": {"type": "integer"}, "occurences": {"type": "integer"}}, "required": ["pos", "translits", "meanings", "meaningsCount", "occurences"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"pos" : "n", "translits" : {"deigma" : {"jud.1.7|20" : ["are set forth as", "an example", "of fire"]}}, "meanings" : {"example" : 1}, "meaningsCount" : 1, "occurences" : 1}
json_instruct
{"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"deigma": {"type": "object", "properties": {"jud.1.7|20": {"type": "array", "items": {"type": "string"}}}, "required": ["jud.1.7|20"]}}, "required": ["deigma"]}, "meanings": {"type": "object", "properties": {"example": {"type": "integer"}}, "required": ["example"]}, "meaningsCount": {"type": "integer"}, "occurences": {"type": "integer"}}, "required": ["pos", "translits", "meanings", "meaningsCount", "occurences"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"version": {"type": "string"}, "blueprint": {"type": "object", "properties": {"description": {"type": "string"}, "overview": {"type": "string"}, "name": {"type": "string"}, "repository": {"type": "object", "properties": {"github": {"type": "string"}, "gitlab": {"type": "string"}}, "required": ["github", "gitlab"]}, "slug": {"type": "string"}, "title": {"type": "string"}, "group": {"type": "string"}, "subgroup": {"type": "string"}}, "required": ["description", "overview", "name", "repository", "slug", "title", "group", "subgroup"]}, "type": {"type": "string"}}, "required": ["version", "blueprint", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : "1.0.0", "blueprint" : {"description" : "Installs autojump (a smarter version of the cd command) on nearly any platform", "overview" : "[autojump](https://github.com/wting/autojump) is a faster way to navigate your filesystem. It works by maintaining a database of the directories you use the most from the command line.", "name" : "Autojump", "repository" : {"github" : "https://github.com/ProfessorManhattan/ansible-autojump", "gitlab" : "https://gitlab.com/megabyte-labs/ansible-roles/autojump"}, "slug" : "autojump", "title" : "Autojump", "group" : "ansible", "subgroup" : "role"}, "type" : "module"}
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "blueprint": {"type": "object", "properties": {"description": {"type": "string"}, "overview": {"type": "string"}, "name": {"type": "string"}, "repository": {"type": "object", "properties": {"github": {"type": "string"}, "gitlab": {"type": "string"}}, "required": ["github", "gitlab"]}, "slug": {"type": "string"}, "title": {"type": "string"}, "group": {"type": "string"}, "subgroup": {"type": "string"}}, "required": ["description", "overview", "name", "repository", "slug", "title", "group", "subgroup"]}, "type": {"type": "string"}}, "required": ["version", "blueprint", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"GET_Time": {"type": "string"}}, "required": ["GET_Time"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"GET_Time" : "1.75"}
json_instruct
{"type": "object", "properties": {"GET_Time": {"type": "string"}}, "required": ["GET_Time"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "bonetta", "definition" : "See Bonito. Sir T. Herbert."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"account_details_heading": {"type": "string"}, "change_password": {"type": "string"}, "username_already_exists": {"type": "string"}, "account_setup": {"type": "string"}, "choose_username": {"type": "string"}, "please_login_again": {"type": "string"}}, "required": ["account_details_heading", "change_password", "username_already_exists", "account_setup", "choose_username", "please_login_again"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"account_details_heading" : "Konto details", "change_password" : "Passwort \u00e4ndern", "username_already_exists" : "Usernamen gibt es schon, bitte einen anderen w\u00e4hlen.", "account_setup" : "Account Setup", "choose_username" : "W\u00e4hle deinen Benutzernamen", "please_login_again" : "Damit das funktioniert <a href=\"/login\">melde</a> dich bitte an."}
json_instruct
{"type": "object", "properties": {"account_details_heading": {"type": "string"}, "change_password": {"type": "string"}, "username_already_exists": {"type": "string"}, "account_setup": {"type": "string"}, "choose_username": {"type": "string"}, "please_login_again": {"type": "string"}}, "required": ["account_details_heading", "change_password", "username_already_exists", "account_setup", "choose_username", "please_login_again"], "$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": {"summary_date": {"type": "string"}, "period_id": {"type": "integer"}, "score": {"type": "integer"}, "score_activity_balance": {"type": "integer"}, "score_hrv_balance": {"type": "integer"}, "score_previous_day": {"type": "integer"}, "score_previous_night": {"type": "integer"}, "score_recovery_index": {"type": "integer"}, "score_resting_hr": {"type": "integer"}, "score_sleep_balance": {"type": "integer"}, "score_temperature": {"type": "integer"}, "rest_mode_state": {"type": "integer"}}, "required": ["summary_date", "period_id", "score", "score_activity_balance", "score_hrv_balance", "score_previous_day", "score_previous_night", "score_recovery_index", "score_resting_hr", "score_sleep_balance", "score_temperature", "rest_mode_state"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"summary_date" : "2021-10-25", "period_id" : 0, "score" : 82, "score_activity_balance" : 91, "score_hrv_balance" : 78, "score_previous_day" : 84, "score_previous_night" : 75, "score_recovery_index" : 64, "score_resting_hr" : 100, "score_sleep_balance" : 72, "score_temperature" : 100, "rest_mode_state" : 0}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"summary_date": {"type": "string"}, "period_id": {"type": "integer"}, "score": {"type": "integer"}, "score_activity_balance": {"type": "integer"}, "score_hrv_balance": {"type": "integer"}, "score_previous_day": {"type": "integer"}, "score_previous_night": {"type": "integer"}, "score_recovery_index": {"type": "integer"}, "score_resting_hr": {"type": "integer"}, "score_sleep_balance": {"type": "integer"}, "score_temperature": {"type": "integer"}, "rest_mode_state": {"type": "integer"}}, "required": ["summary_date", "period_id", "score", "score_activity_balance", "score_hrv_balance", "score_previous_day", "score_previous_night", "score_recovery_index", "score_resting_hr", "score_sleep_balance", "score_temperature", "rest_mode_state"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "start:debug": {"type": "string"}}, "required": ["start", "start:debug"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"dotenv": {"type": "string"}, "express": {"type": "string"}, "express-minify-html": {"type": "string"}, "hbs": {"type": "string"}}, "required": ["dotenv", "express", "express-minify-html", "hbs"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-config-airbnb": {"type": "string"}, "eslint-config-airbnb-base": {"type": "string"}, "eslint-plugin-import": {"type": "string"}}, "required": ["eslint", "eslint-config-airbnb", "eslint-config-airbnb-base", "eslint-plugin-import"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "express-content-ease", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"start" : "nodemon index.js", "start:debug" : "nodemon --inspect index.js"}, "keywords" : [], "author" : "", "license" : "ISC", "dependencies" : {"dotenv" : "^8.2.0", "express" : "^4.17.1", "express-minify-html" : "^0.12.0", "hbs" : "^4.1.1"}, "devDependencies" : {"eslint" : "^6.2.1", "eslint-config-airbnb" : "^18.0.0", "eslint-config-airbnb-base" : "^14.0.0", "eslint-plugin-import" : "^2.18.2"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "start:debug": {"type": "string"}}, "required": ["start", "start:debug"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"dotenv": {"type": "string"}, "express": {"type": "string"}, "express-minify-html": {"type": "string"}, "hbs": {"type": "string"}}, "required": ["dotenv", "express", "express-minify-html", "hbs"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-config-airbnb": {"type": "string"}, "eslint-config-airbnb-base": {"type": "string"}, "eslint-plugin-import": {"type": "string"}}, "required": ["eslint", "eslint-config-airbnb", "eslint-config-airbnb-base", "eslint-plugin-import"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"APDH": {"type": "string"}, "Q8KQL2": {"type": "string"}, "ARPD_ENTAV": {"type": "string"}, "D-arabitol-phosphate dehydrogenase": {"type": "string"}}, "required": ["APDH", "Q8KQL2", "ARPD_ENTAV", "D-arabitol-phosphate dehydrogenase"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"APDH" : "Q8KQL2", "Q8KQL2" : "Q8KQL2", "ARPD_ENTAV" : "Q8KQL2", "D-arabitol-phosphate dehydrogenase" : "Q8KQL2"}
json_instruct
{"type": "object", "properties": {"APDH": {"type": "string"}, "Q8KQL2": {"type": "string"}, "ARPD_ENTAV": {"type": "string"}, "D-arabitol-phosphate dehydrogenase": {"type": "string"}}, "required": ["APDH", "Q8KQL2", "ARPD_ENTAV", "D-arabitol-phosphate dehydrogenase"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"webpackCompilationHash": {"type": "string"}}, "required": ["webpackCompilationHash"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"webpackCompilationHash" : "179d86c7afd9fbb0f7c1"}
json_instruct
{"type": "object", "properties": {"webpackCompilationHash": {"type": "string"}}, "required": ["webpackCompilationHash"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"createTime": {"type": "string"}, "labels": {"type": "object", "properties": {"app": {"type": "string"}, "group": {"type": "string"}}, "required": ["app", "group"]}, "name": {"type": "string"}, "replication": {"type": "object", "properties": {"automatic": {"type": "object", "properties": {}, "required": []}}, "required": ["automatic"]}}, "required": ["createTime", "labels", "name", "replication"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"createTime" : "2021-09-09T22:56:55.217330Z", "labels" : {"app" : "prow", "group" : "sig-testing"}, "name" : "projects/127754664067/secrets/k8s-infra-cherrypick-robot-github-token", "replication" : {"automatic" : {}}}
json_instruct
{"type": "object", "properties": {"createTime": {"type": "string"}, "labels": {"type": "object", "properties": {"app": {"type": "string"}, "group": {"type": "string"}}, "required": ["app", "group"]}, "name": {"type": "string"}, "replication": {"type": "object", "properties": {"automatic": {"type": "object", "properties": {}, "required": []}}, "required": ["automatic"]}}, "required": ["createTime", "labels", "name", "replication"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"subreddit": {"type": "string"}, "author": {"type": "string"}, "count": {"type": "integer"}}, "required": ["subreddit", "author", "count"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"subreddit" : "hentaibondage", "author" : "hentaibot", "count" : 23}
json_instruct
{"type": "object", "properties": {"subreddit": {"type": "string"}, "author": {"type": "string"}, "count": {"type": "integer"}}, "required": ["subreddit", "author", "count"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "330602015001", "text" : "\u5b59\u7aef\u5c45\u59d4\u4f1a"}, {"id" : "330602015200", "text" : "\u5b59\u7aef\u6751\u59d4\u4f1a"}, {"id" : "330602015201", "text" : "\u524d\u53cc\u76c6\u6751\u59d4\u4f1a"}, {"id" : "330602015202", "text" : "\u65b0\u6cb3\u6751\u59d4\u4f1a"}, {"id" : "330602015203", "text" : "\u9547\u5858\u6bbf\u6751\u59d4\u4f1a"}, {"id" : "330602015204", "text" : "\u6986\u6797\u6751\u59d4\u4f1a"}, {"id" : "330602015205", "text" : "\u5b89\u6865\u5934\u6751\u59d4\u4f1a"}, {"id" : "330602015206", "text" : "\u5434\u878d\u6751\u59d4\u4f1a"}, {"id" : "330602015207", "text" : "\u540e\u53cc\u76c6\u6751\u59d4\u4f1a"}, {"id" : "330602015208", "text" : "\u5f20\u5bb6\u6ca5\u6751\u59d4\u4f1a"}, {"id" : "330602015209", "text" : "\u4e09\u6761\u6e87\u6751\u59d4\u4f1a"}, {"id" : "330602015210", "text" : "\u6a0a\u6d66\u6751\u59d4\u4f1a"}, {"id" : "330602015211", "text" : "\u7687\u752b\u5e84\u6751\u59d4\u4f1a"}, {"id" : "330602015212", "text" : "\u5c0f\u5e93\u6751\u59d4\u4f1a"}, {"id" : "330602015213", "text" : "\u6751\u5934\u6751\u59d4\u4f1a"}, {"id" : "330602015214", "text" : "\u7ea2\u9c8d\u6751\u59d4\u4f1a"}, {"id" : "330602015215", "text" : "\u8bb8\u5bb6\u57ed\u6751\u59d4\u4f1a"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "3275020003", "district_id" : "3275020", "name" : "JATIRASA"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"Similarity": {"type": "string"}, "Title": {"type": "string"}, "Year": {"type": "integer"}}, "required": ["Similarity", "Title", "Year"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"Similarity" : "0.979", "Title" : "Towards a Law of Invariance Human Conceptual Behavior", "Year" : 2011}, {"Similarity" : "0.965", "Title" : "Evidence for the size principle in semantic and perceptual domains", "Year" : 2017}, {"Similarity" : "0.947", "Title" : "Generative Inferences Based on a Discriminative Bayesian Model of Relation Learning", "Year" : 2013}, {"Similarity" : "0.945", "Title" : "Commonalities and Distinctions in Featural Stimulus Representations", "Year" : 2002}, {"Similarity" : "0.941", "Title" : "Constructing a hypothesis space from the Web for large-scale Bayesian word learning", "Year" : 2012}, {"Similarity" : "0.938", "Title" : "Clustering Using the Contrast Model", "Year" : 2001}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"Similarity": {"type": "string"}, "Title": {"type": "string"}, "Year": {"type": "integer"}}, "required": ["Similarity", "Title", "Year"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"courseCode": {"type": "string"}, "courseCredit": {"type": "string"}, "description": {"type": "string"}, "faculty": {"type": "string"}, "preclusion": {"type": "string"}, "title": {"type": "string"}}, "required": ["courseCode", "courseCredit", "description", "faculty", "preclusion", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"courseCode" : "EG3611A", "courseCredit" : "10", "description" : "This internship module is for B.Eng. degree with a compulsory 20-week internship. The type of internship varies according to the programmes. Internships integrate knowledge and theory learned in the classroom with practical application and skill development in a professional setting. It enables students to learn about the latest developments in the industries and to interact with engineers and other professionals as they join projects or tasks that help to develop or enhance their skills whilst contributing to the organization. Students can extend their internship module by another 4 weeks and earn additional 2 MC by registering EG3611b Industrial Attachment.", "faculty" : "Engineering", "preclusion" : "EG3601 Industrial Attachment Programme \nEG3611 Industrial Attachment\nEG3602 Vacation Internship Programme\nEG3612 Vacation Internship Programme", "title" : "Industrial Attachment"}
json_instruct
{"type": "object", "properties": {"courseCode": {"type": "string"}, "courseCredit": {"type": "string"}, "description": {"type": "string"}, "faculty": {"type": "string"}, "preclusion": {"type": "string"}, "title": {"type": "string"}}, "required": ["courseCode", "courseCredit", "description", "faculty", "preclusion", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"ServerPort": {"type": "string"}, "LogLevel": {"type": "string"}, "PermissionsViewUrl": {"type": "string"}, "AmqpUrl": {"type": "string"}, "AmqpReconnectTimeout": {"type": "integer"}, "PermTopic": {"type": "string"}, "ForceUser": {"type": "string"}, "ForceAuth": {"type": "string"}}, "required": ["ServerPort", "LogLevel", "PermissionsViewUrl", "AmqpUrl", "AmqpReconnectTimeout", "PermTopic", "ForceUser", "ForceAuth"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ServerPort" : "8080", "LogLevel" : "CALL", "PermissionsViewUrl" : "http://permissionsearch:8080", "AmqpUrl" : "amqp://user:pw@rabbitmq:5672/", "AmqpReconnectTimeout" : 10, "PermTopic" : "permissions", "ForceUser" : "false", "ForceAuth" : "false"}
json_instruct
{"type": "object", "properties": {"ServerPort": {"type": "string"}, "LogLevel": {"type": "string"}, "PermissionsViewUrl": {"type": "string"}, "AmqpUrl": {"type": "string"}, "AmqpReconnectTimeout": {"type": "integer"}, "PermTopic": {"type": "string"}, "ForceUser": {"type": "string"}, "ForceAuth": {"type": "string"}}, "required": ["ServerPort", "LogLevel", "PermissionsViewUrl", "AmqpUrl", "AmqpReconnectTimeout", "PermTopic", "ForceUser", "ForceAuth"], "$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"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"knplabs/github-api": {"type": "string"}, "php": {"type": "string"}, "twig/twig": {"type": "string"}, "symfony/yaml": {"type": "string"}, "symfony/console": {"type": "string"}}, "required": ["knplabs/github-api", "php", "twig/twig", "symfony/yaml", "symfony/console"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Glance\\": {"type": "string"}}, "required": ["Glance\\"]}}, "required": ["psr-4"]}, "minimum-stability": {"type": "string"}}, "required": ["name", "type", "description", "keywords", "homepage", "license", "authors", "require", "autoload", "minimum-stability"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "cpnporg/glance", "type" : "library", "description" : "Glance: dashboard generator for GitHub projects.", "keywords" : ["github", "issues", "dashboard"], "homepage" : "https://github.com/cpnporg/glance", "license" : "MIT", "authors" : [{"name" : "Greg Payne", "email" : "greg.payne@gmail.com"}], "require" : {"knplabs/github-api" : "1.3.*@dev", "php" : ">=5.3.3", "twig/twig" : "v1.15.1", "symfony/yaml" : "2.4.*", "symfony/console" : "2.4.*"}, "autoload" : {"psr-4" : {"Glance\\" : "src/"}}, "minimum-stability" : "dev"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"knplabs/github-api": {"type": "string"}, "php": {"type": "string"}, "twig/twig": {"type": "string"}, "symfony/yaml": {"type": "string"}, "symfony/console": {"type": "string"}}, "required": ["knplabs/github-api", "php", "twig/twig", "symfony/yaml", "symfony/console"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Glance\\": {"type": "string"}}, "required": ["Glance\\"]}}, "required": ["psr-4"]}, "minimum-stability": {"type": "string"}}, "required": ["name", "type", "description", "keywords", "homepage", "license", "authors", "require", "autoload", "minimum-stability"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"topic": {"type": "string"}, "category": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "body": {"type": "string"}, "id": {"type": "string"}, "created_by": {"type": "string"}}, "required": ["topic", "category", "attachments", "created_by_name", "created_at", "body", "id", "created_by"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"topic" : "genskyvec and hdr", "category" : "hdri", "attachments" : [], "created_by_name" : "Mehlika Inanici", "created_at" : "February 23, 2013 at 01:57PM", "body" : "Hi everyone,\n\n\nIs there a way to run genskyvec with an HDR sky image? If yes, how? I could not come up with the right solution. \n\n\nThanks,\nMehlika\n___\n<sup>Automatically generated content from [radiance mailing-list](https://radiance-online.org/pipermail/hdri/2013-February/000453.html).</sup>", "id" : "hdri_000453", "created_by" : "Mehlika_Inanici"}
json_instruct
{"type": "object", "properties": {"topic": {"type": "string"}, "category": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "body": {"type": "string"}, "id": {"type": "string"}, "created_by": {"type": "string"}}, "required": ["topic", "category", "attachments", "created_by_name", "created_at", "body", "id", "created_by"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"xbox": {"type": "number"}, "ps": {"type": "number"}}, "required": ["xbox", "ps"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"xbox" : 523622.0, "ps" : 656036.0}
json_instruct
{"type": "object", "properties": {"xbox": {"type": "number"}, "ps": {"type": "number"}}, "required": ["xbox", "ps"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"user": {"type": "string"}, "text": {"type": "string"}, "type": {"type": "string"}, "subtype": {"type": "string"}, "ts": {"type": "string"}}, "required": ["user", "text", "type", "subtype", "ts"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"user" : "U2Y88J0E5", "text" : "<@U2Y88J0E5|khaleshah> has joined the channel", "type" : "message", "subtype" : "channel_join", "ts" : "1478435784.000114"}, {"user" : "U0NV3AS66", "text" : "<@U0NV3AS66|mawasthi> has joined the channel", "type" : "message", "subtype" : "channel_join", "ts" : "1478455652.000115"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"user": {"type": "string"}, "text": {"type": "string"}, "type": {"type": "string"}, "subtype": {"type": "string"}, "ts": {"type": "string"}}, "required": ["user", "text", "type", "subtype", "ts"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "type": {"type": "string"}, "require": {"type": "object", "properties": {"magento-hackathon/magento-composer-installer": {"type": "string"}}, "required": ["magento-hackathon/magento-composer-installer"]}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}}, "required": ["name", "description", "version", "license", "type", "require", "authors"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "eataly/fairly-unique-url-key", "description" : "Since Magento EE 1.13 the url key attribute of a product must be unique across all store views. This module makes it unique only in the same store view, so that the same product in another store view can have the same url key.", "version" : "1.0.0", "license" : "Apache-2.0", "type" : "magento-module", "require" : {"magento-hackathon/magento-composer-installer" : "*"}, "authors" : [{"name" : "Alessandro Niciforo", "email" : "a.niciforo@eataly.it"}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "type": {"type": "string"}, "require": {"type": "object", "properties": {"magento-hackathon/magento-composer-installer": {"type": "string"}}, "required": ["magento-hackathon/magento-composer-installer"]}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}}, "required": ["name", "description", "version", "license", "type", "require", "authors"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"text": {"type": "string"}, "qa": {"type": "array", "items": {}}, "answer_vec": {"type": "array", "items": {"type": "integer"}}}, "required": ["text", "qa", "answer_vec"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : "uh, fifteen...", "qa" : [], "answer_vec" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "qa": {"type": "array", "items": {}}, "answer_vec": {"type": "array", "items": {"type": "integer"}}}, "required": ["text", "qa", "answer_vec"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"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" : "export const UPDATE_PRODUCTS = \"UPDATE_PRODUCTS\";\nexport const UPDATE_CATEGORIES = \"UPDATE_CATEGORIES\";\nexport const UPDATE_CURRENT_CATEGORY = \"UPDATE_CURRENT_CATEGORY\";", "map" : {"version" : 3, "sources" : ["/Users/lance/Desktop/Bootcamp-Code/canvas-projects/shop-shop/client/src/utils/actions.js"], "names" : ["UPDATE_PRODUCTS", "UPDATE_CATEGORIES", "UPDATE_CURRENT_CATEGORY"], "mappings" : "AAAA,OAAO,MAAMA,eAAe,GAAG,iBAAxB;AACP,OAAO,MAAMC,iBAAiB,GAAG,mBAA1B;AACP,OAAO,MAAMC,uBAAuB,GAAG,yBAAhC", "sourcesContent" : ["export const UPDATE_PRODUCTS = \"UPDATE_PRODUCTS\";\nexport const UPDATE_CATEGORIES = \"UPDATE_CATEGORIES\";\nexport const UPDATE_CURRENT_CATEGORY = \"UPDATE_CURRENT_CATEGORY\";"]}, "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#"}