2 "$schema": "https://json-schema.org/draft/2020-12/schema",
3 "$id": "https://moodle.org/apis.schema.json",
5 "description": "Moodle valid APIs",
12 "description": "Component the API belongs to, usually a subsystem or core. Null for the 'core' API itself",
13 "type": [ "string", "null" ],
14 "pattern": "^(core|[a-z][a-z0-9_]+)$"
17 "description": "Can the API be used as level 2 namespace",
21 "description": "Can the API be used out from its own component",
27 "additionalProperties": false