|
7 | 7 | "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
|
8 | 8 | "xsd": "http://www.w3.org/2001/XMLSchema#",
|
9 | 9 |
|
10 |
| - "context": { "@id": "input", "@type": "@id" }, |
| 10 | + "context": { "@type": "@id" }, |
11 | 11 | "expect": { "@id": "mf:result", "@type": "@id" },
|
12 |
| - "frame": { "@id": "input", "@type": "@id" }, |
| 12 | + "frame": { "@type": "@id" }, |
13 | 13 | "input": { "@id": "mf:action", "@type": "@id" },
|
14 | 14 | "option": { "@type": "@id"},
|
15 | 15 | "sequence": { "@id": "mf:entries", "@type": "@id", "@container": "@list" },
|
|
23 | 23 | "compactToRelative": { "@type": "xsd:boolean" },
|
24 | 24 | "documentLoader": { "@type": "xsd:string" },
|
25 | 25 | "expandContext": { "@type": "xsd:string" },
|
| 26 | + "httpStatus": { "@type": "xsd:integer" }, |
| 27 | + "httpLink": { "@type": "xsd:string", "@container": "@set" }, |
26 | 28 | "processingMode": { "@type": "xsd:string" },
|
27 | 29 | "produceGeneralizedRdf":{ "@type": "xsd:boolean" },
|
28 |
| - "useNativeTypes": { "@type": "xsd:boolean" }, |
29 |
| - "httpStatus": { "@type": "xsd:integer"}, |
30 |
| - "httpLink": { "@container": "@set"} |
| 30 | + "specVersion": { "@type": "xsd:string" }, |
| 31 | + "useNativeTypes": { "@type": "xsd:boolean" } |
31 | 32 | }
|
32 | 33 | }
|
0 commit comments