Resources.schema.json

{"$schema":"http://json-schema.org/draft-07/schema#","resources":{"article":{"kind":"article","id":"1234","attr":{"title":"Main Article Title","content":"This is the main content of the article. It discusses various topics and includes several insights that are valuable for the reader.","author":"John Doe","date":"2023-10-01"},"policyVersion":"1.0","scope":"article.scope"}},"resourceGroups":{"group1":{"resources":["article"]}}}