We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb99555 commit dcb5915Copy full SHA for dcb5915
libs/app-canvas/src/app/exporters/ocwg/ocwg-empty-file.ts
@@ -1,7 +1,7 @@
1
import { OCWGFile } from './ocwg-schema';
2
3
export const ocwgEmptyFile: OCWGFile = {
4
- ocif: 'https://canvasprotocol.org/ocif/0.1',
+ ocif: 'https://canvasprotocol.org/ocif/0.2',
5
nodes: [],
6
relations: [],
7
resources: [],
0 commit comments