@speclynx/apidom-ns-openapi-2 3.2.1 → 4.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist/apidom-ns-openapi-2.browser.js +24 -20
- package/package.json +7 -7
- package/src/elements/Contact.cjs +0 -33
- package/src/elements/Contact.mjs +0 -30
- package/src/elements/Definitions.cjs +0 -15
- package/src/elements/Definitions.mjs +0 -12
- package/src/elements/Example.cjs +0 -15
- package/src/elements/Example.mjs +0 -12
- package/src/elements/ExternalDocumentation.cjs +0 -27
- package/src/elements/ExternalDocumentation.mjs +0 -24
- package/src/elements/Header.cjs +0 -185
- package/src/elements/Header.mjs +0 -182
- package/src/elements/Headers.cjs +0 -15
- package/src/elements/Headers.mjs +0 -12
- package/src/elements/Info.cjs +0 -52
- package/src/elements/Info.mjs +0 -48
- package/src/elements/Items.cjs +0 -190
- package/src/elements/Items.mjs +0 -187
- package/src/elements/License.cjs +0 -27
- package/src/elements/License.mjs +0 -24
- package/src/elements/Operation.cjs +0 -78
- package/src/elements/Operation.mjs +0 -74
- package/src/elements/Parameter.cjs +0 -230
- package/src/elements/Parameter.mjs +0 -226
- package/src/elements/ParametersDefinitions.cjs +0 -15
- package/src/elements/ParametersDefinitions.mjs +0 -12
- package/src/elements/PathItem.cjs +0 -69
- package/src/elements/PathItem.mjs +0 -65
- package/src/elements/Paths.cjs +0 -15
- package/src/elements/Paths.mjs +0 -12
- package/src/elements/Reference.cjs +0 -22
- package/src/elements/Reference.mjs +0 -19
- package/src/elements/Response.cjs +0 -39
- package/src/elements/Response.mjs +0 -35
- package/src/elements/Responses.cjs +0 -21
- package/src/elements/Responses.mjs +0 -17
- package/src/elements/ResponsesDefinitions.cjs +0 -15
- package/src/elements/ResponsesDefinitions.mjs +0 -12
- package/src/elements/Schema.cjs +0 -151
- package/src/elements/Schema.mjs +0 -147
- package/src/elements/Scopes.cjs +0 -15
- package/src/elements/Scopes.mjs +0 -12
- package/src/elements/SecurityDefinitions.cjs +0 -15
- package/src/elements/SecurityDefinitions.mjs +0 -12
- package/src/elements/SecurityRequirement.cjs +0 -15
- package/src/elements/SecurityRequirement.mjs +0 -12
- package/src/elements/SecurityScheme.cjs +0 -63
- package/src/elements/SecurityScheme.mjs +0 -60
- package/src/elements/Swagger.cjs +0 -106
- package/src/elements/Swagger.mjs +0 -102
- package/src/elements/SwaggerVersion.cjs +0 -17
- package/src/elements/SwaggerVersion.mjs +0 -14
- package/src/elements/Tag.cjs +0 -33
- package/src/elements/Tag.mjs +0 -29
- package/src/elements/Xml.cjs +0 -45
- package/src/elements/Xml.mjs +0 -42
- package/src/elements/nces/OperationConsumes.cjs +0 -16
- package/src/elements/nces/OperationConsumes.mjs +0 -13
- package/src/elements/nces/OperationParameters.cjs +0 -17
- package/src/elements/nces/OperationParameters.mjs +0 -14
- package/src/elements/nces/OperationProduces.cjs +0 -16
- package/src/elements/nces/OperationProduces.mjs +0 -13
- package/src/elements/nces/OperationSchemes.cjs +0 -16
- package/src/elements/nces/OperationSchemes.mjs +0 -13
- package/src/elements/nces/OperationSecurity.cjs +0 -17
- package/src/elements/nces/OperationSecurity.mjs +0 -14
- package/src/elements/nces/OperationTags.cjs +0 -17
- package/src/elements/nces/OperationTags.mjs +0 -14
- package/src/elements/nces/PathItemParameters.cjs +0 -17
- package/src/elements/nces/PathItemParameters.mjs +0 -14
- package/src/elements/nces/SwaggerConsumes.cjs +0 -16
- package/src/elements/nces/SwaggerConsumes.mjs +0 -13
- package/src/elements/nces/SwaggerProduces.cjs +0 -16
- package/src/elements/nces/SwaggerProduces.mjs +0 -13
- package/src/elements/nces/SwaggerSchemes.cjs +0 -16
- package/src/elements/nces/SwaggerSchemes.mjs +0 -13
- package/src/elements/nces/SwaggerSecurity.cjs +0 -17
- package/src/elements/nces/SwaggerSecurity.mjs +0 -14
- package/src/elements/nces/SwaggerTags.cjs +0 -16
- package/src/elements/nces/SwaggerTags.mjs +0 -13
- package/src/index.cjs +0 -156
- package/src/index.mjs +0 -32
- package/src/media-types.cjs +0 -34
- package/src/media-types.mjs +0 -30
- package/src/namespace.cjs +0 -71
- package/src/namespace.mjs +0 -66
- package/src/predicates.cjs +0 -193
- package/src/predicates.mjs +0 -161
- package/src/refractor/index.cjs +0 -316
- package/src/refractor/index.mjs +0 -283
- package/src/refractor/inspect.cjs +0 -157
- package/src/refractor/inspect.mjs +0 -126
- package/src/refractor/plugins/replace-empty-element.cjs +0 -366
- package/src/refractor/plugins/replace-empty-element.mjs +0 -358
- package/src/refractor/predicates.cjs +0 -26
- package/src/refractor/predicates.mjs +0 -21
- package/src/refractor/specification.cjs +0 -519
- package/src/refractor/specification.mjs +0 -513
- package/src/refractor/toolbox.cjs +0 -28
- package/src/refractor/toolbox.mjs +0 -21
- package/src/refractor/visitors/FallbackVisitor.cjs +0 -24
- package/src/refractor/visitors/FallbackVisitor.mjs +0 -18
- package/src/refractor/visitors/SpecificationExtensionVisitor.cjs +0 -18
- package/src/refractor/visitors/SpecificationExtensionVisitor.mjs +0 -13
- package/src/refractor/visitors/SpecificationVisitor.cjs +0 -75
- package/src/refractor/visitors/SpecificationVisitor.mjs +0 -69
- package/src/refractor/visitors/Visitor.cjs +0 -36
- package/src/refractor/visitors/Visitor.mjs +0 -33
- package/src/refractor/visitors/generics/AlternatingVisitor.cjs +0 -42
- package/src/refractor/visitors/generics/AlternatingVisitor.mjs +0 -35
- package/src/refractor/visitors/generics/FixedFieldsVisitor.cjs +0 -73
- package/src/refractor/visitors/generics/FixedFieldsVisitor.mjs +0 -66
- package/src/refractor/visitors/generics/MapVisitor.cjs +0 -21
- package/src/refractor/visitors/generics/MapVisitor.mjs +0 -15
- package/src/refractor/visitors/generics/MixedFieldsVisitor.cjs +0 -67
- package/src/refractor/visitors/generics/MixedFieldsVisitor.mjs +0 -61
- package/src/refractor/visitors/generics/PatternedFieldsVisitor.cjs +0 -72
- package/src/refractor/visitors/generics/PatternedFieldsVisitor.mjs +0 -66
- package/src/refractor/visitors/open-api-2/BasePathVisitor.cjs +0 -16
- package/src/refractor/visitors/open-api-2/BasePathVisitor.mjs +0 -11
- package/src/refractor/visitors/open-api-2/ConsumesVisitor.cjs +0 -23
- package/src/refractor/visitors/open-api-2/ConsumesVisitor.mjs +0 -18
- package/src/refractor/visitors/open-api-2/HostVisitor.cjs +0 -16
- package/src/refractor/visitors/open-api-2/HostVisitor.mjs +0 -11
- package/src/refractor/visitors/open-api-2/ProducesVisitor.cjs +0 -23
- package/src/refractor/visitors/open-api-2/ProducesVisitor.mjs +0 -18
- package/src/refractor/visitors/open-api-2/SchemesVisitor.cjs +0 -23
- package/src/refractor/visitors/open-api-2/SchemesVisitor.mjs +0 -18
- package/src/refractor/visitors/open-api-2/SecurityVisitor.cjs +0 -27
- package/src/refractor/visitors/open-api-2/SecurityVisitor.mjs +0 -22
- package/src/refractor/visitors/open-api-2/SwaggerVisitor.cjs +0 -21
- package/src/refractor/visitors/open-api-2/SwaggerVisitor.mjs +0 -16
- package/src/refractor/visitors/open-api-2/TagsVisitor.cjs +0 -27
- package/src/refractor/visitors/open-api-2/TagsVisitor.mjs +0 -22
- package/src/refractor/visitors/open-api-2/bases.cjs +0 -72
- package/src/refractor/visitors/open-api-2/bases.mjs +0 -67
- package/src/refractor/visitors/open-api-2/contact/index.cjs +0 -20
- package/src/refractor/visitors/open-api-2/contact/index.mjs +0 -15
- package/src/refractor/visitors/open-api-2/definitions/index.cjs +0 -31
- package/src/refractor/visitors/open-api-2/definitions/index.mjs +0 -26
- package/src/refractor/visitors/open-api-2/example/index.cjs +0 -20
- package/src/refractor/visitors/open-api-2/example/index.mjs +0 -15
- package/src/refractor/visitors/open-api-2/external-documentation/index.cjs +0 -20
- package/src/refractor/visitors/open-api-2/external-documentation/index.mjs +0 -15
- package/src/refractor/visitors/open-api-2/header/index.cjs +0 -20
- package/src/refractor/visitors/open-api-2/header/index.mjs +0 -15
- package/src/refractor/visitors/open-api-2/headers/index.cjs +0 -20
- package/src/refractor/visitors/open-api-2/headers/index.mjs +0 -15
- package/src/refractor/visitors/open-api-2/index.cjs +0 -21
- package/src/refractor/visitors/open-api-2/index.mjs +0 -16
- package/src/refractor/visitors/open-api-2/info/VersionVisitor.cjs +0 -17
- package/src/refractor/visitors/open-api-2/info/VersionVisitor.mjs +0 -12
- package/src/refractor/visitors/open-api-2/info/index.cjs +0 -20
- package/src/refractor/visitors/open-api-2/info/index.mjs +0 -15
- package/src/refractor/visitors/open-api-2/items/index.cjs +0 -22
- package/src/refractor/visitors/open-api-2/items/index.mjs +0 -17
- package/src/refractor/visitors/open-api-2/license/index.cjs +0 -20
- package/src/refractor/visitors/open-api-2/license/index.mjs +0 -15
- package/src/refractor/visitors/open-api-2/operation/ConsumesVisitor.cjs +0 -23
- package/src/refractor/visitors/open-api-2/operation/ConsumesVisitor.mjs +0 -18
- package/src/refractor/visitors/open-api-2/operation/ParametersVisitor.cjs +0 -32
- package/src/refractor/visitors/open-api-2/operation/ParametersVisitor.mjs +0 -27
- package/src/refractor/visitors/open-api-2/operation/ProducesVisitor.cjs +0 -23
- package/src/refractor/visitors/open-api-2/operation/ProducesVisitor.mjs +0 -18
- package/src/refractor/visitors/open-api-2/operation/SchemesVisitor.cjs +0 -23
- package/src/refractor/visitors/open-api-2/operation/SchemesVisitor.mjs +0 -18
- package/src/refractor/visitors/open-api-2/operation/SecurityVisitor.cjs +0 -27
- package/src/refractor/visitors/open-api-2/operation/SecurityVisitor.mjs +0 -22
- package/src/refractor/visitors/open-api-2/operation/TagsVisitor.cjs +0 -23
- package/src/refractor/visitors/open-api-2/operation/TagsVisitor.mjs +0 -18
- package/src/refractor/visitors/open-api-2/operation/index.cjs +0 -19
- package/src/refractor/visitors/open-api-2/operation/index.mjs +0 -14
- package/src/refractor/visitors/open-api-2/parameter/index.cjs +0 -20
- package/src/refractor/visitors/open-api-2/parameter/index.mjs +0 -15
- package/src/refractor/visitors/open-api-2/parameters-definitions/index.cjs +0 -19
- package/src/refractor/visitors/open-api-2/parameters-definitions/index.mjs +0 -14
- package/src/refractor/visitors/open-api-2/path-item/$RefVisitor.cjs +0 -16
- package/src/refractor/visitors/open-api-2/path-item/$RefVisitor.mjs +0 -11
- package/src/refractor/visitors/open-api-2/path-item/ParametersVisitor.cjs +0 -32
- package/src/refractor/visitors/open-api-2/path-item/ParametersVisitor.mjs +0 -27
- package/src/refractor/visitors/open-api-2/path-item/index.cjs +0 -39
- package/src/refractor/visitors/open-api-2/path-item/index.mjs +0 -34
- package/src/refractor/visitors/open-api-2/paths/index.cjs +0 -37
- package/src/refractor/visitors/open-api-2/paths/index.mjs +0 -32
- package/src/refractor/visitors/open-api-2/reference/$RefVisitor.cjs +0 -16
- package/src/refractor/visitors/open-api-2/reference/$RefVisitor.mjs +0 -11
- package/src/refractor/visitors/open-api-2/reference/index.cjs +0 -29
- package/src/refractor/visitors/open-api-2/reference/index.mjs +0 -24
- package/src/refractor/visitors/open-api-2/response/index.cjs +0 -20
- package/src/refractor/visitors/open-api-2/response/index.mjs +0 -15
- package/src/refractor/visitors/open-api-2/responses/DefaultVisitor.cjs +0 -36
- package/src/refractor/visitors/open-api-2/responses/DefaultVisitor.mjs +0 -31
- package/src/refractor/visitors/open-api-2/responses/index.cjs +0 -45
- package/src/refractor/visitors/open-api-2/responses/index.mjs +0 -40
- package/src/refractor/visitors/open-api-2/responses-definitions/index.cjs +0 -19
- package/src/refractor/visitors/open-api-2/responses-definitions/index.mjs +0 -14
- package/src/refractor/visitors/open-api-2/schema/AllOfVisitor.cjs +0 -24
- package/src/refractor/visitors/open-api-2/schema/AllOfVisitor.mjs +0 -20
- package/src/refractor/visitors/open-api-2/schema/ItemsVisitor.cjs +0 -26
- package/src/refractor/visitors/open-api-2/schema/ItemsVisitor.mjs +0 -23
- package/src/refractor/visitors/open-api-2/schema/PropertiesVisitor.cjs +0 -24
- package/src/refractor/visitors/open-api-2/schema/PropertiesVisitor.mjs +0 -20
- package/src/refractor/visitors/open-api-2/schema/SchemaOrJSONReferenceVisitor.cjs +0 -23
- package/src/refractor/visitors/open-api-2/schema/SchemaOrJSONReferenceVisitor.mjs +0 -19
- package/src/refractor/visitors/open-api-2/schema/index.cjs +0 -20
- package/src/refractor/visitors/open-api-2/schema/index.mjs +0 -15
- package/src/refractor/visitors/open-api-2/scopes/index.cjs +0 -20
- package/src/refractor/visitors/open-api-2/scopes/index.mjs +0 -15
- package/src/refractor/visitors/open-api-2/security-definitions/index.cjs +0 -20
- package/src/refractor/visitors/open-api-2/security-definitions/index.mjs +0 -15
- package/src/refractor/visitors/open-api-2/security-requirement/index.cjs +0 -19
- package/src/refractor/visitors/open-api-2/security-requirement/index.mjs +0 -14
- package/src/refractor/visitors/open-api-2/security-scheme/index.cjs +0 -20
- package/src/refractor/visitors/open-api-2/security-scheme/index.mjs +0 -15
- package/src/refractor/visitors/open-api-2/tag/index.cjs +0 -20
- package/src/refractor/visitors/open-api-2/tag/index.mjs +0 -15
- package/src/refractor/visitors/open-api-2/xml/index.cjs +0 -20
- package/src/refractor/visitors/open-api-2/xml/index.mjs +0 -15
package/src/elements/Header.mjs
DELETED
|
@@ -1,182 +0,0 @@
|
|
|
1
|
-
import { UnsupportedOperationError } from '@speclynx/apidom-error';
|
|
2
|
-
import { JSONSchemaElement } from '@speclynx/apidom-ns-json-schema-draft-4';
|
|
3
|
-
|
|
4
|
-
/**
|
|
5
|
-
* @public
|
|
6
|
-
*/
|
|
7
|
-
class Header extends JSONSchemaElement {
|
|
8
|
-
constructor(content, meta, attributes) {
|
|
9
|
-
super(content, meta, attributes);
|
|
10
|
-
this.element = 'header';
|
|
11
|
-
this.classes.push('json-schema-draft-4');
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
/**
|
|
15
|
-
* Core vocabulary
|
|
16
|
-
*
|
|
17
|
-
* URI: https://tools.ietf.org/html/draft-wright-json-schema-00
|
|
18
|
-
*/
|
|
19
|
-
|
|
20
|
-
get idField() {
|
|
21
|
-
throw new UnsupportedOperationError('idField getter in Header class is not not supported.');
|
|
22
|
-
}
|
|
23
|
-
set idField(idField) {
|
|
24
|
-
throw new UnsupportedOperationError('idField setter in Header class is not not supported.');
|
|
25
|
-
}
|
|
26
|
-
get $schema() {
|
|
27
|
-
throw new UnsupportedOperationError('$schema getter in Header class is not not supported.');
|
|
28
|
-
}
|
|
29
|
-
set $schema($schema) {
|
|
30
|
-
throw new UnsupportedOperationError('$schema setter in Header class is not not supported.');
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
/**
|
|
34
|
-
* Validation keywords for arrays
|
|
35
|
-
*/
|
|
36
|
-
|
|
37
|
-
get additionalItems() {
|
|
38
|
-
throw new UnsupportedOperationError('additionalItems getter in Header class is not not supported.');
|
|
39
|
-
}
|
|
40
|
-
set additionalItems(additionalItems) {
|
|
41
|
-
throw new UnsupportedOperationError('additionalItems setter in Header class is not not supported.');
|
|
42
|
-
}
|
|
43
|
-
get itemsField() {
|
|
44
|
-
return this.get('items');
|
|
45
|
-
}
|
|
46
|
-
set itemsField(items) {
|
|
47
|
-
this.set('items', items);
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
/**
|
|
51
|
-
* Validation keywords for objects
|
|
52
|
-
*/
|
|
53
|
-
|
|
54
|
-
get maxProperties() {
|
|
55
|
-
throw new UnsupportedOperationError('maxProperties getter in Header class is not not supported.');
|
|
56
|
-
}
|
|
57
|
-
set maxProperties(maxProperties) {
|
|
58
|
-
throw new UnsupportedOperationError('maxProperties setter in Header class is not not supported.');
|
|
59
|
-
}
|
|
60
|
-
get minProperties() {
|
|
61
|
-
throw new UnsupportedOperationError('minProperties getter in Header class is not not supported.');
|
|
62
|
-
}
|
|
63
|
-
set minProperties(minProperties) {
|
|
64
|
-
throw new UnsupportedOperationError('minProperties setter in Header class is not not supported.');
|
|
65
|
-
}
|
|
66
|
-
get required() {
|
|
67
|
-
throw new UnsupportedOperationError('required getter in Header class is not not supported.');
|
|
68
|
-
}
|
|
69
|
-
set required(required) {
|
|
70
|
-
throw new UnsupportedOperationError('required setter in Header class is not not supported.');
|
|
71
|
-
}
|
|
72
|
-
get properties() {
|
|
73
|
-
throw new UnsupportedOperationError('properties getter in Header class is not not supported.');
|
|
74
|
-
}
|
|
75
|
-
set properties(properties) {
|
|
76
|
-
throw new UnsupportedOperationError('properties setter in Header class is not not supported.');
|
|
77
|
-
}
|
|
78
|
-
get additionalProperties() {
|
|
79
|
-
throw new UnsupportedOperationError('additionalProperties getter in Header class is not not supported.');
|
|
80
|
-
}
|
|
81
|
-
set additionalProperties(additionalProperties) {
|
|
82
|
-
throw new UnsupportedOperationError('additionalProperties setter in Header class is not not supported.');
|
|
83
|
-
}
|
|
84
|
-
get patternProperties() {
|
|
85
|
-
throw new UnsupportedOperationError('patternProperties getter in Header class is not not supported.');
|
|
86
|
-
}
|
|
87
|
-
set patternProperties(patternProperties) {
|
|
88
|
-
throw new UnsupportedOperationError('patternProperties setter in Header class is not not supported.');
|
|
89
|
-
}
|
|
90
|
-
get dependencies() {
|
|
91
|
-
throw new UnsupportedOperationError('dependencies getter in Header class is not not supported.');
|
|
92
|
-
}
|
|
93
|
-
set dependencies(dependencies) {
|
|
94
|
-
throw new UnsupportedOperationError('dependencies setter in Header class is not not supported.');
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
/**
|
|
98
|
-
* Validation keywords for any instance type
|
|
99
|
-
*/
|
|
100
|
-
|
|
101
|
-
get type() {
|
|
102
|
-
return this.get('type');
|
|
103
|
-
}
|
|
104
|
-
set type(type) {
|
|
105
|
-
this.set('type', type);
|
|
106
|
-
}
|
|
107
|
-
get allOf() {
|
|
108
|
-
throw new UnsupportedOperationError('allOf getter in Header class is not not supported.');
|
|
109
|
-
}
|
|
110
|
-
set allOf(allOf) {
|
|
111
|
-
throw new UnsupportedOperationError('allOf setter in Header class is not not supported.');
|
|
112
|
-
}
|
|
113
|
-
get anyOf() {
|
|
114
|
-
throw new UnsupportedOperationError('anyOf getter in Header class is not not supported.');
|
|
115
|
-
}
|
|
116
|
-
set anyOf(anyOf) {
|
|
117
|
-
throw new UnsupportedOperationError('anyOf setter in Header class is not not supported.');
|
|
118
|
-
}
|
|
119
|
-
get oneOf() {
|
|
120
|
-
throw new UnsupportedOperationError('oneOf getter in Header class is not not supported.');
|
|
121
|
-
}
|
|
122
|
-
set oneOf(oneOf) {
|
|
123
|
-
throw new UnsupportedOperationError('oneOf setter in Header class is not not supported.');
|
|
124
|
-
}
|
|
125
|
-
get not() {
|
|
126
|
-
throw new UnsupportedOperationError('not getter in Header class is not not supported.');
|
|
127
|
-
}
|
|
128
|
-
set not(not) {
|
|
129
|
-
throw new UnsupportedOperationError('not setter in Header class is not not supported.');
|
|
130
|
-
}
|
|
131
|
-
get definitions() {
|
|
132
|
-
throw new UnsupportedOperationError('definitions getter in Header class is not not supported.');
|
|
133
|
-
}
|
|
134
|
-
set definitions(definitions) {
|
|
135
|
-
throw new UnsupportedOperationError('definitions setter in Header class is not not supported.');
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
/**
|
|
139
|
-
* Metadata keywords
|
|
140
|
-
*
|
|
141
|
-
* URI: https://datatracker.ietf.org/doc/html/draft-wright-json-schema-validation-00#section-6
|
|
142
|
-
*/
|
|
143
|
-
|
|
144
|
-
get title() {
|
|
145
|
-
throw new UnsupportedOperationError('title getter in Header class is not not supported.');
|
|
146
|
-
}
|
|
147
|
-
set title(title) {
|
|
148
|
-
throw new UnsupportedOperationError('title setter in Header class is not not supported.');
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
/**
|
|
152
|
-
* JSON Hyper-Schema
|
|
153
|
-
*
|
|
154
|
-
* URI: https://datatracker.ietf.org/doc/html/draft-wright-json-schema-hyperschema-00
|
|
155
|
-
*/
|
|
156
|
-
|
|
157
|
-
get base() {
|
|
158
|
-
throw new UnsupportedOperationError('base getter in Header class is not not supported.');
|
|
159
|
-
}
|
|
160
|
-
set base(base) {
|
|
161
|
-
throw new UnsupportedOperationError('base setter in Header class is not not supported.');
|
|
162
|
-
}
|
|
163
|
-
get linksField() {
|
|
164
|
-
throw new UnsupportedOperationError('linksField getter in Header class is not not supported.');
|
|
165
|
-
}
|
|
166
|
-
set linksField(links) {
|
|
167
|
-
throw new UnsupportedOperationError('linksField setter in Header class is not not supported.');
|
|
168
|
-
}
|
|
169
|
-
get media() {
|
|
170
|
-
throw new UnsupportedOperationError('media getter in Header class is not not supported.');
|
|
171
|
-
}
|
|
172
|
-
set media(media) {
|
|
173
|
-
throw new UnsupportedOperationError('media setter in Header class is not not supported.');
|
|
174
|
-
}
|
|
175
|
-
get readOnly() {
|
|
176
|
-
throw new UnsupportedOperationError('readOnly getter in Header class is not not supported.');
|
|
177
|
-
}
|
|
178
|
-
set readOnly(readOnly) {
|
|
179
|
-
throw new UnsupportedOperationError('readOnly setter in Header class is not not supported.');
|
|
180
|
-
}
|
|
181
|
-
}
|
|
182
|
-
export default Header;
|
package/src/elements/Headers.cjs
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
exports.__esModule = true;
|
|
4
|
-
exports.default = void 0;
|
|
5
|
-
var _apidomDatamodel = require("@speclynx/apidom-datamodel");
|
|
6
|
-
/**
|
|
7
|
-
* @public
|
|
8
|
-
*/
|
|
9
|
-
class Headers extends _apidomDatamodel.ObjectElement {
|
|
10
|
-
constructor(content, meta, attributes) {
|
|
11
|
-
super(content, meta, attributes);
|
|
12
|
-
this.element = 'headers';
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
var _default = exports.default = Headers;
|
package/src/elements/Headers.mjs
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { ObjectElement } from '@speclynx/apidom-datamodel';
|
|
2
|
-
|
|
3
|
-
/**
|
|
4
|
-
* @public
|
|
5
|
-
*/
|
|
6
|
-
class Headers extends ObjectElement {
|
|
7
|
-
constructor(content, meta, attributes) {
|
|
8
|
-
super(content, meta, attributes);
|
|
9
|
-
this.element = 'headers';
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
export default Headers;
|
package/src/elements/Info.cjs
DELETED
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
exports.__esModule = true;
|
|
4
|
-
exports.default = void 0;
|
|
5
|
-
var _apidomDatamodel = require("@speclynx/apidom-datamodel");
|
|
6
|
-
/**
|
|
7
|
-
* @public
|
|
8
|
-
*/
|
|
9
|
-
class Info extends _apidomDatamodel.ObjectElement {
|
|
10
|
-
constructor(content, meta, attributes) {
|
|
11
|
-
super(content, meta, attributes);
|
|
12
|
-
this.element = 'info';
|
|
13
|
-
this.classes.push('info');
|
|
14
|
-
}
|
|
15
|
-
get title() {
|
|
16
|
-
return this.get('title');
|
|
17
|
-
}
|
|
18
|
-
set title(title) {
|
|
19
|
-
this.set('title', title);
|
|
20
|
-
}
|
|
21
|
-
get description() {
|
|
22
|
-
return this.get('description');
|
|
23
|
-
}
|
|
24
|
-
set description(description) {
|
|
25
|
-
this.set('description', description);
|
|
26
|
-
}
|
|
27
|
-
get termsOfService() {
|
|
28
|
-
return this.get('termsOfService');
|
|
29
|
-
}
|
|
30
|
-
set termsOfService(tos) {
|
|
31
|
-
this.set('termsOfService', tos);
|
|
32
|
-
}
|
|
33
|
-
get contact() {
|
|
34
|
-
return this.get('contact');
|
|
35
|
-
}
|
|
36
|
-
set contact(contactElement) {
|
|
37
|
-
this.set('contact', contactElement);
|
|
38
|
-
}
|
|
39
|
-
get license() {
|
|
40
|
-
return this.get('license');
|
|
41
|
-
}
|
|
42
|
-
set license(licenseElement) {
|
|
43
|
-
this.set('license', licenseElement);
|
|
44
|
-
}
|
|
45
|
-
get version() {
|
|
46
|
-
return this.get('version');
|
|
47
|
-
}
|
|
48
|
-
set version(version) {
|
|
49
|
-
this.set('version', version);
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
var _default = exports.default = Info;
|
package/src/elements/Info.mjs
DELETED
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
import { ObjectElement } from '@speclynx/apidom-datamodel';
|
|
2
|
-
/**
|
|
3
|
-
* @public
|
|
4
|
-
*/
|
|
5
|
-
class Info extends ObjectElement {
|
|
6
|
-
constructor(content, meta, attributes) {
|
|
7
|
-
super(content, meta, attributes);
|
|
8
|
-
this.element = 'info';
|
|
9
|
-
this.classes.push('info');
|
|
10
|
-
}
|
|
11
|
-
get title() {
|
|
12
|
-
return this.get('title');
|
|
13
|
-
}
|
|
14
|
-
set title(title) {
|
|
15
|
-
this.set('title', title);
|
|
16
|
-
}
|
|
17
|
-
get description() {
|
|
18
|
-
return this.get('description');
|
|
19
|
-
}
|
|
20
|
-
set description(description) {
|
|
21
|
-
this.set('description', description);
|
|
22
|
-
}
|
|
23
|
-
get termsOfService() {
|
|
24
|
-
return this.get('termsOfService');
|
|
25
|
-
}
|
|
26
|
-
set termsOfService(tos) {
|
|
27
|
-
this.set('termsOfService', tos);
|
|
28
|
-
}
|
|
29
|
-
get contact() {
|
|
30
|
-
return this.get('contact');
|
|
31
|
-
}
|
|
32
|
-
set contact(contactElement) {
|
|
33
|
-
this.set('contact', contactElement);
|
|
34
|
-
}
|
|
35
|
-
get license() {
|
|
36
|
-
return this.get('license');
|
|
37
|
-
}
|
|
38
|
-
set license(licenseElement) {
|
|
39
|
-
this.set('license', licenseElement);
|
|
40
|
-
}
|
|
41
|
-
get version() {
|
|
42
|
-
return this.get('version');
|
|
43
|
-
}
|
|
44
|
-
set version(version) {
|
|
45
|
-
this.set('version', version);
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
export default Info;
|
package/src/elements/Items.cjs
DELETED
|
@@ -1,190 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
exports.__esModule = true;
|
|
4
|
-
exports.default = void 0;
|
|
5
|
-
var _apidomError = require("@speclynx/apidom-error");
|
|
6
|
-
var _apidomNsJsonSchemaDraft = require("@speclynx/apidom-ns-json-schema-draft-4");
|
|
7
|
-
/**
|
|
8
|
-
* @public
|
|
9
|
-
*/
|
|
10
|
-
class Items extends _apidomNsJsonSchemaDraft.JSONSchemaElement {
|
|
11
|
-
constructor(content, meta, attributes) {
|
|
12
|
-
super(content, meta, attributes);
|
|
13
|
-
this.element = 'items';
|
|
14
|
-
this.classes.push('json-schema-draft-4');
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
/**
|
|
18
|
-
* Core vocabulary
|
|
19
|
-
*
|
|
20
|
-
* URI: https://tools.ietf.org/html/draft-wright-json-schema-00
|
|
21
|
-
*/
|
|
22
|
-
get idField() {
|
|
23
|
-
throw new _apidomError.UnsupportedOperationError('idField getter in Items class is not not supported.');
|
|
24
|
-
}
|
|
25
|
-
set idField(idField) {
|
|
26
|
-
throw new _apidomError.UnsupportedOperationError('idField setter in Items class is not not supported.');
|
|
27
|
-
}
|
|
28
|
-
get $schema() {
|
|
29
|
-
throw new _apidomError.UnsupportedOperationError('$schema getter in Items class is not not supported.');
|
|
30
|
-
}
|
|
31
|
-
set $schema($schema) {
|
|
32
|
-
throw new _apidomError.UnsupportedOperationError('$schema setter in Items class is not not supported.');
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
/**
|
|
36
|
-
* Validation keywords for arrays
|
|
37
|
-
*/
|
|
38
|
-
|
|
39
|
-
get additionalItems() {
|
|
40
|
-
throw new _apidomError.UnsupportedOperationError('additionalItems getter in Items class is not not supported.');
|
|
41
|
-
}
|
|
42
|
-
set additionalItems(additionalItems) {
|
|
43
|
-
throw new _apidomError.UnsupportedOperationError('additionalItems setter in Items class is not not supported.');
|
|
44
|
-
}
|
|
45
|
-
get itemsField() {
|
|
46
|
-
return this.get('items');
|
|
47
|
-
}
|
|
48
|
-
set itemsField(items) {
|
|
49
|
-
this.set('items', items);
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
/**
|
|
53
|
-
* Validation keywords for objects
|
|
54
|
-
*/
|
|
55
|
-
|
|
56
|
-
get maxProperties() {
|
|
57
|
-
throw new _apidomError.UnsupportedOperationError('maxProperties getter in Items class is not not supported.');
|
|
58
|
-
}
|
|
59
|
-
set maxProperties(maxProperties) {
|
|
60
|
-
throw new _apidomError.UnsupportedOperationError('maxProperties setter in Items class is not not supported.');
|
|
61
|
-
}
|
|
62
|
-
get minProperties() {
|
|
63
|
-
throw new _apidomError.UnsupportedOperationError('minProperties getter in Items class is not not supported.');
|
|
64
|
-
}
|
|
65
|
-
set minProperties(minProperties) {
|
|
66
|
-
throw new _apidomError.UnsupportedOperationError('minProperties setter in Items class is not not supported.');
|
|
67
|
-
}
|
|
68
|
-
get required() {
|
|
69
|
-
throw new _apidomError.UnsupportedOperationError('required getter in Items class is not not supported.');
|
|
70
|
-
}
|
|
71
|
-
set required(required) {
|
|
72
|
-
throw new _apidomError.UnsupportedOperationError('required setter in Items class is not not supported.');
|
|
73
|
-
}
|
|
74
|
-
get properties() {
|
|
75
|
-
throw new _apidomError.UnsupportedOperationError('properties getter in Items class is not not supported.');
|
|
76
|
-
}
|
|
77
|
-
set properties(properties) {
|
|
78
|
-
throw new _apidomError.UnsupportedOperationError('properties setter in Items class is not not supported.');
|
|
79
|
-
}
|
|
80
|
-
get additionalProperties() {
|
|
81
|
-
throw new _apidomError.UnsupportedOperationError('additionalProperties getter in Items class is not not supported.');
|
|
82
|
-
}
|
|
83
|
-
set additionalProperties(additionalProperties) {
|
|
84
|
-
throw new _apidomError.UnsupportedOperationError('additionalProperties setter in Items class is not not supported.');
|
|
85
|
-
}
|
|
86
|
-
get patternProperties() {
|
|
87
|
-
throw new _apidomError.UnsupportedOperationError('patternProperties getter in Items class is not not supported.');
|
|
88
|
-
}
|
|
89
|
-
set patternProperties(patternProperties) {
|
|
90
|
-
throw new _apidomError.UnsupportedOperationError('patternProperties setter in Items class is not not supported.');
|
|
91
|
-
}
|
|
92
|
-
get dependencies() {
|
|
93
|
-
throw new _apidomError.UnsupportedOperationError('dependencies getter in Items class is not not supported.');
|
|
94
|
-
}
|
|
95
|
-
set dependencies(dependencies) {
|
|
96
|
-
throw new _apidomError.UnsupportedOperationError('dependencies setter in Items class is not not supported.');
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
/**
|
|
100
|
-
* Validation keywords for any instance type
|
|
101
|
-
*/
|
|
102
|
-
|
|
103
|
-
get type() {
|
|
104
|
-
return this.get('type');
|
|
105
|
-
}
|
|
106
|
-
set type(type) {
|
|
107
|
-
this.set('type', type);
|
|
108
|
-
}
|
|
109
|
-
get allOf() {
|
|
110
|
-
throw new _apidomError.UnsupportedOperationError('allOf getter in Items class is not not supported.');
|
|
111
|
-
}
|
|
112
|
-
set allOf(allOf) {
|
|
113
|
-
throw new _apidomError.UnsupportedOperationError('allOf setter in Items class is not not supported.');
|
|
114
|
-
}
|
|
115
|
-
get anyOf() {
|
|
116
|
-
throw new _apidomError.UnsupportedOperationError('anyOf getter in Items class is not not supported.');
|
|
117
|
-
}
|
|
118
|
-
set anyOf(anyOf) {
|
|
119
|
-
throw new _apidomError.UnsupportedOperationError('anyOf setter in Items class is not not supported.');
|
|
120
|
-
}
|
|
121
|
-
get oneOf() {
|
|
122
|
-
throw new _apidomError.UnsupportedOperationError('oneOf getter in Items class is not not supported.');
|
|
123
|
-
}
|
|
124
|
-
set oneOf(oneOf) {
|
|
125
|
-
throw new _apidomError.UnsupportedOperationError('oneOf setter in Items class is not not supported.');
|
|
126
|
-
}
|
|
127
|
-
get not() {
|
|
128
|
-
throw new _apidomError.UnsupportedOperationError('not getter in Items class is not not supported.');
|
|
129
|
-
}
|
|
130
|
-
set not(not) {
|
|
131
|
-
throw new _apidomError.UnsupportedOperationError('not setter in Items class is not not supported.');
|
|
132
|
-
}
|
|
133
|
-
get definitions() {
|
|
134
|
-
throw new _apidomError.UnsupportedOperationError('definitions getter in Items class is not not supported.');
|
|
135
|
-
}
|
|
136
|
-
set definitions(definitions) {
|
|
137
|
-
throw new _apidomError.UnsupportedOperationError('definitions setter in Items class is not not supported.');
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
/**
|
|
141
|
-
* Metadata keywords
|
|
142
|
-
*
|
|
143
|
-
* URI: https://datatracker.ietf.org/doc/html/draft-wright-json-schema-validation-00#section-6
|
|
144
|
-
*/
|
|
145
|
-
|
|
146
|
-
get title() {
|
|
147
|
-
throw new _apidomError.UnsupportedOperationError('title getter in Items class is not not supported.');
|
|
148
|
-
}
|
|
149
|
-
set title(title) {
|
|
150
|
-
throw new _apidomError.UnsupportedOperationError('title setter in Items class is not not supported.');
|
|
151
|
-
}
|
|
152
|
-
get description() {
|
|
153
|
-
throw new _apidomError.UnsupportedOperationError('description getter in Items class is not not supported.');
|
|
154
|
-
}
|
|
155
|
-
set description(description) {
|
|
156
|
-
throw new _apidomError.UnsupportedOperationError('description setter in Items class is not not supported.');
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
/**
|
|
160
|
-
* JSON Hyper-Schema
|
|
161
|
-
*
|
|
162
|
-
* URI: https://datatracker.ietf.org/doc/html/draft-wright-json-schema-hyperschema-00
|
|
163
|
-
*/
|
|
164
|
-
|
|
165
|
-
get base() {
|
|
166
|
-
throw new _apidomError.UnsupportedOperationError('base getter in Items class is not not supported.');
|
|
167
|
-
}
|
|
168
|
-
set base(base) {
|
|
169
|
-
throw new _apidomError.UnsupportedOperationError('base setter in Items class is not not supported.');
|
|
170
|
-
}
|
|
171
|
-
get linksField() {
|
|
172
|
-
throw new _apidomError.UnsupportedOperationError('linksField getter in Items class is not not supported.');
|
|
173
|
-
}
|
|
174
|
-
set linksField(links) {
|
|
175
|
-
throw new _apidomError.UnsupportedOperationError('linksField setter in Items class is not not supported.');
|
|
176
|
-
}
|
|
177
|
-
get media() {
|
|
178
|
-
throw new _apidomError.UnsupportedOperationError('media getter in Items class is not not supported.');
|
|
179
|
-
}
|
|
180
|
-
set media(media) {
|
|
181
|
-
throw new _apidomError.UnsupportedOperationError('media setter in Items class is not not supported.');
|
|
182
|
-
}
|
|
183
|
-
get readOnly() {
|
|
184
|
-
throw new _apidomError.UnsupportedOperationError('readOnly getter in Items class is not not supported.');
|
|
185
|
-
}
|
|
186
|
-
set readOnly(readOnly) {
|
|
187
|
-
throw new _apidomError.UnsupportedOperationError('readOnly setter in Items class is not not supported.');
|
|
188
|
-
}
|
|
189
|
-
}
|
|
190
|
-
var _default = exports.default = Items;
|
package/src/elements/Items.mjs
DELETED
|
@@ -1,187 +0,0 @@
|
|
|
1
|
-
import { UnsupportedOperationError } from '@speclynx/apidom-error';
|
|
2
|
-
import { JSONSchemaElement } from '@speclynx/apidom-ns-json-schema-draft-4';
|
|
3
|
-
|
|
4
|
-
/**
|
|
5
|
-
* @public
|
|
6
|
-
*/
|
|
7
|
-
class Items extends JSONSchemaElement {
|
|
8
|
-
constructor(content, meta, attributes) {
|
|
9
|
-
super(content, meta, attributes);
|
|
10
|
-
this.element = 'items';
|
|
11
|
-
this.classes.push('json-schema-draft-4');
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
/**
|
|
15
|
-
* Core vocabulary
|
|
16
|
-
*
|
|
17
|
-
* URI: https://tools.ietf.org/html/draft-wright-json-schema-00
|
|
18
|
-
*/
|
|
19
|
-
get idField() {
|
|
20
|
-
throw new UnsupportedOperationError('idField getter in Items class is not not supported.');
|
|
21
|
-
}
|
|
22
|
-
set idField(idField) {
|
|
23
|
-
throw new UnsupportedOperationError('idField setter in Items class is not not supported.');
|
|
24
|
-
}
|
|
25
|
-
get $schema() {
|
|
26
|
-
throw new UnsupportedOperationError('$schema getter in Items class is not not supported.');
|
|
27
|
-
}
|
|
28
|
-
set $schema($schema) {
|
|
29
|
-
throw new UnsupportedOperationError('$schema setter in Items class is not not supported.');
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
/**
|
|
33
|
-
* Validation keywords for arrays
|
|
34
|
-
*/
|
|
35
|
-
|
|
36
|
-
get additionalItems() {
|
|
37
|
-
throw new UnsupportedOperationError('additionalItems getter in Items class is not not supported.');
|
|
38
|
-
}
|
|
39
|
-
set additionalItems(additionalItems) {
|
|
40
|
-
throw new UnsupportedOperationError('additionalItems setter in Items class is not not supported.');
|
|
41
|
-
}
|
|
42
|
-
get itemsField() {
|
|
43
|
-
return this.get('items');
|
|
44
|
-
}
|
|
45
|
-
set itemsField(items) {
|
|
46
|
-
this.set('items', items);
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
/**
|
|
50
|
-
* Validation keywords for objects
|
|
51
|
-
*/
|
|
52
|
-
|
|
53
|
-
get maxProperties() {
|
|
54
|
-
throw new UnsupportedOperationError('maxProperties getter in Items class is not not supported.');
|
|
55
|
-
}
|
|
56
|
-
set maxProperties(maxProperties) {
|
|
57
|
-
throw new UnsupportedOperationError('maxProperties setter in Items class is not not supported.');
|
|
58
|
-
}
|
|
59
|
-
get minProperties() {
|
|
60
|
-
throw new UnsupportedOperationError('minProperties getter in Items class is not not supported.');
|
|
61
|
-
}
|
|
62
|
-
set minProperties(minProperties) {
|
|
63
|
-
throw new UnsupportedOperationError('minProperties setter in Items class is not not supported.');
|
|
64
|
-
}
|
|
65
|
-
get required() {
|
|
66
|
-
throw new UnsupportedOperationError('required getter in Items class is not not supported.');
|
|
67
|
-
}
|
|
68
|
-
set required(required) {
|
|
69
|
-
throw new UnsupportedOperationError('required setter in Items class is not not supported.');
|
|
70
|
-
}
|
|
71
|
-
get properties() {
|
|
72
|
-
throw new UnsupportedOperationError('properties getter in Items class is not not supported.');
|
|
73
|
-
}
|
|
74
|
-
set properties(properties) {
|
|
75
|
-
throw new UnsupportedOperationError('properties setter in Items class is not not supported.');
|
|
76
|
-
}
|
|
77
|
-
get additionalProperties() {
|
|
78
|
-
throw new UnsupportedOperationError('additionalProperties getter in Items class is not not supported.');
|
|
79
|
-
}
|
|
80
|
-
set additionalProperties(additionalProperties) {
|
|
81
|
-
throw new UnsupportedOperationError('additionalProperties setter in Items class is not not supported.');
|
|
82
|
-
}
|
|
83
|
-
get patternProperties() {
|
|
84
|
-
throw new UnsupportedOperationError('patternProperties getter in Items class is not not supported.');
|
|
85
|
-
}
|
|
86
|
-
set patternProperties(patternProperties) {
|
|
87
|
-
throw new UnsupportedOperationError('patternProperties setter in Items class is not not supported.');
|
|
88
|
-
}
|
|
89
|
-
get dependencies() {
|
|
90
|
-
throw new UnsupportedOperationError('dependencies getter in Items class is not not supported.');
|
|
91
|
-
}
|
|
92
|
-
set dependencies(dependencies) {
|
|
93
|
-
throw new UnsupportedOperationError('dependencies setter in Items class is not not supported.');
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
/**
|
|
97
|
-
* Validation keywords for any instance type
|
|
98
|
-
*/
|
|
99
|
-
|
|
100
|
-
get type() {
|
|
101
|
-
return this.get('type');
|
|
102
|
-
}
|
|
103
|
-
set type(type) {
|
|
104
|
-
this.set('type', type);
|
|
105
|
-
}
|
|
106
|
-
get allOf() {
|
|
107
|
-
throw new UnsupportedOperationError('allOf getter in Items class is not not supported.');
|
|
108
|
-
}
|
|
109
|
-
set allOf(allOf) {
|
|
110
|
-
throw new UnsupportedOperationError('allOf setter in Items class is not not supported.');
|
|
111
|
-
}
|
|
112
|
-
get anyOf() {
|
|
113
|
-
throw new UnsupportedOperationError('anyOf getter in Items class is not not supported.');
|
|
114
|
-
}
|
|
115
|
-
set anyOf(anyOf) {
|
|
116
|
-
throw new UnsupportedOperationError('anyOf setter in Items class is not not supported.');
|
|
117
|
-
}
|
|
118
|
-
get oneOf() {
|
|
119
|
-
throw new UnsupportedOperationError('oneOf getter in Items class is not not supported.');
|
|
120
|
-
}
|
|
121
|
-
set oneOf(oneOf) {
|
|
122
|
-
throw new UnsupportedOperationError('oneOf setter in Items class is not not supported.');
|
|
123
|
-
}
|
|
124
|
-
get not() {
|
|
125
|
-
throw new UnsupportedOperationError('not getter in Items class is not not supported.');
|
|
126
|
-
}
|
|
127
|
-
set not(not) {
|
|
128
|
-
throw new UnsupportedOperationError('not setter in Items class is not not supported.');
|
|
129
|
-
}
|
|
130
|
-
get definitions() {
|
|
131
|
-
throw new UnsupportedOperationError('definitions getter in Items class is not not supported.');
|
|
132
|
-
}
|
|
133
|
-
set definitions(definitions) {
|
|
134
|
-
throw new UnsupportedOperationError('definitions setter in Items class is not not supported.');
|
|
135
|
-
}
|
|
136
|
-
|
|
137
|
-
/**
|
|
138
|
-
* Metadata keywords
|
|
139
|
-
*
|
|
140
|
-
* URI: https://datatracker.ietf.org/doc/html/draft-wright-json-schema-validation-00#section-6
|
|
141
|
-
*/
|
|
142
|
-
|
|
143
|
-
get title() {
|
|
144
|
-
throw new UnsupportedOperationError('title getter in Items class is not not supported.');
|
|
145
|
-
}
|
|
146
|
-
set title(title) {
|
|
147
|
-
throw new UnsupportedOperationError('title setter in Items class is not not supported.');
|
|
148
|
-
}
|
|
149
|
-
get description() {
|
|
150
|
-
throw new UnsupportedOperationError('description getter in Items class is not not supported.');
|
|
151
|
-
}
|
|
152
|
-
set description(description) {
|
|
153
|
-
throw new UnsupportedOperationError('description setter in Items class is not not supported.');
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
/**
|
|
157
|
-
* JSON Hyper-Schema
|
|
158
|
-
*
|
|
159
|
-
* URI: https://datatracker.ietf.org/doc/html/draft-wright-json-schema-hyperschema-00
|
|
160
|
-
*/
|
|
161
|
-
|
|
162
|
-
get base() {
|
|
163
|
-
throw new UnsupportedOperationError('base getter in Items class is not not supported.');
|
|
164
|
-
}
|
|
165
|
-
set base(base) {
|
|
166
|
-
throw new UnsupportedOperationError('base setter in Items class is not not supported.');
|
|
167
|
-
}
|
|
168
|
-
get linksField() {
|
|
169
|
-
throw new UnsupportedOperationError('linksField getter in Items class is not not supported.');
|
|
170
|
-
}
|
|
171
|
-
set linksField(links) {
|
|
172
|
-
throw new UnsupportedOperationError('linksField setter in Items class is not not supported.');
|
|
173
|
-
}
|
|
174
|
-
get media() {
|
|
175
|
-
throw new UnsupportedOperationError('media getter in Items class is not not supported.');
|
|
176
|
-
}
|
|
177
|
-
set media(media) {
|
|
178
|
-
throw new UnsupportedOperationError('media setter in Items class is not not supported.');
|
|
179
|
-
}
|
|
180
|
-
get readOnly() {
|
|
181
|
-
throw new UnsupportedOperationError('readOnly getter in Items class is not not supported.');
|
|
182
|
-
}
|
|
183
|
-
set readOnly(readOnly) {
|
|
184
|
-
throw new UnsupportedOperationError('readOnly setter in Items class is not not supported.');
|
|
185
|
-
}
|
|
186
|
-
}
|
|
187
|
-
export default Items;
|