source: imaps-frontend/node_modules/ajv/lib/refs/data.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 409 bytes
Line 
1{
2 "$id": "https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#",
3 "description": "Meta-schema for $data reference (JSON AnySchema extension proposal)",
4 "type": "object",
5 "required": ["$data"],
6 "properties": {
7 "$data": {
8 "type": "string",
9 "anyOf": [{"format": "relative-json-pointer"}, {"format": "json-pointer"}]
10 }
11 },
12 "additionalProperties": false
13}
Note: See TracBrowser for help on using the repository browser.