Skip to content

Commit 2e08201

Browse files
committed
set url to ograf.ebu.io
1 parent 6d3c299 commit 2e08201

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
lines changed

v1-draft-0/examples/l3rd-name/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://ebu.github.io/ograf/v1-draft-0/specification/json-schemas/graphics/schema.json",
2+
"$schema": "https://ograf.ebu.io/v1-draft-0/specification/json-schemas/graphics/schema.json",
33
"name": "Lower 3rd - Name",
44
"description": "Name lower third",
55
"id": "l3rd-name",

v1-draft-0/specification/docs/Specification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ The following manifest describes a simple Lower Third Graphic. It does not conta
201201

202202
```json
203203
{
204-
"$schema": "https://ebu.github.io/ograf/v1-draft-0/specification/json-schemas/graphics/schema.json",
204+
"$schema": "https://ograf.ebu.io/v1-draft-0/specification/json-schemas/graphics/schema.json",
205205
"id": "l3rd-name",
206206
"version": "1.0.0",
207207
"name": "Lower 3rd - Name",

v1-draft-0/specification/json-schemas/graphics/schema.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://ebu.github.io/ograf/v1-draft-0/specification/json-schemas/graphics/schema.json",
3+
"$id": "https://ograf.ebu.io/v1-draft-0/specification/json-schemas/graphics/schema.json",
44
"type": "object",
55
"properties": {
66
"$schema": {
77
"type": "string",
8-
"const": "https://ebu.github.io/ograf/v1-draft-0/specification/json-schemas/graphics/schema.json",
8+
"const": "https://ograf.ebu.io/v1-draft-0/specification/json-schemas/graphics/schema.json",
99
"description": "Reference to the JSON-schema for this manifest"
1010
},
1111
"id": {
@@ -57,7 +57,7 @@
5757
"type": "array",
5858
"description": "Custom Actions that can be invoked on the Graphic.",
5959
"items": {
60-
"$ref": "https://ebu.github.io/ograf/v1-draft-0/specification/json-schemas/lib/action.json"
60+
"$ref": "https://ograf.ebu.io/v1-draft-0/specification/json-schemas/lib/action.json"
6161
}
6262
},
6363
"supportsRealTime": {

v1-draft-0/specification/json-schemas/lib/action.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://ebu.github.io/ograf/v1-draft-0/specification/json-schemas/lib/action.json",
3+
"$id": "https://ograf.ebu.io/v1-draft-0/specification/json-schemas/lib/action.json",
44
"type": "object",
55
"properties": {
66
"id": {

v1-draft-0/typescript-definitions/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

v1-draft-0/typescript-definitions/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "ograf",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"main": "dist/main.js",
55
"typings": "dist/index.d.ts",
66
"license": "MIT",
77
"description": "TypeScript definitions for Ograf graphics",
8-
"homepage": "https://github.com/ebu/ograf",
8+
"homepage": "https://ograf.ebu.io",
99
"keywords": [
1010
"ograf",
1111
"types",

v1-draft-0/typescript-definitions/src/generated/graphics-manifest.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -447,11 +447,11 @@ export type HttpsSuperflytvGithubIoGraphicsDataDefinitionGddMetaSchemaV1LibObjec
447447
[k: string]: unknown;
448448
};
449449

450-
export interface HttpsEbuGithubIoOgrafV1Draft0SpecificationJsonSchemasGraphicsSchemaJson {
450+
export interface HttpsOgrafEbuIoV1Draft0SpecificationJsonSchemasGraphicsSchemaJson {
451451
/**
452452
* Reference to the JSON-schema for this manifest
453453
*/
454-
$schema: "https://ebu.github.io/ograf/v1-draft-0/specification/json-schemas/graphics/schema.json";
454+
$schema: "https://ograf.ebu.io/v1-draft-0/specification/json-schemas/graphics/schema.json";
455455
/**
456456
* The id of the Graphic uniquely identifies it. It is recommended to use a reverse domain name notation. For example: com.my-company.my-lowerthird.
457457
*/
@@ -497,7 +497,7 @@ export interface HttpsEbuGithubIoOgrafV1Draft0SpecificationJsonSchemasGraphicsSc
497497
/**
498498
* Custom Actions that can be invoked on the Graphic.
499499
*/
500-
customActions?: HttpsSuperflytvGithubIoTmpGraphicsDefinitionDefinitionDefinitionJsonSchemaV1LibActionJson[];
500+
customActions?: HttpsEbuGithubIoOgrafV1Draft0SpecificationJsonSchemasLibActionJson[];
501501
/**
502502
* Indicates if the Graphic supports real-time rendering
503503
*/
@@ -512,12 +512,12 @@ export interface HttpsEbuGithubIoOgrafV1Draft0SpecificationJsonSchemasGraphicsSc
512512
stepCount?: number;
513513
schema?: HttpsSuperflytvGithubIoGraphicsDataDefinitionGddMetaSchemaV1LibObjectJson1;
514514
/**
515-
* This interface was referenced by `HttpsEbuGithubIoOgrafV1Draft0SpecificationJsonSchemasGraphicsSchemaJson`'s JSON-Schema definition
515+
* This interface was referenced by `HttpsOgrafEbuIoV1Draft0SpecificationJsonSchemasGraphicsSchemaJson`'s JSON-Schema definition
516516
* via the `patternProperty` "^v_.*".
517517
*/
518518
[k: string]: unknown;
519519
}
520-
export interface HttpsSuperflytvGithubIoTmpGraphicsDefinitionDefinitionDefinitionJsonSchemaV1LibActionJson {
520+
export interface HttpsEbuGithubIoOgrafV1Draft0SpecificationJsonSchemasLibActionJson {
521521
/**
522522
* The identity of the action.
523523
*/
@@ -535,7 +535,7 @@ export interface HttpsSuperflytvGithubIoTmpGraphicsDefinitionDefinitionDefinitio
535535
*/
536536
schema?: HttpsSuperflytvGithubIoGraphicsDataDefinitionGddMetaSchemaV1LibObjectJson | null;
537537
/**
538-
* This interface was referenced by `HttpsSuperflytvGithubIoTmpGraphicsDefinitionDefinitionDefinitionJsonSchemaV1LibActionJson`'s JSON-Schema definition
538+
* This interface was referenced by `HttpsEbuGithubIoOgrafV1Draft0SpecificationJsonSchemasLibActionJson`'s JSON-Schema definition
539539
* via the `patternProperty` "^v_.*".
540540
*/
541541
[k: string]: unknown;

0 commit comments

Comments
 (0)