{"id":20494062,"url":"https://github.com/jaystack/odata-v4-metadata","last_synced_at":"2025-04-13T17:21:22.985Z","repository":{"id":57313435,"uuid":"48674597","full_name":"jaystack/odata-v4-metadata","owner":"jaystack","description":"OData metadata utilities","archived":false,"fork":false,"pushed_at":"2017-08-23T08:05:58.000Z","size":67,"stargazers_count":22,"open_issues_count":5,"forks_count":10,"subscribers_count":19,"default_branch":"master","last_synced_at":"2025-03-31T09:12:18.452Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jaystack.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-12-28T04:57:58.000Z","updated_at":"2023-12-05T12:52:57.000Z","dependencies_parsed_at":"2022-09-20T23:30:52.061Z","dependency_job_id":null,"html_url":"https://github.com/jaystack/odata-v4-metadata","commit_stats":null,"previous_names":["jaystack/odata-metadata"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaystack%2Fodata-v4-metadata","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaystack%2Fodata-v4-metadata/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaystack%2Fodata-v4-metadata/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaystack%2Fodata-v4-metadata/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jaystack","download_url":"https://codeload.github.com/jaystack/odata-v4-metadata/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248750844,"owners_count":21155793,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-15T17:38:05.901Z","updated_at":"2025-04-13T17:21:22.962Z","avatar_url":"https://github.com/jaystack.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"#OData V4 metadata classes\n\nThis library implements the EDM and EMDX classes from the OData CSDL V4. \n\n\n## Features\n- Edm and Edmx classes\n- will provide Validation logic - based on specs (-on the way)\n- will Download and parse metadata from $metadata document or uri endpoint\n\n##Usage\n\n```\n$ npm install odata-v4-metadata\n```\n\nthen just\n\n```javascript\nimport {Edm} from 'odata-v4-metadata'\n\nlet entityType = new edm.EntityType({ name: \"Orders\", property: [{ name:\"OrderID\", type:edm.Integer}]\nentityType.properties.push(new Edm.Property(...))\n```\n\n## Edm classes implemented\n\n### Edm.Action\n\n### Edm.ComplexType\n\n### Edm.EntityType\n\n### Edm.EnumType\n\n### Edm.Function\n\n### Edm.Member\n\n### Edm.NavigationProperty\n\n### Edm.Parameter\n\n### Edm.Property\n\n### Edm.PropertyRef\n\n### Edm.ReferentialConstraint\n\n### Edm.ReturnType\n\n### Edm.Schema\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaystack%2Fodata-v4-metadata","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaystack%2Fodata-v4-metadata","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaystack%2Fodata-v4-metadata/lists"}