https://github.com/nuuday/pcn-content-model
https://github.com/nuuday/pcn-content-model
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nuuday/pcn-content-model
- Owner: nuuday
- Created: 2023-02-13T10:14:21.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-25T10:35:16.000Z (12 months ago)
- Last Synced: 2024-12-30T07:15:23.968Z (5 months ago)
- Size: 125 KB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pcn-content-model
Repository containing json schema for the yousee content model.Messages contain 1 of the payload entity types.
```
── Message
├── Header
└── Payload
├── Content
│ └── MediaMetadata
├── Season
│ └── MediaMetadata
├── Series
│ └── MediaMetadata
├── OnDemandEvents
├── ScheduleEvent
└── Manifestation
```### gradle plugin for gradle java pojo from schema
See:
https://github.com/joelittlejohn/jsonschema2pojo/tree/master/jsonschema2pojo-gradle-plugin
See example:
https://thewokecoder.io/generate-pojo-from-json/### gradle plugin for gradle kotlin pojo from schema
See:
https://github.com/pwall567/json-kotlin-gradle### npm package for typescript typings from schema
See:
https://www.npmjs.com/package/json-schema-to-typescript