Sha256: 7a9a147862934b46c099b65818273ad60a94a82c8037d68fc12b7d3a0fc5e0bd
Contents?: true
Size: 443 Bytes
Versions: 10
Compression:
Stored size: 443 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-06/schema#", "title": "Agent", "description": "An Agent - Person, Group, Organization, or other Acting body.", "type": "object", "required": ["name"], "properties": { "name": { "description": "Primary label or name for an Agent.", "type": "string" }, "sunetID": { "description": "Stanford University NetID for the Agent.", "type": "string" } } }
Version data entries
10 entries across 10 versions & 1 rubygems