|
74 | 74 | }
|
75 | 75 | },
|
76 | 76 | "ClaimGeneratorInfo": {
|
77 |
| - "description": "Description of the claim generator, or the software used in generating the claim.\n\nThis structure is also used for actions softwareAgent.", |
| 77 | + "description": "Description of the claim generator, or the software used in generating the claim.\n\nThis structure is also used for actions softwareAgent", |
78 | 78 | "type": "object",
|
79 | 79 | "required": [
|
80 | 80 | "name"
|
|
133 | 133 | ],
|
134 | 134 | "properties": {
|
135 | 135 | "actors": {
|
136 |
| - "description": "A list of [`Actor`](#actor)s associated with this source.", |
| 136 | + "description": "A list of [`Actor`]s associated with this source.", |
137 | 137 | "type": [
|
138 | 138 | "array",
|
139 | 139 | "null"
|
|
640 | 640 | "description": "The type of range for the region of interest.",
|
641 | 641 | "oneOf": [
|
642 | 642 | {
|
643 |
| - "description": "A spatial range, see [`Shape`](#Shape) for more details.\n\n", |
| 643 | + "description": "A spatial range, see [`Shape`](#shape) for more details.\n\n", |
644 | 644 | "type": "string",
|
645 | 645 | "enum": [
|
646 | 646 | "spatial"
|
647 | 647 | ]
|
648 | 648 | },
|
649 | 649 | {
|
650 |
| - "description": "A temporal range, see [`Time`](#Time) for more details.", |
| 650 | + "description": "A temporal range, see [`Time`](#time) for more details.", |
651 | 651 | "type": "string",
|
652 | 652 | "enum": [
|
653 | 653 | "temporal"
|
654 | 654 | ]
|
655 | 655 | },
|
656 | 656 | {
|
657 |
| - "description": "A spatial range, see [`Frame`](#Frame) for more details.", |
| 657 | + "description": "A spatial range, see [`Frame`](#frame) for more details.", |
658 | 658 | "type": "string",
|
659 | 659 | "enum": [
|
660 | 660 | "frame"
|
661 | 661 | ]
|
662 | 662 | },
|
663 | 663 | {
|
664 |
| - "description": "A textual range, see [`Text`](#Text) for more details.", |
| 664 | + "description": "A textual range, see [`Text`](#text) for more details.", |
665 | 665 | "type": "string",
|
666 | 666 | "enum": [
|
667 | 667 | "textual"
|
|
1116 | 1116 | }
|
1117 | 1117 | },
|
1118 | 1118 | "TextSelectorRange": {
|
1119 |
| - "description": "One or two [`TextSelector`](#TextSelector) identifying the range to select.", |
| 1119 | + "description": "One or two [`TextSelector`](#textselector) objects identifying the range to select.", |
1120 | 1120 | "type": "object",
|
1121 | 1121 | "required": [
|
1122 | 1122 | "selector"
|
|
0 commit comments