Newer
Older
---
template: reference
foo: bar
---
This is an abstract schema. It has `definitions`, but does not declare any properties
| Abstract | Extensible | Custom Properties | Defined In |
|----------|------------|-------------------|------------|
| Cannot be instantiated | Yes | Forbidden | [abstract.schema.json](abstract.schema.json) |
| Property | Type | Group |
|----------|------|-------|
| [foo](#foo) | `string` | `#/definitions/first` |
| [bar](#bar) | `string` | `#/definitions/second` |
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
## foo
A unique identifier given to every addressable thing.
`foo`
* is optional
* type: `string`
* defined in this schema
### foo Type
`string`
## bar
A unique identifier given to every addressable thing.
`bar`
* is optional
* type: `string`
* defined in this schema
### bar Type
`string`